[android-porting] Re: Issue in booting the new Android opensource 1.5(API level 3)

2009-06-25 Thread chrisk
Hi all, Does anybody know if this issue has been resolved? I am looking through issue tracker and gerrit and do not see it reported. Can somebody refer me to a gerrit ID where I can see the solution? Thanks, Chris On May 6, 4:35 am, cindy_king_1024 wrote: > From the logcat I catch: > > W/Resou

[android-porting] Re: Issue in booting the new Android opensource 1.5(API level 3)

2009-04-29 Thread Nick Pelly
The framework assumes that if it can't get the battery level then the battery level is zero, and shuts down. This is bad framework behavior, but you can workaround by providing a battery level. I don't know off the top of my head what interface this uses, but I have a feeling UEvent may be involve

[android-porting] Re: Issue in booting the new Android opensource 1.5(API level 3)

2009-04-30 Thread cindy_king_1024
Hi,I meet with the same case,when it boot up with the logo,it will power down,just like: VFS: Mounted root (nfs filesystem). Freeing init memory: 440K Warning: unable to open an initial console. init: cannot open '/initlogo.rle' init: cannot find '/system/bin/playmp3', disabling 'bootsound' sh:

[android-porting] Re: Issue in booting the new Android opensource 1.5(API level 3)

2009-04-30 Thread Elvis Dowson
Hi, Here is a temporary workaround for this issue. I don't have a battery so I was forced to stub the calls and return a 100% for the required battery parameters. Best regards, Elvis diff --git a/services/jni/com_android_server_BatteryService.cpp b/ services/jni/com_android_server_BatteryS

[android-porting] Re: Issue in booting the new Android opensource 1.5(API level 3)

2009-05-06 Thread cindy_king_1024
>From the logcat I catch: W/ResourceType( 706): No package identifier when getting value for resource number 0x7f030003 W/ResourceType( 706): No package identifier when getting value for resource number 0x7f03000c W/ResourceType( 706): No package identifier when getting value for resource n