Changes between Version 1 and Version 2 of jazz/20-09-19
- Timestamp:
- Sep 19, 2020, 11:27:56 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/20-09-19
v1 v2 12 12 /media/jazz$ jmtpfs /media/jazz/phone 13 13 }}} 14 15 == MTP & macOS == 16 17 * https://openmtp.ganeshrvel.com/ 18 * https://www.reddit.com/r/apple/comments/48yb2b/guide_mounting_android_device_under_os_x_using/ 19 {{{ 20 ~$ brew install libmtp simple-mtpfs 21 ~$ mkdir phone 22 ~$ simple-mtpfs -f /Users/${USER}/phone/ 23 }}}