Unlike the default recovery on Android devices, we have Customise Recovery which comes with more interesting features like the possibility of installing zip files and much more. There exist different types of custom recovery — TWRP, CWM, Phiz Recovery. On this page, we will guide you on how to install TWRP on your Moto E5 and use it to install SuperSU(Root). So, if you are intending to root your Moto E5, then read this guide till the very end!!
On this page, we will guide you on how to install TWRP on your Moto E5 and use it to install SuperSU(Root).
So, if you are intending to root your Moto E5, then read this guide till the very end!!
What is TWRP?
Warning
- Installing a custom recovery mean you have customised your system, thus no more OTA Updates.
- Warranty of device is now void.
- Installing TWRP may brick your device and results in a dead boot or bootloop.
- [message]
- ##book## Read also:
What is required to install TWRP on Moto E5
- Install Motorola Android USB drivers on your Computer.
- Install adb+fastboot on your Computer.
- You will need a USB cable
- The TWRP image file for Moto E5
How to install TWRP on your Moto E5
- Download the TWRP for Moto E5 from the link below and rename it to recovery(meaning the file will now become recovery.img)
- Copy the recovery.img(twrp-3.3.1-0-nora.img) to the path C:\adb on your Computer.
- Next, boot your Moto E5 into bootloader mode by pressing the Volume down + Power Keys. You can equally reboot to bootloader mode using the adb command after enabling and authorising USB debugging;
- [message]
- ##code## boot into bootloader mode with adb:
- adb reboot bootloader
- Once in the fastboot/bootloader mode, you are now ready to flash(install) the TWRP. To flash the TWRP which you have renamed to recovery press SHIFT + Right click from the adb folder in your C:\ drive and choose the option to Open a new command window.
- On the command line, send the command below:
- [message]
- ##code## Flash TWRP
- fastboot flash recovery recovery.img
COMMENTS