Dear all, I am porting Android (m5 version) on Qemu, and emulating ARM Integrator/CP board. I try to start up Android GUI by app_process -Xzygote /system/bin --zygote & dbus-daemon --system --nofork & runtime Before starting these programs above, I have checked/created /dev/graphics/fb0 /dev/log/main /dev/log/radio /dev/log/events /dev/eac /dev/alarm and chmod 666 /dev/xxx for above device files I just see the red eye, but Android's GUI is not shown.
However, if I take Android's init as my init program of Linux, the GUI can be shown normally. (Android's init will execute /etc/init.rc automatically) Therefore, I am thinking what does Android's init do? In other words, do I forget something expect for these /dev/xxx files? I hope that I can start Android GUI without Android's init. By the way, are /dev/eac and /dev/alarm in your Linux before Android GUI start ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Internals" group. To post to this group, send email to android-internals@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-internals?hl=en -~----------~----~----~----~------~----~------~--~---