mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-26 18:04:15 +01:00
a
parent
d5773e2536
commit
d487fe56f1
4
Home.md
4
Home.md
@ -59,10 +59,10 @@
|
||||
- iPad Pro 9.7/12.9 1st gen
|
||||
- Restoring with **powdersn0w** is supported on the following devices and target version range:
|
||||
- iPhone 4 GSM - iOS 4.0 to 7.1.1
|
||||
- iPhone 4 CDMA - iOS 5.0 to 7.1.1
|
||||
- iPhone 4 CDMA - iOS 5.0 to 7.1.1 (4.2.x has issues)
|
||||
- iPhone 4S, 5, 5C, iPad 2 Rev A, iPod touch 5 - iOS 5.0 to 9.3.5
|
||||
- iPad 1 - iOS 3.2 to 5.1
|
||||
- iPod touch 3 - iOS 3.1.1 to 5.1
|
||||
- iPod touch 3 - iOS 4.0 to 5.1 (3.1.x has issues)
|
||||
- Using powdersn0w requires iOS 7.1.x blobs for your device
|
||||
- No blob requirement for iPhone 4, iPad 1, iPod touch 3 (7.1.2 and 5.1.1 are signed)
|
||||
- For iPhone 5 and 5C, both 7.0.x and 7.1.x blobs can be used
|
||||
|
@ -11,7 +11,7 @@
|
||||
- [Using manually saved SHSH blobs](#using-manually-saved-shsh-blobs)
|
||||
- [Clearing NVRAM](#clearing-nvram)
|
||||
|
||||
## Script arguments
|
||||
## Script arguments/flags
|
||||
- **EntryDevice** - If the script is reading the ECID of your device incorrectly, you can enter it manually. To do this, run the script with `--entry-device` as an argument.
|
||||
- **NoColor** - If the text displayed by the script is unreadable because of the color, you can disable it. To do this, run the script with `--no-color` as an argument.
|
||||
- **NoDevice** - To perform operations without an iOS device connected, run the script with `--no-device` as an argument.
|
||||
@ -21,7 +21,7 @@
|
||||
- There are 2 optional arguments `--disable-sudoloop` and `--disable-usbmuxd` for Linux. (I don't recommend enabling any of these since default behavior should work fine in most cases, maybe only `--disable-usbmuxd` will be useful in case)
|
||||
- By default, Legacy iOS Kit stops the usbmuxd service and starts up `sudo usbmuxd -pz`. The `--disable-usbmuxd` argument disables this
|
||||
- By default, Legacy iOS Kit runs some tools as root like irecovery and idevicerestore among others. The `--disable-sudoloop` argument disables this
|
||||
- Other options (full output of `--help`):
|
||||
- All other options (full output of `--help`):
|
||||
|
||||
```
|
||||
*** Legacy iOS Kit ***
|
||||
@ -41,6 +41,7 @@ List of options:
|
||||
|
||||
For 32-bit devices compatible with restores/downgrades (see README):
|
||||
--activation-records Enable dumping/stitching activation records
|
||||
--dead-bb Disable bbupdate completely without dumping/stitching baseband
|
||||
--disable-bbupdate Disable bbupdate and enable dumping/stitching baseband
|
||||
--gasgauge-patch Enable multipatch to get past "gas gauge" error (aka error 29 in iTunes)
|
||||
--ipsw-hacktivate Enable hacktivation for creating IPSW (iPhone 2G/3G/3GS only)
|
||||
@ -49,6 +50,7 @@ For 32-bit devices compatible with restores/downgrades (see README):
|
||||
--memory Enable memory option for creating IPSW
|
||||
--pwned-recovery Assume that device is in pwned recovery mode
|
||||
--skip-ibss Assume that pwned iBSS has already been sent to device
|
||||
--skip-first Skip first restore and flash NOR IPSW only for powdersn0w 4.2.x and lower
|
||||
|
||||
* Default IPSW path: <script location>/name_of_ipswfile.ipsw
|
||||
* Default SHSH path: <script location>/saved/shsh/name_of_blobfile.shsh(2)
|
||||
|
Loading…
Reference in New Issue
Block a user