Quick hack. Let the system thinks battery is healthy. Here's my patch.
Cheers,
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
この広告は90日以上新しい記事の投稿がないブログに表示されております。
Good News...
yesI have a working Android over PXA270 based Compulab EM-X270 target board.
If anybody have any issue to porting the Androidn over this hardware please feel free to ask me any time.
Maneesh Jain
I have followed instructions to build kernel 2.6.24 and Android from this site (http://labs.beatcraft.com/en/index.php) plus some other modifications (to make touchscreen works).
But when I boot Android running:
chroot /media/card/android-root /init
I see "ANDROID" on the screen, with a blinking '_', and a few seconds later I see a blank screen (black) with a '_' in the upper left corner, no logo, or UI is shown... I've connected a serial cable to board to see the debug output, and this is the result:
root@gumstix-custom-verdex:/media/card/android-root$ chroot /media/
card/android-root /init
init: cannot open '/initlogo.rle'
sh: can't access tty; job control turned off
# init: cannot find '/system/bin/playmp3', disabling 'bootsound'
binder: release proc 1229, transaction 37, not freed
android_power: wakeup (0->0) at 411425842768 (1970-01-01
00:06:51.425845845 UTC)
android_power: wakeup (0->0) at 448261661230 (1970-01-01
00:07:28.261669538 UTC)
android_power: sleep (0->2) at 510161104615 (1970-01-01
00:08:30.161106769 UTC)
nothing more... could you help me or give me some hints?
I have flashed the gumstix with the directfb image (built on my desktop), and the df_dok command and all df tests, pass okey.
Thanks!
Ezequiel
How can install android on zaurus 3100? Could you share the resource and installtion guide?
thanks.
It would be much appreciated.
thanks.
How do you feel the android in MID, startbook, netbook, or any midea device?
Gary
Are there any instructions on how to build Android from repository?
Thank you in advance!
((http://labs.beatcraft.com/en/index.php). And make the android successfully. But when i boot on the gumstix, the errors happened and as below:
nit: cannot open '/initlogo.rle'
sh: can't access tty; job control turned off
# init: cannot find '/system/bin/playmp3', disabling 'bootsound'
sh: can't access tty; job control turned off
android_power: wakeup (0->0) at 3554297515692 (1970-01-01 00:59:14.297518769 UTC)
init: untracked pid 6272 exited
android_power:wakeup (0->0) at 3554297515698 (1970-01-01 00:59:14.297591075 UTC)
init: untracked pid 6311 exited
...... the same errors repeat
and the logcat is
I/SystemServer( 1502): Battery Service
W/dalvikvm( 1502): No implementation found for native Lcom/android/server/BatteryService;.native_update ()V
W/dalvikvm( 1502): threadid=15: thread exiting with uncaught exception (group=0x4001b160)
E/AndroidRuntime( 1502): Uncaught handler: thread android.server.ServerThread exiting due to uncaught exception
E/AndroidRuntime( 1502): *** EXCEPTION IN SYSTEM PROCESS. System will crash.
E/AndroidRuntime( 1502): java.lang.UnsatisfiedLinkError: native_update
E/AndroidRuntime( 1502): at com.android.server.BatteryService.native_update(Native Method)
E/AndroidRuntime( 1502): at com.android.server.BatteryService.update(BatteryService.java:200)
E/AndroidRuntime( 1502): at com.android.server.BatteryService.<init>(BatteryService.java:138)
E/AndroidRuntime( 1502): at com.android.server.ServerThread.run(SystemServer.java:140)
E/AndroidRuntime( 1502): Crash logging skipped, no checkin service
I/Process ( 1502): Sending signal. PID: 1502 SIG: 9
I/ServiceManager( 1073): service 'cpuinfc' died
I/ServiceManager( 1073): service 'entropy' died
I/ServiceManager( 1073): service 'meminfc' died
I/ServiceManager( 1073): service 'power' died
..........
How can i fix these? can you help me? Thank you !