unhandeled lockdown error(-15) when I try to connect my iphone 4s
Solution 1:
Lines in code
need to be typed into terminal.
sudo apt-get install ifuse libimobiledevice-utils
- Unlock iDevice from device's lock screen, plug it in
idevicepair unpair && idevicepair pair
- Unplug the iDevice
- Make sure the lock screen is still unlocked
- Plug it back in
Solution 2:
Ubuntu uses libimobiledevice, a software library which handles iPod, iPad and iPhone devices. iPhone 4S comes with iOS 5. The version of libimobiledevice that ships with Ubuntu id not support devices running iOS 5, however there have been an update released.
https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/795475 https://bugs.launchpad.net/ubuntu/+source/libimobiledevice/+bug/882039
Run ideviceinfo -d
to see if your phone shows up.
Solution 3:
another right procedure to avoid the message error "Unable to mount IPhone"
press simultaneously [Ctrl]+[Alt]+[T] //open terminal
type ----> sudo apt-get install ifuse libimobiledevice-utils
insert your password , then Unlock iPhone from slide's lock , plug it in to usb port.
type now into terminal ---> idevicepair unpair && idevicepair pair
Unplug the iPhone
pain attention check if your Iphone have screen still unlocked
plug it in to usb port. and that's it!