USB Stick Plugin: New third party beta plugin available
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
USB Stick Plugin: New third party beta plugin available
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.
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.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Well, the main reason for using ntfs is that I can use files bigger than 4gb. And that's a dealbreaker for me.Horst.Epp wrote:What should be the benefit of NTFS format for an USB stick ?Number99 wrote:Ok, that's too bad. Then I will have no use for it and will look elsewhereferi wrote: Sorry, but there are currently no plans to support NTFS.
There is no real advantage.

#202310
NTFS support
I see. If the FAT version works well I will take a look at NTFS, but one step after another.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.
Re: NTFS support
Niceferi wrote:I see. If the FAT version works well I will take a look at NTFS, but one step after another.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.

#202310
USB stick connects but files cannot be manipulated
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?
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
I can´t reproduce this.Weyland wrote: ...(I tried to attach before and after screenshots but I don't have enough posts to do that yet.)...
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
Done.feri wrote:I can´t reproduce this.Weyland wrote: ...(I tried to attach before and after screenshots but I don't have enough posts to do that yet.)...
Please send me your screenshots with a short descriptions of the actions between each screenshots via email to ferenc ...
Thanks,
feri
Thank you for the quick response.
Re: USB stick connects but files cannot be manipulated
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?
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)
The FAT version works well and I have started implementing code to support reading NTFS formatted sticks.feri wrote:I see. If the FAT version works well I will take a look at NTFS, but one step after another.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.
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)
It seems to work fine. A bit slow on my Galaxy Nexus, but it works!feri wrote:The FAT version works well and I have started implementing code to support reading NTFS formatted sticks.feri wrote:I see. If the FAT version works well I will take a look at NTFS, but one step after another.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.
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

#202310
Re: NTFS support (BETA started)
Currently the speed depends on the Cluster-Size.Number99 wrote:It seems to work fine. A bit slow on my Galaxy Nexus, but it works!
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.