The libimobiledevice
shipped with 17.04 is actually compatible with the latest iOS. When you connect a device, two virtual devices show up. However, the one with the documents works but the one for the camera just shows an empty folder.
There is no obvious way to access the camera pictures on the iOS device.
How do I access them? I don't want to compile libimobiledevice
from source.
Ubuntu 18.04 and later
This version of Ubuntu has the latest libimobiledevice (at the time of release) so it supports iOS 11.4. There is a propblem with the Gnome integration, though. It shows the Documents folder (app folders). In addition to the tip below by @diego, here's a simple way to get to the pictures folder (this works if the iOS Documents show up for you but not the pictures):
afc://YOURSERIAL:3/
afc://YOURSERIAL
)You should now see your iDevices system folders, including DCIM. If you need to access these folders from the command line, you can find them in
$XDG_RUNTIME_DIR/gvfs
(this this answer for a more detailed explanation).Historical workaround
As a workaround, you can mount your iOS device with ifuse.
Now connect your device and make sure it is paired with your computer.
If you get a SUCCESS message, you are good, if not run
idevicepair pair
. Now you can use ifuse to mount your iOS images folder:The images are now available in your $HOME folder under pics. Ready to be synced with Shotwell. To unmount the folder, use fusermount:
If you see the serial number of your iPhone as a result of
then you can use the hotkey Ctrl-L in Files and point it to
where the iPhone photos reside.
I did not have to create or mount any extra folders.
On Debian, I had to install the
gvfs-backends
package which containsgvfs-afc
, the backend for iPhone/iPod:Then open a socket for your iPhone:
Then as said by Diego and mniess, get your iphone serial number:
then open thunar and go to:
replacing
41879faab42214e1026672589a3cb5dfa6aab7a3
by yoursThese steps from https://bugs.kde.org/show_bug.cgi?id=424727#c7 worked for me to make Ubuntu see the photos on an iPhone:
On the iPhone:
NOTES:
Running 18.04 I just could connect the iPhone, enter the Code (just the normal iPhone un-lock code), and the device was mounted, and can be searched used Nautilus (the normal folder manager) or the showtell App.
Everything pre-installed.