From 170cec7fc2c9a16faa3e5d4cc4f477fa94ba1ed3 Mon Sep 17 00:00:00 2001 From: edwin Date: Sun, 16 Jul 2023 16:40:23 -0400 Subject: [PATCH] alright add wikiproxy.py --- README.md | 4 ++++ downr1n.sh | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 714a6c5..9f53b21 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ The various command-line options are as follows: --- # Dependencies +- please exeucte this command: python3 -m pip install fastapi aiohttp ujson wikitextparser uvicorn pyimg4. - A disabled passcode on A10 and A11 devices. - unzip, python3, libimobiledevice-utils, libusbmuxd-tools. - An .iPSW file containing iOS 14 or 15. @@ -51,6 +52,7 @@ The various command-line options are as follows: - irecovery -n # fix some problems to boot +- please execute wikiproxy.py manually. - If you encounter issues with futurerestore, try manually executing: ./binaries/$(uname)/futurerestore -t blobs/(oneoftheblobs) --use-pwndfu --skip-blob --rdsk work/rdsk.im4p --rkrn work/krnl.im4p --latest-sep (if your device has a baseband, use --latest-baseband, if not, use --no-baseband') ipsw/*.ipsw. @@ -71,6 +73,8 @@ The various command-line options are as follows:
Other credits for tools and codes used in downr1n +- [wikiproxy.py](https://github.com/afastaudir8/wikiproxy). + - [futurerestore](https://github.com/futurerestore/futurerestore) thank you for futurerestore. - [mineek](https://github.com/mineek/) because the original downgrade sunst0rm. diff --git a/downr1n.sh b/downr1n.sh index 51522cb..fa92c82 100755 --- a/downr1n.sh +++ b/downr1n.sh @@ -966,7 +966,12 @@ done sleep 1 echo "[*] Executing wikiproxy.py in order to fix key issue" - python3 wikiproxy.py + + if [ ! $(/usr/bin/python3 "wikiproxy.py") ]; then + echo "wikiproxy failed, please open another terminal and execute python3 wikiproxy.py, [CLICK ENTER WHEN YOU SUCCESS]" + read -n 1 -s + fi + set +e "$dir"/gaster reset