Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matteyeux/easymobiledevice
- Owner: matteyeux
- License: gpl-3.0
- Created: 2015-07-08T14:10:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T19:32:14.000Z (over 6 years ago)
- Last Synced: 2023-03-02T19:51:59.652Z (over 1 year ago)
- Topics: libimobiledevice
- Language: C
- Size: 309 KB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 SystemsFor 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.