[android-porting] Re: alsa in eclair ,mediaserver can't start

2010-07-28 Thread Weber
Hi,Misa 1. I have wm8987 driver for my board,my kernel version is 2.6.24.7 supplied by the board vendor ,and I have porting the android driver to it,before porting the alsa ,I can run eclair well ,wifi ,phone module etc can work well. and here are my .config file in the kernel root dir 1313 #

[android-porting] Need help bringing up Bluetooth after porting

2010-07-28 Thread Ajith Kamath
Hi all, I have just ported eclair code to samsung SPH-M900 model. Since its on Bluez , BOARD_HAVE_BLUETOOTH is true in Boardconfig.mk file I m not able to bring bluetooth up. When I try to switch on bluetooth It gets stuck and reboots. Does any post porting activity needs to be done for

Re: [android-porting] how to flash the RFS

2010-07-28 Thread Ashwin Bihari
Those .img files are YAFFS2 files, so you'd partition your NAND (or other Flash) and use U-Boot 'nand.yaffs2 write' or something to write those images to the Flash. In the Kernel you'd need to ensure that you've used MTD to create the partitions that match the areas of flash you've chosen for

Re: [android-porting] AudioPlayer class

2010-07-28 Thread Lakshman
Hello, There are two interfaces, MediaPlayerInterface and MediaPlayerHWInterface.both are derived from MediaPlayerBase class. If you wanna use AudioFlinger software mixer than you have to use MediaPlayerInterface(As per google, don't have much knowledge on mixer front). In setDataSource

[android-porting] Re: Unable to find instrumentation info for...

2010-07-28 Thread mrieker
Never mind, I figured it out myself... adb -s 127.0.0.1: install -r out/host/linux-x86/cts/android-cts/ repository/testcases/CtsAppTestCases.apk adb -s 127.0.0.1: install -r out/host/linux-x86/cts/android-cts/ repository/testcases/CtsTestStubs.apk I found those lines by putting

[android-porting] Issue: Hit EOS reading message length followed by Disconnected from 'rild' socket

2010-07-28 Thread ShivaP
Hi all, After GPRS connection is established, I am getting Hit EOS reading message length Disconnected from 'rild' socket and rild is starting again, and no crash log / no error exit log for rild is seen. gprs connection looks to be established and I am clueless what's happening. Please see

Re: [android-porting] AudioPlayer class

2010-07-28 Thread Daniel Charles
Hi, On Wed, Jul 28, 2010 at 7:49 AM, Lakshman lakshma...@gmail.com wrote: Hello, There are two interfaces, MediaPlayerInterface and  MediaPlayerHWInterface.both are derived from MediaPlayerBase class. If you wanna use AudioFlinger software mixer than you have to use 

Re: [android-porting] AudioPlayer class

2010-07-28 Thread Lakshman
Please find my comments inlined... Thanks and regards, -Lakshman On Thu, Jul 29, 2010 at 12:19 AM, Daniel Charles dcharl...@gmail.comwrote: Hi, On Wed, Jul 28, 2010 at 7:49 AM, Lakshman lakshma...@gmail.com wrote: Hello, There are two interfaces, MediaPlayerInterface and

Re: [android-porting] AudioPlayer class

2010-07-28 Thread Daniel Charles
Hi Lakshman, ... On Wed, Jul 28, 2010 at 10:48 AM, Lakshman lakshma...@gmail.com wrote: Please find my comments inlined... Thanks and regards, -Lakshman ... Although, I'm not sure this is the correct way to handle this as I would want to push this change to gerrit.  I'm also wondering

[android-porting] Regarding wpa_supplicant_6

2010-07-28 Thread thirumalai Pachamuthu
Hi, Correct me if i am wrong. By default wpa_supplicant/ will be added how to include wpa_supplicant_6. -Thirumalai -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] OMX Codec Integration

2010-07-28 Thread patil.raviki...@gmail.com
Hi All, I am working on OMX codec integration to Android platform.I have a OMX compliant codec.How do I go abt it? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Regarding wpa_supplicant_6

2010-07-28 Thread Dmitry Shmidt
Hi Thirumalai, Yes, you are right. By default will be used wpa_supplicant (ver 0.5.11) If you want wpa_supplicant_6 (ver 0.6.10) you need to set in board config file WPA_SUPPLICANT_VERSION := VER_0_6_X Thanks, Dmitry On Wed, Jul 28, 2010 at 1:26 AM, thirumalai Pachamuthu

[android-porting] Re: Regarding wpa_supplicant_6

2010-07-28 Thread guru
Hi Dmitry, What is the major changes in wpa supplicant ver 0 6.? Thanks Gururaja B O On Jul 29, 4:07 am, Dmitry Shmidt dimitr...@android.com wrote: Hi Thirumalai, Yes, you are right. By default will be used wpa_supplicant (ver 0.5.11) If you want wpa_supplicant_6 (ver 0.6.10) you need to