mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-27 10:24:16 +01:00
Change "hard reset" to "force restart"
Use official wording by Apple in their help/support page to avoid confusion
This commit is contained in:
parent
492147eebc
commit
c641698877
@ -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:**
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user