3 messages in com.googlegroups.android-internals[android-internals] Android init proc...
FromSent OnAttachments
manju19 May 2008 01:16 
Anil Sasidharan19 May 2008 01:30 
dsp19 May 2008 03:46 
Subject:[android-internals] Android init process failure
From:manju (manj@gmail.com)
Date:05/19/2008 01:16:01 AM
List:com.googlegroups.android-internals

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