The device is a Moto E4 sold by Aldi Sued since Thursday, 15. It has a Mediatek-chipset and the version-number is "XT1762". The bootloader is easy to unlock: just call developers options, oem-unlock and usb-debugging = on and "fastboot oem unlock". That's it.
I searched for a TWRP-image and found one here: https://androidfilehost.com/?fid=962021903579497909 which claims to be made for XT1762. Its size is 13886 KB. I booted the device to bootloader
and tried to flash:
But the result is:
The device shows in every boot-screen "device unlocked" ....
If I boot to recovery I only get the andro-robot with the text "no command".
What can I do?
Spielmops
PS: I tried this procedure several times , with "back to factory" in between too.
I searched for a TWRP-image and found one here: https://androidfilehost.com/?fid=962021903579497909 which claims to be made for XT1762. Its size is 13886 KB. I booted the device to bootloader
Code:
adb reboot bootloader
Code:
fastboot flash recovery twrp.img
Code:
target reported max download size of 134217728 bytes
sending 'recovery' (13886 KB)...
OKAY [ 0.376s]
writing 'recovery'...
FAILED (remote: not allowed in locked state)
finished. total time: 0.380s
If I boot to recovery I only get the andro-robot with the text "no command".
What can I do?
Spielmops
PS: I tried this procedure several times , with "back to factory" in between too.