From Fedora Project Wiki

No edit summary
Line 32: Line 32:


== External links ==
== External links ==
* [https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/SQCBUTTROOM6GRX3MUZZN3WKZSP42K3E/ fedora-devel list discussion about file-access breakage]
* [https://mail.gnome.org/archives/nautilus-list/2016-September/msg00001.html gnome mailing list discussion about breakage]
* [https://github.com/libimobiledevice/sbmanager github.com  - SBManager (springboard)]
* [https://github.com/libimobiledevice/sbmanager github.com  - SBManager (springboard)]
* http://blog.sukimashita.com/2015/01/09/gtk-3-support-for-nautilus-ideviceinfo/
* https://git.gnome.org/browse/nautilus-ideviceinfo/log/?ofs=100

Revision as of 11:35, 8 June 2017

Apple devices like iPhone and iPad.


dnf install ifuse libplist libplist-python libimobiledevice-utils libimobiledevice-devel libimobiledevice usbmuxd

File access

Nautilus

The removal of the nautilus properties page on an connected idevice does have an effect that a nautilus-ideviceinfo extension that has been in gnome git for many years cannot be easily exposed and used and a gnome bugzilla entry has been active from last year without even a comment to date.

Commandline

% idevicepair pair
SUCCESS: Paired with device e430df2262310bc88e16abde812a526c36ce8076
% ifuse /mnt/a
% mount | grep ifuse
ifuse                          57852424   12774908  45077516  23% /mnt/a

Directory /mnt/a must exist and be user writable. Images taken with camera, screenshots etc are under DCIM folder tree.



Contacts

Evolution Data Service


External links