TeamWin Recovery Project 3.3.0-3 For Moto E5 [nora][ABANDONED]

Edited on April 27, 2019

TeamWin Recovery Project logo

TWRP is an open source, community project. A custom recovery is used for installing custom software on your device. This custom software can include smaller modifications like rooting your device or even replacing the firmware of the device with a completely custom “ROM” like LineageOS or OmniROM.

Downloads & Device trees

  • TWRP - View
  • ADB/Fastboot Tool - View
  • Magisk - View
  • Data decryption patch - View

  • Device tree - View

Note

  • Decryption with default password is not working. im still trying to fix - to decrypt data you need to format data and flash data decryption patch

Installation

  • Unlock bootloader
  • Place recovery image in ADB tool’s folder.
  • Then open a CMD window inside that folder. To do that, Shift + Right click on any empty white space inside the folder and then select Open command window here.
  • Connect your Android device to the PC. Type the following into the command window to boot your device into bootloader/fastboot mode:
    adb reboot bootloader
    

    └ If your asks for permission to “Allow USB debugging”, tap OK.

  • Once your device boots into bootloader mode, type this into the command line.
    fastboot flash recovery recovery.img
    
  • Power off device.
  • Pick up your phone and press power button and volume up key at same time. Select recovery mode to boot. It will boot into TWRP.
  • Format Data.
  • Flash Magisk and Data decryption patch and reboot your device.
  • Done

Wanna donate?