Ubuntu 14.04 + iOS 8.0.2 unhandled lockdown error

后端 未结 4 1326
我在风中等你
我在风中等你 2021-02-05 19:59

I have Ubuntu 14.04 on my 4 laptops and IOS 8.0.2 on my 2 apple devices but cannot mount the Iphone Documents drive anymore since the 8.0.2 update on ANY laptop. I have spent 4

4条回答
  •  無奈伤痛
    2021-02-05 20:54

    The solution is simple. Use following commands and next time you plug in your iPhone it would be explored properly.

    1. Open terminal
    2. fire command sudo idevicepair pair
    3. get the from message "SUCCESS: Paired with device "
    4. navigate to using cd /var/lib/lockdown
    5. Confirm that ".plist" file exists by listing files using ls command
    6. remove ".plist" file using sudo rm -f .plist
    7. You are done

    Let me know in either case for success or failure of solution.

提交回复
热议问题