I'm trying to port Android for Intel X86 desktop PC.
I though it could be possible, because someone already have ported to
ASUS eee701 which is X86 based.

I followed like this.
http://code.google.com/p/patch-hosting-for-android-x86-support/wiki/BuildAndroidForX86Platforms

And applied patch from here.
http://code.google.com/p/patch-hosting-for-android-x86-support/downloads/list

The only different thing I've done is inserting intelfb driver to
kernel image instead of building as a module. And I check it works by
checking /sys/class/graphics/fb0.

Anyway I've booted with new built kernel and rootfs both for eee701.
But during the boot, screen goes black seems to be dead.

I think something wrong on invoking zygote.

And I tested like this.
When I just commented out the zygote invoking part in init.rc shell
command came up.
And following process could be found but mediaserver.
- servicemanager, vold, installd, adbd

Error message below comes up repeatedly.
------------------------------------------------------------------------------
init: event { 'add', '/kernel/uids/1013', 'uids', '', -1, -1 }
init: waitpid returned pid 2003, status = 00007f00
init: process 'media', pid 2003, exited
init: process 'media' killing any children in process group
init: event { 'remove', '/kernel/uids/1013', 'uids', '', -1, -1 }
------------------------------------------------------------------------------

So I think zygote and mediaserver are not working properly.
Please help me out~! >,<

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to