Page 1 of 2

USB Stick Plugin: New third party beta plugin available

Posted: 2013-03-25, 13:45 UTC
by ghisler(Author)
A new plugin is available to access USB sticks on tablets like the Google Nexus 7 and 10 which do not mount USB sticks. The plugin does NOT need root rights!

Download:
https://play.google.com/store/apps/details?id=de.hechler.tcplugins.usbstick

Warning: This is the first beta version, so be careful and don't use it with any critical data! The beta has a time limit until April 15th, 2013.

I recommend that you install TC 2.02 beta to use this plugin - I have added some code to allow the plugin to cause a refresh. This is needed when a new stick is detected, or a stick is removed. With the release version of TC, you will get a message to refresh the directory manually.

Note to users of Stickmount: You can use this plugin and Stickmount in parallel. When you plug in a USB stick, you need to grant just one of them access to it.

I'm NOT the author of this plugin, but I helped with the creation by sending some sample plugin code. Please post in this thread if you encounter any problems.

Posted: 2013-03-26, 16:21 UTC
by Number99
I get a crash on my Nexus 7 every time I try to use the plug-in.

Edit: after installing the latest version today, it works! Sadly on FAT-usb sticks only. Hopefully it will work on NTFS soon.

:)

Posted: 2013-03-27, 13:53 UTC
by feri
Number99 wrote:Hopefully it will work on NTFS soon.
Sorry, but there are currently no plans to support NTFS.

Posted: 2013-03-27, 19:51 UTC
by Number99
feri wrote:
Number99 wrote:Hopefully it will work on NTFS soon.
Sorry, but there are currently no plans to support NTFS.
Ok, that's too bad. Then I will have no use for it and will look elsewhere :?

Posted: 2013-03-28, 08:12 UTC
by Horst.Epp
Number99 wrote:
feri wrote:
Number99 wrote:Hopefully it will work on NTFS soon.
Sorry, but there are currently no plans to support NTFS.
Ok, that's too bad. Then I will have no use for it and will look elsewhere :?
What should be the benefit of NTFS format for an USB stick ?
There is no real advantage.

Posted: 2013-03-28, 18:45 UTC
by Number99
Horst.Epp wrote:
Number99 wrote:
feri wrote: Sorry, but there are currently no plans to support NTFS.
Ok, that's too bad. Then I will have no use for it and will look elsewhere :?
What should be the benefit of NTFS format for an USB stick ?
There is no real advantage.
Well, the main reason for using ntfs is that I can use files bigger than 4gb. And that's a dealbreaker for me. :roll:

NTFS support

Posted: 2013-03-28, 19:32 UTC
by feri
Number99 wrote:Well, the main reason for using ntfs is that I can use files bigger than 4gb. And that's a dealbreaker for me. :roll:
I see. If the FAT version works well I will take a look at NTFS, but one step after another.

Re: NTFS support

Posted: 2013-03-28, 20:15 UTC
by Number99
feri wrote:
Number99 wrote:Well, the main reason for using ntfs is that I can use files bigger than 4gb. And that's a dealbreaker for me. :roll:
I see. If the FAT version works well I will take a look at NTFS, but one step after another.
Nice :)

USB stick connects but files cannot be manipulated

Posted: 2013-04-22, 11:39 UTC
by Weyland
Device: ASUS Nexus-7, Android 4.2.2

I installed TC and the plug-in this week, but I can't work out how to use a connected stick.

What happens is that I connect the stick and it shows apparently OK in the left pane (after clicking OK on three or four message windows).

I can open folders OK, but then I can't do anything with the files, such as drag'n'drop. A press or long press does nothing except highlight the selection. There are no longer any action icons at the bottom of the screen and the TC icon at the top is replaced with a stick icon. (I tried to attach before and after screenshots but I don't have enough posts to do that yet.)

What am I doing wrong?

Re: USB stick connects but files cannot be manipulated

Posted: 2013-04-22, 12:16 UTC
by feri
Weyland wrote: ...(I tried to attach before and after screenshots but I don't have enough posts to do that yet.)...
I can´t reproduce this.
Please send me your screenshots with a short descriptions of the actions between each screenshots via email to ferenc.hechler [at] gmail.com.
Thanks,
feri

Re: USB stick connects but files cannot be manipulated

Posted: 2013-04-22, 17:33 UTC
by Weyland
feri wrote:
Weyland wrote: ...(I tried to attach before and after screenshots but I don't have enough posts to do that yet.)...
I can´t reproduce this.
Please send me your screenshots with a short descriptions of the actions between each screenshots via email to ferenc ...
Thanks,
feri
Done.

Thank you for the quick response.

Re: USB stick connects but files cannot be manipulated

Posted: 2013-04-23, 06:46 UTC
by Weyland
OK -- Feri has made clear how to use this now. Pretty good.

Shame there's no Linux version of TC. And strange because surely Android is the son of Linux? Is it because there are so many different Linux distributions?

NTFS support (BETA started)

Posted: 2013-08-09, 20:53 UTC
by feri
feri wrote:
Number99 wrote:Well, the main reason for using ntfs is that I can use files bigger than 4gb. And that's a dealbreaker for me. :roll:
I see. If the FAT version works well I will take a look at NTFS, but one step after another.
The FAT version works well and I have started implementing code to support reading NTFS formatted sticks.

The BETA relese is availble in Google Play as "BETA USB-Stick Plugin (NTFS)"
https://play.google.com/store/apps/details?id=de.hechler.tcplugins.ntfs

Feel free to test and report problems :)

Re: NTFS support (BETA started)

Posted: 2013-08-16, 15:20 UTC
by Number99
feri wrote:
feri wrote:
Number99 wrote:Well, the main reason for using ntfs is that I can use files bigger than 4gb. And that's a dealbreaker for me. :roll:
I see. If the FAT version works well I will take a look at NTFS, but one step after another.
The FAT version works well and I have started implementing code to support reading NTFS formatted sticks.

The BETA relese is availble in Google Play as "BETA USB-Stick Plugin (NTFS)"
https://play.google.com/store/apps/details?id=de.hechler.tcplugins.ntfs

Feel free to test and report problems :)
It seems to work fine. A bit slow on my Galaxy Nexus, but it works! :)

Re: NTFS support (BETA started)

Posted: 2013-08-16, 15:30 UTC
by feri
Number99 wrote:It seems to work fine. A bit slow on my Galaxy Nexus, but it works! :)
Currently the speed depends on the Cluster-Size.
This is normally 4k.
The speed is about 30% faster on sticks formatted with 16k Cluster-Size.

This performance lack will be fixed in the next release.