[android-porting] Re: Booting Android

2010-12-07 Thread Stefan
Can anyone tell me if I'm using the right ramdisk.img?? On 6 Dez., 16:47, Stefan sgo...@dh-electronics.de wrote: According to the error message, is it possible my sd card i am booting from is the problem? I use ext2 format as described everywhere, but as it says in the error log: last

Re: [android-porting] GingerBread Src Code

2010-12-07 Thread Atul Raut
I guess only they push SDK 2.3 not the actual source code. -- Atul Raut Android Telephony Engineer http://rautatul.weebly.com/ http://rautatul.wordpress.com/ Mobile :

Re: [android-porting] GingerBread Src Code

2010-12-07 Thread Deva R
if gingerbread source is public, you will see a gingerbread branch for manifest here http://android.git.kernel.org/?p=platform/manifest.git;a=summary http://android.git.kernel.org/?p=platform/manifest.git;a=summary On Tue, Dec 7, 2010 at 2:52 PM, Atul Raut atul.dr...@gmail.com wrote: I guess

Re: [android-porting] GingerBread Src Code

2010-12-07 Thread Thiru
How could you say this is gingerbread branch. i couldn't see and 2.3 version On Tue, Dec 7, 2010 at 5:30 PM, Deva R r.deva...@gmail.com wrote: if gingerbread source is public, you will see a gingerbread branch for manifest here http://android.git.kernel.org/?p=platform/manifest.git;a=summary

Re: [android-porting] GingerBread Src Code

2010-12-07 Thread Thiru
When they are planning to release the source code. On Tue, Dec 7, 2010 at 6:17 PM, Mali Laurent i.m.laur...@gmail.com wrote: There is no source code yet guys.. Only SDK with system.img for the emulator. On Tue, Dec 7, 2010 at 1:39 PM, Thiru thirumalai.andr...@gmail.comwrote: How could you

Re: [android-porting] GingerBread Src Code

2010-12-07 Thread Deva R
How could you say this is gingerbread branch. i couldn't see and 2.3 version read again. i'm saying you WILL see.. regarding availability, we just need to wait and watch this space. On Tue, Dec 7, 2010 at 6:09 PM, Thiru thirumalai.andr...@gmail.com wrote: How could you say this is gingerbread

Re: [android-porting] Power management Issue in OMAP3 EVM

2010-12-07 Thread Deva R
You can track who holds and releases wake_lock. I looked into this a bit sometimes back, to reduce this exact delay, but shortening the delay is not a quick hack it seems. The delay between 'key-press' and 'actual-suspend' is mostly dicated by user side, which are mostly due to wakelock held by

[android-porting] How to put generated loadable kernel modules (*.ko) into system.img?

2010-12-07 Thread hamleter
Hi all, I try to build divers which under \kernel\drivers into loadable modules (*.ko), how do I put these generated *.ko files into system.img? Currently, I push these files in ADB manually. Thanks. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

Re: [android-porting] GingerBread Src Code

2010-12-07 Thread Mali Laurent
There is no source code yet guys.. Only SDK with system.img for the emulator. On Tue, Dec 7, 2010 at 1:39 PM, Thiru thirumalai.andr...@gmail.com wrote: How could you say this is gingerbread branch. i couldn't see and 2.3 version On Tue, Dec 7, 2010 at 5:30 PM, Deva R r.deva...@gmail.com

[android-porting] Re: GingerBread Src Code

2010-12-07 Thread Elbee1972
Froyo manifest was updated aprox a month after anouncement ... On 7 dec, 14:22, Deva R r.deva...@gmail.com wrote: How could you say this is gingerbread branch. i couldn't see and 2.3 version read again. i'm saying you WILL see.. regarding availability, we just need to wait and watch this

Re: [android-porting] Re: porting froyo to imx51

2010-12-07 Thread Hamilton Vera
Usually when I boot for the first time using sdcard it took a while to complete the process. Glad to know it worked. []'s Thanks On Tue, Dec 7, 2010 at 2:38 AM, Vinay vinayku...@gmail.com wrote: Hi Halimton, Things are resolved. I was able to boot froyo. There were no issues in fact, may

[android-porting] Re: Power management Issue in OMAP3 EVM

2010-12-07 Thread Arun Joseph
I see wake_locks PowerManagerService from PowerManagerService.java and KeyEvent from EventHub.cpp. But I could not find out who invokes wake_lock alarm and when. We have not written HAL for lights. Also dont have sysfs entries under /sys/class/power_supply/ . Will it affect the suspend/resume

Re: [android-porting] How to put generated loadable kernel modules (*.ko) into system.img?

2010-12-07 Thread Deva R
We add few product files in .mk files like below See http://git.omapzoom.org/?p=device/ti/blaze.git;a=blob;f=blaze.mk;hb=refs/heads/froyo#l44http://git.omapzoom.org/?p=device/ti/blaze.git;a=blob;f=blaze.mk;h=c7cc734f87d00e34e8c0d819ae711cfeec7501e1;hb=refs/heads/froyo#l44

[android-porting] Re: GingerBread Src Code

2010-12-07 Thread mytharak
Typically one month after the SDK release the source becomes available. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] root operations for Android porting

2010-12-07 Thread A Curtis
Hello, I am a long time embedded Linux developer with experience porting to new hardware platforms. When doing this work there are many operations which require root permissions to perform. On many systems you need root permissions to mount file systems. I understand Android's anti- root