[android-porting] Re: android filesystem

2010-09-29 Thread siva ram krishna
hi , i have downloaded the froyo branch using repo tool and compiled the froyo source ,got the images ramdisk.img,system.img,data.img. i prepared the nfs filesystem using the above images. now when i try to boot the kernel i get the same error 'kernel panic'. i have made a generic compilation

Re: [android-porting] Re: android filesystem

2010-09-29 Thread Deva R
can you post the log and bootargs?? -- Regards, Deva www.bittoggler.com On Wed, Sep 29, 2010 at 2:47 PM, siva ram krishna siva...@gmail.com wrote: hi , i have downloaded the froyo branch using repo tool and compiled the froyo source ,got the images ramdisk.img,system.img,data.img. i

[android-porting] Emulator with iMx specific images.

2010-09-29 Thread Vinay
Hi, Kindly let me know if it is possible to run emulator using the images obtained after applying iMx51 specific patches and building android (eclair). I have followed the steps suggested on the IMx Android r7 user guide to build the android source for the iMx51 board. I have tried copying the

[android-porting] Ethernet auto detection

2010-09-29 Thread Thomas Scariah
Hi, I have an issue with Android-eclair,running on omap3530 platform. when I boot android with ethernet cable its not taking the network up. so I am run dhcpclient and enable the etherent. still it is not working. so I set setprop net.dns1 XXX as dns server

[android-porting] make clean for imx51_BBG android build

2010-09-29 Thread Vinay
Hi, I have been following the i.Mx Android R7 user guide to build and port android 2.1 to Freescale iMx51 board. The usual make clean does not clean the previous build. It refers to the generic build and does not clean the imx specific build. Kindly let me know how to clean the imx specific

Re: [android-porting] Bluetooth - Handsfree mute

2010-09-29 Thread naveen . j . jain
Another question I have is, have u come across any phone that shows the mute icon on UI when we do mute from HF device? Sent on my BlackBerry® from Vodafone -Original Message- From: Gururaj BO guru.nav...@gmail.com Date: Wed, 29 Sep 2010 09:45:34 To: Naveen Jainnaveen.j.j...@gmail.com

[android-porting] Input sound to Bluetooth Headset at time to recognize speech

2010-09-29 Thread Hiroaki
Hello, Please teach. I use Xperia(OS 1.6) and Motorola H555(Bluetooth Headset). By trying RecognizeSpeech(API), it was not possible to input sound from paired Bluetooth Headset to my application. By trying Text-to-Speech(API) also, it was not possible to output sound to paired Bluetooth Headset. I

Re: [android-porting] Some questinos about new shell, mksh, on ARM.

2010-09-29 Thread Deva R
   To have more useful power on script, I tried the new shell, mksh, on my ARM target. But I found some questions. try installing busybox over android. to get regular bash shell and tools. android prebuilt binary is available at

[android-porting] Re: Some questinos about new shell, mksh, on ARM.

2010-09-29 Thread Chih-Wei
I don't see this problem. I've use mksh on android for a long time. 'ls' is aligned correct and tab completion works well. Maybe it's due to your terminal problem. What terminal did you use? On 9月29日, 下午12時36分, RK bcsf...@gmail.com wrote: Hi all,     To have more useful power on script, I

[android-porting] Input sound from Bluetooth Headset at time to recognize speech

2010-09-29 Thread Hiroaki
Hello, Please teach. I use Xperia(OS 1.6) and Motorola H555(Bluetooth Headset). By trying RecognizeSpeech(API), it was not possible to input sound from paired Bluetooth Headset to my application. By trying Text-to-Speech(API) also, it was not possible to output sound to paired Bluetooth Headset. I

Re: [android-porting] Re: : V4l2 Camera Integration

2010-09-29 Thread Raju Sana
The path which I gave in vold.fstab is as per the mentioned example there and is as follows. dev_mount sdcard /mnt/sdcard auto /devices/platform/mmci-omap-hs.0/mmc_host/mmc0 Still my camera application broken by saying please insert the SD card. I browse the source code dig a little more into

[android-porting] Re: android filesystem

2010-09-29 Thread siva ram krishna
hi, previously i didn't include ASHMEM driver when compiling ,now i included the ASHMEM driver and got the prompt. now i am able to see the prompt but still the problem persists.the system is not stable,it gets restarted after the message # init: critical process 'servicemanager' exited 4 times