Question Phone got stuck in boot loop after update. Please help! - Moto G Play (2021)

My phone (Moto G Play 2021 Guamna XT2093-4) got stuck in a boot loop and I can not for the life of me figure out what to do about this. I have looked for the relevant guides and have no idea what I am looking for, I have searched for BOOT LOOP but can not find something that is completely relevant to my phone.
Someone please point me in the right direction so I can get my phone back up and running as this is frustrating to have this happen and I have no clue where to look for this.

nameo said:
My phone (Moto G Play 2021 Guamna XT2093-4) got stuck in a boot loop and I can not for the life of me figure out what to do about this. I have looked for the relevant guides and have no idea what I am looking for, I have searched for BOOT LOOP but can not find something that is completely relevant to my phone.
Someone please point me in the right direction so I can get my phone back up and running as this is frustrating to have this happen and I have no clue where to look for this.
Click to expand...
Click to collapse
Reset the moto g power (2021)| Motorola Support US
motorola-global-portal.custhelp.com

sd_shadow said:
Reset the moto g power (2021)| Motorola Support US
motorola-global-portal.custhelp.com
Click to expand...
Click to collapse
Thanks, although none of those steps worked, and when I go to "Recover Mode" I get a No Command screen.
I want to note that I did download the latsest firmware from LMSA, which gave me firmware GUAMNA_RETAIL_RZAS31.Q2_146_14_16_subsidy_DEFAULT_regulatory_DEFAULT_CFC.xml
Which then I tried to follow the steps with flashing the firmware from scratch using the Online FlashFile Converter Tool, based on the flashfile.xml in that folder with the firmware.
I followed those steps, without clearing my user data, and the phone still continues to be in a boot loop, but then comes to a screen that says "Boot Failed. Press POWER KEY to Retry", and has a bit more infor saying:
AP FastBoot Flash Mode (Secure)
No Bootable A/B slot
Failed to boot Linux, falling back to fastboot
FastBoot Reason: Fall-through from normal boot mode
I then tried to manually flash the gpt.bin partition per this post with below:
[Guide] Using Fastboot.exe with Motorola devices
Guide: Using Fastboot.exe with Motorola Devices If your device has its own section please post in that section. You can ping me with @sd_shadow MediaTek or Qualcomm Chip? Do I have a MediaTek Device? see post #26 Info: If you have a MediaTek...
forum.xda-developers.com
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot oem fb_mode_clear
Still returns with the same No Bootable A/B slot error, then I tired to re-flash again manually per this post:
Moto G Power flashing guide
This guide also applies on other Moto phones shipping with Android 10 (not compatible with phone updated from Android 9) Requirements: * Adb must be up to date. You will use new fastbootd interface. You can toggle between bootloader and...
forum.xda-developers.com
Only up to step 7, which I also skipped wiping user data, and then did fastboot reboot, same No Bootable A/B slot
I am not sure what else I can do.

Update, I tried the LMSA restore with wiping my data, still have A/B slot issue.

Related

Yoga Book YB1-X90F (Android) - How to Flash back to Stock Rom 6.0.1 /downgrade

