From 0f7e9ca061ea77e4671b84e74c65ae3f2e10daba Mon Sep 17 00:00:00 2001 From: Andre Barboza Date: Thu, 12 Mar 2015 21:57:10 +0700 Subject: system/jmtpfs: Added (FUSE and libmtp based filesystem). Signed-off-by: Willy Sudiarto Raharjo --- system/jmtpfs/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 system/jmtpfs/README (limited to 'system/jmtpfs/README') diff --git a/system/jmtpfs/README b/system/jmtpfs/README new file mode 100644 index 0000000000..d43b1a7ac3 --- /dev/null +++ b/system/jmtpfs/README @@ -0,0 +1,10 @@ +jmtpfs is a FUSE and libmtp based filesystem for accessing MTP +(Media Transfer Protocol) devices. It was specifically designed +for exchaning files between Linux (and Mac OS X) systems and +newer Android devices that support MTP but not USB Mass Storage. + +The goal is to create a well behaved filesystem, allowing tools +like find and rsync to work as expected. MTP file types are set +automatically based on file type detection using libmagic. +Setting the file appears to be necessary for some Android apps, +like Gallery, to be able to find and use the files. -- cgit v1.2.3