Updated Troubleshooting (markdown)

LukeeGD 2021-10-05 14:00:48 +08:00
parent 2c6f8a3356
commit 00aeff9cb9

@ -8,8 +8,8 @@
## Windows
- Windows users may encounter errors like `Unable to send APTicket` or `Unable to send iBEC` in the restore process.
- To fix this, [follow steps 1 to 5 here](https://github.com/m1stadev/futurerestore/tree/test#unable-to-send-ibec-error--8).
- After following the steps above, run the script again and let the device exit recovery mode.
- To fix this, [follow steps 1 to 4 here](https://github.com/m1stadev/futurerestore/tree/test#unable-to-send-ibec-error--8).
- After following the steps above, run the script again and let it exit recovery mode.
- When the device boots up, jailbreak the device and run the script again. This time, it will get past the previous errors mentioned.
- If you want to restore your A7 device on Windows, you need to first put the device in pwnDFU mode with signature checks disabled. Since entering pwnDFU mode is not supported on Windows, you need to use a Mac/Linux machine or another iOS device to do so. If your device is not in pwnDFU mode, the restore will NOT proceed!
- Windows users may create a Linux live USB. This can easily be done with tools like [Ventoy](https://www.ventoy.net/)
@ -34,7 +34,9 @@
- Other than the above, unfortunately there is not much else I can do to help regarding entering pwnDFU mode.
## 32-bit devices
- To make sure that SSH is successful, try these steps: Reinstall OpenSSH/Dropbear, reboot and rejailbreak, then reinstall them again
- To make sure that SSH is successful, try these steps
- Reinstall OpenSSH/Dropbear, reboot and rejailbreak, then reinstall them again
- [You can also use kDFUApp to enter kDFU mode](#dfu-advanced-menu-for-32-bit-devices) (not supported on iOS 10)
- To devices with baseband, this script will restore your device with the latest baseband (except when jailbreak is enabled, and on iPhone5,1 where there were reported issues)
- This script can also be used to just enter kDFU mode for all supported devices
- This script can work on virtual machines, but I will not provide support for them
@ -62,4 +64,4 @@
- There are two options that can be used in the DFU advanced menu
- Select the "kDFU mode" option if your device is already in kDFU mode beforehand. Example of this is using kDFUApp by tihmstar; kDFUApp can also be installed from my repo: https://lukezgd.github.io/repo/
- For A6/A6X devices, "DFU mode (A6)" option can be used. This will use ipwndfu (or iPwnder32 for Mac) to put your device in pwnDFU mode, send pwned iBSS, and proceed with the downgrade/restore
- For A5/A5X devices, "pwnDFU mode (A5)" option can be used, BUT ONLY IF the device is put in pwnDFU mode beforehand, with [checkm8-a5](https://github.com/synackuk/checkm8-a5) using an Arduino and USB Host Shield
- For A5/A5X devices, "pwnDFU mode (A5)" option can be used, BUT ONLY IF the device is put in pwnDFU mode beforehand, with [checkm8-a5](https://github.com/synackuk/checkm8-a5) using an Arduino and USB Host Shield. If sending pwned iBSS failed, this means your device is not in pwnDFU Mode, and the downgrade/restore will not work.