libimobiledevice 1.2.1编译安装

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了libimobiledevice 1.2.1编译安装相关的知识,希望对你有一定的参考价值。

参考技术A

brew上编译好的老版本1.2.0配合ios10和Xcode8无法识别设备,只好自己动手编译新版本。
而 brew install --HEAD libimobiledevice 会报distutils的错,所以只能从源码编译了。

/.bashrc或 /.zshrc中配置openssl

如果提示找不到-lssl

xubuntu 17.04 和 iphone 6互传文件方法——使用libimobiledevice就可以像u盘一样操作文件了

I need to preface this by saying I‘m also new to Linux, but I‘ve got it working I think. The instructions you and I tried to follow aren‘t brilliantly written and are a bit out of date. I took all of the security settings off my device before trying this so you may want to do the same, e.g/ No password or passcode.

Start by getting all of the required applications and packages.

 sudo apt-get install ideviceinstaller python-imobiledevice libimobiledevice-utils libimobiledevice6 libplist3 python-plist ifuse 

Connect your device and test that it‘s being recognised using idevice.

ideviceinfo

Pair your device using idevicepair.

idevicepair pair

Validate the pairing using idevicepair

idevicepair validate

Create the mount point for your device, my device was an iPod Touch.

sudo mkdir /media/iPod-touch

Give all users access to the mount point.

sudo chmod 777 /media/iPod-touch

Mount the device using the newly created mount point.

ifuse /media/iPod-touch/

Now you should be able to access your device from your file manager!

 

参考:https://askubuntu.com/questions/799414/how-to-move-files-from-ubuntu-to-iphone

以上是关于libimobiledevice 1.2.1编译安装的主要内容,如果未能解决你的问题,请参考以下文章

libimobiledevice的简介和使用

Install libimobiledevice on Mac OSX

在 ubuntu 14.04 中安装 libimobiledevice 时出错

libimobiledevice提取iOS沙盒文件

libimobiledevice安装(Mac)

使用libimobiledevice&ifuse提取iOS沙盒文件