So I have run CandyOS for a while, but since it got bricked for some reason (possibly something to do with magisk modules) I decided to run another ROM instead. This is what I've done, keep in mind my bootloader has been unlocked the whole time:
1. booted into TWRP
2. flashed LOS 17.1 (gave error 18)
3. booted into bootloader in order to boot into LOS native recovery which I here realized existed (although their installation page says to use TWRP)
4. phone reboots into a changed bootloader which now claims "oem_locked"
The bootloader:
Code:
(in the middle of screen) Power off
AP Fastboot Flash Mode (Secure)
BL: MBM-2.1-river_retail-0ff2095b20-200404
Console [NULL]: null
Tools Mode Config: DISABLED
Battery OK
oem_locked
I've tried a couple of things, results below:
I tried to unlock the bootloader (I have the unlock code saved):
Code:
fastboot oem unlock XXXXXXXX (bootloader) feature disabled
OKAY [ 0.003s]
Finished. Total time: 0.008s
Tried to flash a recovery:
Code:
fastboot flash recovery lineage-17.1-20200719-recovery-river.img
target reported max download size of 536870912 bytes
sending 'recovery' (20318 KB)...
OKAY [ 0.701s]
writing 'recovery'...
(bootloader) Invalid partition name recovery
FAILED (remote failure)
finished. total time: 0.701s
..boot into recovery:
Code:
fastboot boot lineage-17.1-20200719-recovery-river.img
downloading 'boot.img'...
OKAY [ 0.702s]
booting...
(bootloader) permission denied!
FAILED (remote failure)
finished. total time: 0.702s
The exact same things happens with TWRP
I have also tried the Lenovo recovery program with no success, it refuses to recognize my device.
So what would be my next steps? Any help would be appreciated as I've tried to ask in a couple of places with no success
Did you try manually flashing to stock? If your bl somehow got updated to Android 10 along the way, it may explain some things. If stock 9 doesn't take, then perhaps try stock 10. :fingers-crossed:
Andvark said:
Did you try manually flashing to stock? If your bl somehow got updated to Android 10 along the way, it may explain some things. If stock 9 doesn't take, then perhaps try stock 10. :fingers-crossed:
Click to expand...
Click to collapse
No this actually didn't occur to me, I'll try it as soon as I get home and see what happens. Thank you!
Andvark said:
Did you try manually flashing to stock? If your bl somehow got updated to Android 10 along the way, it may explain some things. If stock 9 doesn't take, then perhaps try stock 10. :fingers-crossed:
Click to expand...
Click to collapse
It didn't work:
Code:
fastboot flash partition gpt.bin
target reported max download size of 536870912 bytes
sending 'partition' (45 KB)...
OKAY [ 0.093s]
writing 'partition'...
(bootloader) Validating 'gpt.default.xml'
(bootloader) Image primary_gpt failed validation
(bootloader) Preflash validation failed
(bootloader) Cancelling 'gpt.default.xml'
FAILED (remote failure)
finished. total time: 0.125s
Code:
fastboot flash bootloader bootloader.img
target reported max download size of 536870912 bytes
sending 'bootloader' (7419 KB)...
OKAY [ 0.287s]
writing 'bootloader'...
(bootloader) Validating 'bootloader.default.xml'
(bootloader) Invalid partition name aboot
(bootloader) Invalid partition name rpm
(bootloader) Invalid partition name tz
(bootloader) Invalid partition name devcfg
(bootloader) Invalid partition name cmnlib
(bootloader) Invalid partition name cmnlib64
(bootloader) Invalid partition name keymaster
(bootloader) Invalid partition name prov
(bootloader) Invalid partition name sbl1
(bootloader) Cancelling 'bootloader.default.xml'
FAILED (remote failure)
finished. total time: 0.365s
Did I do something wrong?
Edit: just realized I should've tried the same with 9 instead of instantly jumping to 10, I'll report back in a bit!
Edit 2: Nevermind, same result with 9 so the above still applies
yarnbomb said:
It didn't work:
Did I do something wrong?
Edit: just realized I should've tried the same with 9 instead of instantly jumping to 10, I'll report back in a bit!
Edit 2: Nevermind, same result with 9 so the above still applies
Click to expand...
Click to collapse
Manual flashing rarely work with locked moto bootloaders anymore.
Sent from my ali using XDA Labs
sd_shadow said:
Manual flashing rarely work with locked moto bootloaders anymore.
Sent from my ali using XDA Labs
Click to expand...
Click to collapse
Oh, didn't know that. What would be my options with this?
yarnbomb said:
Oh, didn't know that. What would be my options with this?
Click to expand...
Click to collapse
LMSA's Flash Rescue or RSD Lite
Sent from my Moto E (4) using Tapatalk
sd_shadow said:
LMSA's Flash Rescue or RSD Lite
Sent from my Moto E (4) using Tapatalk
Click to expand...
Click to collapse
The former didn't recognize my device, the latter I didn't know about, I'll try it asap
yarnbomb said:
The former didn't recognize my device, the latter I didn't know about, I'll try it asap
Click to expand...
Click to collapse
RSD Lite doesn't work with most windows 10 machines, try windows 7 if you can.
https://forum.xda-developers.com/general/rooting-roms/guide-flashing-motorola-firmware-t4042039
Sent from my ali using XDA Labs
timba123 said:
You need blankflash
Click to expand...
Click to collapse
Not if it's in fastboot mode.
Sent from my ali using XDA Labs
timba123 said:
I had the same issues he described. Make sure Qualcomm QDLoader drivers are installed. While in that ap fastboot mode use fastboot oem blankflash command. The phone will reboot to blankflash mode. Then use the correct blankflash. All that oem locked, invalid partition, remote failure will be gone, fixed. I learned this in Telegram group Moto G7 Power Support
Click to expand...
Click to collapse
Fastboot OEM blankflash doesn't work if bootloader is locked.
timba123 said:
I had the same issues he described. Make sure Qualcomm QDLoader drivers are installed. While in that ap fastboot mode use fastboot oem blankflash command. The phone will reboot to blankflash mode. Then use the correct blankflash. All that oem locked, invalid partition, remote failure will be gone, fixed. I learned this in Telegram group Moto G7 Power Support
Click to expand...
Click to collapse
Timba, can you hook me up with the Telegram group for the G7?
Wondering if they have a blankflash for Android 10 or something.
timba123 said:
I had the same issues he described. Make sure Qualcomm QDLoader drivers are installed. While in that ap fastboot mode use fastboot oem blankflash command. The phone will reboot to blankflash mode. Then use the correct blankflash. All that oem locked, invalid partition, remote failure will be gone, fixed. I learned this in Telegram group Moto G7 Power Support
Click to expand...
Click to collapse
you are absolute about this because same issue happen to me and all has failed this definitely did the fix on my moto g7 power I just want to Thank You for this really appreciate it
timba123 said:
He stated he unlocked bootloader already. I did too and had same problem. Its saying oem locked due to a bad flash or didnt flash copypartitions zip in twrp. Can we contact him and try it? I bet it will work. I'm on XT1955-5 but it's the same issue I and many others have been in and fixed.
Click to expand...
Click to collapse
yes worked on mine xt1955-5 and yes was cause on flashing a custom rom thought was brick for good till had to came arcoss this fix and the only fix that got it out of that ap fastboot bullshits and yes had oem lock before it happen and when it bricked oem say's it's lock which got me thinking how in the hell going get out of this tryed all other method mention non work glad this did again thanks
Related
When click the power button i launch on screen with the Fastboot Flash Mode. I tried all the options but nothing happens.
Select Normal Powerup then also nothing happens.
Select Factory nothing happens. I am stuck on fastboot when starting phone.
I tried to flash factory images and install again using steps mentioned by moto but receive error when below command is entered:
fastboot flash partition gpt.bin
sending 'partition' (32 KB)...
OKAY [ 0.095s]
writing 'partition'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.266s
On mobile i see this:
cmd: getvar;partion-type;partion
cmd: getvar:max-download-size
cmd: download:0008000
cmd: flash;partition
hab check failed for primary_gpt
Failed to verify hab image primary.gpt
When doing motoboot.img I get this:
fastboot flash motoboot motoboot.img
target reported max download size of 536870912 bytes
sending 'motoboot' (2022 KB)...
OKAY [ 0.115s]
writing 'motoboot'...
(bootloader) Motoboot;Preflash validation for tz
(bootloader) Preflash validation failed
FAILED (remote failure)
on mobile I see this:
cmd: getvar;partion-type:motoboot
cmd: getvar:max-download-size
cmd: download:001f9a00
cmd: flash:motoboot
Mismatched partition size (tz)
If you have any information about this please do in the quickest way possible.
What factory images? Are you unlocked?
lafester said:
What factory images? Are you unlocked?
Click to expand...
Click to collapse
I ment the Flash stoke images when using the bootloader thing
ymx75 said:
I ment the Flash stoke images when using the bootloader thing
Click to expand...
Click to collapse
ignore that one. I ment to say the Flash images when using the bootloader and yes I am unlocked
I would download the return to stock zip and run flash all .bat. Then use twrp to make a backup so you don't have to do this again.
lafester said:
I would download the return to stock zip and run flash all .bat. Then use twrp to make a backup so you don't have to do this again.
Click to expand...
Click to collapse
thanks for the info. the thing is, I feel stupid, but I deleted the zip and can't remember wat website I got it from. if you could help me find it, it would mean the world to me
ymx75 said:
thanks for the info. the thing is, I feel stupid, but I deleted the zip and can't remember wat website I got it from. if you could help me find it, it would mean the world to me
Click to expand...
Click to collapse
Here is the thread with the "return to stock" zip file.
ymx75 said:
thanks for the info. the thing is, I feel stupid, but I deleted the zip and can't remember wat website I got it from. if you could help me find it, it would mean the world to me
Click to expand...
Click to collapse
Under Android development or original development
Sent from my XT1575 using Tapatalk
I was follwing this thread to repartition but got failed
and hard bricked my yureka
http://forums.yuplaygod.com/threads...e-partition-sizes-system-recovery-cache.13626
I tried doing everything, not rebooting to recovery either. If i try to restore stock factory images it says device:locked. When I try to unlock bootloader it says failed. I am going nuts from the past 4 hours trying to fix this. Please someone help me out. I have a feeling my EMMC got damaged or corrupted. And I followed the steps to the last letter. Also I am not such a noob that I will do stupid steps or forget performing a single step. Please help me out. I am not able to reboot into recovery using fastboot either. Stock cyanogen recovery works. That's about it. Besides that bootloop of Yu logo.
when installing recovery, it says
target reported max download size of 268435456 bytes
sending 'recovery' (20480 KB)...
OKAY [ 0.656s]
writing 'recovery'...
FAILED (remote: device is locked)
finished. total time: 0.661s
Click to expand...
Click to collapse
when unlocking bootloader, it says
(bootloader) Warning: unlock will wipe all user data
(bootloader) Press Volume Up key to confirm
(bootloader) Press Volume Down key to cancel
(bootloader) Erasing userdata.
FAILED (remote: failed to erase partition)
finished. total time: 6.793s
Click to expand...
Click to collapse
Please anybody help me....
flash stock rom using fastboot !!
i cant... bootloader in locked and I cant flash anything... it says device locked if I install anything
My Moto G4 Plus has now no OS installed on it. I'm currently following a site (Stock Firmware of Moto G4 and Moto G4 Plus) to flash it back to stock. Right now i'm stuck at the last step (I skipped step 5 just to be sure of that each command is working). 1st command was working, but then 2nd command is got this:
Code:
C:\adb>fastboot flash partition gpt.bin
target reported max download size of 536870912 bytes
sending 'partition' (32 KB)...
OKAY [ 0.000s]
writing 'partition'...
(bootloader) Security version downgrade
(bootloader) Image primary_gpt failed validation
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.053s
C:\adb>
Seems like this has been happening to older Moto G version (like Moto G 3 Gen, Moto E).
Can anybody help me, i'm really stuck and can't get anything to work. :crying:
http://www.filefactory.com/folder/c6cdedc45a775d27/?sort=created&order=DESC&show
Enviado desde mi Moto G (4) mediante Tapatalk
Aqryllic said:
My Moto G4 Plus has now no OS installed on it. I'm currently following a site (Stock Firmware of Moto G4 and Moto G4 Plus) to flash it back to stock. Right now i'm stuck at the last step (I skipped step 5 just to be sure of that each command is working). 1st command was working, but then 2nd command is got this:
Code:
C:\adb>fastboot flash partition gpt.bin
target reported max download size of 536870912 bytes
sending 'partition' (32 KB)...
OKAY [ 0.000s]
writing 'partition'...
(bootloader) Security version downgrade
(bootloader) Image primary_gpt failed validation
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.053s
C:\adb>
Seems like this has been happening to older Moto G version (like Moto G 3 Gen, Moto E).
Can anybody help me, i'm really stuck and can't get anything to work. :crying:
Click to expand...
Click to collapse
Apparently you're trying to downgrade or install the wrong version of the firmware. The firmware has exactly to meet the version of your phone. So, for instance, for an XT1642 you flash software for an XT1642 and not for an XT1644. Read carefully and flash every file one by one in the exact order. And be sure your bootloader is unlocked.
Send with my Moto G4 Plus (XT1642) using Tapatalk!
rsd light 6.2.4 and fiemware
leave firmware zipped open rsd click browse and click firmware and then click unpack and start flashing ......works every time
Preflash validation failed error while flashing partition
I m also in trouble. Anybody please help.
I:\MOTO\ROMS\STOCK\G4_XT1641-XT1643_ATHENE_6.0.1_MPJ24.139-13.1_cid50_subsidy-DEFAULT_CFC.xml>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 [ 0.005s]
writing 'partition'...
(bootloader) Security version downgrade
(bootloader) Image primary_gpt failed validation
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.074s
vishnucr3000 said:
I m also in trouble. Anybody please help.
I:\MOTO\ROMS\STOCK\G4_XT1641-XT1643_ATHENE_6.0.1_MPJ24.139-13.1_cid50_subsidy-DEFAULT_CFC.xml>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 [ 0.005s]
writing 'partition'...
(bootloader) Security version downgrade
(bootloader) Image primary_gpt failed validation
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.074s
Click to expand...
Click to collapse
Your downloaded ROM is 6.0.1_MPJ24.139-13.1 , and its too old, which means you are downgrading firmware version.
Downgrading of gpt and bootloader is not possible, also it may cause problems to you.
Download latest firmware and flash it..
Hello. Edit your "flash.xml" from firmware and delete line related to "gpt.bin".
Reflash your firmware with rsdlight using flash.xml
moto g4 plus xt1643 stuck on fastboot mode
my moto g4 plus is bricked it was only showing
AP Fastboot Flash Mode (secure)
BL: B1.06(*) (sha-0edfb0d. 2017-06-01 12 : 10 : 43)
Baseband:
Product/Variant : athene_16mp 000000000000000 32gb P2A
Serial Number : 26da663
CPU : MSM8952
eMC : 32GB MICRON Q3J97V RV=08 PV=10 FV=00000000000000000A2
DRM : 3GB MICRON LP3 DIE=6GB M5=03 M6=00 M7=00 M8=7B
Console {NULL} : null
Tools Mode Config : DISABLED
Battery OK
oem_locked
Software Status : Modified
connect usb data cable
and i downloaded latest firmware of moto g4 plus xt1643 <Moto_G4_Plus_XT1643_ATHENE_MPJ24.139-63> it says that
(bootloader) Not in unlocked state
OKAY [ 0.028s]
finished. total time: 0.031s
C:\Users\shaikh\Downloads\mfastboot-v2>fastboot oem lock begin
...
(bootloader) Not in unlocked state
OKAY [ 0.860s]
finished. total time: 0.952s
C:\Users\shaikh\Downloads\mfastboot-v2>fastboot flash partition gpt.bin
target reported max download size of 536870912 bytes
sending 'partition' (32 KB)...
OKAY [ 0.016s]
writing 'partition'...
(bootloader) Security version downgrade
(bootloader) Image primary_gpt failed validation
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 1.110s
i checked many times that i was flashing a correct rom of correct model number
and i also flash a latest versions and old versions roms of moto g4 plus
NOW WHAT I DO PLZZZZZZZZZZZ HELP PLZZZZZZZZZZZZZZZZZZZZZ
nawazsk611 said:
my moto g4 plus is bricked it was only showing
AP Fastboot Flash Mode (secure)
BL: B1.06(*) (sha-0edfb0d. 2017-06-01 12 : 10 : 43)
Baseband:
Product/Variant : athene_16mp 000000000000000 32gb P2A
Serial Number : 26da663
CPU : MSM8952
eMC : 32GB MICRON Q3J97V RV=08 PV=10 FV=00000000000000000A2
DRM : 3GB MICRON LP3 DIE=6GB M5=03 M6=00 M7=00 M8=7B
Console {NULL} : null
Tools Mode Config : DISABLED
Battery OK
oem_locked
Software Status : Modified
connect usb data cable
and i downloaded latest firmware of moto g4 plus xt1643 <Moto_G4_Plus_XT1643_ATHENE_MPJ24.139-63> it says that
...
<snip>
writing 'partition'...
(bootloader) Security version downgrade
(bootloader) Image primary_gpt failed validation
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 1.110s
i checked many times that i was flashing a correct rom of correct model number
and i also flash a latest versions and old versions roms of moto g4 plus
NOW WHAT I DO PLZZZZZZZZZZZ HELP PLZZZZZZZZZZZZZZZZZZZZZ
Click to expand...
Click to collapse
From the looks of it you used the blankflash for the B1:06 bootloader. The reason you're getting the pre-flash validation error is that the MPJ24.139-63 firmware is too old to flash onto your device (that's the Marshmallow 6.0 July 2016 patch, not the latest unless you're wanting Marshmallow), whereas you have at least the June 2017/Sept 2017 bootloader on your device.
I would strongly recommend you flash the latest stock ROM we have, which is here: https://forum.xda-developers.com/moto-g4-plus/how-to/stock-rom-npjs25-93-14-4-march-1-t3608138 You can either flash the NPJS25.93-14-13 firmware as in the main post, or towards the end of the post, there are links for NPJS25.93-14-18 (April 2018 security patch): https://forum.xda-developers.com/showpost.php?p=76416801&postcount=785
If you really want to use Marshmallow, you could in theory flash without flashing GPT and bootloader, but you must not use OTA updates. If you want to update, you need to flash stock firmware.
If you want MM... YOU should 1st flash latest nougat... And then.. Boot into twrp don't flash it.. Just boot... And then wipe system, dalvik, data, cache.. And then flash MM.. without flashing gpt.bin and bootloader..
And as suggested by @echo92 you should not take any OTAs.. You'll brick your device..
flash was succesfully done by following your steps (BIG THANKS FOR THAT)
but phone is not turning on after reboot
it comes with motorola logo and then it will automatic turn of and now only led was blinking
and when i press power + volume up button at 1 minute then motorola logo was reappear and
then the same process was happening
and in device manager it was showing qualcomm loader 900 or something like this i didn't remember
what is the solution
nawazsk611 said:
flash was succesfully done by following your steps (BIG THANKS FOR THAT)
but phone is not turning on after reboot
it comes with motorola logo and then it will automatic turn of and now only led was blinking
and when i press power + volume up button at 1 minute then motorola logo was reappear and
then the same process was happening
and in device manager it was showing qualcomm loader 900 or something like this i didn't remember
what is the solution
Click to expand...
Click to collapse
Hmm, is this with a locked bootloader or unlocked bootloader?
What steps did you use, just for clarification? Did you flash the stock ROM with or without re-locking instructions?
Are you able to boot to the bootloader still (using power and volume down whilst your device is powered off)?
I am sending you a video after flashing my moto g4 plus xt1643
It was like bootloop happening
This is a link that i uploded on youtube after flashing
https://m.youtube.com/watch?v=v0sT45xXcuw
nawazsk611 said:
I am sending you a video after flashing my moto g4 plus xt1643
It was like bootloop happening
This is a link that i uploded on youtube after flashing
https://m.youtube.com/watch?v=v0sT45xXcuw
Click to expand...
Click to collapse
From the video I see no bootloader unlocked screen, which suggests your bootloader is locked.
Can you confirm if you performed all the flashing steps and they were reporting [okay]? A locked bootloader is quite strict and will not let you boot with custom firmware or stock firmware from other builds (must be the same build). I'd recommend booting to the bootloader and reflashing the stock ROM again. Please keep the log and look for any errors. At this stage I would forget marshmallow and focus on flashing the latest stock Nougat ROM.
If a reflash does not work, you may have a hardware error which only a service centre can fix. A boot loop with a locked bootloader suggests either a bad flash or bad hardware.
[FIX]Just restore from a twrp backup
Aqryllic said:
My Moto G4 Plus has now no OS installed on it. I'm currently following a site (Stock Firmware of Moto G4 and Moto G4 Plus) to flash it back to stock. Right now i'm stuck at the last step (I skipped step 5 just to be sure of that each command is working). 1st command was working, but then 2nd command is got this:
Code:
C:\adb>fastboot flash partition gpt.bin
target reported max download size of 536870912 bytes
sending 'partition' (32 KB)...
OKAY [ 0.000s]
writing 'partition'...
(bootloader) Security version downgrade
(bootloader) Image primary_gpt failed validation
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.053s
C:\adb>
Seems like this has been happening to older Moto G version (like Moto G 3 Gen, Moto E).
Can anybody help me, i'm really stuck and can't get anything to work. :crying:
Click to expand...
Click to collapse
So i had the same problem with you, had tried to solve it for 12 hours straight and FINALLY I found a solution: search the internet for a TWRP backup and restore your phone to it. I managed to find one, but i have a z2 play. Hope you can find one as well.
i was downloaded latest firmware of moto g4 plus as you given a link of download now it was showing with this message
C:\Program Files\Minimal ADB and Fastboot>fastboot flash system system.img_sparsechunk.0
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:system: not found
target reported max download size of 536870912 bytes
sending 'system' (261013 KB)...
OKAY [ 11.739s]
writing 'system'...
(bootloader) Failed to flash sparse image
FAILED (remote failure)
finished. total time: 14.474s
WHAT IS THE SOLUTION !!!!!
Aqryllic said:
My Moto G4 Plus has now no OS installed on it. I'm currently following a site (Stock Firmware of Moto G4 and Moto G4 Plus) to flash it back to stock. Right now i'm stuck at the last step (I skipped step 5 just to be sure of that each command is working). 1st command was working, but then 2nd command is got this:
Code:
C:\adb>fastboot flash partition gpt.bin
target reported max download size of 536870912 bytes
sending 'partition' (32 KB)...
OKAY [ 0.000s]
writing 'partition'...
(bootloader) Security version downgrade
(bootloader) Image primary_gpt failed validation
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.053s
C:\adb>
Seems like this has been happening to older Moto G version (like Moto G 3 Gen, Moto E).
Can anybody help me, i'm really stuck and can't get anything to work. :crying:
Click to expand...
Click to collapse
Bro try using the RSD-Lite . I had the same issue. I flashed the same ROM using RSD-Lite and it all worked fine.
Use this guide https://www.rootjunky.com/rsd-lite-mac-linux/
Please flash gtb.bin and bootloader.img of stock Rome npjs25.93.14.18. If you need these files please email me your mail I'd on [email protected]. I will mail these files.
Phpatel2003 said:
Please flash gtb.bin and bootloader.img of stock Rome npjs25.93.14.18. If you need these files please email me your mail I'd on edited. I will mail these files.
Click to expand...
Click to collapse
Please note these files are also available here: https://drive.google.com/drive/folders/0B-GUyOfb8OgzcUl1NUtHYWNIR2M or from the stock ROM provided here: https://forum.xda-developers.com/moto-g4-plus/how-to/stock-rom-npjs25-93-14-4-march-1-t3608138
I would also remove your email address to limit spammers and potential threats to your email security. If a member needs your contact details, I'm sure they can private message you.
Bro...my phone moto g4 plus .I install marshmallow 6.0 something it's showing nougat update then I did download and install after installing now it's time to reboot it's switched off its showing led blinking not switched on then I was searching for solution then I got the blankflash file and tried it's open fastboot mode but no OS installed then I did tried marshmallow but not install then I was tried latest updated nougat it's installed working perfectly.after one day I got security patch update its 40MB .I did download and install then after installing it's time to reboot phone switched off its led blinking not switched on.then I did tried all previous blankflash including latest updated blankflash 8.1.0 anthena file but not working for me it's says something errors.
Please please help me ..I haven't any another mobile only one phone that's now hardbricked ...please:crying:
So I successfully installed TWRP recovery.
I then tried to flash SuperSU, but that gave me a boot loop, so I wanted to try and flash the stock rom again.
I wiped my phone with TWRP.
I wasn't totally sure what the correct version of the ROM was to download. I can't check because the phone is already wiped. It's a UK Moto X Play "lux XT1562 16GB P2C" single sim slot. I had installed an OTA update yesterday. I downloaded XT1562_LUX_RETEU_6.0.1_MPD24.107-52.xml.zip, would that be the correct version? Is there any way to know for sure?
So when I tried to flash the stock rom I ran into problems.
I ran "fastboot flash partition gpt.bin" and I got "(bootloader) Preflash validation failed".
I saw someone say that this could be because you need to flash the correct version of the bootloader first, so I did "fastboot flash bootloader bootloader.img" which was successful, but even after restarting "fastboot flash partition gpt.bin" still failed.
I'm really confused as to what I'm doing wrong. Am I having problems because I'm trying to flash the wrong version of the bootloader, or a version older then that which I had on my phone before wiping? Is this the kind of error you'd get if you were trying to downgrade, or should that work fine?
Help greatly appreciated!
Edit: Should I possibly try flashing 5.1.1 X_Play_UK_Retail_XT1562_LPD23.118-10_CFC.xml.zip or is flashing an older version a bad idea?
Have you used this method? You have to export the zip file, its not a flashable zip and then you fastboot all the files via adb.
http://forum.xda-developers.com/2015-moto-g/general/guide-fastboot-flashing-factory-t3187750
---------- Post added at 03:40 AM ---------- Previous post was at 03:39 AM ----------
Also I think that its not considered bricked when you still open fastboot. Brick means there's no way to flash anything at all wich is really hard to happen
tavares_one said:
Have you used this method? You have to export the zip file, its not a flashable zip and then you fastboot all the files via adb.
http://forum.xda-developers.com/2015-moto-g/general/guide-fastboot-flashing-factory-t3187750
---------- Post added at 03:40 AM ---------- Previous post was at 03:39 AM ----------
Also I think that its not considered bricked when you still open fastboot. Brick means there's no way to flash anything at all wich is really hard to happen
Click to expand...
Click to collapse
Sorry, should have said "soft-bricked".
Looking at the guide you linked, it doesn't seem to suggest anything different from what I'm already doing. I'm following the how-to-unroot-the-motorola-moto-x-play guide on theunlockr.
It fails when I try and flash gpt.bin
Code:
❯ fastboot flash partition gpt.bin
target reported max download size of 268435456 bytes
sending 'partition' (32 KB)...
OKAY [ 0.143s]
writing 'partition'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.740s
and on the bootloader logs is says
Code:
cmd: getvar:partition-type:partition
cmd: getvar:max-download-size
cmd: download 00008000
cmd: flash:partition
version downgraded for primary_gpt
johtso said:
Sorry, should have said "soft-bricked".
Looking at the guide you linked, it doesn't seem to suggest anything different from what I'm already doing. I'm following the how-to-unroot-the-motorola-moto-x-play guide on theunlockr.
Click to expand...
Click to collapse
You should try the Motorola device manager, it helped me once, when I deleted ALL and couldn't acces the phone anymore. Worked very easy, at least you get full access again va ADB.
https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481
Dio-Genes said:
You should try the Motorola device manager, it helped me once, when I deleted ALL and couldn't acces the phone anymore. Worked very easy, at least you get full access again va ADB.
Click to expand...
Click to collapse
I already have access to the phone, I have bootloader and recovery, just no firmware, but can't get flashing of the stock firmware to work.
johtso said:
I already have access to the phone, I have bootloader and recovery, just no firmware, but can't get flashing of the stock firmware to work.
Click to expand...
Click to collapse
I have read somewhere gpt.bin was not to flash under certain circumstances, don't remember exactly, but you can try without to see.
And i my case ( in france) my rom was a retasia (bought on amazon)
The normal process is below, but look your unziped files, you can have sparsechunk.7 sparsechunk.8 too
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot flash system system.img_sparsechunk.5
fastboot flash system system.img_sparsechunk.6
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot reboot
fablebreton said:
I have read somewhere gpt.bin was not to flash under certain circumstances, don't remember exactly, but you can try without to see.
And i my case ( in france) my rom was a retasia (bought on amazon)
The normal process is below, but look your unziped files, you can have sparsechunk.7 sparsechunk.8 too
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash logo logo.bin
fastboot flash boot boot.img
...
Click to expand...
Click to collapse
Flashing boot.img doesn't work either
Code:
❯ fastboot flash boot boot.img
target reported max download size of 268435456 bytes
sending 'boot' (32768 KB)...
OKAY [ 1.032s]
writing 'boot'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 1.770s
johtso said:
Flashing boot.img doesn't work either
Code:
❯ fastboot flash boot boot.img
target reported max download size of 268435456 bytes
sending 'boot' (32768 KB)...
OKAY [ 1.032s]
writing 'boot'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 1.770s
Click to expand...
Click to collapse
Your bootloader is unlocked ?
fablebreton said:
Your bootloader is unlocked ?
Click to expand...
Click to collapse
Yes, I've unlocked my bootloader, and successfully flashed TWRP. Bootloader says "Device is UNLOCKED. Status Code: 3"
johtso said:
Yes, I've unlocked my bootloader, and successfully flashed TWRP. Bootloader says "Device is UNLOCKED. Status Code: 3"
Click to expand...
Click to collapse
try this command in fastboot:
Code:
fastboot getvar all
and see if it tells you anything about your current firmware and flash exactly the same one. Look for
Code:
(bootloader) ro.build.fingerprint:
line.
johtso said:
Yes, I've unlocked my bootloader, and successfully flashed TWRP. Bootloader says "Device is UNLOCKED. Status Code: 3"
Click to expand...
Click to collapse
if impossible with stock and if Twrp ok why not flash a custom rom
minimale_ldz said:
try this command in fastboot:
Code:
fastboot getvar all
and see if it tells you anything about your current firmware and flash exactly the same one. Look for
Code:
(bootloader) ro.build.fingerprint:
line.
Click to expand...
Click to collapse
Thanks for the pointer, didn't know about this command!
Bare in mind that I've already fully wiped the phone in TWRP, and I also successfully flashed the bootloader (and just the bootloader) from the 6.0.1 rom I mentioned above. Would this not affect the output?
This is what I get:
Code:
(bootloader) ro.build.fingerprint[0]: motorola/lux_reteu/lux:6.0.1/MPDS2
(bootloader) ro.build.fingerprint[1]: 4.107-52-5/5:user/release-keys
(bootloader) ro.build.version.full[0]: Blur_Version.24.201.5.lux_reteu.r
(bootloader) ro.build.version.full[1]: eteu.en.EU
johtso said:
Thanks for the pointer, didn't know about this command!
Bare in mind that I've already fully wiped the phone in TWRP, and I also successfully flashed the bootloader (and just the bootloader) from the 6.0.1 rom I mentioned above. Would this not affect the output?
This is what I get:
Code:
(bootloader) ro.build.fingerprint[0]: motorola/lux_reteu/lux:6.0.1/MPDS2
(bootloader) ro.build.fingerprint[1]: 4.107-52-5/5:user/release-keys
(bootloader) ro.build.version.full[0]: Blur_Version.24.201.5.lux_reteu.r
(bootloader) ro.build.version.full[1]: eteu.en.EU
Click to expand...
Click to collapse
Looks like you've got this one:
http://www.filefactory.com/file/qqz...S24.107-52-5_cid7_subsidy-DEFAULT_CFC.xml.zip
try it and see what it says
minimale_ldz said:
Looks like you've got this one:
http://www.filefactory.com/file/qqz...S24.107-52-5_cid7_subsidy-DEFAULT_CFC.xml.zip
try it and see what it says
Click to expand...
Click to collapse
Ah interesting! That seems to be a slightly different variant? MPDS2 instead of MPD2.. any idea what that means?
Nearly downloaded, will give it a go and see what happens!
Edit: It worked! You're an absolute life saver! So confusing that those two ROM are named so similarly..
johtso said:
Ah interesting! That seems to be a slightly different variant? MPDS2 instead of MPD2.. any idea what that means?
Nearly downloaded, will give it a go and see what happens!
Click to expand...
Click to collapse
No idea what it means, but both your getvar info and linked firmware are MPDS. Anyway - good luck.
I was using LineageOS (latest official build). I was trying to flash an updated bluetooth modem image, and the boot screen said my image was corrupt.
I was able to use LGUP to reinstall US99610f. Now I'm stuck at the fastboot screen on very boot, even after removing the battery. The phone is locked again, and I can't flash the unlock key through fastboot.
Code:
target reported max download size of 536870912 bytes
sending 'unlock' (1 KB)...
OKAY [ 0.026s]
writing 'unlock'...
(bootloader) Error!!
(bootloader) Bootloader Unlock key write fail
FAILED (remote failure)
finished. total time: 0.068s
I'm unsure where to go from here, I've tried:
LGUP again
Hard power down/reboot
LG Mobile Flash Tool (CSE mode?), but that failed
Thanks,
Doug
DougWare said:
I was using LineageOS (latest official build). I was trying to flash an updated bluetooth modem image, and the boot screen said my image was corrupt.
I was able to use LGUP to reinstall US99610f. Now I'm stuck at the fastboot screen on very boot, even after removing the battery. The phone is locked again, and I can't flash the unlock key through fastboot.
Code:
target reported max download size of 536870912 bytes
sending 'unlock' (1 KB)...
OKAY [ 0.026s]
writing 'unlock'...
(bootloader) Error!!
(bootloader) Bootloader Unlock key write fail
FAILED (remote failure)
finished. total time: 0.068s
I'm unsure where to go from here, I've tried:
LGUP again
Hard power down/reboot
LG Mobile Flash Tool (CSE mode?), but that failed
Thanks,
Doug
Click to expand...
Click to collapse
I have this same ****ing error, you get anything fixed
?
Silentwidow said:
I have this same ****ing error, you get anything fixed
?
Click to expand...
Click to collapse
I used LG's Web Chat Support, told them what happened. They were very accommodating and sent me a prepaid shipping label. They classified it as an "In Warranty - Software Failure", fixed it and shipped it back to me.
They did this even though they knew it was bootloader unlocked. Took about 2.5 weeks total to get it back.
Doug
us 996 fixed
i had a h910 flashed over to us996 that was stuck in fastboot. i had tried everything from flashing all the us996 firmwares to frp reset and came up with nothing. i then flashed H91510c_00_VTR_CA_OP_1007.kdz it not only successfully flashed but got me out of fastboot mode. i am now reflashing the us996 10f and will re root and twrp .. hope this helps someone out.