- Windows 10 or Linux
- Python 3.x
- CMD(Windows), PowerShell(Windows) or Terminal(Linux)
This very simple program will help you without entering commands to flash your favorite recovery (TWRP or CWM)
- All devices with unlocked bootloader
- Enable ADB Debug on your smartphone (Developer Settings)
- Install Python3 from the official website: https://www.python.org/
- Open the cmd and start the program by typing
<dir python.exe> <dir Simple_Flasher_Recovery_TWRP_or_CWM.py>
. remember to also writepython.exe
andSimple_Flasher_Recovery_TWRP_or_CWM.py
. ES.C:\python\python.exe C:\Users\<name of your user>\Download\Simple_Flasher_Recovery_TWRP_or_CWM.py
- Follow the instructions displayed in the program
- Enable OEM Unlock and ADB Debug on your smartphone (Developer Settings)
- Open the terminal and type
sudo apt install python3
to install Python3 - Now type
python3 <dir file Simple_Flasher_Recovery_TWRP_or_CWM.py>
remember to also writeSimple_Flasher_Recovery_TWRP_or_CWM.py
- Follow the instructions displayed in the program