[android-porting] Re: Struck at ANDROID screen

2010-09-22 Thread Dark Knight
Hi, Can you issue, logcat command from serial or adb connection, and check the output??? Regards, Vaisakh P S (http://www.google.com/profiles/10737139482479025) On Sep 22, 8:50 pm, venki realfriend.ve...@gmail.com wrote: Hi I hav a beagleboard rev C4. Followed steps mentioned

[android-porting] Re: vold issues

2010-08-13 Thread Dark Knight
Hi, Have u set up your battery driver properly in your kernel? Coz i have observed that the sdcard detection has a dependency of battery (power) drivers. Also the path to be specified in vold.fstab should be that of the sdcard under /sys directory than /dev directory. This my vold.fstab entry:

[android-porting] Re: Android ADB Connection issue on a PXA27x hardware

2010-08-01 Thread Dark Knight
transferred?? For adb shell working, try the below from su #adb kill-server #adb shell - On Jul 30, 3:34 pm, Dark Knight vaisakhru...@gmail.com wrote: Hi Everyone, I was able to port Android on to a PXA270 based hardware, with the following features working  - Display (Smart panel QVGA

[android-porting] Android ADB Connection issue on a PXA27x hardware

2010-07-30 Thread Dark Knight
Hi Everyone, I was able to port Android on to a PXA270 based hardware, with the following features working - Display (Smart panel QVGA display ) - Touch screen (with corrections that I obtained using tslib for this display) - 3x3 Keypad - USB Client (I had to change few things in android.c

[android-porting] Re: Android Gadget driver on PXA27X board

2010-02-11 Thread Dark Knight
Hi Everyone, I have some more information regarding this. Its seems the driver is not able to create bulk end points. I added some debug prints in f_adb.c and epautoconf.c Here is the output pxa27x_udc: version 2008-04-18 android init android_bind

[android-porting] Android Gadget driver on PXA27X board

2010-02-10 Thread Dark Knight
Hi, I working on porting Linux + Android on our hardware which is a PXA27X based board. I have enabled switch and USB gadget driver for the same. But seems to be not working. And I am getting the following message while booting pxa27x_udc: version 2008-04-18 android

[android-porting] Re: Info

2010-01-05 Thread Dark Knight
Once you get that screen, in your command prompt, type in logcat command. or logcat You will see what is happening. Regards, -- Vaisakh P S (http://www.google.com/profiles/VaisakhRulez) -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: Info

2010-01-04 Thread Dark Knight
Hi, Now, you can compile your Android source code and make the executables. It will be under out/product/generic folder (i guess so.) So what I did was, I edited the init script file, for preventing mounting from NAND (for the time being) and then i partitioned the SDCARD into three ext2

[android-porting] Re: Android Booting

2010-01-04 Thread Dark Knight
check the permissions for system and data directory. u need to give global read write and execute permissions... Regards, -- Vaisakh P S (http://www.google.com/profiles/VaisakhRulez) On Jan 4, 9:41 am, linux newbie linux.newbi...@gmail.com wrote: Hi, * I downloaded the latest android-sdk,

[android-porting] Re: Android Booting

2010-01-04 Thread Dark Knight
Hi, This could be a directory permission related issue. You need to give global read and write permissions for data and system folders. http://free-electrons.com/blog/android-beagle/ Regards, -- Vaisakh P S (http://www.google.com/profiles/VaisakhRulez) On Jan 4, 9:41 am, linux newbie