Updated Troubleshooting (markdown)

LukeeGD 2022-07-28 08:45:09 +08:00
parent f34bd931d3
commit 9121b2c176

@ -3,7 +3,8 @@
- **IPSW file integrity** will be verified before restoring and/or creating custom IPSW (if custom IPSW is already created, this will be skipped) This is done to make sure that the IPSW is not corrupt or incomplete. - **IPSW file integrity** will be verified before restoring and/or creating custom IPSW (if custom IPSW is already created, this will be skipped) This is done to make sure that the IPSW is not corrupt or incomplete.
- **For users having issues with missing libraries/tools:** re-install dependencies by deleting the `first_run` file in `resources`, then run the script again. - **For users having issues with missing libraries/tools:** re-install dependencies by deleting the `first_run` file in `resources`, then run the script again.
- If your device is not being detected in normal mode, make sure to also trust the computer by selecting "Trust" at the pop-up. - If your device is not being detected in normal mode, make sure to also trust the computer by selecting "Trust" at the pop-up.
- For macOS users, double-check if the device is being detected by iTunes/Finder. - **macOS/Windows:** Double-check if the device is being detected by iTunes/Finder.
- **Linux:** Run `sudo systemctl restart usbmuxd` then try to run the script again.
- **32-bit devices**: If SSH fails for you, [try these steps](#32-bit-devices) to make sure that SSH is successful - **32-bit devices**: If SSH fails for you, [try these steps](#32-bit-devices) to make sure that SSH is successful
- Exit DFU Mode: Hold the TOP and HOME buttons of your device for about 15 seconds. - Exit DFU Mode: Hold the TOP and HOME buttons of your device for about 15 seconds.
- Exit Recovery Mode: Run the script while the device is in recovery mode, select Downgrade Device, and select the option to exit recovery. - Exit Recovery Mode: Run the script while the device is in recovery mode, select Downgrade Device, and select the option to exit recovery.