hello all
i spent last few hours looking for solution to how to flash Stock Rom to my YB1-X90F and i found steps here and there and finally i got it. so i gathered all the steps in one thread to help whoever want to flush back to stock or downgrade from newer version for any reason.
This will erase all user data.
1. do it on your own risk, I'm not responsible for any damage to your devise.
2. Unlco your bootloader here is the steps by earthCallingAngela ----->>> Here
3. if you having issue to connect your drive to your computer while on bootloader you can install Intel driver, its worked for me, ----> Here
4. now install Intel Phone Flash Tool, i think it will install drivers as well, download it from here
5. Download Yoga book YB1-X90F Stock Rom Uploaded by Flippy498 from here
6. open Intel Phone Flash Tool and boot your phone on bootloader by Vol Up + Power, you should see the tool detect your Tablet.
7. on intel tool click on brows and located the Rom, wait for the tool to unzip it,
8. do not change anything just click on Flush and wait for it, on the middle of the process the tablet will ask you if its ok to wipe user data choose yes
after that the tablet will reboot and finish the installations and power off itself, power it on and wait for it, its will take long time for first boot so do not power it off.
Halo keyboard will not work until you do these steps By vimalbhimani on here
a) Open ‘’contacts’’ app, create a new local contact ” test”
b) Click search button at contact
c) Input ####6020# code into search bar
d) a list of country codes will po up, browser the country code list, then chose country code US and click OK
e) Then device will reboot and update, you should be able to use halo Keyboard after that.
note: i have issue with TouchPl keep stopping, had to chose google instead of Lenovo to get it to work without error
if you want to update the system to latest version (7.0.1) you can just go to update and update it.
if you have something to add please do
Thank you all.
Here's an alternative method for those who don't trust flashing tools due to bad experiences and prefer flashing files manually via Fastboot (like me):
Follow steps 1. to 3. and 5. of the opening post.
Unzip the stock rom (archive) into your ADB/Fastboot folder.
Boot the tablet to the bootloader (c.f. step 6. of the opening post).
Use the following commands:
Code:
fastboot flash gpt gpt.bin
fastboot erase misc
fastboot erase persistent
fastboot erase frp
fastboot erase metadata
fastboot format config
fastboot format country
fastboot format cache
fastboot format data
fastboot format factory
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash config config.img
fastboot flash country country.img
fastboot flash system system.img
fastboot flash bootloader bootloader
fastboot flash oemvars bootloader_policy-oemvars.txt
fastboot flashing lock
fastboot continue
Execute each of them with Enter and wait till a command got executed completely before you try to use the next one.
It might happen that you face an error while flashing that oemvars bootloader_policy-oemvars.txt. I couldn't find out why that happened and ignoring it seems to be harmless.
Follow steps a) to e) of the opening post.
Flippy498 said:
Here's an alternative method for those who don't trust flashing tools due to bad experiences and prefer flashing files manually via Fastboot (like me):
Follow steps 1. to 3. and 5. of the opening post.
Unzip the stock rom (archive) into your ADB/Fastboot folder.
Boot the tablet to the bootloader (c.f. step 6. of the opening post).
Use the following commands:
Code:
fastboot flash gpt gpt.bin
fastboot erase misc
fastboot erase persistent
fastboot erase frp
fastboot erase metadata
fastboot format config
fastboot format country
fastboot format cache
fastboot format data
fastboot format factory
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash config config.img
fastboot flash country country.img
fastboot flash system system.img
fastboot flash bootloader bootloader
fastboot flash oemvars bootloader_policy-oemvars.txt
fastboot flashing lock
fastboot continue
Execute each of them with Enter and wait till a command got executed completely before you try to use the next one.
It might happen that you face an error while flashing that oemvars bootloader_policy-oemvars.txt. I couldn't find out why that happened and ignoring it seems to be harmless.
Follow steps a) to e) of the opening post.
Click to expand...
Click to collapse
Thanks Flippy for sharing the steps with us.
can i downgrade from Nougat to Marshmallow?
microbai said:
can i downgrade from Nougat to Marshmallow?
Click to expand...
Click to collapse
sorry for the delay, yes you can, just follow the steps.
ayad said:
hello all
i spent last few hours looking for solution to how to flash Stock Rom to my YB1-X90F and i found steps here and there and finally i got it. so i gathered all the steps in one thread to help whoever want to flush back to stock or downgrade from newer version for any reason.
This will erase all user data.
1. do it on your own risk, I'm not responsible for any damage to your devise.
2. Unlco your bootloader here is the steps by earthCallingAngela ----->>> Here
3. if you having issue to connect your drive to your computer while on bootloader you can install Intel driver, its worked for me, ----> Here
4. now install Intel Phone Flash Tool, i think it will install drivers as well, download it from here
5. Download Yoga book YB1-X90F Stock Rom Uploaded by Flippy498 from here
6. open Intel Phone Flash Tool and boot your phone on bootloader by Vol Up + Power, you should see the tool detect your Tablet.
7. on intel tool click on brows and located the Rom, wait for the tool to unzip it,
8. do not change anything just click on Flush and wait for it, on the middle of the process the tablet will ask you if its ok to wipe user data choose yes
after that the tablet will reboot and finish the installations and power off itself, power it on and wait for it, its will take long time for first boot so do not power it off.
Halo keyboard will not work until you do these steps By vimalbhimani on here
a) Open ‘’contacts’’ app, create a new local contact ” test”
b) Click search button at contact
c) Input ####6020# code into search bar
d) a list of country codes will po up, browser the country code list, then chose country code US and click OK
e) Then device will reboot and update, you should be able to use halo Keyboard after that.
note: i have issue with TouchPl keep stopping, had to chose google instead of Lenovo to get it to work without error
if you want to update the system to latest version (7.0.1) you can just go to update and update it.
if you have something to add please do
Thank you all.
Click to expand...
Click to collapse
I followed all of the steps and it says "Flash Failed (Fastboot) PLEASE HELP
Edit: I fixed the problem by simply rebooting it. I didn't think it would be that easy.
SameSame, but L-Version ... cannot find Stock ROM ...
Hi there,
I would like to downgrade 2 Tablets YB1-X90L (not F), this thread is onderful BUT I cannot find the STOCK ROM version for the L-Model (the one with LTE) ... can someone point me out as where to get it ? The background is that Nougat screwes up the playstore ... as discussed in many other threads and there is no -permanent- solution... Thank you!
pwallenb said:
Hi there,
I would like to downgrade 2 Tablets YB1-X90L (not F), this thread is onderful BUT I cannot find the STOCK ROM version for the L-Model (the one with LTE) ... can someone point me out as where to get it ? The background is that Nougat screwes up the playstore ... as discussed in many other threads and there is no -permanent- solution... Thank you!
Click to expand...
Click to collapse
found myself in the same boat and eventually came across this:
https://cloud.kolyandex.su/index.php/s/npeVhVlnJw8BFIy
hopefully it sticks around long enough for others to grab.
note that the steps are slightly different in that you have to manually select the .json in the extracted folder.
Could someone please help me with downgrading my YB1-X90L, it just refuses to boot at all after my nephews messed with it, I found the stock rom but I can't get some of the needed programs and drivers,
Flippy498 said:
Here's an alternative method for those who don't trust flashing tools due to bad experiences and prefer flashing files manually via Fastboot (like me):
Follow steps 1. to 3. and 5. of the opening post.
Unzip the stock rom (archive) into your ADB/Fastboot folder.
Boot the tablet to the bootloader (c.f. step 6. of the opening post).
Use the following commands:
Code:
fastboot flash gpt gpt.bin
fastboot erase misc
fastboot erase persistent
fastboot erase frp
fastboot erase metadata
fastboot format config
fastboot format country
fastboot format cache
fastboot format data
fastboot format factory
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash config config.img
fastboot flash country country.img
fastboot flash system system.img
fastboot flash bootloader bootloader
fastboot flash oemvars bootloader_policy-oemvars.txt
fastboot flashing lock
fastboot continue
Execute each of them with Enter and wait till a command got executed completely before you try to use the next one.
It might happen that you face an error while flashing that oemvars bootloader_policy-oemvars.txt. I couldn't find out why that happened and ignoring it seems to be harmless.
Follow steps a) to e) of the opening post.
Click to expand...
Click to collapse
Hello
I made this all and my Yoga-Book runs on Android 6.0.1 . But is there a possibility to get an Android Build 7.1.1? Because I can't restore my Backup it seams it is corrupt and if I try to update im configuration-app its does anything but at the end its allways on 6.0.1.
It would be great if someone can helb me.
Best regards
Peter
borisattva said:
found myself in the same boat and eventually came across this:
https://cloud.kolyandex.su/index.php/s/npeVhVlnJw8BFIy
hopefully it sticks around long enough for others to grab.
note that the steps are slightly different in that you have to manually select the .json in the extracted folder.
Click to expand...
Click to collapse
sorry for replying to such an old post.
could you or anyone else please reupload a 6.x stock rom for the yb1 x90L? i just cant find any working link and am currently stuck with a device without properly working wlan. wlan keeps turning itself off after a few seconds after reboot and only restarting the whole device can turn it back on again... i hope a rollback can solve the issue...
phsma said:
sorry for replying to such an old post.
could you or anyone else please reupload a 6.x stock rom for the yb1 x90L? i just cant find any working link and am currently stuck with a device without properly working wlan. wlan keeps turning itself off after a few seconds after reboot and only restarting the whole device can turn it back on again... i hope a rollback can solve the issue...
Click to expand...
Click to collapse
looks like the original link is down, so i searched for the file name YB1-X90L_USR_S110085_1710170829_WW08_EP_ROW_otafull.zip and this came up:
YB1-X90L_USR_S110085_1710170829_WW08_EP_ROW_otafull.zip | Easy Firmware
easy-firmware.com
ive no idea if this is working or safe to use but its a start.
good luck
So my Android YB1-X90F was locking up when trying to boot, just stuck showing the Lenovo logo. Thinking I'm clever I stubbled across the boot menu if you start the device with the Volume Up held. From there I tried the Recovery Mode and did a Factory Reset. Then the tablet started up and shows the Green Andriod Bin Man, saysi Encrypting and promptly reboots. So one starts Googling and ends up here. Some very help information, thanks for that.
So I've got as far as installing all the drivers/Intel Phone tool/Android Suite etc. but I'm still stuck. The flash is locked. Is there another way to unlock this as I can't get into Android to allow the developer options as suggested in Step 2 of the opening post?
Trying the fastbook commands in post 2 also fail
Code:
FAILED (remote: Prohibited command in locked state.)
finished. total time: 0.170s
TIA
LOL @ me, of course the manual fastboot commands fail as that's precisely what the Phone Tool App trying when doing its magic.
galumph said:
So my Android YB1-X90F was locking up when trying to boot, just stuck showing the Lenovo logo. Thinking I'm clever I stubbled across the boot menu if you start the device with the Volume Up held. From there I tried the Recovery Mode and did a Factory Reset. Then the tablet started up and shows the Green Andriod Bin Man, saysi Encrypting and promptly reboots. So one starts Googling and ends up here. Some very help information, thanks for that.
So I've got as far as installing all the drivers/Intel Phone tool/Android Suite etc. but I'm still stuck. The flash is locked. Is there another way to unlock this as I can't get into Android to allow the developer options as suggested in Step 2 of the opening post?
Trying the fastbook commands in post 2 also fail
Code:
FAILED (remote: Prohibited command in locked state.)
finished. total time: 0.170s
TIA
LOL @ me, of course the manual fastboot commands fail as that's precisely what the Phone Tool App trying when doing its magic.
Click to expand...
Click to collapse
I'm in the same boat. I acquired a YB1-X90F but all it does is show the orange Lenovo splash screen, then a black screen.
So here I am reading threads. But I'm already at my first hurdle...since I can't boot into the OS and go into Developer Options to start the boot loader unlock process.
YB1-X90F No OS(?) - Flashing Help
TL;DR: Noob needs to stock flash a device that won't boot into OS. Here's how the recovery looks (without and interaction): Boot loader: Splash screen: I have acquired a YB1-X90F that just shows the orange Lenovo splash screen and or a...
forum.xda-developers.com
Solved. I ran 'flash_update_from_user.json
Just waiting for the battery to charge to 30% to hopefully enable the Halo Keyboard.
Here are the files needed in case other links void in the future: https://drive.google.com/drive/folders/1gD9FyA03GbLZ7ZcjkyMDlhVPs4_em2rY?usp=sharing
Edit: The Android N update bricks the device for some reason.
Brent.M said:
Solved. I ran 'flash_update_from_user.json
Just waiting for the battery to charge to 30% to hopefully enable the Halo Keyboard.
Here are the files needed in case other links void in the future: https://drive.google.com/drive/folders/1gD9FyA03GbLZ7ZcjkyMDlhVPs4_em2rY?usp=sharing
Edit: The Android N update bricks the device for some reason.
Click to expand...
Click to collapse
any ideea why my yoga book is not visible in fastboot?
i installed drivers and platform lite indicated in drive location.
currently my yoga sbows bootloader error 05 during booting
Thank you @Brent.M I have a booting Yoga Book again
borisattva said:
found myself in the same boat and eventually came across this:
https://cloud.kolyandex.su/index.php/s/npeVhVlnJw8BFIy
hopefully it sticks around long enough for others to grab.
note that the steps are slightly different in that you have to manually select the .json in the extracted folder.
Click to expand...
Click to collapse
The link is not work anymore, could you please share you firmware for x90L model ? thanks

