I followed @neo.ank‘s all-in-one guide and am having trouble flashing a custom recovery (twrp-2.7.1.0-condor.img). My bootloader is unlocked and fastboot flash recovery recovery.img works without problems:
Code:
C:\Folder>fastboot flash recovery recovery.img
target reported max download size of 268435456 bytes
sending 'recovery' (7300 KB)...
OKAY [ 0.235s]
writing 'recovery'...
OKAY [ 0.232s]
finished. total time: 0.471s
I then use my volume up and down buttons to select "Recovery mode," which returns me to the bootloader (the logs say "Boot up failed"). So I boot up into Android and adb reboot recovery, which works.
Now I see the "dead robot" with "No command." Huh, oh well, pressing power and volume up shows the "Android system recovery." A step ahead, but where is TWRP?
I think the guide I followed may be outdated. Has anyone had success using it to flash recovery on the 2015 Moto E?
TL;DR: Successfully flashed TWRP recovery, but it seemingly disappeared when trying to boot into it.