I'm using linux-2.6.26 from the l-o git on an omap3 based target, and have patched it with android-0.9 patch derived as described in various forums about porting android to real hardware. I'm also using the android filesystem and binaries as extracted from 0.9 release. I can start 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) -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html