Updated Troubleshooting (markdown)

LukeeGD 2021-11-25 15:02:34 +08:00
parent a454ee71b4
commit b55ba5dd69

@ -74,6 +74,7 @@
- Put your iOS device in kDFU mode. More details below.
- Put your iOS device in recovery mode, or normal DFU mode. This method is for A6/A6X devices only.
- Put your iOS device in pwnDFU mode. For A5/A5X devices, you need an Arduino and USB Host Shield to do so. More details below.
- To enter DFU Advanced Menu, run the script with PwnedDevice as an argument. Example: `./restore.sh PwnedDevice`
- Select the "kDFU mode" option if your device is already in kDFU mode.
- Example of this is selecting "Put Device in kDFU Mode" from the main menu, or using kDFUApp by tihmstar. kDFUApp can be installed from my repo: https://lukezgd.github.io/repo/
- Some devices are not supported by kDFUApp. To add support for more devices, install "kDFUApp Bundles" from my repo
@ -100,3 +101,7 @@
sync
```
- Then you may try to downgrade again
## Perform operations without an iOS device connected
- To perform operations without an iOS device connected, run the script with PwnedDevice as an argument. Example: `./restore.sh NoDevice`
- In NoDevice mode, your only options are to Save OTA Blobs, and for 32-bit devices, to Create Custom IPSW with a jailbreak bundled.