- Download and install Python (3.13 and newer, this tutorial is tested on 3.14.3): https://python.org
- Download and install iTunes: https://www.apple.com/itunes/download/win64
- Download and install Visual Studio Build Tools: https://visualstudio.microsoft.com/visual-cpp-build-tools/
- In the installer, make sure to check "Desktop Development with C++" before clicking Install.
- Download TrollRestore_Linux.zip: https://github.com/JJTech0130/TrollRestore/releases/latest
- Extract TrollRestore_Linux.zip
- In the TrollRestore_Linux folder, open
requirements.txtand change the first line (don't forget to save it):pymobiledevice3<=6.2.0 - While holding the Shift button, right-click the TrollRestore_Linux folder, and select "Open PowerShell window here"
- Run this command:
py -m venv venv - Run this command:
venv/Scripts/pip3 install -r requirements.txt - It will take a while to download and install stuff. When it finishes, plug in your device.
- If you haven't already, make sure to tap "Trust" on the device or else TrollRestore will just freeze or error out in the next step.
- Run this command:
venv/Scripts/python trollstore.py - When it prompts to enter app name, type
Tipsand press Enter
- Download and install Python (3.9 and newer)
- Download TrollRestore_Linux.zip: https://github.com/JJTech0130/TrollRestore/releases/latest
- Extract TrollRestore_Linux.zip
- In the TrollRestore_Linux folder, open
requirements.txtand change the first line (don't forget to save it):pymobiledevice3<=6.2.0 - Open a Terminal window, and
cdto the TrollRestore_Linux folder- In most cases, this will likely mean running
cd ~/Downloads/TrollRestore_Linux
- In most cases, this will likely mean running
- Run this command:
python3 -m venv venv - Run this command:
venv/bin/pip3 install -r requirements.txt - It will take a while to download and install stuff. When it finishes, plug in your device.
- If you haven't already, make sure to tap "Trust" on the device or else TrollRestore will just freeze or error out in the next step.
- Run this command:
venv/bin/python3 trollstore.py - When it prompts to enter app name, type
Tipsand press Enter