So hello guys im really a ****ty guy at flashing stuff so once i by mistakenly deleted the entire rom and stuff. now im stuck at ap fastboot nothing is working except barcodes whenever click something else than barcodes a brown page comes and goes back saying (failed to hab check for recovery: 0x56)
or (boot up failed) but when i use fastboot devices command on cmd my computer recognizes it.
plz help me
Specify model pls
ghostechful said:
So hello guys im really a ****ty guy at flashing stuff so once i by mistakenly deleted the entire rom and stuff. now im stuck at ap fastboot nothing is working except barcodes whenever click something else than barcodes a brown page comes and goes back saying (failed to hab check for recovery: 0x56)
or (boot up failed) but when i use fastboot devices command on cmd my computer recognizes it.
plz help me
Click to expand...
Click to collapse
It's moto x 2013 Verizon 1060
ghostechful said:
It's moto x 2013 Verizon 1060
Click to expand...
Click to collapse
Download full stock rom for moto x from google:
Xt1060 5.0 xml zip
Its your keywords, after downloading the above file.. Download rsd lite for motorola and then charge your phone atleast 50%.. If you cannot even charge and still your pc detect fastboot type this:
Fastboot reboot-bootloader
And plug the charger for 40mins.. Type again
fastboot reboot-bootloader
Then unzip the xml you have downloaded and open rsd lite locate the flashfile.xml from inside the folder connect the usb cable too pc and flash it.. Hope it will make your moto x running again.
but then im getting an error ( failed flashing process.Unknow fastboot command)
Thx alot i got my link for the download and i just had to delete a code name getvar to make it work. once again thx alot salik
ghostechful said:
Thx alot i got my link for the download and i just had to delete a code name getvar to make it work. once again thx alot salik
Click to expand...
Click to collapse
your welcome
I was successful in getting the bootloader installed and also twrp but SU and Magisk kept giving error, somehow in the last boot I am now on a boot loop of bad key cannot boot to OS of phone and the backup of the OS will restore but it still will not boot past the bad key loop. I can get to the twrp recovery and the bootloader but no functions work in bootloader twrp works flwlessly but I have no image for my device. Does anyone have the stock rom for the metro verision of moto e5 plus. I have found one for the Cricket version but specs are all wrong. Any help would be appreciated
edit resolved with
cant post link to resolution
archnemesis2099 said:
I was successful in getting the bootloader installed and also twrp but SU and Magisk kept giving error, somehow in the last boot I am now on a boot loop of bad key cannot boot to OS of phone and the backup of the OS will restore but it still will not boot past the bad key loop. I can get to the twrp recovery and the bootloader but no functions work in bootloader twrp works flwlessly but I have no image for my device. Does anyone have the stock rom for the metro verision of moto e5 plus. I have found one for the Cricket version but specs are all wrong. Any help would be appreciated
edit resolved with
cant post link to resolution
Click to expand...
Click to collapse
Hey, even if you can't post a link to the resolution I'd love to have more info! Please either PM me or post a tut, since this looks to be a bit problematic and I'm gonna jump on a freebie from MetroPCS.
Would really appreciate it thx!
Those of you who seek root on the MetroPCS Moto E5 play, I got you
I was working on a simple, straight forward walk through. Maybe just pm me for the details. Would be easier to do it that way being as I'm currently @ work. I can't figure out how to post a pic directly from my Moto E, but if you pm, I'll send you some verification. I soft bricked mine 3 times trying to get it figured out. You know what they say though. 3rd time is the charm. PS, don't flash anything other than recovery!!! The no-verity will cause you to boot loop.
Walkthrough
Okay so here goes keep in mind I cannot post links so mentions of the downloads will be just that, only mentions. The method I used to resinall the os is below. Keep in mind I still had access to both the boot loader and TWRP and that prior to my boot loop no os error I did have developer options and both usb debugging and oem unlock on
How To install Motorola Moto E5 Plus XT1924 Android 8.0.0 Oreo OS
Before you begin, it is important to have all the tools at hand. you will need:
Recharge your phone’s battery well(with more than 70% battery)
Save all your personal data (SMS, contacts, applications, settings, documents, music, photos, etc.)
install Motorola USB drivers,SDK drivers
Download Motorola Moto E5 Plus XT1924-# variant stock firmware
ENABLE USB DEBUGGING:
1. Go to Settings> About phone
2. Find the Build number and press 8 times on it:
3. Return to the previous screen. You will see that a line has appeared: “Developers Options”
4. Press and check “USB Debugging” & “OEM unlocking”
Procedure I used to reinstall OS starts below keep in mind I cannot post links as such you will need to google your phones product/variant to find the correct file, in the case of both the ATT and Metro/Tmobile version of the E5 Plus that is Hanna XT1924-7 and is visible in the bootloader.
Update Motorola Moto E5 Plus XT1924 Android 8.0.0 Oreo
1- Open the folder where ADB and Fastboot are located on your computer & Unzip the downloaded zip file in it preferably in its own directory.
2- In an empty area inside of the unzipped file directory hold down the shift key and right-click with the mouse, the context menu will contain an entry Open command window here:
3- Restart your Moto E5 Plus XT1924 in Recovery mode:
Press & hold the “Volume Down + Power button” at the same time for about 5 seconds
The device enters on Bootloader mode.
4- Connect your Moto E5 Plus XT1924 to your computer
5- Verify that the phone is recognized in Fastboot mode: Type in the command: “fastboot devices”
6- To Install Moto E5 Plus XT1924 Android 8.0 Oreo OTA, Type the following commands removing any bin, img, and sparsechunk commands that don't match your download. The Flash process might take about 25 minutes to complete.
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot erase modemst1
fastboot erase modemst2
fastboot flash bluetooth BTFM.bin
fastboot flash dsp dspso.bin
fastboot flash boot boot.img
fastboot flash system system.img_sparsechunk.# (do this for each numbered variant normally starting with 0)
fastboot flash system_b system_b.img_sparsechunk.# (do this for each numbered variant normally starting with 0)
fastboot flash oem oem.img
fastboot flash oem_b oem_other.img
fastboot flash vendor vendor.img_sparsechunk.# (do this for each numbered variant normally starting with 0)
fastboot erase carrier
fastboot erase userdata
fastboot erase DDR
fastboot flash logo logo.bin
fastboot reboot
Click to expand...
Click to collapse
7- Once the update process finishes, reboot Moto E5 Plus XT1924 by selected Reboot system now.
8- You have successfully installed Motorola Moto E5 Plus XT1924 Android 8.0.0 Oreo OS
archnemesis2099 said:
Okay so here goes keep in mind I cannot post links so mentions of the downloads will be just that, only mentions. The method I used to resinall the os is below. Keep in mind I still had access to both the boot loader and TWRP and that prior to my boot loop no os error I did have developer options and both usb debugging and oem unlock on
How To install Motorola Moto E5 Plus XT1924 Android 8.0.0 Oreo OS
Before you begin, it is important to have all the tools at hand. you will need:
Recharge your phone’s battery well(with more than 70% battery)
Save all your personal data (SMS, contacts, applications, settings, documents, music, photos, etc.)
install Motorola USB drivers,SDK drivers
Download Motorola Moto E5 Plus XT1924-# variant stock firmware
ENABLE USB DEBUGGING:
1. Go to Settings> About phone
2. Find the Build number and press 8 times on it:
3. Return to the previous screen. You will see that a line has appeared: “Developers Options”
4. Press and check “USB Debugging” & “OEM unlocking”
Procedure I used to reinstall OS starts below keep in mind I cannot post links as such you will need to google your phones product/variant to find the correct file, in the case of both the ATT and Metro/Tmobile version of the E5 Plus that is Hanna XT1924-7 and is visible in the bootloader.
Update Motorola Moto E5 Plus XT1924 Android 8.0.0 Oreo
1- Open the folder where ADB and Fastboot are located on your computer & Unzip the downloaded zip file in it preferably in its own directory.
2- In an empty area inside of the unzipped file directory hold down the shift key and right-click with the mouse, the context menu will contain an entry Open command window here:
3- Restart your Moto E5 Plus XT1924 in Recovery mode:
Press & hold the “Volume Down + Power button” at the same time for about 5 seconds
The device enters on Bootloader mode.
4- Connect your Moto E5 Plus XT1924 to your computer
5- Verify that the phone is recognized in Fastboot mode: Type in the command: “fastboot devices”
6- To Install Moto E5 Plus XT1924 Android 8.0 Oreo OTA, Type the following commands removing any bin, img, and sparsechunk commands that don't match your download. The Flash process might take about 25 minutes to complete.
7- Once the update process finishes, reboot Moto E5 Plus XT1924 by selected Reboot system now.
8- You have successfully installed Motorola Moto E5 Plus XT1924 Android 8.0.0 Oreo OS
Click to expand...
Click to collapse
so i have the very exact issue as the OP, i tried this step, all i got was a error after using fastboot, doing the whole command in the cmd window, once it was done i got a endless moto start up icon, i rebooted, it kept giving me the " bad key" blank black page, then N/A, i booted back to twrp wiped and cleaned data to try again, then this time when i tried again i every command was met with errors saying " downgrade verifaction, or something like that, each line was basiclly and error. wont let me try to do the stock install again... im kinda at a lost end here.
stock187 said:
so i have the very exact issue as the OP, i tried this step, all i got was a error after using fastboot, doing the whole command in the cmd window, once it was done i got a endless moto start up icon, i rebooted, it kept giving me the " bad key" blank black page, then N/A, i booted back to twrp wiped and cleaned data to try again, then this time when i tried again i every command was met with errors saying " downgrade verifaction, or something like that, each line was basiclly and error. wont let me try to do the stock install again... im kinda at a lost end here.
Click to expand...
Click to collapse
People don't really tell you how to fix the issue so if you still need help getting your phone back to normal
I will help
Every post I have tried has been flawed or wrong or won't work
Sometimes people just post **** and don't think
PM me, i'll help you as well if you need it. What you have to do is download a platform tools folder and extract it because you need to open it and open up a command prompt within the platform tools folder for the restoration of the phone's stock ROM can be successfully flashed on the phone. I have everything you need to get your phone back operational again. I'll even help you root it successfully if you need more help, and i'll help you decrypt it. there's even a successful custom ROM that i'm using now that's better than the others since the others have so many problems booting up or issues within the ROM itself.
Moto e5 play root
Lord_Worm said:
I was working on a simple, straight forward walk through. Maybe just pm me for the details. Would be easier to do it that way being as I'm currently @ work. I can't figure out how to post a pic directly from my Moto E, but if you pm, I'll send you some verification. I soft bricked mine 3 times trying to get it figured out. You know what they say though. 3rd time is the charm. PS, don't flash anything other than recovery!!! The no-verity will cause you to boot loop.
Click to expand...
Click to collapse
I interested in rooting my metroPCS Moto e5 play but I don't really know what to do & I don't want to end up using a rooting program that will mess up my phone or not have at least a little knowledge of what I'm doing. Your post was the first one I came across and I was wondering if you might be able to help me with a little bit of knowledge. Please & thank you, I'd really appreciate it...
TalkNerdy2Me said:
I interested in rooting my metroPCS Moto e5 play but I don't really know what to do & I don't want to end up using a rooting program that will mess up my phone or not have at least a little knowledge of what I'm doing. Your post was the first one I came across and I was wondering if you might be able to help me with a little bit of knowledge. Please & thank you, I'd really appreciate it...
Click to expand...
Click to collapse
Shoot me a private message and I'll walk you through it
dominoeflux said:
PM me, i'll help you as well if you need it. What you have to do is download a platform tools folder and extract it because you need to open it and open up a command prompt within the platform tools folder for the restoration of the phone's stock ROM can be successfully flashed on the phone. I have everything you need to get your phone back operational again. I'll even help you root it successfully if you need more help, and i'll help you decrypt it. there's even a successful custom ROM that i'm using now that's better than the others since the others have so many problems booting up or issues within the ROM itself.
Click to expand...
Click to collapse
If you could help me out with rooting my moto e5 plus I would be grateful I have a question though my baseband version says M8940TMO_32.22.11.69R
HANNAH_NA_TMO_CUST and the Official TWRP app says my device is Hannah so do I use the James varient or the Hannah one is the plus and one is the play correct? Thank you for any help you might be able to give me.
toscrewed2matter said:
If you could help me out with rooting my moto e5 plus I would be grateful I have a question though my baseband version says M8940TMO_32.22.11.69R
HANNAH_NA_TMO_CUST and the Official TWRP app says my device is Hannah so do I use the James varient or the Hannah one is the plus and one is the play correct? Thank you for any help you might be able to give me.
Click to expand...
Click to collapse
yes, the plus is hannah and the regular e5 is the play...you have the hannah version.
None of this helps me. I unlocked the bootloader tried to install magisk or supersu, but it keeps bootlooping to n/a. I can only get into bootloader and from there to TWRP. That's it. I do have adb access...
Sent from my SM-G955U1 using Tapatalk
Hello all,
I tried flashing a RR rom, and afterwards it failed to boot AND locked my device again. I have my unlock code still, but when trying to oem unlock in fastboot, I get an error: Check 'OEM unlocking' in Android Settings > Developer Options. Since the ROM won't boot, I can't check OEM unlocking. Is there any way around this? I'm afraid I've had a hard brick on my hands.
Reznor7 said:
Hello all,
I tried flashing a RR rom, and afterwards it failed to boot AND locked my device again. I have my unlock code still, but when trying to oem unlock in fastboot, I get an error: Check 'OEM unlocking' in Android Settings > Developer Options. Since the ROM won't boot, I can't check OEM unlocking. Is there any way around this? I'm afraid I've had a hard brick on my hands.
Click to expand...
Click to collapse
You can try LMSA's Flash rescue option
https://forum.xda-developers.com/general/general/update-moto-lenovo-moto-smart-assistant-t3951714
Or if you have a pc with windows 7 try
RSD Lite
https://forum.xda-developers.com/general/rooting-roms/guide-flashing-motorola-firmware-t4042039
Sent from my Moto E (4) using Tapatalk
I've tried both options, but neither appears to see my device. It's in bootloader mode and shows up in Windows Device Manager as "Motorola ADB Interface".
It's showing 0xFAILED for cid. Here's my current bootloader screen.
I've tried blank flash in both Linux and windows. Both just say "Waiting for device". I've never had a device brick like this before.
Reznor7 said:
I've tried both options, but neither appears to see my device. It's in bootloader mode and shows up in Windows Device Manager as "Motorola ADB Interface".
It's showing 0xFAILED for cid. Here's my current bootloader screen.
https://ibb.co/znCSvMR
I've tried blank flash in both Linux and windows. Both just say "Waiting for device". I've never had a device brick like this before. [emoji3525]
Click to expand...
Click to collapse
Blankflash only works if device is in EDL mode.
Sent from my Moto E (4) using Tapatalk
Edit: I think my issue is that I'm needing the latest firmware (including the May 2020 security update), and I can't find it anywhere. Trying to downgrade (even with an unlocked bootloader) is giving me the preflash validation error when trying to flash bootloader.img. Looks like I need ppws29.183-29-1-19
Final edit: I had to find the latest firmware for my device. Unfortunately, only a paid site had it, but after buying and installing everything is good again!
Hi all, I need some help
I have a Moto G7 which I thought was a PLUS. It was enrolled in my company's MDM and one thing lead to another, I failed to provide the right PIN and now Android does not start at all. When it boots up, it goes straight into the boot loader and no matter what option I try to select (switch tools, start, restart bootloader, recovery mode...) none of them brings up the phone so I am stuck in FASTBOOT FLASH MODE. It does also say "OEM-LOCKED", not sure what that is.
So I tried many things, but now I am trying to get re-imaged with RDS LITE and the software does not see the device. "adb devices" does not see any devices, but "fastboot devices" does.
At this point I hope to get RDS LITE to work and burn the sock image to the phone, but I need help.
Also, although I bought this as a G9 PLUS, when the phone starts into the bootloader it shows:
BL: MBM-2.1-river_retail-437e1163***-200***
Baseband: M6_41.178.01.156RRiver_NA_CUST
What image do I need to use?
What is the easier way to get the phone loaded with the Motorola stock image?
jluyt said:
Hi all, I need some help
I have a Moto G7 which I thought was a PLUS. It was enrolled in my company's MDM and one thing lead to another, I failed to provide the right PIN and now Android does not start at all. When it boots up, it goes straight into the boot loader and no matter what option I try to select (switch tools, start, restart bootloader, recovery mode...) none of them brings up the phone so I am stuck in FASTBOOT FLASH MODE. It does also say "OEM-LOCKED", not sure what that is.
So I tried many things, but now I am trying to get re-imaged with RDS LITE and the software does not see the device. "adb devices" does not see any devices, but "fastboot devices" does.
At this point I hope to get RDS LITE to work and burn the sock image to the phone, but I need help.
Also, although I bought this as a G9 PLUS, when the phone starts into the bootloader it shows:
BL: MBM-2.1-river_retail-437e1163***-200***
Baseband: M6_41.178.01.156RRiver_NA_CUST
What image do I need to use?
What is the easier way to get the phone loaded with the Motorola stock image?
Click to expand...
Click to collapse
Try LMSA's Flash Rescue option
https://forum.xda-developers.com/general/general/update-moto-lenovo-moto-smart-assistant-t3951714
RSD Lite doesn't work with windows 10 use 7
https://forum.xda-developers.com/general/rooting-roms/guide-flashing-motorola-firmware-t4042039
Sent from my Moto E (4) using Tapatalk
Moto x4 payton XT1900-2 64gb P4 Can't able to flash any twrp..... Can anyone help?
So i have unlocked my bootloader . Its showing flashing_unlocked in the bootloader . Then i connect it to my laptop with usb
"fastboot devices" is detecting my device properly but after that when i m trying to do "fastboot boot twrp.img" its getting stuck on "downloading "boot" ....." .Then nothing happening .dont know the reason i tried almost 10 to 12 twrp version nothing seems to be working.. help me out. also when i am trying to flash the stock firmware its showing unknow command .
DARK EMP3ROR said:
Moto x4 payton XT1900-2 64gb P4 Can't able to flash any twrp..... Can anyone help?
So i have unlocked my bootloader . Its showing flashing_unlocked in the bootloader . Then i connect it to my laptop with usb
"fastboot devices" is detecting my device properly but after that when i m trying to do "fastboot boot twrp.img" its getting stuck on "downloading "boot" ....." .Then nothing happening .dont know the reason i tried almost 10 to 12 twrp version nothing seems to be working.. help me out. also when i am trying to flash the stock firmware its showing unknow command .
Click to expand...
Click to collapse
I know you said in pm that other devices are working with adb, but it could still be a USB issue, cable, port.
Have you tried moto USB drivers?
You may need to uninstall the driver and reinstall it in the device manager.
My laptop has all 3.0 gen2 ports ... I check from my old pc the twrp is getting flashed perfectly but cant be able to install any roms!
Its showing "kinstalldeviceopenerror"
I came back to my stock rom!