Flash this using fastboot
NOTE: ONLY OMNI R (ANDROID 11) AND LINEAGE OS 18.1 (ANDROID 11) CURRENTLY SUPPORT FLASHING VIA TWRP, ALWAYS USE THE LATEST BUILD, AND ALSO USE THIS TO FLASH KENSUR KERNEL FOR BETTER BATTERY BACKUP AND MAGISK FOR ROOTING
Now follow the Instructions Carefully:
- Download the TWRP custom Recovery from here
- Copy and rename the file to twrp.img in platform-tools folder
- Open Powershell/CMD in platform-tools by clicking Shift+Right Click, connect your device and type adb devices to make sure your device is identified
- Now type : adb reboot-fastboot

- Now type : fastboot devices to check if your device is connected
- Now enter the following command:
- fastboot erase recovery_a
- fastboot erase recovery_b
- fastboot flash recovery_a twrp.img
- fastboot flash recovery_b twrp.img
Note: The erasing part is optional, if erasing fails, simply continue flashing
After the flashing is complete, type: fastboot reboot recovery and disconnect the device as soon as the command is executed
You’re all done, to go back to system, reboot to system from TWRP
One thought on “TWRP Custom Recovery Flashing Instructions”