I bet it's trying to access something like /dev/socket.



On Saturday, November 17, 2012 4:50:54 PM UTC-6, Mino Infiesta Tsuchiya 
wrote:
>
> Hello all, I'm trying to port CM9 to the s5830i, but when trying to boot, 
> I've fixed all errors except this one:
>
> [CODE]
> E/NetdConnector( 1455):         at java.lang.Thread.run(Thread.java:856)
> E/NetdConnector( 1455): Communications error
> E/NetdConnector( 1455): java.io.IOException: No such file or directory
> E/NetdConnector( 1455):         at 
> android.net.LocalSocketImpl.connectLocal(Native Method)
> E/NetdConnector( 1455):         at 
> android.net.LocalSocketImpl.connect(LocalSocketImpl.java:238)
> E/NetdConnector( 1455):         at 
> android.net.LocalSocket.connect(LocalSocket.java:98)
> E/NetdConnector( 1455):         at 
> com.android.server.NativeDaemonConnector.listenToSocket(NativeDaemonConnector.java:119)
> E/NetdConnector( 1455):         at 
> com.android.server.NativeDaemonConnector.run(NativeDaemonConnector.java:88)
> [/CODE]
> I've tried replacing [I]system/bin/netd[/I] with a stock ROM from the 
> s5830i, but it didn't work, and I've also tried adding this to 
> [/]init.rc[/] in [I]boot.img[/I]:
> [CODE]
> service netd /system/bin/netd
>     class main
>     socket netd stream 0660 root system
>     socket dnsproxyd stream 0660 root inet
>     socket mdns stream 0660 root system
> [/CODE]
>
> but still no luck. Any ideas?
>
> Thanks in advance. :)
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to