Copying pictures from Jolla phone to Debian desktop in 30 seconds via jmtpfs/libmtp
Verified on Debian 9, amd64.
Unlike some scary instructions may suggest (try searching for 'jolla phone linux connect' or 'jolla phone linux file transfer'), just transferring the pictures taken with the Jolla phone camera to your Debian machine can be done simpler and faster than enabling developer mode on the phone and doing SSH-over-USB. In this case, there happens to be a nice Debian package for the task which requires zero configuration:
Unlike some scary instructions may suggest (try searching for 'jolla phone linux connect' or 'jolla phone linux file transfer'), just transferring the pictures taken with the Jolla phone camera to your Debian machine can be done simpler and faster than enabling developer mode on the phone and doing SSH-over-USB. In this case, there happens to be a nice Debian package for the task which requires zero configuration:
- connect the Jolla phone via USB, click on 'MTP transfer' in the phone pop-up;
- install jmtpfs via your favourite package manager, e.g.:
$ sudo cupt install jmtpfs The following packages will be installed: jmtpfs [0.5-2+b2(stretch)] libmtp-common [1.1.13-1(stretch)] libmtp-runtime [1.1.13-1(stretch)] libmtp9 [1.1.13-1(stretch)] Need to get 40,1KiB/355KiB of archives. After unpacking 2699KiB will be used. Do you want to continue? [y/N/q/a/rc/?] y ...
- mount the data to some user directory, e.g.:
$ mkdir jolla $ jmtpfs jolla Device 0 (...) is a Jolla Sailfish (...).
- the pictures are ready to be processed by any file manager or picture organiser:
$ cd jolla/ $ ls Mass storage
- after we're done, the directory can be unmounted:
$ fusermount -u jolla