Updated Troubleshooting (markdown)

LukeeGD 2021-10-25 21:11:02 +08:00
parent caedc5eff3
commit 77da0836fe

@ -24,8 +24,8 @@
- For MacPorts: `sudo port install libimobiledevice libirecovery`
- The script will detect this automatically and will use the Homebrew/MacPorts versions of the tools
- If some tools are not working, you may try to `git clone` the repo: `git clone git://github.com/LukeZGD/iOS-OTA-Downgrader.git` then try again from there
- You may also try this: `cd` to where the files are extracted, then run `xattr -dr com.apple.quarantine resources/tools`
- If nothing works, you may have to try disabling Gatekeeper: `sudo spctl --master-disable`
- You may also try this: `cd` to where the files are extracted, then run `xattr -dr com.apple.quarantine resources/tools`
- If nothing else works, you may have to try disabling Gatekeeper: `sudo spctl --master-disable`
## Linux
- ipwndfu is unfortunately very unreliable on Linux, you may have to try multiple times.
@ -38,8 +38,18 @@
- If the script cannot find your device in pwnREC mode or gets stuck, you may have to start over by [force restarting](https://support.apple.com/guide/iphone/iph8903c3ee6/ios) and re-entering recovery/DFU mode
- Use an Intel or Apple Silicon PC/Mac as entering pwnDFU (checkm8) may be a lot more unreliable on AMD devices
- Apple Silicon Mac users running macOS 11.3 and newer may encounter issues entering pwnDFU mode (see [issue #114](https://github.com/LukeZGD/iOS-OTA-Downgrader/issues/114))
- For more troubleshooting steps for entering pwnDFU mode, see [issue #126](https://github.com/LukeZGD/iOS-OTA-Downgrader/issues/126)
- Other than the above, unfortunately there is not much else I can do to help regarding entering pwnDFU mode.
- If you get an error after `sending kernelcache` with futurerestore, try these steps:
- Exit recovery mode, the script can do this for you
- Jailbreak your device
- Install MTerminal or NewTerm from Cydia/Sileo
- Run these commands:
```
su
(enter password, default is 'alpine')
nvram -c
sync
```
- Then you may try to restore again
## 32-bit devices
- To make sure that SSH is successful, try these steps