[RECOVERY]TWRP-3.3.1-x for Moto E5 variants [HANNAH|JAMES|PETTYL|NORA]

Search This thread

Karthick Chandran

Senior Member
Mar 23, 2014
1,653
3,918
Chennai
Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.




DOWNLOADS:

HANNAH-8.x (Oreo 32bit & 64bit)

HANNAH-9.x (Pie 64bit)

JAMES

NORA

PETTYL






HOW TO FLASH (fastboot method):
  • Code:
    adb reboot bootloader
  • Code:
    fastboot flash recovery twrp*.img
  • Code:
    fastboot boot twrp*.img



CREDITS:
  • TeamWin
  • CyanogenMod/Lineage Android
  • HyperTeam
  • Barry Allen

XDA:DevDB Information
TWRP for Moto E5 Plus, Tool/Utility for the Moto E5

Contributors
karthick mostwanted, whodat711
Source Code: https://github.com/TeamWin/android_device_motorola_hannah


Version Information
Status: Stable

Created 2019-03-17
Last Updated 2019-05-18
 
Last edited:

Karthick Chandran

Senior Member
Mar 23, 2014
1,653
3,918
Chennai
How to solve /data mount issue? (Not really needed now with latest twrp)
Or
How to remove encryption?

Here you go:

1. Reboot your device to fastboot
2. Remove encryption
Code:
fastboot -w
3. Reboot to recovery
4. Mount vendor partition
5. In twrp terminal or adb shell
Code:
sed -i 's/forceencrypt/encryptable/g' /vendor/etc/fstab.qcom
6. Reboot to system

Aternate way
https://forum.xda-developers.com/android/software/universal-dm-verity-forceencrypt-t3817389
 
Last edited:

Ex novo

Senior Member
Apr 21, 2018
119
37
Bootloader Image not signed or corrupt

When I install the TWRP image of the official website via the fastboot commands on my XT1924-4 I get the message below:
"(bootloader) is-logical: recovery: Not found
Sending ' recovery ' (22324 KB)
Writing ' recovery '
OKAY [0.709 S]
Finished. Total Time: 1.732 s
OKAY [0.926 S]
Bootloader Image not signed or corrupt."
I can reboot in TWRP but when I turn off the phone and turn on in FastBoot mode to enter the recovery pops up the message "no command"
 

Ex novo

Senior Member
Apr 21, 2018
119
37
Twrp error

I managed to install TWRP and Magisk but recovery has several errors. When I try to do a wipe cache for example, appears the message:
"Could not mount /data and unable to find crypto footer.
Failed to mount '/data' (invalid argument)
Unable to recreate /data/media folder.
Updating parttition details...
Failed to mount '/data' (invalid argument)
...done
unable to mount storage
Failed to mount '/data' (invalid argument)
Full Selinux support is present.
Unable to mount /data/media/TWRP/. twrp
MPT Enabled
Formatting Cache using make_ext4fs...
Updating partition details...
Failed to mount '/data' (invalid argument)
...done
Unable to mount storage"

---------- Post added at 07:34 PM ---------- Previous post was at 07:30 PM ----------

But I managed to install Magisk through TWRP, although have appeared some error messages during installation. The magisk is running smoothly.
 

Karthick Chandran

Senior Member
Mar 23, 2014
1,653
3,918
Chennai
I managed to install TWRP and Magisk but recovery has several errors. When I try to do a wipe cache for example, appears the message:
"Could not mount /data and unable to find crypto footer.
Failed to mount '/data' (invalid argument)
Unable to recreate /data/media folder.
Updating parttition details...
Failed to mount '/data' (invalid argument)
...done
unable to mount storage
Failed to mount '/data' (invalid argument)
Full Selinux support is present.
Unable to mount /data/media/TWRP/. twrp
MPT Enabled
Formatting Cache using make_ext4fs...
Updating partition details...
Failed to mount '/data' (invalid argument)
...done
Unable to mount storage"

---------- Post added at 07:34 PM ---------- Previous post was at 07:30 PM ----------

But I managed to install Magisk through TWRP, although have appeared some error messages during installation. The magisk is running smoothly.


Remove encryption first
Code:
fastboot -w

And reboot to recovery
Mount vendor and in terminal
Code:
sed -i 's/forceencrypt/encryptable/g' vendor/etc/fstab.qcom

Reboot to system
 
Last edited:
  • Like
Reactions: Ex novo

RobD691973

Member
Aug 29, 2018
17
2
You need to create a patched boot image using Magisk Manager. Make a boot backup in TWRP, then reboot system. Open Magisk Manager and click install Magisk zip..... it'll ask you to download zip, or create boot image. Flash TWRP again, then flash the patched boot. You should be good to go.
 

whodat711

Senior Member
May 7, 2011
144
131
New Orleans
Moto E5
Samsung Galaxy S20
You need to create a patched boot image using Magisk Manager. Make a boot backup in TWRP, then reboot system. Open Magisk Manager and click install Magisk zip..... it'll ask you to download zip, or create boot image. Flash TWRP again, then flash the patched boot. You should be good to go.
Huh? Your instructions are only for how to root stock.

Custom ROM only needs flash magisk zip for root.
Done.
 

Ex novo

Senior Member
Apr 21, 2018
119
37
Question about the TWRP version and Installation Methods

I have a XT1924-4 with TWRP 3.3.0.0 downloaded from the official website. To install your LineageOS 15.1 should I use which version of TWRP? TWRP 3.3.1-0 version arm64 or the other? Can I install the image by my TWRP or does it have to be by fastboot method?
 

Top Liked Posts