From c64169887794382930efb3fb6ac79ed9d0e18638 Mon Sep 17 00:00:00 2001 From: LukeZGD Date: Fri, 9 Jul 2021 17:39:28 +0800 Subject: [PATCH] Change "hard reset" to "force restart" Use official wording by Apple in their help/support page to avoid confusion --- README.md | 2 +- resources/device.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49e3c58..c76243e 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ - **For A7 devices:** - Do not use USB-C to lightning cables as this can prevent a successful restore - ipwndfu is unfortunately very unreliable on Linux, you may have to try multiple times (Linux users may also try in a live USB) - - If the script cannot find your device in pwnREC mode or gets stuck, you may have to start over by hard-resetting and re-entering recovery/DFU mode + - 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/en-ph/guide/iphone/iph8903c3ee6/ios) and re-entering recovery/DFU mode - Use an Intel PC/Mac as entering pwnDFU (checkm8) may be a lot more unreliable on AMD devices - Other than the above, unfortunately there is not much else I can do to help regarding entering pwnDFU mode. - **For 32-bit devices:** diff --git a/resources/device.sh b/resources/device.sh index 604e312..65aa3e5 100755 --- a/resources/device.sh +++ b/resources/device.sh @@ -295,7 +295,7 @@ pwnREC() { $irecovery -f $IPSWCustom/Firmware/dfu/$iBEC.im4p sleep 5 Echo "* If your device has backlight turned on, you may try unplugging and re-plugging in your device to attempt to continue" - Echo "* If not, you may have to hard-reset your device and start over entering pwnDFU mode again" + Echo "* If not, you may have to force restart your device and start over entering pwnDFU mode again" Echo "* You can press Ctrl+C to cancel finding device" FindDevice "Recovery" }