diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -19,12 +19,6 @@ make && sudo make install cd ~ -git clone http://github.com/chronicdev/libirecovery.git -cd libirecovery -make linux && sudo make install - -cd ~ - git clone http://git.sukimashita.com/libimobiledevice.git cd libimobiledevice ./autogen.sh @@ -56,6 +50,9 @@ idevicerestore [-d] [-u] [-c] [-v] [-h] <input.ipsw> -u, target specific device by its 40-digit device UUID -h, prints usage information -c, restore with a custom firmware + -e, erase the device first + -s, use saurik's server instead of Apple's + -x, exclude NOR/Baseband update -v, enable incremental levels of verboseness @@ -67,4 +64,4 @@ idevicerestore [-d] [-u] [-c] [-v] [-h] <input.ipsw> -d enable communication debugging -h prints usage information -u UUID target specific device by its 40-digit device UUID - -f FILE activates device with local activation record
\ No newline at end of file + -f FILE activates device with local activation record |