Updated Troubleshooting (markdown)

LukeeGD 2024-03-19 22:07:45 +08:00
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
```