You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Managing files over USB is pretty minimal functionality for a file manager.
App should
allow navigation and basic file operations on USB partition.
support multiple partitions
handle read-only filesystems and devices appropriately
(visibly indicate is read-only, warn user that filesystem is read-only, if they try to write to it.)
display filesystem labels properly
respond gracefully to on-the-fly insertion and removal of device.
Also, if user has selected app to open inserted USB by default, then USB insertion should open the file browser activity for the drive, as directly as possible.
Some examples of freely-usable (but not all open source) file managers that handle USB pretty well:
Files (google.com)
Cx File Explorer (cxinventor.com)
Owlfiles (skype.com)
Android supports FAT32/Ext3/Ext4 file system.
Most of the the latest smartphones and tablets support exFAT file system.
The text was updated successfully, but these errors were encountered:
Managing files over USB is pretty minimal functionality for a file manager.
App should
(visibly indicate is read-only, warn user that filesystem is read-only, if they try to write to it.)
Also, if user has selected app to open inserted USB by default, then USB insertion should open the file browser activity for the drive, as directly as possible.
Some examples of freely-usable (but not all open source) file managers that handle USB pretty well:
Android supports FAT32/Ext3/Ext4 file system.
Most of the the latest smartphones and tablets support exFAT file system.
The text was updated successfully, but these errors were encountered: