Update futurerestore

This commit is contained in:
LukeZGD 2021-10-26 11:32:59 +08:00
parent fe3e6f0f00
commit e27fa016bf
5 changed files with 8 additions and 3 deletions

View File

@ -77,8 +77,7 @@
- Python 2 (for ipwndfu, rmsigchks, SimpleHTTPServer)
- [tsschecker](https://github.com/tihmstar/tsschecker) - tihmstar
- [tsschecker](https://github.com/1Conan/tsschecker) - 1Conan fork (Windows build)
- [futurerestore](http://api.tihmstar.net/builds/futurerestore/futurerestore-latest.zip) used for 32-bit devices - tihmstar
- [futurerestore](https://github.com/m1stadev/futurerestore) used for A7 devices - m1stadev fork
- [futurerestore](https://github.com/m1stadev/futurerestore/tree/test) - m1stadev fork
- [kloader](https://www.youtube.com/watch?v=fh0tB6fp0Sc)
- [kloader5 for iOS 5](https://www.pmbonneau.com/cydia/com.pmbonneau.kloader5_1.2_iphoneos-arm.deb)
- [kloader_hgsp for iOS 10](https://twitter.com/nyan_satan/status/945203180522045440)

View File

@ -51,7 +51,7 @@ FutureRestore() {
if [[ $DeviceProc == 7 ]]; then
ExtraArgs+=("-s" "$IPSWRestore/Firmware/all_flash/$SEP" "-m" "$BuildManifest")
else
ExtraArgs+=("--no-ibss" "--boot-args" "rd=md0 -restore -v")
ExtraArgs+=("--no-ibss")
fi
Log "Proceeding to futurerestore..."
@ -251,6 +251,12 @@ Downgrade() {
IPSWRestore="$IPSW"
fi
if [[ $DeviceProc == 7 && $IPSWCustomW != 2 ]]; then
Log "Sending dummy file"
$irecovery -f restore.cmd
sleep 2
fi
if [[ $Jailbreak == 1 || $IPSWCustomW == 1 ]]; then
iDeviceRestore
else

Binary file not shown.