Hi, Have you enabled "networking" while configuring the kernel? Apparently the issue is linked to TCP/IP stack and sockets.
Warm Regards, Anil On Mon, May 19, 2008 at 1:46 PM, manju <[EMAIL PROTECTED]> wrote: > > Hi All, > We are trying to port Android to our custom SoC based on ARM 11. > We have a problem in executing the android init process and hence this > post > > The details are as below > 1) Kernel : 2.6.23 + board specific patches + android m5-rc14 patches > 2) system and data partitions extracted from live emulator FS. Both > reside on Nand memory with ext2 FS. Top level /system and /data are > softlinks to /mnt/nand/system and /mnt/nand/system > 3) We boot into our root file system and then copy /system/etc/* to / > etc > 4) We run android init process. We get the following message > Init: HOW ARE YOU GENTLEMAN > Init: reading config file > Init: device init > 5) We are unable to start home application. > 6) We also get these error messages when we use manual approach > > [/]$ /system/bin/app_process -Xzygote /system/bin --zygote > java.lang.RuntimeException: Cannot bind to 'android.zygote' > at android.os.ZygoteInit.registerZygoteSocket(ZygoteInit.java: > 615) > at android.os.ZygoteInit.main(ZygoteInit.java:1405) > at android.dalvik.NativeStart.main(Native Method) > Caused by: java.io.IOException: Function not implemented > at android.net.LocalSocketImpl.create_native(Native Method) > at android.net.LocalSocketImpl.create(LocalSocketImpl.java: > 198) > at android.net.LocalServerSocket.<init>(LocalServerSocket.java: > 46) > at android.os.ZygoteInit.registerZygoteSocket(ZygoteInit.java: > 613) > ... 2 more > > > [/]$ /system/bin/dbus-daemon --system > Failed to start message bus: Failed to bind socket "/tmp/ > system_bus_socket": Function not implemented > > Does anyone know what we have missed? Unfortunately init source code > is unavailable. > Thanks > Manjunath > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---