[android-porting] Re: Boot from SD card

2009-11-22 Thread Frédéric
Abhishek, Where should I set bootargs? Is this documented somewhere? regards Frédéric On Nov 22, 12:08 am, abhishek srivastav wrote: > Fredric, > > Please make sure that you follow following steps for booting Android from SD > card. > > -Your bootargs should be set to SD card. > -For booting

[android-porting] Re: Ported android patches to 2.6.31. Boots fine with non android FS. Panics with Android FS (images)

2009-11-22 Thread Srikant
Hi Shivappa, > > Kernel panic - not syncing: Attempted to kill init > Can you post the Kernel messages before going to panic. Regards, Sreekanth On Nov 21, 5:08 pm, Shivappa wrote: > Hi, > > I am working on TI’s OMAP Zoom2 platform (OMAP3430). My intention is > to boot Zoom2 with Android using 2

[android-porting] Re: Ported android patches to 2.6.31. Boots fine with non android FS. Panics with Android FS (images)

2009-11-22 Thread Shivappa
Hi Sreekanth, Here are the console logs just before the panic. Note that I did create /dev/console, still for some reason, I get a console message saying unable to open initial console. <6>twl4030_rtc twl4030_rtc: setting system clock to 2000-01-04 07:48:30 UTC (946 972110) twl4030_rtc twl4030_r

[android-porting] Re: Android Eclair -- hangs after gralloc/mapFrameBufferLocked

2009-11-22 Thread Alexey Roslyakov
Yes, it's mot safe, we also must add lock&&unlock before and after call to gralloc_alloc_buffer in function gralloc_alloc. But I guess your uncaught exception is essentially another problem, not gralloc- deadlock-related one. Can you post logcat? On 21 ноя, 13:08, AchimNohl wrote: > Hi Alexey, >

Re: [android-porting] Re: Boot from SD card

2009-11-22 Thread abhishek srivastav
You should change this in your bootloader. BTW what bootloader you are using ? On Sun, Nov 22, 2009 at 5:14 AM, Frédéric wrote: > Abhishek, > > Where should I set bootargs? Is this documented somewhere? > > > regards > Frédéric > > On Nov 22, 12:08 am, abhishek srivastav > wrote: > > Fredric,

Re: [android-porting] Re: Ported android patches to 2.6.31. Boots fine with non android FS. Panics with Android FS (images)

2009-11-22 Thread girish
Shivappa, What's the bootargs used? Girish On Sun, Nov 22, 2009 at 10:30 AM, Shivappa wrote: > Hi Sreekanth, > > Here are the console logs just before the panic. Note that I did > create /dev/console, still for some reason, I get a console message > saying unable to open initial console. > > >

[android-porting] Re: What is the difference between default android apps and sdk built apps in donut?

2009-11-22 Thread TG
Dianne, Behavior of the Status bar expanded view (and search dialog) is same even in android 2.0 (Eclair - build sdk from source). They don't cover entire screen if I run emulator with 480x800 (160dpi) skin. seems like I'm missing something obvious here, but not able to locate it. Can't we have

[android-porting] Re: Ported android patches to 2.6.31. Boots fine with non android FS. Panics with Android FS (images)

2009-11-22 Thread Shivappa
Hi Girish, here is how bootargs looks setenv bootargs console=ttyS3,115200n8 root=/dev/mmcblk0p2 rw r ootdelay=1 mem=256M init=/init videoout=omap24xxvout omap_vout.video1_numbuffers =4 omap_vout.vid1_static_vrfb_alloc=y /Shivappa On Nov 22, 11:16 pm, girish wrote: > Shivappa, > What's the bo

[android-porting] Question on building factory installed app with native Lib and external data on Cupcake

2009-11-22 Thread efu
I am building an application that will be pre-installed on a cupcake image. The application comes with a native library. My .apk file contains the native library inside the /libs/armeabi directory and the .apk has been tested fine when installed as a downloadable app. I placed the .apk in the out/