Updated Troubleshooting (markdown)

LukeeGD 2024-09-20 18:14:43 +08:00
parent 036461a7bd
commit 5469a8707d

@ -215,3 +215,10 @@ For 64-bit checkm8 devices compatible with pwned restores:
- If this does not work, run `source ~/.profile` to attempt correcting $PATH
- If this still does not work, use this command instead: `~/.local/bin/wikiproxy`
1. Keep wikiproxy running. Run Legacy iOS Kit in another Terminal window
## Restoring to iPhoneOS/iOS 2.x on macOS
- To restore to 2.x on macOS, do the following in another terminal window:
1. Install `usbmuxd` from MacPorts (it has to be from MacPorts, not Homebrew): `sudo port install usbmuxd`
2. Run the following: `sudo killall usbmuxd; sudo usbmuxd -pf`
3. Go back to Legacy iOS Kit, and go to Restore/Downgrade -> Other (Custom IPSW) and select the 2.x IPSW
4. Follow instructions on entering DFU/pwned DFU mode and let it restore. Done