mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-30 11:54:18 +01:00
Remove normal/recovery/DFU mode from readme
- also add more links in tools used and other readme updatessz
This commit is contained in:
parent
c768d2fe09
commit
9ec3e3937a
14
README.md
14
README.md
@ -20,13 +20,11 @@
|
|||||||
- iOS 9 and below users: Install [OpenSSH](https://cydia.saurik.com/package/openssh/); The computer and iOS device must be on the same network for SSH to work
|
- iOS 9 and below users: Install [OpenSSH](https://cydia.saurik.com/package/openssh/); The computer and iOS device must be on the same network for SSH to work
|
||||||
- iOS 10 users: Install [MTerminal](http://cydia.saurik.com/package/com.officialscheduler.mterminal/)
|
- iOS 10 users: Install [MTerminal](http://cydia.saurik.com/package/com.officialscheduler.mterminal/)
|
||||||
1. [Download](https://github.com/LukeZGD/iOS-OTA-Downgrader/archive/master.zip) or `git clone` this repo
|
1. [Download](https://github.com/LukeZGD/iOS-OTA-Downgrader/archive/master.zip) or `git clone` this repo
|
||||||
2. Open Terminal, cd to the directory where the script is located (example: `cd /home/user/iOS-OTA-Downgrader`)
|
2. Open Terminal, `cd` to the directory where the script is located (example: `cd /home/user/iOS-OTA-Downgrader`)
|
||||||
3. Run `chmod +x restore.sh`
|
3. Run `chmod +x restore.sh`
|
||||||
|
|
||||||
## How to use:
|
## How to use:
|
||||||
1. Plug in your iOS device in:
|
1. Plug in your iOS device
|
||||||
- Normal mode (32-bit)
|
|
||||||
- Recovery or DFU mode (A7)
|
|
||||||
2. Run `./restore.sh`
|
2. Run `./restore.sh`
|
||||||
3. Select option to be used
|
3. Select option to be used
|
||||||
4. Follow instructions
|
4. Follow instructions
|
||||||
@ -54,10 +52,10 @@
|
|||||||
## Tools and other stuff used by this script:
|
## Tools and other stuff used by this script:
|
||||||
- cURL
|
- cURL
|
||||||
- bspatch
|
- bspatch
|
||||||
- ifuse
|
- [ifuse](https://github.com/libimobiledevice/ifuse)
|
||||||
- igetnonce
|
- [igetnonce](https://github.com/LukeZGD/igetnonce)
|
||||||
- ipwndfu
|
- [ipwndfu](https://github.com/LukeZGD/ipwndfu)
|
||||||
- libimobiledevice utilities
|
- [libimobiledevice](https://github.com/libimobiledevice/libimobiledevice) utilities
|
||||||
- python2
|
- python2
|
||||||
- python3
|
- python3
|
||||||
- [tsschecker](https://github.com/tihmstar/s0uthwest/tsschecker)
|
- [tsschecker](https://github.com/tihmstar/s0uthwest/tsschecker)
|
||||||
|
Loading…
Reference in New Issue
Block a user