Skip to content

matteyeux/easymobiledevice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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 which installs dependencies and compile it automatically.

For Windows you have to download Libimobiledevice 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).

  • Libimobiledevice team to build awesome tools.
  • @Dev__Jam for Libimobiledevice for Windows & initial script.
  • Lilo Colson(@Pwn1d) for contributed by adding some functions to clean code.