alright add wikiproxy.py
This commit is contained in:
parent
0e59ab21a7
commit
170cec7fc2
2 changed files with 10 additions and 1 deletions
|
|
@ -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:
|
|||
|
||||
<details><summary>Other credits for tools and codes used in downr1n</summary>
|
||||
|
||||
- [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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue