From c4ebdaf884df77e9f30cd6b56c3c3af234901457 Mon Sep 17 00:00:00 2001 From: LukeeGD <26163116+LukeZGD@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:04:43 +0800 Subject: [PATCH] Updated futurerestore (markdown) --- futurerestore.md | 1 + 1 file changed, 1 insertion(+) diff --git a/futurerestore.md b/futurerestore.md index bec698b..f97d7b3 100644 --- a/futurerestore.md +++ b/futurerestore.md @@ -25,6 +25,7 @@ Before using futurerestore, you will need SHSH blobs for your device, and the ta - See Notes section in the [Restore/Downgrade](Restore-Downgrade#Notes) page regarding version compatibility - One option that will be prompted after selecting Start Restore is the "Pwned Restore Option." This option is recommended to be enabled at all times, especially for OTA/onboard/factory blobs where this is required to be enabled. + - For A7 devices, this option is disabled by default mainly because of difficulties pwning A7 devices (especially on Linux). If this is the case for you, it is recommended to set nonce manually for these devices instead. - There is also an option to "Set Nonce Only" meaning the device's nonce generator will be set to the selected SHSH blob generator, making the device ready for restoring even without the "Pwned Restore Option" enabled. - There may be instances where blob validation needs to be skipped. This can be enabled by going to Other Utilities -> Enable Flags -> Enable skip-blob flag, or running Legacy iOS Kit restore.sh with `--skip-blob` - In Legacy iOS Kit, the builds of futurerestore currently come from [my fork](https://github.com/LukeeGD/futurerestore) with minimal changes such as disabled update check, fixing the Segmentation Fault that can be encountered when it checks for updates.