-
-
Notifications
You must be signed in to change notification settings - Fork 150
Errors reading from device
airsquared edited this page Dec 11, 2022
·
7 revisions
If you get unknown errors or errors you don't understand when trying to read information from your device, try the following troubleshooting steps:
- If you are on Windows, make sure you have iTunes or Apple's iOS device drivers installed
- If you are on Linux, there is a separate help article
- Reboot your computer and iOS device
- Check if you have any USB hubs between your computer and iOS device, and try connecting your device directly or using a different hub
- Check your cable to make sure it isn't damaged
- Try a different USB port on your computer
If you are still having issues, you can ask for help on discord, post a question on reddit, or create a new GitHub issue.
Don't worry if your device gets stuck in recovery mode while trying to read the APNonce; there are multiple ways to exit. blobsaver does not modify your device in any way, and uses a safe method to get into recovery mode so you will never get permanently stuck.
The first thing to try is the "Exit Recovery Mode..." option in the Help menu. If this fails you can try other programs to help you exit.
GUI programs:
CLI programs:
-
irecovery -n
(installed with libirecovery) -
futurerestore --exit-recovery
(install from here)