From 5469a8707dda6c73eb440717f362bad60434f538 Mon Sep 17 00:00:00 2001 From: LukeeGD <26163116+LukeZGD@users.noreply.github.com> Date: Fri, 20 Sep 2024 18:14:43 +0800 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index f5a453e..aae9e4b 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -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