TWRP Flashing Guide:

TWRP Flashing Guide:

Shamik


Flashing From Custom Recovery:

1. Boot into Your Existing Custom Recovery.

2. Once booted into the recovery, Click On Install and then Locate the TWRP Zip file on your Storage.

3. Tap on the TWRP ZIP File and then Swipe to Flash. Wait until the Process is completed.

4. [Important] One-time Format Data is necessary for Data Decryption to work.
So Wipe > Format Data > Type yes.

5. After it's done, go back to the home screen , click on Reboot Button and then click on recovery. You will now boot into the new recovery with fixed Android 14 decryption.


Flashing From Windows:

0. Install Fastboot and ADB Drivers from here and Restart your PC after installing them.

1. Download and Extract The TWRP Zip File onto your PC

2. After Extracting, Open the TWRP Folder and Click on flash.bat .

3. Connect your Phone to PC in Fastboot Mode and the Phone Will be booted into The Recovery if Flashed Successfully.

4. Go into Wipe > Format Data > Type yes


Flashing From Linux:

• Install drivers and adb/fastboot platform tools with commands:
– For Debian-based linux: sudo apt-get install android-tools-adb
– For Fedora/SUSE-based linux: sudo yum install android-tools
– For Arch-based linux: sudo pacman -S android-tools

• Download TWRP from here and put it to home folder (/home/(username) | ~/).
• Enter in terminal cd ~/ command.
• Reboot your phone into fastboot mode via pressing power key and volume– key.
• Connect your phone to PC via USB cabel.
• Enter sudo fastboot devices command, make sure that your phone in attached list.
• Enter sudo fastboot flash recovery recovery.img command to flash TWRP.
• Enter sudo fastboot reboot recovery command to reboot into TWRP.
• Enter Wipe > Format Data > Type yes.



Flashing from MacOS:

• Download adb/fastboot platform tools from here.
• Unpack adb/fastboot platform tools to adb folder.
• Download TWRP from here and put it to adb folder.
• Go to adb folder using the terminal.
• Reboot your phone into fastboot mode via pressing power key and volume– key.
• Connect your phone to PC via USB cabel.
• Enter ./fastboot devices command, make sure that your phone in attached list.
• Enter ./fastboot flash recovery recovery.img command to flash TWRP.
• Enter ./fastboot reboot recovery command to reboot into TWRP.
• Enter Wipe > Format Data > Type yes.

Report Page