Updated futurerestore (markdown)

LukeeGD 2024-12-09 22:52:44 +08:00
parent 8661a46388
commit c7a93709df

@ -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 - 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. - 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 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. - 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. - 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.