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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en