Lenovo z5 stuck in fastboot mode

Hi everyone,
first of all, I guess there should be a section dedicated to the Z5 to keep the forum clean!
Other than that, I'm really having trouble with my Z5. I can't find a way to move on from fastboot mode! Can't boot to edl, tried to flash recovery but they won't boot and so on...
Do someone has some idea? I can provide every information you need to troubleshoot that!
Thank you in advance,
Lorenzo Benevento.
Hi , inside stock firmware which .img files you have ?
Hello guys,
Could any of you create a brick troubleshooting thread in this model?
I need help with unbricking my Z5. I think I messed up with the recovery partition.
I can't turn it on at all after I press all the button combinations.
I tried the suggestions on the Sahara error that they did on the Lenovo Zuk Z2 with no success.
Does anyone have a workaround for this kind of thing?
edsmanco said:
Hello guys,
Could any of you create a brick troubleshooting thread in this model?
I need help with unbricking my Z5. I think I messed up with the recovery partition.
I can't turn it on at all after I press all the button combinations.
I tried the suggestions on the Sahara error that they did on the Lenovo Zuk Z2 with no success.
Does anyone have a workaround for this kind of thing?
Click to expand...
Click to collapse
Look here for steps that you can try ...
https://blogthetech.com/flash-file-lenovo-z5-l78011-firmware-download-stock-rom/
Good luck : )
Teddy Lo said:
Look here for steps that you can try ...
https://blogthetech.com/flash-file-lenovo-z5-l78011-firmware-download-stock-rom/
Good luck : )
Click to expand...
Click to collapse
Hello Teddy,
Thanks for taking the time to reply! Fortunately Rendroid15 helped me to fix it.
help
how do u fix it? i have the same problem here, please help
edsmanco said:
Hello Teddy,
Thanks for taking the time to reply! Fortunately Rendroid15 helped me to fix it.
Click to expand...
Click to collapse
Yes, how do u fix it? Share withy us.
xplozia said:
Yes, how do u fix it? Share withy us.
Click to expand...
Click to collapse
Join the telegram group: Lenovo Z5 Brasil, the guys there can help.
I used qfil to restore it.
I also used the video by rendroid. Send him a PM and he'll reply.
Hi there!
I've been trying out a few things and was wondering how on Earth you got it into fastboot mode in the first place? I can't find a way.
xplozia said:
Hello,
I bricked my Lenovo Z5. I need your help, please!
I installed from fastboot, Pixel Dust ROM and after that, the phone not starting. When I connect the phone to PC, I have message with Unlocking Bootloader (was unlocked initialy, on old rom) then Lenovo logo and after a black screen.
I downloaded ZUI_3.9.075_ST for Lenovo, I installed Qualcomm drivers, I installed Qfill but when connect the phone I don't have 9008 Port, to me is 900E. I read few forums about this error (https://zukfans.eu/community/threads...e-easily.3504/ and https://club.lenovo.com.cn/thread-3021991-1-1.html), I makeed a USB cable for DEEP Flash,I peeled the usb-c cable and touched Green and Black wires, but without success.
I installed a new Lenovo USB driver and with USB cable for DEEP Flash, I put the phone in the 9008 port, and Installed with successful, many ROMs 3.9.075, 3.9.200, 4.0.390 but every time after the first reboot appear message with opened bootloader then Lenovo logo and restarting to infinite.
When the phone is connected to PC I have on the phone a menu with "First Boot Mode" and the phone is accesible from PC:
"C:\Users\user>fastboot devices
bb806aa3 fastboot"
I will apreciate yours help. Thank you!
Click to expand...
Click to collapse
Did you follow this guide? https://forum.xda-developers.com/project-treble/trebleenabled-device-discussion/guide-how-to-flash-android-8-1-9-0-t3840839
Yes I see your post and I solved my phone
greetings,
im rookie here but once my MEDIATEK phone got stuck in fastboot mode and i fixed it with connecting to pc and type " fastboot reboot " in adb
edsmanco said:
Hello Teddy,
Thanks for taking the time to reply! Fortunately Rendroid15 helped me to fix it.
Click to expand...
Click to collapse
share the fix
Please refer to the replies above
Lenovo z5s stuck in fastboot
It's been a very long time since this thread was created, but maybe, with some hope i could get some answers, i have the same problem with the z5s, and i can't do anything, all because i mess with the recovery and i can't get out of the same, when i turn off my cellphone and connect a charger, my cellphone boot automatically into fastboot, i need some help, i don't even know if the telegram thing still exists
Thelostman said:
It's been a very long time since this thread was created, but maybe, with some hope i could get some answers, i have the same problem with the z5s, and i can't do anything, all because i mess with the recovery and i can't get out of the same, when i turn off my cellphone and connect a charger, my cellphone boot automatically into fastboot, i need some help, i don't even know if the telegram thing still exists
Click to expand...
Click to collapse
Before, you installed a new qfil rom? If yes, folow the instruction from https://forum.xda-developers.com/showpost.php?p=77583961&postcount=2 and install Pixel Experience:
2. fastboot flash vbmeta vbmeta.img
3. fastboot flash boot_a boot.img
4. fastboot flash boot_b boot.img
5. fastboot -w flash system_a PixelExperienceP-arm64-ab.img
6. fastboot -w flash system_b PixelExperienceP-arm64-ab.img
xplozia said:
Before, you installed a new qfil rom? If yes, folow the instruction from https://forum.xda-developers.com/showpost.php?p=77583961&postcount=2 and install Pixel Experience:
2. fastboot flash vbmeta vbmeta.img
3. fastboot flash boot_a boot.img
4. fastboot flash boot_b boot.img
5. fastboot -w flash system_a PixelExperienceP-arm64-ab.img
6. fastboot -w flash system_b PixelExperienceP-arm64-ab.img
Click to expand...
Click to collapse
Don't worry i've already solved with some CHINESE PIROMANCY!!!!!!! Even with effective IMEI restoration (I couldn't restore the 2nd IMEI because I didn't know how to set up this one manually with the method I've used with my lenovo)
Hello,
I have a Lenovo Z5s. I wanted to install new android rom like Pixel Experience
I managed to unlock the bootloader with adb fastboot.
I succeeded in flashing TWRP recovery 3.3.1-0529 for my device.
I've downloaded Pixe Experience GSI rom available here https://forum.xda-developers.com/z5...evelopment/lenovo-z5s-pro-twrp-3-3-1-t3953346
I have copied and pasted the Pixel Experience rom (.img file) on my SD Card.
With TWRP, I have wiped necessary files for a clean install.
I have launched the installation of the rom, installation was complete, the phone has reboot, I show Pixel Experience boot sequence with Google logo. The process asked me a password (Encrypted?) . I decided to reboot the phone.
Now, the phone is blocked with a bootloop in recovery mode. I can't access anymore to TWRP recovery. (Erased?)
To explain clearly the situation: I have the menu showing these options: Restart bootloader > Recovery mode > Power Off > Boot to FFBM > Boot to QMM I> Start
FastBoot Mode
PRODUCT_NAME - sdm710
VARIANT - SDM EMMC
BOOTLOADER VERSION -
BASEBAND VERSION -
SERIAL NUMBER - ********
SECURE BOOT - yes
DEVICES STATE - unlocked
No Bootloader, no Baseband.
All of the options return the phone back to the same menu.
The situation seems to be critical (phone bricked) and I can't do anything and I don't know what to do. Is there a chance to save my phone?
Your help will be precious to make my phone work.
Thanks in davance . Best regards.
Hey guys i am also in bootloop with unlocked bootloader ,can you please help us to save our phone !!!???

Help needed, stuck at Fastboot Mode

Hello guys!
I've been looking for a solution to this problem, I have a Moto One XT1941-5 that was never rooted nor bootloader unlocked. I left it charging and after about one hour it was at Fastboot Mode, it says that it failed booting from normal mode. Even if I try to restart or start normally, it gets back to Fastboot.
What have I done until now?
- Tried to flash the whole latest STOCK ROM again (manually with fastboot tools)
- Tried with a ROM from another region (mine is OPENMX and tried with RETLA) and I get the same
- Tried with Repair Assistant from Motorola, nothing happens.
- Tried to unlock bootloader, it asks me to enable OEM unlock on Developer settings (I can't, phone doesn't power up)
* Something that gets me confused is about the slots, $fastboot getvar all reports that none of the slots are bootable, every time I flash the ROM it says that slot A is bootable and B not, or that A is not bootable and B yes, or none of the slots are bootable.
Here are some screenshots about the info I have.
You can follow these steps from https://forum.xda-developers.com/motorola-one/how-to/unroot-ota-wipe-data-tested-t3905745 and then fastboot erase userdata and try to boot again.
lucasdeeiroz said:
You can follow these steps from https://forum.xda-developers.com/motorola-one/how-to/unroot-ota-wipe-data-tested-t3905745 and then fastboot erase userdata and try to boot again.
Click to expand...
Click to collapse
Just unzipped the bat, and opened with a text editor... those are exactly the commands I manually used, nothing has worked until now.
adri_sefp said:
Just unzipped the bat, and opened with a text editor... those are exactly the commands I manually used, nothing has worked until now.
Click to expand...
Click to collapse
When did you buy this phone?
borksek said:
When did you buy this phone?
Click to expand...
Click to collapse
On June 2018, warranty is not valid any longer. Carrier just give us 1 year here in Mexico.
I never had a problem like this, I was looking forward to find the blankflash for this model but it doesn't exist yet, maybe all I can do is wait for it or hard brick it. :crying:
adri_sefp said:
On June 2018, warranty is not valid any longer. Carrier just give us 1 year here in Mexico.
I never had a problem like this, I was looking forward to find the blankflash for this model but it doesn't exist yet, maybe all I can do is wait for it or hard brick it. :crying:
Click to expand...
Click to collapse
did you manage to solve this problem?
claudiusuflea said:
did you manage to solve this problem?
Click to expand...
Click to collapse
No, I think this problem has to do with the EMMC memory.
Yesterday I was trying again with the Android 10 stock rom using fastboot, nothing changes.
adri_sefp said:
No, I think this problem has to do with the EMMC memory.
Yesterday I was trying again with the Android 10 stock rom using fastboot, nothing changes.
Click to expand...
Click to collapse
that means there's no work-arround
adri_sefp said:
No, I think this problem has to do with the EMMC memory.
Yesterday I was trying again with the Android 10 stock rom using fastboot, nothing changes.
Click to expand...
Click to collapse
also, anyone having an ideea how to hard brick it to qualcomm 908/906 if it's fastboot bricked to blank flash it?
claudiusuflea said:
also, anyone having an ideea how to hard brick it to qualcomm 908/906 if it's fastboot bricked to blank flash it?
Click to expand...
Click to collapse
Even if you do that, there's no blankflash for this model... as long as I know, I was looking forward to find it somewhere but there is none available.
claudiusuflea said:
that means there's no work-arround
Click to expand...
Click to collapse
That's correct, now my device shows nothing on screen, it is just black but when I plug the usb cable, fastboot detects it as fastboot mode, all commands are working but nothing else works.
I'm giving up now.
claudiusuflea said:
also, anyone having an ideea how to hard brick it to qualcomm 908/906 if it's fastboot bricked to blank flash it?
Click to expand...
Click to collapse
UPDATE:
- I finally found a blankflash (my phone still the same) but you can give it a try.
LINK (copy and paste om your browser) drive.google.com/file/d/1-Dgj4WlbitUUHgcZmuBVR_bSendXLdAx/edit
1. To make your phone go to Qualcomm 9008 all you have to do is download an Android 8.1 stock rom from any region, flash it all using fastboot. You may get an error trying to flash boot.img but keep flashing the files.
2. Once you finish flashing and type: "fastboot reboot", your phone will boot into Qualcomm mode, it should be listed in Device Manager.
3. DISABLE any antivirus and download this blankflash, just unzip it and execute the blankflash.bat file.
4. Your phone should boot up in fastboot mode and you can start flashing the latest stock rom.
adri_sefp said:
UPDATE:
- I finally found a blankflash (my phone still the same) but you can give it a try.
LINK (copy and paste om your browser) drive.google.com/file/d/1-Dgj4WlbitUUHgcZmuBVR_bSendXLdAx/edit
1. To make your phone go to Qualcomm 9008 all you have to do is download an Android 8.1 stock rom from any region, flash it all using fastboot. You may get an error trying to flash boot.img but keep flashing the files.
2. Once you finish flashing and type: "fastboot reboot", your phone will boot into Qualcomm mode, it should be listed in Device Manager.
3. DISABLE any antivirus and download this blankflash, just unzip it and execute the blankflash.bat file.
4. Your phone should boot up in fastboot mode and you can start flashing the latest stock rom.
Click to expand...
Click to collapse
works if I have the bootloader still locked?
adri_sefp said:
UPDATE:
- I finally found a blankflash (my phone still the same) but you can give it a try.
LINK (copy and paste om your browser) drive.google.com/file/d/1-Dgj4WlbitUUHgcZmuBVR_bSendXLdAx/edit
1. To make your phone go to Qualcomm 9008 all you have to do is download an Android 8.1 stock rom from any region, flash it all using fastboot. You may get an error trying to flash boot.img but keep flashing the files.
2. Once you finish flashing and type: "fastboot reboot", your phone will boot into Qualcomm mode, it should be listed in Device Manager.
3. DISABLE any antivirus and download this blankflash, just unzip it and execute the blankflash.bat file.
4. Your phone should boot up in fastboot mode and you can start flashing the latest stock rom.
Click to expand...
Click to collapse
followed all the steps, bricking worked, but after flashing the latest software had the same problem
it would be nice if motorola would give us qfil software so we could flash it from the scratch
also, anyone any other option in this case? also found a dump of deen android 10 but I don't know what to do with it
claudiusuflea said:
followed all the steps, bricking worked, but after flashing the latest software had the same problem
it would be nice if motorola would give us qfil software so we could flash it from the scratch
also, anyone any other option in this case? also found a dump of deen android 10 but I don't know what to do with it
Click to expand...
Click to collapse
Was your device detected as Qualcomm? Did you use the blankflash file? Did yor phone boot to fastboot?
adri_sefp said:
Was your device detected as Qualcomm? Did you use the blankflash file? Did yor phone boot to fastboot?
Click to expand...
Click to collapse
Indeed, after flashing an Android 8 firmware my phone went into Qualcomm 908 EDL mode. After blankflashing and flashing the latest firmware had the same issue with "No bootable A/B slot". The same state before hardbricking the phone (AP Fastboot flash mode secure).
adri_sefp said:
Hello guys!
I've been looking for a solution to this problem, I have a Moto One XT1941-5 that was never rooted nor bootloader unlocked. I left it charging and after about one hour it was at Fastboot Mode, it says that it failed booting from normal mode. Even if I try to restart or start normally, it gets back to Fastboot.
What have I done until now?
- Tried to flash the whole latest STOCK ROM again (manually with fastboot tools)
- Tried with a ROM from another region (mine is OPENMX and tried with RETLA) and I get the same
- Tried with Repair Assistant from Motorola, nothing happens.
- Tried to unlock bootloader, it asks me to enable OEM unlock on Developer settings (I can't, phone doesn't power up)
* Something that gets me confused is about the slots, $fastboot getvar all reports that none of the slots are bootable, every time I flash the ROM it says that slot A is bootable and B not, or that A is not bootable and B yes, or none of the slots are bootable.
Here are some screenshots about the info I have.
Click to expand...
Click to collapse
maybe works "lenovo rescue and smart assistant"
Marc.os said:
maybe works "lenovo rescue and smart assistant"
Click to expand...
Click to collapse
No, lmsa would recognise the phones after A10 update, but the problem persists. Someone who has repaired this or someone who has managed to take it to the service or managed to revive the phone from this state? With locked bootloader
Marc.os said:
maybe works "lenovo rescue and smart assistant"
Click to expand...
Click to collapse
That didn't help either, there's nothing else we can do than replacing the main board.
Hello.
I have a similar problem. I have tried all of the methods listed, unfortunately nothing works. I ended up replacing the motherboard. The old PCB is waiting, maybe someday it can be repaired.

Phone has no system and can't fastboot commands or back to stock ROM

I seem to have completely knackered my phone and maybe someone can help. I've spent days trying to install a custom rom on my G8 power XT2041-3. The bootloader was unlocked. I had TWRP on it and couldn't figure out why I couldn't go to fastbootd to install the Resurrection Remix ROM or HavocOS ROM. Eventually I found the stock firmware for my device and flashed the stock recovery.img to replace TWRP. I was hopeful when I finally saw fastbootd on my screen and went ahead to flash boot.img (all seemed fine) followed by flash system of the custom ROM. It got to 3/3 and then said something about Failed: Operation not Permitted. I can't remember the exact wording now and can't try again because my phone is pretty much useless.
If I try to power on my phone it takes ages trying to boot (alternately between the bootloader unlocked warning and the big M for Motorola), but eventually I get a message saying:
Boot Failed. Press Power Key to Retry
No bootable A/B slot
Failed to boot Linux, falling back to fastboot
Fastboot Reaso: Fall through from normal boot mode
Nothing seems to work. I can't boot into any recovery. The phone won't start at all apart from this very basic looking bootloader. My device is recognised by fastboot devices but that's about it. I can't flash fastboot commands. I tried flash partition gpt.bin. I tried to flash recovery.img again. A few things. But nothing works.
I'm using Linux so can't download RSD Lite that I wanted to try or the Motorola Research and Smart Assistant. Does anybody have any suggestions please? I'm at my wits end with the thing.
Thanks
jibbajobs said:
I seem to have completely knackered my phone and maybe someone can help. I've spent days trying to install a custom rom on my G8 power XT2041-3. The bootloader was unlocked. I had TWRP on it and couldn't figure out why I couldn't go to fastbootd to install the Resurrection Remix ROM or HavocOS ROM. Eventually I found the stock firmware for my device and flashed the stock recovery.img to replace TWRP. I was hopeful when I finally saw fastbootd on my screen and went ahead to flash boot.img (all seemed fine) followed by flash system of the custom ROM. It got to 3/3 and then said something about Failed: Operation not Permitted. I can't remember the exact wording now and can't try again because my phone is pretty much useless.
If I try to power on my phone it takes ages trying to boot (alternately between the bootloader unlocked warning and the big M for Motorola), but eventually I get a message saying:
Boot Failed. Press Power Key to Retry
No bootable A/B slot
Failed to boot Linux, falling back to fastboot
Fastboot Reaso: Fall through from normal boot mode
Nothing seems to work. I can't boot into any recovery. The phone won't start at all apart from this very basic looking bootloader. My device is recognised by fastboot devices but that's about it. I can't flash fastboot commands. I tried flash partition gpt.bin. I tried to flash recovery.img again. A few things. But nothing works.
I'm using Linux so can't download RSD Lite that I wanted to try or the Motorola Research and Smart Assistant. Does anybody have any suggestions please? I'm at my wits end with the thing.
Thanks
Click to expand...
Click to collapse
If you don't have a windows running computer, you can try a virtual machine with Virtual Box to emulate a Windows computer and try the Motorola Research and Smart Assistant
Constantinologia said:
If you don't have a windows running computer, you can try a virtual machine with Virtual Box to emulate a Windows computer and try the Motorola Research and Smart Assistant
Click to expand...
Click to collapse
Thank you very much for that. I'd never heard of Virtual Box before. I'll have more time tomorrow to install it and see how I get on. Hopefully I can fix it because I think I'm all out of other options. Much appreciated!

Can't boot to fastbootd mode

Hi, I am using a oneplus 7t pro mclaren edition. I have soft-bricked the device. I tried to change the filesystem in twrp to f2fs when i was in stock rom (I know it was a stupid mistake). Now the boot and recovery partitions are destroyed. I can boot to actual fastboot mode. Tried to use payload dumper but whenever it tries to boot fastbootd it says
fastboot: error: Failed to boot into userspace fastboot; one or more components might be unbootable.
Tried erase everything I got the following error using "fastboot -w"
Erasing 'userdata' OKAY [ 0.229s]
/home/abhijith/Documents/op7t/output/make_f2fs failed with status 1
fastboot: error: Cannot generate image for userdata
I have heard of MSM unbrick tool but as far as i know it only works in windows , before installing VM with windows , I want to know if there is any other way i can recover my device. I have a11 fastboot rom and a12 stock rom. Please help
I have exactly the same problem, same errors etc. if I find any solution I'll post it here. Can't use my phone until then I guess. It all happened after my phone was bricked after trying to install TWRP (previously used LineageOS Recovery).
I followed this guide which resulted in the same errors as for you: https://forum.xda-developers.com/t/...ock-fastboot-roms-for-oneplus-7t-pro.3991189/
Okay, I managed to unbrick my phone, but you won't like the (probably only) solution:
- You NEED Windows (7-10) for this, as the tools are only available on this platform, sadly
- There is this one Indian Guy that will save you:
- Includes how to install all drivers and how to get your phone into COM Mode
- This uses the MSM tool. For 1+ 7T Pro, get it here: https://forum.xda-developers.com/t/...l-to-restore-your-device-to-oxygenos.4002909/
- This is going to STOCK RESET you phone 100%, meaning that your bootloader will be locked etc.
- If you get into any Chinese menu after the phone reboots, you can use Google Lens for translation
I can't believe this worked because it just feels so hacky, but trust me, it's a good last resort as you can always put your phone into COM Mode, regardless of how hard you messed up the system [citation needed].
For me even in device manager qualcomm device itself is not showing :0
abhijiths362 said:
For me even in device manager qualcomm device itself is not showing :0
Click to expand...
Click to collapse
Follow the video. When all drivers are installed and you hold both volume buttons while the device is off, it will show up as a COM/serial device for a few seconds before booting.
Important: Only connect the cable while already pressing the buttons or it won't work.
I was able to get to edl mode and msm tool was detecting but now i am facing sahara communication error i dont have official cable so maybe that might be the reason will try that also
@Colin_T Thanks for the help. I was able to install stock rom to my oneplus 7t pro. I really want to install pixel experience, in the instructions it is saying flash oos 12 firmware. But in the official website i am only seeing 11. What to do?

Categories

Resources