Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matteyeux/easymobiledevice

Utiliser libimobiledevice plus simplement
https://github.com/matteyeux/easymobiledevice

libimobiledevice

Last synced: 4 days ago
JSON representation

Utiliser libimobiledevice plus simplement

Awesome Lists containing this project

README

        

#Easymobiledevice

Easymobiledevice is a command line interface to help you to use libimobiledevice.

Before executing this program you'll need to install libimobiledevice.
Linux & OS users can use [library-iphone.sh](https://github.com/matteyeux/easymobiledevice/blob/master/library-iphone.sh) which installs dependencies and compile it automatically.

For Windows you have to download [Libimobiledevice for Windows](https://github.com/elrhk/Libimobiledevice-idevicerestore-for-Windows). Windows binary (.exe).

#Installing libimobiledevice
You can now run `library-iphone.sh` for OS X & Linux, the script will automaticaly build Libimobiledevice for your Operating System

It also works for other Operating Systems

For this error : `ERROR: Could not connect to lockdownd, error code -2`

Please run as **root** : `killall usbmuxd & usbmuxd -u -f -v`.

#Credits

Utility developed by Mathieu Hautebas ([@matteyeux](https://twitter.com/matteyeux)).

- Libimobiledevice team to build awesome tools.

- [@Dev__Jam](https://twitter.com/Dev__Jam) for Libimobiledevice for Windows & initial script.

- Lilo Colson([@Pwn1d](https://twitter.com/Pwn1d)) for contributed by adding some functions to clean code.