[android-developers] Re: UsbStorageConnector failing with IOException.

2011-09-20 Thread Francisco Figueiredo Jr.
I'm using a galaxy S with a 2.3.5 rom.

I started to think it really may be some vendor extension as I couldn't find 
anything on google. 
It is sad that the exception java throws doesn't show the file name it 
didn't find. I think that in order to do that, I would need to add a log of 
the file name being used, but I don't know yet how to replace just 
NativeDaemonConnector class. 

Do you know if there is any other flag I could turn on to get more verbose 
logging?

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

[android-developers] Re: UsbStorageConnector failing with IOException.

2011-09-19 Thread FrankG
Hmm, strange .. your UsbStorageConnector tries to communicate
with a native daemon using the NativeDaemonConnector.

But to investigate into this is out of scope of this particular group.

Which platform are you using ? Maybe the UsbStorageConnector is
a vendor extension  because this is normally handled by the mount
service ?
Good luck ! Frank


On 18 Sep., 23:59, Francisco Figueiredo Jr.
francisco.figueiredo...@gmail.com wrote:
 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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en