From 1b696a1f1fc1ef677d0c5fb7144686eacf4ecde4 Mon Sep 17 00:00:00 2001 From: LukeeGD <26163116+LukeZGD@users.noreply.github.com> Date: Tue, 19 Mar 2024 22:07:45 +0800 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index fcc1dad..b3f6768 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -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 + ```