Sunday, September 18, 2011

[android-developers] UsbStorageConnector failing with IOException.


Hi all!

I'm getting the following error in my logcat:

E/UsbStorageConnector(  189): listenToSocket -> Communications error
E/UsbStorageConnector(  189): java.io.IOException: No such file or directory
E/UsbStorageConnector(  189):   at android.net.LocalSocketImpl.connectLocal(Nati
ve Method)
E/UsbStorageConnector(  189):   at android.net.LocalSocketImpl.connect(LocalSock
etImpl.java:238)
E/UsbStorageConnector(  189):   at android.net.LocalSocket.connect(LocalSocket.j
ava:98)
E/UsbStorageConnector(  189):   at com.android.server.NativeDaemonConnector.list
enToSocket(NativeDaemonConnector.java:102)
E/UsbStorageConnector(  189):   at com.android.server.NativeDaemonConnector.run(
NativeDaemonConnector.java:85)
E/UsbStorageConnector(  189):   at java.lang.Thread.run(Thread.java:1019)


I tried to find where is the file with a tag UsbStorageConnector and I couldn't find it.

Do you know where is the class which has this tag? Or even better, would you have any clue about what file it is trying to listen to? This way I could check why it is missing or if it is something related to permissions.

Thank you very much 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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment