mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-04-20 21:51:24 +02:00
Updated Troubleshooting (markdown)
parent
957c767837
commit
1b696a1f1f
@ -185,3 +185,14 @@ For 32-bit devices compatible with restores/downgrades (see README):
|
||||
sync
|
||||
```
|
||||
1. Then you may try to downgrade/restore again
|
||||
|
||||
## Running wikiproxy
|
||||
- There are some cases that you may need to run wikiproxy for firmware keys. Here's how:
|
||||
1. Download this: https://github.com/afastaudir8/wikiproxy
|
||||
1. cd to the directory and run:
|
||||
```
|
||||
python3 -m venv venv
|
||||
. venv/bin/activate
|
||||
python3 -m pip install fastapi aiohttp ujson wikitextparser uvicorn
|
||||
python3 wikiproxy.py
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user