Re: [android-porting] ADBD not binding to port 5555

2009-12-20 Thread David Turner
Port is only used for local transports to emulator instances, not real devices. Iirc, the adbd daemon running on a device is listening on local port 5037. On Fri, Dec 18, 2009 at 4:26 AM, Hamilton Vera wrote: > Greetings everyone. > > I am trying to deploy android 1.6 in an iMX51 based devi

Re: [android-porting] Re: Android Eclair porting on Beagleboard Omap3530 Init problem when booting

2009-12-20 Thread Michael Wu
I get it from : repo init -u git:// labs.embinux.org/embinux-android-build/android-omap3/repo/android/platform/manifest.git-b beagle-eclair 2009/12/19 AbeOwitz > Just curious. Where'd you get the kernel? (What's in your > local_manifest?) > > -- > unsubscribe: > android-porting+unsubscr...

Re: [android-porting] Re: Android Eclair porting on Beagleboard Omap3530 Init problem when booting

2009-12-20 Thread Michael Wu
There are some hardware architecture changes on my beaglebaord. Is it possible to lead to can not enter in Android?? Could anyone help me? please. 2009/12/19 Michael Wu > I get it from : > > repo init -u git:// > labs.embinux.org/embinux-android-build/android-omap3/repo/android/platform/manif

Re: [android-porting] hi,how to use mouse in Android

2009-12-20 Thread jian qin
yeah,I want do this,because I havn't any touch screen,thanks you guys,I will try. 2009/12/18 hedwin > Working on that, were would you expect the mouse handling to take > place in android? > > On Thu, Dec 17, 2009 at 8:32 AM, Yi Sun wrote: > > Yes, that is mips, so do check the upstream otherwis

[android-porting] how to auto mount SD card in Android 1.6?

2009-12-20 Thread liang ming-chuan
hi all, I have problem in auto mount SD card in Android. This is my vold.conf volume_sdcard { media_type mmc mount_point/sdcard ums_path/devices/platform/ftsdc010/mmc_host/mmc0 } and the kernel config: # CONFIG_SYSFS_DEPRECATED_V2 is not set here is the debug message print

Re: [android-porting] Re: Kernel Panic - booting

2009-12-20 Thread linux newbie
Hi All, Thanks very much for your guidance. Android shell shows up :) Thanking You. On Sun, Dec 20, 2009 at 7:42 PM, Anil Sasidharan wrote: > Hi, > >   It seems "ASHMEM" is not enabled in kernel config (kernel log does not > show the asmem init message). Please enable this module (Android S

Re: [android-porting] how to auto mount SD card in Android 1.6?

2009-12-20 Thread Anil Sasidharan
Add "media path" to vold.conf and try On Mon, Dec 21, 2009 at 8:24 AM, liang ming-chuan wrote: > hi all, > I have problem in auto mount SD card in Android. > This is my vold.conf > volume_sdcard { > media_type mmc > mount_point/sdcard > ums_path/devices/platform/ftsdc0

[android-porting] Running Test Application on Target

2009-12-20 Thread linux newbie
Hi, I can able to boot Android on my target platform and got the shell prompt and wondering why there is no desktop sort of thing as we see when running the emulator on the host? Also, how to run the test application ("Hello, Android") on target platform. (I created the .apk file, installed it t

[android-porting] Porting Android FS to JFFS2

2009-12-20 Thread roc
Hi, Is there the final solution on Portng Android FS to JFFS2 file system? I have seen many suggestions about it, but now I am not having an clear idea for that, would anyone here like to give me some suggestions? Take an example to be discussed: If the 'init' file is in the JFFS2 with both syste