magnus

Results 175 comments of magnus

Hey there, yes this is currently a limitation. I didnt think about that when I wrote the initial code. As a workaround I suggest try to only call `close()` when...

Hey, I had a look into your repository, but it seems that your sample application is empty? Seems like writing to your USB thumb drive failed, but I cannot say...

Okay I had a second look over it and now I think I get the thing with the empty application. You application solely tests the StorageProvider, right? Strange that this...

Okay after some additional testing I can reproduce this error. The root directory is displayed perfectly, but after clicking on a folder this exception occurs: ``` 03-25 08:44:23.587 3416-3998/com.github.mjdev.usbfileman D/UsbDocumentProvider:...

The HTTP server is not running by default. I also tried the following: ``` if (device != null) { Log.d(TAG, "Closing device"); device.close(); } // ACTION_OPEN_DOCUMENT is the intent to...

Hey @jmue can you maybe nevertheless open up a pull request?

Thank you! Will be in v0.4 ;)

Hey @jmue I player around today, and noticed if I close the example application, then the storage provider works and I can switch to different sub directories without the strange...

CD Rom drives are currently not supported sorry