I have a Moto Z3 Play that can't boot anymore. I'm stuck at the bootloader screen. I tried blankflash on Windows and Linux but failed. I tried LMSA but it said the firmware doesn't match. I tried to flash the firmware manually but failed.
On Windows 10, my device is recognized as Mot Composite ADB Interface. My model is XT1929-4
I don't know anything else what I can do to restore it
UPDATE : I think my device is dead. ADB commands doesn't work at all; only fastboot works. There's no partitions at all on my device. When I try to flash bootloader, I get these lines :
(bootloader) slot-suffixes: not found
target reported max download size of 536870912 bytes
sending 'bootloader' (9520 KB)...
OKAY [0.308s]
writing 'bootloader'
(bootloader) Validating 'bootloader.default.xml'
(bootloader) Invalid partition name xbl
(bootloader) Invalid partition name prov
(bootloader) Invalid partition name cmnlib
(bootloader) Invalid partition name cmnlib64
(bootloader) Invalid partition name abl
(bootloader) Invalid partition name keymaster
(bootloader) Invalid partition name storsec
(bootloader) Invalid partition name rpm
(bootloader) Invalid partition name pmic
(bootloader) Invalid partition name hyp
(bootloader) Invalid partition name tz
(bootloader) Invalid partition name devcfg
(bootloader) Cancelling 'bootloader.default.xml'
FAILED (remote failure)
finished. total time: 0.343s
try the motorola restore software
paulhauth25 said:
try the motorola restore software
Click to expand...
Click to collapse
I've already tried the rescue option on LMSA, and that didn't work
For that to work the device needs to be in fasboot mode
paulhauth25 said:
For that to work the device needs to be in fasboot mode
Click to expand...
Click to collapse
That's what I did, and that didn't work
have you tried to boot the twrp recovery on it yet
Yes and it doesn't boot; I saw Motorola logo for a second and the screen became black
Related
Hi all Phone is stuck on a bootloop with a white motorola logo.
I've since had a mess and i think ive made it worse!!
I've unlocked the Bootloader & since tried to reflash a stock image but nothings working.
Where am i going wrong????????
My phones a 1st gen XT1039 (It was on Tesco) i can access recovery where it says the device is UNLOCKED Status code 3,Battery OK
but once i try and flash using mflashbootv2 using firmware
(Moto_G_LTE_XT1039)_TESCO-GB_4.4.4_KXB21.14-L1.46_cid7_CFC_1FF.xml
& I've tried
XT1039_PEREGRINE_TESCOGB_5.1_LPBS23.13-17.6-1_cid7_CFC.xml
mfastboot flash partition gpt.bin
mfastboot flash motoboot motoboot.img
mfastboot flash logo logo.bin
mfastboot flash boot boot.img
mfastboot flash recovery recovery.img
mfastboot flash system system.img_sparsechunk.0
mfastboot flash system system.img_sparsechunk.1
mfastboot flash system system.img_sparsechunk.2
mfastboot flash modem NON-HLOS.bin
mfastboot erase modemst1
mfastboot erase modemst2
mfastboot flash fsg fsg.mbn
mfastboot erase cache
mfastboot erase userdata
mfastboot reboot
I'm just getting failed to erase partitions etc
C:\Users\Dave\Desktop\mfastboot-v2>mfastboot flash partition gpt.bin
target max-sparse-size: 256MB
sending 'partition' (32 KB)...
OKAY [ 5.024s]
writing 'partition'...
(bootloader) This may take a few seconds, if a
(bootloader) different partition table is being
(bootloader) flashed since we need to backup
(bootloader) and restore a few partitions
(bootloader) Flashing primary GPT image...
(bootloader) Failed to write primary GPT.
(bootloader) Failed to program partition table
FAILED (remote failure)
finished. total time: 10.301s
C:\Users\Dave\Desktop\mfastboot-v2>mfastboot flash motoboot motoboot.img
target max-sparse-size: 256MB
sending 'motoboot' (1953 KB)...
OKAY [ 5.097s]
writing 'motoboot'...
(bootloader) flashing tz ...
(bootloader) Failed to erase partition
(bootloader) Failed to flash tz
FAILED (remote failure)
finished. total time: 10.952s
C:\Users\Dave\Desktop\mfastboot-v2>mfastboot flash logo logo.bin
target max-sparse-size: 256MB
sending 'logo' (295 KB)...
OKAY [ 5.057s]
writing 'logo'...
(bootloader) Failed to erase partition
(bootloader) Failed to flash partition logo
FAILED (remote failure)
finished. total time: 10.082s
C:\Users\Dave\Desktop\mfastboot-v2>mfastboot flash boot boot.img
target max-sparse-size: 256MB
sending 'boot' (10240 KB)...
OKAY [ 5.374s]
writing 'boot'...
(bootloader) Failed to erase partition
(bootloader) Failed to flash partition boot
FAILED (remote failure)
finished. total time: 10.784s
C:\Users\Dave\Desktop\mfastboot-v2>mfastboot flash recovery recovery.img
target max-sparse-size: 256MB
sending 'recovery' (10240 KB)...
OKAY [ 5.374s]
writing 'recovery'...
(bootloader) Failed to erase partition
(bootloader) Failed to flash partition recovery
FAILED (remote failure)
finished. total time: 10.786s
if you're bootloader is unlocked then just flash TWRP Recovery and flash custom ROMs.
jbanti said:
if you're bootloader is unlocked then just flash TWRP Recovery and flash custom ROMs.
Click to expand...
Click to collapse
I've tried flashing via TWRP.
I've followed this guide
Downloaded ABD FASTBOOT and extracted into a folder on my desktop i've also downloaded twrp-3.2.3-0-peregrine.img and put that in the same folder but renamed it recovery.img
I then shift right click > open command window here
I then type
fastboot devices
TA00303RVM fastboot
Then
fastboot flash recovery recovery.img but all i'm getting is errors??
adb-fastboot-latest_win_linux>fastboot flash recovery recovery.img
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:recovery: not found
target reported max download size of 536870912 bytes
sending 'recovery' (8332 KB)...
OKAY [ 5.319s]
writing 'recovery'...
(bootloader) Failed to erase partition
(bootloader) Failed to flash partition recovery
FAILED (remote failure)
finished. total time: 10.411s
I've never flashed anything before am i missing something? also the phone continues to try to boot up when i dont put it into recovery mode and is only listed under device manager as Qualcomm HS-USB QDLoader 9008
Bettz said:
I've tried flashing via TWRP.
I've followed this guide
Downloaded ABD FASTBOOT and extracted into a folder on my desktop i've also downloaded twrp-3.2.3-0-peregrine.img and put that in the same folder but renamed it recovery.img
I then shift right click > open command window here
I then type
fastboot devices
TA00303RVM fastboot
Then
fastboot flash recovery recovery.img but all i'm getting is errors??
adb-fastboot-latest_win_linux>fastboot flash recovery recovery.img
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:recovery: not found
target reported max download size of 536870912 bytes
sending 'recovery' (8332 KB)...
OKAY [ 5.319s]
writing 'recovery'...
(bootloader) Failed to erase partition
(bootloader) Failed to flash partition recovery
FAILED (remote failure)
finished. total time: 10.411s
I've never flashed anything before am i missing something? also the phone continues to try to boot up when i dont put it into recovery mode and is only listed under device manager as Qualcomm HS-USB QDLoader 9008
Click to expand...
Click to collapse
you need to unlock the bootloader for flashing recovery and roms.
jbanti said:
you need to unlock the bootloader for flashing recovery and roms.
Click to expand...
Click to collapse
It's saying the bootloaders unlocked
Typed fastboot oem get_unlock_data
Desktop\adb-fastboot-latest_win_linux>fastboot oem get_unlock_data
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
...
(bootloader) 3A95920045195889#54413030333033
(bootloader) 52564D00585431303339000000#749B
(bootloader) 3CCD3CF018E29770D1AC24AF8A1DADA
(bootloader) D62E1#8E6F800615000000000000000
(bootloader) 0000000
type the following in on the Motorola website
3A95920045195889#5441303033303352564D00585431303339000000#749B3CCD3CF018E29770D1AC24AF8A1DADAD62E1#8E6F8006150000000000000000000000
to generate the unique key
reboot phone back into recovery mode then type the following in adb fastboot
Desktop\adb-fastboot-latest_win_linux>fastboot devices
TA00303RVM fastboot
C:\Users\Desktop\adb-fastboot-latest_win_linux>fastboot oem unlock BZ5CL4FNM4KHWNGZPWCG
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
...
(bootloader) Device already unlocked!
FAILED (remote failure)
finished. total time: 0.019s
What do i try now?????
Bettz said:
Typed fastboot oem get_unlock_data
Desktop\adb-fastboot-latest_win_linux>fastboot oem get_unlock_data
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
...
(bootloader) 3A95920045195889#54413030333033
(bootloader) 52564D00585431303339000000#749B
(bootloader) 3CCD3CF018E29770D1AC24AF8A1DADA
(bootloader) D62E1#8E6F800615000000000000000
(bootloader) 0000000
type the following in on the Motorola website
3A95920045195889#5441303033303352564D00585431303339000000#749B3CCD3CF018E29770D1AC24AF8A1DADAD62E1#8E6F8006150000000000000000000000
to generate the unique key
reboot phone back into recovery mode then type the following in adb fastboot
Desktop\adb-fastboot-latest_win_linux>fastboot devices
TA00303RVM fastboot
C:\Users\Desktop\adb-fastboot-latest_win_linux>fastboot oem unlock BZ5CL4FNM4KHWNGZPWCG
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
...
(bootloader) Device already unlocked!
FAILED (remote failure)
finished. total time: 0.019s
What do i try now?????
Click to expand...
Click to collapse
https://forum.xda-developers.com/moto-g/general/guide-unlock-bootloader-root-recovery-t3418432
follow this tutorial.
jbanti said:
you need to unlock the bootloader for flashing recovery and roms.
Click to expand...
Click to collapse
jbanti said:
https://forum.xda-developers.com/moto-g/general/guide-unlock-bootloader-root-recovery-t3418432
follow this tutorial.
Click to expand...
Click to collapse
I get stuck at the following
Download the latest SuperSU flashable zip from
Copy it to your phone.
I can't get access to my phone it doesnt show up on my pc devices etc
Bettz said:
I get stuck at the following
Download the latest SuperSU flashable zip from
Copy it to your phone.
I can't get access to my phone it doesnt show up on my pc devices etc
Click to expand...
Click to collapse
can u access ur twrp recovery?
jbanti said:
can u access ur twrp recovery?
Click to expand...
Click to collapse
Nope
I have similar issue on Moto G Falcon.
The fastboot factory images fail to write partitions. Also can't flash custom Roms. And this was sudden in the middle while I was using custom rom and the phone rebooted on its own one day and never booted up again.
Soft Brick recovery help
So my Pixel 3 is soft bricked and I can't seem to rescue it this time. I am bootloader unlocked and rooted on the stock rom. I was trying to update through fastboot to the April update and the flash all batch file wasn't working, I kept getting the following error
"target reported max download size of 268435456 bytes
sending 'bootloader' (8493 KB)...
OKAY [ 0.261s]
writing 'bootloader'...
(bootloader) Flashing Pack version b1c1-0.1-5191736
(bootloader) Flashing partition table for Lun = 0
(bootloader) Flashing partition table for Lun = 1
(bootloader) Flashing partition table for Lun = 2
(bootloader) Flashing partition table for Lun = 4
(bootloader) Flashing partition table for Lun = 5
(bootloader) Flashing partition msadp_a
(bootloader) Flashing partition xbl_a
(bootloader) Flashing partition xbl_config_a
(bootloader) Flashing partition aop_a
(bootloader) Flashing partition tz_a
(bootloader) Flashing partition hyp_a
(bootloader) Flashing partition abl_a
(bootloader) Flashing partition keymaster_a
(bootloader) Flashing partition cmnlib_a
(bootloader) Flashing partition cmnlib64_a
(bootloader) Flashing partition devcfg_a
(bootloader) Flashing partition qupfw_a
(bootloader) Flashing partition storsec_a
(bootloader) Flashing partition logfs
OKAY [ 0.213s]
finished. total time: 0.475s
rebooting into bootloader...
OKAY [ 0.050s]
finished. total time: 0.051s
target reported max download size of 268435456 bytes
sending 'radio' (71132 KB)...
OKAY [ 1.742s]
writing 'radio'...
(bootloader) Flashing Pack version SSD:g845-00009-181130-B-5157073
(bootloader) Flashing partition modem_a
OKAY [ 0.407s]
finished. total time: 2.151s
rebooting into bootloader...
OKAY [ 0.049s]
finished. total time: 0.049s
target reported max download size of 268435456 bytes
archive does not contain 'boot.sig'
archive does not contain 'recovery.img'
failed to allocate -1999310544 bytes
error: update package missing system.img
Press any key to exit..."
I tried updating all my ADB and SDK tools. Formatting slot a and b and boot a and b then ran the batch file again and same error. Tried flashing each image file individually and the same error. I'm stuck in Fastboot. Any help would be greatly appreciated!
Try redownloading the .img and check CRC to make sure it's good, shouldn't be missing stuff
Sorry to resurrect a dead thread, but did you ever figure out how to fix your issue?
I've got the same problem over here.
Kandern97 said:
Sorry to resurrect a dead thread, but did you ever figure out how to fix your issue?
I've got the same problem over here.
Click to expand...
Click to collapse
Are you using the latest SDK platform tools, fastboot?
SOLVED
Hi
I tried to flash the original image for my blueline. The flash-all script flashes the bootloader and radio ok but it fails to flash the last file
Code:
target reported max download size of 268435456 bytes
sending 'bootloader' (8493 KB)...
OKAY [ 0.295s]
writing 'bootloader'...
(bootloader) Flashing Pack version b1c1-0.1-5578427
(bootloader) Flashing partition table for Lun = 0
(bootloader) Flashing partition table for Lun = 1
(bootloader) Flashing partition table for Lun = 2
(bootloader) Flashing partition table for Lun = 4
(bootloader) Flashing partition table for Lun = 5
(bootloader) Flashing partition msadp_a
(bootloader) Flashing partition xbl_a
(bootloader) Flashing partition xbl_config_a
(bootloader) Flashing partition aop_a
(bootloader) Flashing partition tz_a
(bootloader) Flashing partition hyp_a
(bootloader) Flashing partition abl_a
(bootloader) Flashing partition keymaster_a
(bootloader) Flashing partition cmnlib_a
(bootloader) Flashing partition cmnlib64_a
(bootloader) Flashing partition devcfg_a
(bootloader) Flashing partition qupfw_a
(bootloader) Flashing partition storsec_a
(bootloader) Flashing partition logfs
OKAY [ 0.509s]
finished. total time: 0.804s
rebooting into bootloader...
OKAY [ 0.049s]
finished. total time: 0.049s
target reported max download size of 268435456 bytes
sending 'radio' (71132 KB)...
OKAY [ 1.694s]
writing 'radio'...
(bootloader) Flashing Pack version SSD:g845-00017-190312-B-5369743
(bootloader) Flashing partition modem_a
OKAY [ 0.416s]
finished. total time: 2.112s
rebooting into bootloader...
OKAY [ 0.050s]
finished. total time: 0.050s
error: failed to load 'image-blueline-pq3a.190705.003.zip': Not enough space
Press any key to exit...
Flashing the files individually restult with: ERROR: cannot load ".\system.img" etc.
I'm on the latest platform tools for windows.
I was able to manually flash Pixel device - but Pixel 3 gives me issues. I had TWRP prior to that and Magisk running. Any suggestions appreciated
Edit:
After running flash-all with -s flag instead of -w I noticed that the sequence stops after modem_a and the device reboots into Error reason: error booting boot.img
That space error almost always means you have the wrong version of the toolkit.
TonikJDK said:
That space error almost always means you have the wrong version of the toolkit.
Click to expand...
Click to collapse
That's what I thought of at first but I'm on r29.0.1 from this link.
solved
I don't know how or why but looks like my ADB installation has been corrupted. As soon as I tried a new PC everything worked the 1st time.
Hi, I am new here and I wanted some assistnce to get my old Moto G working. Its stuck in boot loop. When I power it on, it is looping on the Moto screen. I tried flashing it seeing some old threads here and was getting remote failure. I also tried custom recovery but it was failing. I can see Motorola AD Interface on the PC and I have installed all drivers as well. Whatever i try just fails with the same message. "FAILED (remote failure)"
I also a saw thread which talked about the PC to show QLoader9008 in device manager but that also doesnt show in my device manager. I can just see Motorola ADB Interface.
Anything we can do to fix it. I'd really want it to get back to life if its possible.
Thank You for the help in advance.
Images tried
Motorola_Moto_G_XT1033_Falcon_ASIA_DS_5.1_LPBS23.13-56-2_CID7_CFC1
XT1033_FALCON_ASIA_DS_5.1_LPB23.13-56_cid7_CFC.xml by jame
Motorola_Moto_G_XT1033_FALCON_TIMBR_DS_5.1_LPBS23.13-56-2_CID12_5.1
Tools used
RSDLite 6.2.4
mfastboot-v2
Fastboot
Log Sample
F:\DownloadsFolder\Motorola_Moto_G_XT1033_Falcon_ASIA_DS_5.1_LPBS23.13-56-2_CID7_CFC1\Motorola_Moto_G_XT1033_Falcon_ASIA_DS_5.1_LPBS23.13-56-2_CID7_CFC\Firmware>fastboot flash partition gpt.bin
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slotartition: not found
target reported max download size of 536870912 bytes
sending 'partition' (32 KB)...
OKAY [ 9.950s]
writing 'partition'...
(bootloader) This may take a few seconds, if a
(bootloader) different partition table is being
(bootloader) flashed since we need to backup
(bootloader) and restore a few partitions
(bootloader) Flashing primary GPT image...
(bootloader) Failed to write primary GPT.
(bootloader) Failed to program partition table
FAILED (remote failure)
finished. total time: 15.225s
If
maau1985 said:
Hi, I am new here and I wanted some assistnce to get my old Moto G working. Its stuck in boot loop. When I power it on, it is looping on the Moto screen. I tried flashing it seeing some old threads here and was getting remote failure. I also tried custom recovery but it was failing. I can see Motorola AD Interface on the PC and I have installed all drivers as well. Whatever i try just fails with the same message. "FAILED (remote failure)"
I also a saw thread which talked about the PC to show QLoader9008 in device manager but that also doesnt show in my device manager. I can just see Motorola ADB Interface.
Anything we can do to fix it. I'd really want it to get back to life if its possible.
Thank You for the help in advance.
Images tried
Motorola_Moto_G_XT1033_Falcon_ASIA_DS_5.1_LPBS23.13-56-2_CID7_CFC1
XT1033_FALCON_ASIA_DS_5.1_LPB23.13-56_cid7_CFC.xml by jame
Motorola_Moto_G_XT1033_FALCON_TIMBR_DS_5.1_LPBS23.13-56-2_CID12_5.1
Tools used
RSDLite 6.2.4
mfastboot-v2
Fastboot
Log Sample
F:\DownloadsFolder\Motorola_Moto_G_XT1033_Falcon_ASIA_DS_5.1_LPBS23.13-56-2_CID7_CFC1\Motorola_Moto_G_XT1033_Falcon_ASIA_DS_5.1_LPBS23.13-56-2_CID7_CFC\Firmware>fastboot flash partition gpt.bin
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slotartition: not found
target reported max download size of 536870912 bytes
sending 'partition' (32 KB)...
OKAY [ 9.950s]
writing 'partition'...
(bootloader) This may take a few seconds, if a
(bootloader) different partition table is being
(bootloader) flashed since we need to backup
(bootloader) and restore a few partitions
(bootloader) Flashing primary GPT image...
(bootloader) Failed to write primary GPT.
(bootloader) Failed to program partition table
FAILED (remote failure)
finished. total time: 15.225s
Click to expand...
Click to collapse
If you have not already, first you need to unlock your bootlloader before flashing anything.
I have Lineage18.1 unofficial installed in slot a,without thinking too much I flashed Evolution X 7 following the guide inside the post.Later I flash magisk for root to restore, but restore failed so I wonder if lineage could boot atfer flashed.Cause I found Evolution was installed in slot b .I thouht so maybe slot a still work?Of course not,it just stuck at the wobbling logo.Luckily noting important in it because it is not my main phone.
So I factory reset at Lineage recovery ,it boot successfully. Next, I tried to root again but failed and wasted lot of time .I decided to give and had a look at slot b,somehow I ran "fastboot set_active other" at recovery of Lineage then tap boot.As a result ,my phone show me a screen of red warning said novalid operating system could be found.And the bootloader became more simpler than before.
Most of fastboot commands don't work now.Like switch slot,falsh boot img etc.I don't know what happened exactly.Is there any way to fix it without send back to seller?Here are some info.Please tell me if any other information should be post.
(bootloader) current-slot: b
(bootloader) running-bl-slot: unknown/unknown
(bootloader) running-boot-lun: 2
(bootloader) slot-count: 1
(bootloader) slot-successful:_a: unknown
(bootloader) slot-successful:_b: unknown
(bootloader) slot-unbootable:_a: unknown
(bootloader) slot-unbootable:_b: unknown
(bootloader) slot-retry-count:_a: unknown
(bootloader) slot-retry-count:_b: unknown
(bootloader) logical-block-size: 0x1000
(bootloader) erase-block-size: 0x1000
Click to expand...
Click to collapse
Warning: skip copying boot image avb footer (boot partition size: 0, boot image size: 100663296).
Sending 'boot' (98304 KB) OKAY [ 2.288s]
Writing 'boot' (bootloader) Invalid partition name boot
FAILED (remote: '')
fastboot: error: Command failed
Click to expand...
Click to collapse
Slot b does not exist. supported slots are:
a
Click to expand...
Click to collapse
Just fixed it by flash stock firmware.