The netd daemon is needed by android to control and configure networks.

You can turn some debugging on in netd to see what it's doing that is
crashing.  You can also add additional logging if that's useful.

Removing it entirely is not a great option.

R

On Mon, Feb 20, 2012 at 1:42 AM, 070 <iam...@gmail.com> wrote:

> I still port android 4.0 to HP Veer via NFS usb. Now i have a problem,
> the daemon /system/bin/netd halt the booting, then i lost the telnet
> connnection to the phone. And i cannot get the log out..
> If i just commit out lines of code included "netd", it will boot more
> untill a error for NetdConnector, then report this error again and
> again.
>
> I/SystemServer( 1469): NetworkManagement Service
> E/NetdConnector( 1469): Communications error
> E/NetdConnector( 1469): java.io.IOException: No such file or directory
> E/NetdConnector( 1469):         at
> android.net.LocalSocketImpl.connectLocal(Native Method)
> E/NetdConnector( 1469):         at
> android.net.LocalSocketImpl.connect(LocalSocketImpl.java:238)
> E/NetdConnector( 1469):         at
> android.net.LocalSocket.connect(LocalSocket.java:98)
> E/NetdConnector( 1469):         at
>
> com.android.server.NativeDaemonConnector.listenToSocket(NativeDaemonConnector.java:
> 119)
> E/NetdConnector( 1469):         at
> com.android.server.NativeDaemonConnector.run(NativeDaemonConnector.java:
> 88)
> E/NetdConnector( 1469):         at java.lang.Thread.run(Thread.java:856)
> E/NetdConnector( 1469): Error in NativeDaemonConnector
>
> So ,is anyone know that what is wrong with netd? Do Android really
> need this daemon?
>
> Best regards.
>
> --
> unsubscribe: android-porting+unsubscr...@googlegroups.com
> website: http://groups.google.com/group/android-porting
>

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to