I'm using linux-2.6.26 on an omap3 based target, and have patched it with android-0.9 patch derived as described in various discussions about porting android to real hardware. I'm also using the android filesystem as extracted from 0.9 release. I can start my target and all seems OK to a point. Kernel starts OK, android init starts OK, all processes appear to start OK. However, when process 'system_server' starts, screen changes from "ANDROID_" to blank, and about 45-60 seconds later 'system_server' goes away and process 'zygote' restarts. When started with strace, I see the error output below.
Can anyone make any sense of this error/exception? By the way, the target does not have network connectivity via USB, but does have it via ethernet. Might this be an issue? Thanks, twebb java.lang.RuntimeException: ANDROID_SOCKET_zygote unset or invalid at com.android.internal.os.ZygoteInit.registerZygoteSocket(ZygoteInit.java: 156) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:461) at dalvik.system.NativeStart.main(Native Method) Caused by: java.lang.NumberFormatException: unable to parse 'null' as integer at java.lang.Integer.parseInt(Integer.java:362) at java.lang.Integer.parseInt(Integer.java:341) at com.android.internal.os.ZygoteInit.registerZygoteSocket(ZygoteInit.java: 154) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---