You are not logged in.
Pages: 1
Hi,
Have installed iFuse and libmobiledevice6 installs with it.
idevicepair does not?
Anyone got this working?
Tia!
Last edited by cpcnw (2019-06-29 17:56)
We cannot solve our problems with the same thinking we used when we created them.
Offline
admin@q4os-desktop:~$ dmesg | tail
[ 2200.640666] usb 1-1.1: new high-speed USB device number 4 using ehci-pci
[ 2200.751117] usb 1-1.1: New USB device found, idVendor=05ac, idProduct=12a8
[ 2200.751120] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2200.751122] usb 1-1.1: Product: iPhone
[ 2200.751124] usb 1-1.1: Manufacturer: Apple Inc.
[ 2200.751126] usb 1-1.1: SerialNumber: 40493187fc2528503dc1e67abcbf3a4b7fb122b5
[ 2200.784353] ipheth 1-1.1:4.2: Apple iPhone USB Ethernet device attached
[ 2200.796260] ipheth 1-1.1:4.2 enp0s26u1u1c4i2: renamed from eth0
[ 2200.814413] IPv6: ADDRCONF(NETDEV_UP): enp0s26u1u1c4i2: link is not ready
[ 2200.824890] IPv6: ADDRCONF(NETDEV_UP): enp0s26u1u1c4i2: link is not ready
We cannot solve our problems with the same thinking we used when we created them.
Offline
Hi
I have had no issues with ifuse and libimobiledevice6 - but that is purely for accessing photos.
If you are using Scorpion you need to enable backports and then install those 2 from backports - not sure about Centaurus
I also install gphotofs and libimobiledevice-utils
I just plug in phone, wait for it to warn and allow connection - iPhone SE
It can take some time to actually appear in Konq
Offline
using Scorpion you need to enable backports and then install those 2 from backports
Tell me more!
We cannot solve our problems with the same thinking we used when we created them.
Offline
Open Synaptic - assuming you are using it.
Go to Settings>Repositories and look down the list for one that says stretch-backports in the distribution column. Check the box and OK - let it reload and then close synaptic.
Open Konsole and do
sudo apt-get update
sudo apt-get -t stretch-backports install ifuse libimobiledevice6 libimobiledevice-utils gphotofs
Reverse the above to disable backports.
Reboot and plug in iphone - you should get connection warning on screen and be asked for your unlock code.
I am on iOS 12 not sure how other versions will behave.
Offline
Brilliant - Thanks!
Worked great apart from I can only access DCIM for photos using SU Filemanager - which I am guessing is a groups or permissions thing?
We cannot solve our problems with the same thinking we used when we created them.
Offline
That's good.
WRT accessing the DCIM folder - are you looking at a micro-SD card of 64Gb or more? If so it's going to be EX-FAT so you need to check that exfat-fuse and exfat-utils are installed. Use backports as above.
Offline
That's good.
WRT accessing the DCIM folder - are you looking at a micro-SD card of 64Gb or more?
No, just the phone memory [16GB version with about 2GB photos]
I can see the folder I created mounted under /media/iphone using the super user filemanager but just not as a user.
I should likely make the folder under the /home/user/ instead?
We cannot solve our problems with the same thinking we used when we created them.
Offline
You should not have needed to create a folder under /media
/media is owned by root so it should mount there automatically under your user name if everything else is working.
However, with the built in storage I am convinced Apple do everything they can to prevent outside access.
I wound up having to upload photos to my google drive in order to get at them!
Hence the use of the micro-SD card which I can access - I suggest you do the same, but if you can get at them using root filemanager then that's further than I have ever got
Offline
Pages: 1