From c7a93709df185324b45ce0e8ef979c1de6a0ef4f Mon Sep 17 00:00:00 2001 From: LukeeGD <26163116+LukeZGD@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:52:44 +0800 Subject: [PATCH] Updated futurerestore (markdown) --- futurerestore.md | 1 + 1 file changed, 1 insertion(+) diff --git a/futurerestore.md b/futurerestore.md index c469d9f..483c88e 100644 --- a/futurerestore.md +++ b/futurerestore.md @@ -26,6 +26,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. - 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. - The build of futurerestore used also depend on the target iOS version. For iOS 15 and lower, the main branch is used. The dev branch is only used when restoring to an iOS 16 or newer version.