[android-porting] Re: about android wifi problem

2009-10-26 Thread tommy.hong
hi,sir!i use initramfs to test ,use iwlist ra0 scanning ,it is ok ! i login as root ,even if i chmod 777 * ,also fail! from my opinion,i see it is failed by memory allocate,i guess something protect memory allocate! # free total used free shared buffers Mem:

[android-porting] Re: PROCEDURE FOR KEYBOARD WORKING WITH ANDROID FOR BEAGLEBOARD

2009-10-26 Thread Sunny Liu
Please check your device is detected and initial to USB HID driver! To have log messages will be helpful to figure-out your problem! Sunny 2009/10/24 superspirit superspiri...@gmail.com Hi sunny, i dont think connecting usb keyboard before power ON does any difference. i have tryed it, then

[android-porting] Where to register the CPM Plug-in .

2009-10-26 Thread Raghu
Hi All, I am trying to use the CPM kmj_OMA1 plugin for my developement, but i could not able to find the proper location for registering the CPM Plug-ins . I hope people were already done some work on this . As of now i registerd my CPM Plug-in in cpm.cpp, in the function of ThreadLogon().

[android-porting] Re: PROCEDURE FOR KEYBOARD WORKING WITH ANDROID FOR BEAGLEBOARD

2009-10-26 Thread superspirit
hi sunny, throughout the log messages i found only one usb line, that is E/BatteryService( 665): Could not open '/sys/class/power_supply/usb/ online' thats all. -super On Oct 26, 12:48 pm, Sunny Liu sunnycj...@gmail.com wrote: Please check your device is detected and initial to USB HID

[android-porting] Re: Adding FLV support to media palyer

2009-10-26 Thread siva
Finally, I want to conclude my quest for the proper media player implementation. It's plugging my player ext to MediaPlayer service and from there I take care of rendering etc.. here is my finding and conclusion http://matthiyosi.blogspot.com/2009/10/using-android-mediaplayer-framework-to.html

[android-porting] Re: Adding FLV support to media palyer

2009-10-26 Thread siva
Finally, I want to conclude my quest for the proper media player implementation. It's plugging my player ext to MediaPlayer service and from there I take care of rendering etc.. here is my finding and conclusion http://matthiyosi.blogspot.com/2009/10/using-android-mediaplayer-framework-to.html

[android-porting] HOW to add a command to SurfaceFlinger's onTransact method

2009-10-26 Thread nikhil
Hi , i need to add a command to SurfaceFlinger's onTransact method . What are the files I would need to change . Thanks, nikhil --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: Where to register the CPM Plug-in .

2009-10-26 Thread NoraBora
If your opencore version is 2.04 or later, it supports loadable cpm plugin module. (I suggest 2.05, because 2.04 has some bugs about cpm plugins.) To see oma1 passthru sample plugin, check opencore / pvmi / content_policy_manager / plugins / oma1- cpm plugin opencore / modules /

[android-porting] Multiple openmax codecs

2009-10-26 Thread anupama
Hi All, I am working in integration of codec to android-opencore.I have one doubt, since opencore has it's inbuilt codec, if I want to integrate my own codec, whether I have to replace that with the existing one or both can co-exist. If both can be there ,then how to make opencore to choose our

[android-porting] Re: How to increase BT-OPP throughput

2009-10-26 Thread Ash
Yes you can increase OBEX MTU size, which will reduce the multiple packets overhead. On Oct 23, 10:10 am, PRAMOD K k.pram...@gmail.com wrote: Hi All, I am working on Bluetooth on Eclair . When I measure a throughput of OPP it is around 500 to 600Kbps. To increase the throughput we need to

[android-porting] android wifi problem

2009-10-26 Thread yawen
hi, I have tried to port android onto beagleboard. I have problem with wifi connection. I can connect to the APs that are open, but cannot connect to APs that are encrypted with WEP. The version of android I used is 1.5, the version of wpa_supplicant is 0.5.10. Dose anyone know how to solve this

[android-porting] audio eac

2009-10-26 Thread rag
hi, i have ported sip stack(native c code) on android platform, i am opening the eac audio by open(/dev/eac, O_RDWR, 0) but i am getting device busy how can i use /dev/eac in c native code ? --~--~-~--~~~---~--~~ unsubscribe:

[android-porting] Re: How to increase BT-OPP throughput

2009-10-26 Thread PRAMOD K
Hi Ash, Can you please tell me where I can find OBEX MTU variable? I dint find OBEX MTU in code. There is only MAX_PACKET_SIZE_INT=0xFFFE. Is it the same as MTU? In ObexHelper.java I found the following comments /** * The maximum packet size for OBEX packets that this client can handle.

[android-porting] Re: android wifi problem

2009-10-26 Thread Isaac Lin
The WiFi module is AR6000? The driver seems have some problem, currently I only can connect the APs is encrypted with WAP (algorithms is AES) On Oct 26, 4:10 am, yawen literature@gmail.com wrote: hi, I have tried to port android onto beagleboard. I have problem with wifi connection. I can

[android-porting] Re: how to test sample applications

2009-10-26 Thread Isaac Lin
Maybe you can try to using the adb tools in windows or Mac OS to install the sample applications into the Beagle board. More details try to search the contents about adb install applications On Oct 26, 3:37 pm, superspirit superspiri...@gmail.com wrote: Hi all, i have got Android running on

[android-porting] Re: how to create sdk from source code

2009-10-26 Thread Isaac Lin
Hey, you just need using the command make sdk More details pls read the README file in the Android SDK On Oct 24, 5:26 pm, Mausam mausam.dosh...@gmail.com wrote: can you please explain in details how i can use make -sdk command. On Oct 23, 10:06 pm, kozak c.a.subraman...@gmail.com wrote:

[android-porting] Re: PROCEDURE FOR KEYBOARD WORKING WITH ANDROID FOR BEAGLEBOARD

2009-10-26 Thread Sunny Liu
Hi, Here are Kernel log message : input: USB Keyboard as /devices/platform/ehci-omap.0/usb2/2-2/2-2.1/2-2.1:1.0/input/input2 input: USB HID v1.10 Keyboard [ USB Keyboard] on usb-ehci-omap.0-2.1 input: USB Keyboard as /devices/platform/ehci-omap.0/usb2/2-2/2-2.1/2-2.1:1.1/input/input3 input:

[android-porting] Re: android wifi problem

2009-10-26 Thread Sunny Liu
Hi, TI WIFi can supports WEP! It is working in Android! Someone suggests to kill wpa_supplicant process (re-run) before to connect WEP AP! Sunny 2009/10/27 Isaac Lin tcc@gmail.com The WiFi module is AR6000? The driver seems have some problem, currently I only can connect the APs is

[android-porting] Re: how to test sample applications

2009-10-26 Thread superspirit
hi Isaac, i know commands to install a application i.e adb install path_to_apk. i want know how can i invoke a application from command line (adb or minicom). i wanted to try sample applications in the SDK to be transfered on to omap-BB and execute from the command line.any idea about this.