(XT1572) SIM Card not recognized - X Style (Pure) Q&A, Help & Troubleshooting

Hi there! I'm new in this forum. Yesterday I had the chance to buy this good looking phone and I am pretty glad. Unfortunately, I soft bricked trying to flash rom just because i am very impatient. Luckily, I could solved it by flashing stock, and i am actually using ACIP Rom. The thing is that after all this process I don't have my SIM Card recognized by the phone. I am not used to Motorola phones but I see that modem drivers is a thing and I don't know if it has something to do with.
Please, any help is appreciated.
btw, this is what i wrote in the command prompt when flashed stock
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 system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
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
Click to expand...
Click to collapse

This is not the proper flashing method... The proper method using the latest firmware is:
fastboot oem fb_mode_set
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 system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot flash bluetooth BTFM.bin
fastboot erase cache
fastboot erase userdata
fastboot oem fb_mode_clear
fastboot reboot
They key is to use the latest image, and verify OKAY response after each step, if you don't get that then repeat the step up to 3 times. If it still fails there is more going on than it appears.
Your symptoms indicate an invalid radio stack (bold italicized above) or incorrect radio version. Remember that firmware images are region specific, a firmware from India and one from Brazil or the EU are different even though all are for XT1572, you must use the correct one for your device.

acejavelin said:
This is not the proper flashing method... The proper method using the latest firmware is:
fastboot oem fb_mode_set
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 system system.img_sparsechunk.7
fastboot flash system system.img_sparsechunk.8
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot flash bluetooth BTFM.bin
fastboot erase cache
fastboot erase userdata
fastboot oem fb_mode_clear
fastboot reboot
They key is to use the latest image, and verify OKAY response after each step, if you don't get that then repeat the step up to 3 times. If it still fails there is more going on than it appears.
Your symptoms indicate an invalid radio stack (bold italicized above) or incorrect radio version. Remember that firmware images are region specific, a firmware from India and one from Brazil or the EU are different even though all are for XT1572, you must use the correct one for your device.
Click to expand...
Click to collapse
I will trying flashing again via fastboot but i am seeking the latest firm so I found this web:
https://firmware.center/firmware/Motorola/Moto X Style/Stock/XT1572/
How may I know which is the last one AND which is for my device?

C:\xxx\xxx\Desktop\Nueva carpeta (2)>fastboot flash partition gpt.bin
target reported max download size of 536870912 bytes
sending 'partition' (32 KB)...
OKAY [ 0.005s]
writing 'partition'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.367s
Click to expand...
Click to collapse
This is where always fail

papo_blue7 said:
This is where always fail
Click to expand...
Click to collapse
Well documented... You are trying to downgrade which isn't really supported.
Still, you can skip bootloader and gpt.bin if you have to, but my answer still holds, it's a modem issue.
Add your screen shot of bottom of About phone (scroll to bottom and screen shot) and output of "fastboot getvar all" in bootloader in order to help more.

acejavelin said:
Well documented... You are trying to downgrade which isn't really supported.
Still, you can skip bootloader and gpt.bin if you have to, but my answer still holds, it's a modem issue.
Add your screen shot of bottom of About phone (scroll to bottom and screen shot) and output of "fastboot getvar all" in bootloader in order to help more.
Click to expand...
Click to collapse
I think I bricked the phone again after flashing XT1572_CLARK_RETLA_6.0_MPH24.49-18_cid12_subsidy-DEFAULT_CFC.xml. It's stucked in the bootloader unlocked warning. Previously I flashed:
XT1572_CLARK_RETLA-MSTLA_6.0_MPH24.49-18_cid12_subsidy-MOVSTLA_CFC.xml
XT1572_CLARK_RETLA-MSTCL_6.0_MPHS24.49-18-4_cid12_subsidy-MOVSTLA_CFC.xml
I will post the screens right away.
btw, is this useful?
https://forum.xda-developers.com/showpost.php?p=62819858&postcount=15

HELP!
Well, it's stucked in this screen. What can I do!? I freak out

papo_blue7 said:
HELP!
Well, it's stucked in this screen. What can I do!? I freak out
Click to expand...
Click to collapse
Remember, first boot is 15+ minutes... Factory reset in recovery and try again. Those are pretty old versions, give me a bit and I'll get you a newer link.
---------- Post added at 06:18 PM ---------- Previous post was at 06:06 PM ----------
Latest available stock firmware is here
Without seeing the output of 'fastboot getvar all' I can't really say for certain which is the right version, there is a retail single SIM (18-4) and dual SIM version (18-8), and a Movistar subsidized version (18-4).

acejavelin said:
Remember, first boot is 15+ minutes... Factory reset in recovery and try again. Those are pretty old versions, give me a bit and I'll get you a newer link.
---------- Post added at 06:18 PM ---------- Previous post was at 06:06 PM ----------
Latest available stock firmware is here
Without seeing the output of 'fastboot getvar all' I can't really say for certain which is the right version, there is a retail single SIM (18-4) and dual SIM version (18-8), and a Movistar subsidized version (18-4).
Click to expand...
Click to collapse
Here it is
C:\Users\Pablo\Desktop\Nueva carpeta (2)>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: moto-msm8992-A0.48
(bootloader) product: clark
(bootloader) board: clark
(bootloader) secure: yes
(bootloader) hwrev: 0x83C0
(bootloader) radio: 0x1
(bootloader) emmc: 32GB Samsung REV=07 PRV=02 TYPE=57 PNM=BWBD3R
(bootloader) ram[0]: 3072MB Micron S8 SDRAM DIE=6Gb M5=x3 M6=x0 M7=x0 M8
(bootloader) ram[1]: =x3B
(bootloader) cpu: MSM8992
(bootloader) serialno: ZY223T4GRZ
(bootloader) cid: 0x0007
(bootloader) channelid: 0x40
(bootloader) uid: 82796F011E000000000000000000
(bootloader) unlocked: yes
(bootloader) securestate: unlocked
(bootloader) iswarrantyvoid: yes
(bootloader) mot_sst: 3
(bootloader) max-download-size: 536870912
(bootloader) reason: Volume down key pressed
(bootloader) imei: 358209070447326
(bootloader) meid:
(bootloader) date: 12-15-2016
(bootloader) sku: XT1572
(bootloader) battid:
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) current-time: "Thu Apr 21 4:57:14 UTC 2016"
(bootloader) ro.build.fingerprint[0]: motorola/clark_retla/clark:6.0/MPH
(bootloader) ro.build.fingerprint[1]: S24.49-18-4/1:user/release-keys
(bootloader) ro.build.version.full[0]: Blur_Version.24.221.5.clark_retla
(bootloader) ro.build.version.full[1]: .retla.en.01
(bootloader) ro.build.version.qcom: <not found>
(bootloader) version-baseband: <not found>
(bootloader) kernel.version[0]: Linux version 3.10.84-perf-g329ac5f (hud
(bootloader) kernel.version[1]: [email protected]) (gcc version 4.9.x-goog
(bootloader) kernel.version[2]: le 20140827 (prerelease) (GCC) ) #1 SMP
(bootloader) kernel.version[3]: PREEMPT Thu Apr 21 03:51:14 CDT 2016
(bootloader) sbl1.git: git=MBM-NG-VA0.48-0-g86c6f70
(bootloader) rpm.git: git=90a41be
(bootloader) tz.git: git=5fa1c0c-dirty
(bootloader) hyp.git: git=5fa1c0c-dirty
(bootloader) sdi.git: git=52a3f93
(bootloader) pmic.git: git=MBM-NG-VA0.48-0-g86c6f70
(bootloader) aboot.git: git=MBM-NG-VA0.48-0-g8c942c6
(bootloader) qe: qe 0/0
(bootloader) frp-state: no protection (75)
(bootloader) ro.carrier: reteu
all: listed above
finished. total time: 0.116s
Click to expand...
Click to collapse

acejavelin said:
Remember, first boot is 15+ minutes... Factory reset in recovery and try again. Those are pretty old versions, give me a bit and I'll get you a newer link.
---------- Post added at 06:18 PM ---------- Previous post was at 06:06 PM ----------
Latest available stock firmware is here
Without seeing the output of 'fastboot getvar all' I can't really say for certain which is the right version, there is a retail single SIM (18-4) and dual SIM version (18-8), and a Movistar subsidized version (18-4).
Click to expand...
Click to collapse
Here it is
C:\Users\Pablo\Desktop\Nueva carpeta (2)>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: moto-msm8992-A0.48
(bootloader) product: clark
(bootloader) board: clark
(bootloader) secure: yes
(bootloader) hwrev: 0x83C0
(bootloader) radio: 0x1
(bootloader) emmc: 32GB Samsung REV=07 PRV=02 TYPE=57 PNM=BWBD3R
(bootloader) ram[0]: 3072MB Micron S8 SDRAM DIE=6Gb M5=x3 M6=x0 M7=x0 M8
(bootloader) ram[1]: =x3B
(bootloader) cpu: MSM8992
(bootloader) serialno: ZY223T4GRZ
(bootloader) cid: 0x0007
(bootloader) channelid: 0x40
(bootloader) uid: 82796F011E000000000000000000
(bootloader) unlocked: yes
(bootloader) securestate: unlocked
(bootloader) iswarrantyvoid: yes
(bootloader) mot_sst: 3
(bootloader) max-download-size: 536870912
(bootloader) reason: Volume down key pressed
(bootloader) imei: 358209070447326
(bootloader) meid:
(bootloader) date: 12-15-2016
(bootloader) sku: XT1572
(bootloader) battid:
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) current-time: "Thu Apr 21 4:57:14 UTC 2016"
(bootloader) ro.build.fingerprint[0]: motorola/clark_retla/clark:6.0/MPH
(bootloader) ro.build.fingerprint[1]: S24.49-18-4/1:user/release-keys
(bootloader) ro.build.version.full[0]: Blur_Version.24.221.5.clark_retla
(bootloader) ro.build.version.full[1]: .retla.en.01
(bootloader) ro.build.version.qcom: <not found>
(bootloader) version-baseband: <not found>
(bootloader) kernel.version[0]: Linux version 3.10.84-perf-g329ac5f (hud
(bootloader) kernel.version[1]: [email protected]) (gcc version 4.9.x-goog
(bootloader) kernel.version[2]: le 20140827 (prerelease) (GCC) ) #1 SMP
(bootloader) kernel.version[3]: PREEMPT Thu Apr 21 03:51:14 CDT 2016
(bootloader) sbl1.git: git=MBM-NG-VA0.48-0-g86c6f70
(bootloader) rpm.git: git=90a41be
(bootloader) tz.git: git=5fa1c0c-dirty
(bootloader) hyp.git: git=5fa1c0c-dirty
(bootloader) sdi.git: git=52a3f93
(bootloader) pmic.git: git=MBM-NG-VA0.48-0-g86c6f70
(bootloader) aboot.git: git=MBM-NG-VA0.48-0-g8c942c6
(bootloader) qe: qe 0/0
(bootloader) frp-state: no protection (75)
(bootloader) ro.carrier: reteu
all: listed above
finished. total time: 0.116s
Click to expand...
Click to collapse
btw, my carrier is Movistar
Also, if I try to get Recovery Mode it says No command and a "dead" android.

papo_blue7 said:
Here it is
Click to expand...
Click to collapse
So is this a Latin American variant or a European variant?
The firmware you are flashing is for Latin America, but the device seems to be the European variant (note: ro.carrier: reteu entry)
Is this an original LA or EU device?
Although your carrier is Movistar, that doesn't mean you need to use a Movistar specific ROM unless it is a carrier branded device.
From "Dead Andy" to get to the recovery menu, hold POWER and tap Vol Up quickly.

acejavelin said:
So is this a Latin American variant or a European variant?
The firmware you are flashing is for Latin America, but the device seems to be the European variant (note: ro.carrier: reteu entry)
Is this an original LA or EU device?
Although your carrier is Movistar, that doesn't mean you need to use a Movistar specific ROM unless it is a carrier branded device.
From "Dead Andy" to get to the recovery menu, hold POWER and tap Vol Up quickly.
Click to expand...
Click to collapse
Ok, it may be european but I bought it here in Argentina. And I am not sure but is not carrier branded so it's ok.
I could get recovery mode now!

papo_blue7 said:
Ok, it may be european. I bought it here in Argentina. And I am not sure but is not carrier branded so it's ok.
I could get recovery mode now!
Click to expand...
Click to collapse
Did you purchase it new or used?
It is kind of important we determine what the original version of this is... if you flash a LA ROM to an EU device, it could very well give you the issues you see, where the SIM is not recognized, because the radio firmware doesn't match the radio hardware. I am pretty sure that ro.carrier gives it away and we need an EU ROM, but let me check something... Give me a couple hours if you can.
Is this a single or dual SIM model?

acejavelin said:
Did you purchase it new or used?
It is kind of important we determine what the original version of this is... if you flash a LA ROM to an EU device, it could very well give you the issues you see, where the SIM is not recognized, because the radio firmware doesn't match the radio hardware. I am pretty sure that ro.carrier gives it away and we need an EU ROM, but let me check something... Give me a couple hours if you can.
Is this a single or dual SIM model?
Click to expand...
Click to collapse
Bought it new! Single sim

papo_blue7 said:
Bought it new! Single sim
Click to expand...
Click to collapse
OK, well I am going to have to go with you might have accidentally flashed an EU ROM at some point maybe?
I would try XT1572_CLARK_RETLA_6.0_MPHS24.49-18-4_cid12_subsidy-DEFAULT_CFC.xml, or your Movistar variant if the phone was purchased from Movistar, and flash each step manually, then attach the terminal log output please.

acejavelin said:
OK, well I am going to have to go with you might have accidentally flashed an EU ROM at some point maybe?
I would try XT1572_CLARK_RETLA_6.0_MPHS24.49-18-4_cid12_subsidy-DEFAULT_CFC.xml, or your Movistar variant if the phone was purchased from Movistar, and flash each step manually, then attach the terminal log output please.
Click to expand...
Click to collapse
Yeah, I was one step ahead. I already flashed. It's working!!! Thanks a lot!!!
Here it's the log
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot oem fb_mode_set
< waiting for device >
...
OKAY [ 0.010s]
finished. total time: 0.011s
C:\Users\Pablo\Desktop\Nueva carpeta (4)>
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot oem fb_mode_set
...
OKAY [ 0.009s]
finished. total time: 0.010s
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot flash partition gpt.bin
target reported max download size of 536870912 bytes
sending 'partition' (32 KB)...
OKAY [ 0.006s]
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) Flashing backup GPT image...
OKAY [ 0.642s]
finished. total time: 0.650s
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot flash bootloader bootloader.img
target reported max download size of 536870912 bytes
sending 'bootloader' (2699 KB)...
OKAY [ 0.084s]
writing 'bootloader'...
(bootloader) flashing aboot ...
(bootloader) flashing sbl1 ...
(bootloader) flashing pmic ...
(bootloader) flashing rpm ...
(bootloader) flashing tz ...
(bootloader) flashing hyp ...
(bootloader) flashing sdi ...
OKAY [ 1.686s]
finished. total time: 1.773s
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot flash logo logo.bin
target reported max download size of 536870912 bytes
sending 'logo' (3687 KB)...
OKAY [ 0.111s]
writing 'logo'...
OKAY [ 0.095s]
finished. total time: 0.209s
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot flash boot boot.img
target reported max download size of 536870912 bytes
sending 'boot' (40960 KB)...
OKAY [ 1.233s]
writing 'boot'...
OKAY [ 0.901s]
finished. total time: 2.138s
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot flash recovery recovery.img
target reported max download size of 536870912 bytes
sending 'recovery' (41040 KB)...
OKAY [ 1.233s]
writing 'recovery'...
OKAY [ 0.901s]
finished. total time: 2.137s
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot flash system system.img_sparsechunk.0
target reported max download size of 536870912 bytes
sending 'system' (262003 KB)...
OKAY [ 7.649s]
writing 'system'...
OKAY [ 6.498s]
finished. total time: 14.154s
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot flash system system.img_sparsechunk.1
target reported max download size of 536870912 bytes
sending 'system' (247580 KB)...
OKAY [ 7.208s]
writing 'system'...
OKAY [ 6.407s]
finished. total time: 13.618s
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot flash system system.img_sparsechunk.2
target reported max download size of 536870912 bytes
sending 'system' (256658 KB)...
OKAY [ 7.471s]
writing 'system'...
OKAY [ 5.714s]
finished. total time: 13.188s
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot flash system system.img_sparsechunk.3
target reported max download size of 536870912 bytes
sending 'system' (255970 KB)...
OKAY [ 7.483s]
writing 'system'...
OKAY [ 5.623s]
finished. total time: 13.109s
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot flash system system.img_sparsechunk.4
target reported max download size of 536870912 bytes
sending 'system' (256069 KB)...
OKAY [ 7.468s]
writing 'system'...
OKAY [ 5.859s]
finished. total time: 13.330s
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot flash system system.img_sparsechunk.5
target reported max download size of 536870912 bytes
sending 'system' (254398 KB)...
OKAY [ 7.401s]
writing 'system'...
OKAY [ 5.705s]
finished. total time: 13.109s
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot flash system system.img_sparsechunk.6
target reported max download size of 536870912 bytes
sending 'system' (229432 KB)...
OKAY [ 6.697s]
writing 'system'...
OKAY [ 4.878s]
finished. total time: 11.580s
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot flash system system.img_sparsechunk.7
target reported max download size of 536870912 bytes
sending 'system' (255194 KB)...
OKAY [ 7.432s]
writing 'system'...
OKAY [ 5.769s]
finished. total time: 13.204s
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot flash system system.img_sparsechunk.8
target reported max download size of 536870912 bytes
sending 'system' (63484 KB)...
OKAY [ 1.852s]
writing 'system'...
OKAY [ 1.442s]
finished. total time: 3.296s
C:\Users\Pablo\Desktop\Nueva carpeta (4)>
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot flash modem NON-HLOS.bin
target reported max download size of 536870912 bytes
sending 'modem' (41686 KB)...
OKAY [ 1.218s]
writing 'modem'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 1.248s
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot erase modemst1
erasing 'modemst1'...
OKAY [ 0.016s]
finished. total time: 0.017s
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot erase modemst2
erasing 'modemst2'...
OKAY [ 0.013s]
finished. total time: 0.014s
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot flash fsg fsg.mbn
target reported max download size of 536870912 bytes
sending 'fsg' (704 KB)...
OKAY [ 0.027s]
writing 'fsg'...
OKAY [ 0.055s]
finished. total time: 0.084s
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot flash bluetooth BTFM.bin
target reported max download size of 536870912 bytes
sending 'bluetooth' (1295 KB)...
OKAY [ 0.043s]
writing 'bluetooth'...
OKAY [ 0.063s]
finished. total time: 0.109s
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot erase cache
erasing 'cache'...
OKAY [ 0.024s]
finished. total time: 0.025s
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot erase userdata
erasing 'userdata'...
OKAY [ 0.110s]
finished. total time: 0.111s
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot oem fb_mode_clear
...
OKAY [ 0.008s]
finished. total time: 0.011s
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot reboot
rebooting...
finished. total time: 0.004s
Click to expand...
Click to collapse

papo_blue7 said:
Yeah, I was one step ahead. I already flashed. It's working!!! Thanks a lot!!!
Here it's the log
Click to expand...
Click to collapse
Glad it is working... this bothers me a bit though
C:\Users\Pablo\Desktop\Nueva carpeta (4)>fastboot flash modem NON-HLOS.bin
target reported max download size of 536870912 bytes
sending 'modem' (41686 KB)...
OKAY [ 1.218s]
writing 'modem'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 1.248s
Click to expand...
Click to collapse
If it works, it works and I am not going to complain, but something still isn't right. I would try to flash just the radio stack again if it was me (not the whole ROM, just the 4 radio firmware commands) but if it works it's your call.

acejavelin said:
Glad it is working... this bothers me a bit though
If it works, it works and I am not going to complain, but something still isn't right. I would try to flash just the radio stack again if it was me (not the whole ROM, just the 4 radio firmware commands) but if it works it's your call.
Click to expand...
Click to collapse
Now it's ok! I have already flashed crDroid and TruPureXMM. Everything works perfectly by now! Thanks again
C:\xxx\xxx\Desktop\Nueva carpeta (4)>fastboot flash modem non-hlos.bin
target reported max download size of 536870912 bytes
sending 'modem' (41686 KB)...
OKAY [ 1.217s]
writing 'modem'...
OKAY [ 1.129s]
finished. total time: 2.348s
C:\xxx\xxx\Desktop\Nueva carpeta (4)>fastboot erase modemst1
erasing 'modemst1'...
OKAY [ 0.018s]
finished. total time: 0.019s
C:\xxx\xxx\Desktop\Nueva carpeta (4)>fastboot erase modemst2
erasing 'modemst2'...
OKAY [ 0.011s]
finished. total time: 0.012s
C:\xxx\xxx\Desktop\Nueva carpeta (4)>fastboot flash fsg fsg.mbn
target reported max download size of 536870912 bytes
sending 'fsg' (704 KB)...
OKAY [ 0.024s]
writing 'fsg'...
OKAY [ 0.052s]
finished. total time: 0.080s
C:\xxx\xxx\Desktop\Nueva carpeta (4)>fastboot reboot
rebooting...
finished. total time: 0.003s
Click to expand...
Click to collapse

Awesome!!! Glad you got it working!

Related

bootloader is bricked

Hello,
I have bricked my bootloader in the past to refresh my bootloader. I have unbricked my phone to bootloader 1.03 with blank flash. Now when i try to flash, erase do ANYTHING it won't allow me because my OEM_LOCKED state. If i try to unlock my bootloader it says:
Code:
(bootloader) Check 'Allow OEM Unlock' in Android Settings > Developer
(bootloader) Options
OKAY [ 0.032s]
finished. total time: 0.036s
but there is no android installed.
When i try to flash a stock rom it says:
Code:
C:\Users\nick\Desktop\total firmware>fastboot flash logo logo.bin
target reported max download size of 536870912 bytes
sending 'logo' (1848 KB)...
OKAY [ 0.068s]
writing 'logo'...
(bootloader) Invalid partition name logo
FAILED (remote failure)
finished. total time: 0.088s
C:\Users\nick\Desktop\total firmware>fastboot flash boot boot.img
target reported max download size of 536870912 bytes
sending 'boot' (16384 KB)...
OKAY [ 0.540s]
writing 'boot'...
(bootloader) Invalid partition name boot
FAILED (remote failure)
finished. total time: 0.576s
C:\Users\nick\Desktop\total firmware>fastboot flash recovery recovery.img
target reported max download size of 536870912 bytes
sending 'recovery' (16484 KB)...
OKAY [ 0.548s]
writing 'recovery'...
(bootloader) Invalid partition name recovery
FAILED (remote failure)
finished. total time: 0.568s
C:\Users\nick\Desktop\total firmware>fastboot flash dsp adspso.bin
target reported max download size of 536870912 bytes
sending 'dsp' (16384 KB)...
OKAY [ 0.532s]
writing 'dsp'...
(bootloader) Invalid partition name dsp
FAILED (remote failure)
finished. total time: 0.560s
C:\Users\nick\Desktop\total firmware>fastboot flash oem oem.img
target reported max download size of 536870912 bytes
sending 'oem' (124713 KB)...
OKAY [ 3.993s]
writing 'oem'...
(bootloader) Invalid partition name oem
FAILED (remote failure)
finished. total time: 4.017s
C:\Users\nick\Desktop\total firmware>fastboot flash system system.img_sparsechunk.0
target reported max download size of 536870912 bytes
sending 'system' (261790 KB)...
Everything is 'invalid partition name'.
when i try to brick my bootloader again to install try again it says
Code:
target max-sparse-size: 256MB
sending 'sbl1' (264 KB)...
OKAY [ 0.020s]
writing 'sbl1'...
(bootloader) Invalid partition name sbl1
FAILED (remote failure)
finished. total time: 0.036s
rebooting...
And when i try to flash another bootloader it says:
Code:
PS C:\Users\nick\Desktop\total firmware> fastboot flash bootloader bootloader.img
target reported max download size of 536870912 bytes
sending 'bootloader' (3651 KB)...
OKAY [ 0.141s]
writing 'bootloader'...
(bootloader) validating: bootloader.default.xml ...
(bootloader) Invalid partition name aboot
(bootloader) will fail: flash:aboot
FAILED (remote failure)
finished. total time: 0.250s
PS C:\Users\nick\Desktop\total firmware>
please help
I guess there is a partion problem
Look into this thread
https://forum.xda-developers.com/showthread.php?t=3496912
Sent from my Moto G4 Plus using Tapatalk
Yes i know, but i cant flash any partitions or fix Them. I have Read the whole threath but i cannot find a solution.
codGmer said:
Yes i know, but i cant flash any partitions or fix Them. I have Read the whole threath but i cannot find a solution.
Click to expand...
Click to collapse
Did you run all stock steps in order? In particular this one first:
Code:
fastboot flash partition gpt.bin
That will restore your partition table which seems to be messed up. Make sure you try to restore firmware version that was last working for you.
If your phone is completely wiped and you have no backups of ALL of the partitions, I doubt you can recover as some of the partitions have phone specific data for IMEIs and such.
givitago said:
Did you run all stock steps in order? In particular this one first:
Code:
fastboot flash partition gpt.bin
That will restore your partition table which seems to be messed up. Make sure you try to restore firmware version that was last working for you.
If your phone is completely wiped and you have no backups of ALL of the partitions, I doubt you can recover as some of the partitions have phone specific data for IMEIs and such.
Click to expand...
Click to collapse
I dont think all is wiped but when i try to flash the gpt.bin it says 'cannot find partition gpt'
codGmer said:
Did you run all stock steps in order? In particular this one first:
I dont think all is wiped but when i try to flash the gpt.bin it says 'cannot find partition gpt'
Click to expand...
Click to collapse
I too have this question bro .... Plus help me if you find a solution ... I m a newbie... Nd face the same problem as yours
Sounds like fastboot expects a working partition table to start with then.
I would boot into twrp from fastboot (from an image on your PC) and use adb shell to take a look at what the flash looks like (fdisk -l command). You may have to restore the partition table first via sgdisk or dd. I've never done it and I'm no expert on this stuff but Google is your friend. General linux forums are just as helpful as android specific forums as at this level, we aren't even talking about android.
Good luck.
givitago said:
Sounds like fastboot expects a working partition table to start with then.
I would boot into twrp from fastboot (from an image on your PC) and use adb shell to take a look at what the flash looks like (fdisk -l command). You may have to restore the partition table first via sgdisk or dd. I've never done it and I'm no expert on this stuff but Google is your friend. General linux forums are just as helpful as android specific forums as at this level, we aren't even talking about android.
Good luck.
Click to expand...
Click to collapse
Im affraid i already tried booting twrp but without success.
Code:
(bootloader) version: 0.5
(bootloader) version-bootloader: moto-msm8952-B1.03(*)
(bootloader) product: athene_16mp
(bootloader) board: athene_16mp
(bootloader) secure: yes
(bootloader) hwrev: P2A
(bootloader) radio: 3
(bootloader) storage-type: emmc
(bootloader) emmc: 16GB SAMSUNG QE13MB RV=08 PV=07 FV=0000000000000007
(bootloader) ram: 2GB SAMSUNG LP3 DIE=8Gb M5=01 M6=05 M7=00 M8=1F
(bootloader) cpu: MSM8952
(bootloader) serialno: 74f9d6fa
(bootloader) cid: 0x0032
(bootloader) channelid: 0x40
(bootloader) uid: A420B70000000000000000000000
(bootloader) securestate: oem_locked
(bootloader) iswarrantyvoid: yes
(bootloader) max-download-size: 536870912
(bootloader) reason: Failed to initialize partition table
(bootloader) imei: 000000000000000
(bootloader) meid:
(bootloader) date: 01-01-1970
(bootloader) sku: 000000000000000
(bootloader) battid:
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) current-time:
(bootloader) ro.build.fingerprint:
(bootloader) ro.build.version.full:
(bootloader) ro.build.version.qcom:
(bootloader) version-baseband:
(bootloader) kernel.version:
(bootloader) sbl1.git: sbl1.git
(bootloader) rpm.git: rpm.git
(bootloader) tz.git: tz.git
(bootloader) hyp.git: hyp.git
(bootloader) keymaster.git: keymaster.git
(bootloader) cmnlib.git: cmnlib.git
(bootloader) aboot.git: git=MBM-NG-VB1.03-0-gb44c0ee
(bootloader) qe:
(bootloader) frp-state: no protection (err)
(bootloader) ro.carrier:
all: listed above
finished. total time: 0.147s
hey bro , did you get any solution of this problem?
i am getting
fastboot reason : failed to initialize partition table
any solution?
king_priithvi said:
hey bro , did you get any solution of this problem?
Click to expand...
Click to collapse
Provide more information of your problem/situation,
what happened ?
Have you flashed any firmware ?
Took any OTA ?
What was firmware version you were using ?
Tried latest December's firmware ? This> https://forum.xda-developers.com/moto-g4-plus/how-to/stock-rom-npjs25-93-14-4-march-1-t3608138
I think you're flashing older bootloader & GPT then it is already installed on your device;
take a look here: https://forum.xda-developers.com/moto-g4-plus/how-to/stock-rom-npjs25-93-14-4-march-1-t3608138
from that thread download the latest ROM and firstly flash GPT and boot-loader by following command:
Code:
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot reboot-bootloader
but however after flashing the latest firmware the current blankflash that we have won't work, because GPT and boot-loader version is higher.
now after you flashed the GPT and bootloader then flash the whole firmware by following commands:
Code:
fastboot oem fb_mode_set
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 dsp adspso.bin
fastboot flash oem oem.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 system system.img_sparsechunk.7
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot oem fb_mode_clear
fastboot reboot
Now once you flashed it then you're good to go:good:
i cant flash anything , my android is not installed
it kept saying
AP Fastboot Flash Mode (Secure)
Fastboot Reason: Failed to initialize partition table
ERROR: No BootImage Found. skip to fastboot
boot up failed
king_prithvi said:
i cant flash anything , my android is not installed
it kept saying
AP Fastboot Flash Mode (Secure)
Fastboot Reason: Failed to initialize partition table
ERROR: No BootImage Found. skip to fastboot
boot up failed
Click to expand...
Click to collapse
Are you able to flash the latest stock ROM via fastboot? https://forum.xda-developers.com/moto-g4-plus/how-to/stock-rom-npjs25-93-14-4-march-1-t3608138
I am getting an error when I try to flash twrp. I want to make sure I am doing it right
in the linux terminal I typed this
adb reboot bootloader
then
fastboot flash recovery twrp-3.2.1-motorola-x4.img
then I got this error
target reported max download size of 536870912 bytes
sending 'recovery' (19276 KB)...
OKAY [ 0.447s]
writing 'recovery'...
(bootloader) Invalid partition name recovery
FAILED (remote failure)
finished. total time: 0.453s
has anyone else run into this problem. Am I doing something wrong?
kiyip said:
I am getting an error when I try to flash twrp. I want to make sure I am doing it right
in the linux terminal I typed this
adb reboot bootloader
then
fastboot flash recovery twrp-3.2.1-motorola-x4.img
then I got this error
target reported max download size of 536870912 bytes
sending 'recovery' (19276 KB)...
OKAY [ 0.447s]
writing 'recovery'...
(bootloader) Invalid partition name recovery
FAILED (remote failure)
finished. total time: 0.453s
has anyone else run into this problem. Am I doing something wrong?
Click to expand...
Click to collapse
What device do you have? I'm guessing it's a Moto X4 from the TWRP name?
Are you on Nougat or Oreo? From looking at this thread, you've got 2 different build: https://forum.xda-developers.com/moto-x4/development/dev-testing-t3707432
If you are running a X4, you may have better luck over there rather than here on the Moto G4 forums, as there's more users familiar with the A/B partitioning on the Moto X4.
Ohh my bad, I had like 6 xda tabs open, I actually meant to post it there. My bad man, thank you!
got the same problem any luck yet?
Any luck yet? I got a suggestion that the problem could only get fixed flashing the memory of the phone directly with this kind of device... (search for the octopus box, I cant post links yet im new here) but im lost and they say that thing is expensive... I really want my phone to be saved on my computer. My case is exactly the same as you.... oem locked and failed partition everything and remote failure.
SOLVED!! Failed to initialize partition table
..
First of all convert phone to hard brick to Softbrick...
After that if you want to bootup phone than..IT shows bootloader log::
Failed to initialize partition Table
SOLUTION:-
1) Download Minimal ADB Drivers , gpt.bin, Motorola Device driver
For link mail me on [email protected]
2.) Now Install adb and motorola drivers .
3.) Copy gpt.bin file in ADB folder in installed drive.
4.) Open Minimal ADB and Fastboot.exe
Now Run the following command
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot reboot
The cell phone should restart after this if you do not type the last code and enter if still yes it is not just hang up and call to enter the fastboot.
Now YOUR PROBLEM SOLVED
codGmer said:
I dont think all is wiped but when i try to flash the gpt.bin it says 'cannot find partition gpt'
Click to expand...
Click to collapse
Even I got the same error. Its because adb couldn't find the gpt.bin file in the adb folder from where you had executed the command window.
Copy the gpt.biin file in that folder and try again, that should work.

dead wifi and blutooth

Hey all - so weird situation - went to the EU for vacation and started noticing that the phone occasionally wants to immolate itself when roaming on EU nets . After getting back, wifi started to constantly cut out and eventually would not connect to any 5 ghz networks - all while running the phone red hot (it would return to normal temps with the wifi off). ... So I did some flashing ... which in turn resulted in everything being broken (had to rollback to stock 6.0 firmware and NON-HLOS.bin dc0ada7839303a79759f31bbd8130b3bc402ea16 sha to get cellular back) . Attempted pretty much every firmware found in this section, along with more up to date modem firmware . Current the baseband version is the one ending in SUPER_NA+ATT and so far that only results in cellular working pply . Am I banging my head against a total hardware failure here ? From the looks of it , it seems that the wifi adapter is not even being recognized ..(which is weird afaik this is software defined radio and all the wireless stuff runs off the same die) ...
some stats/versions
xt 1575
twrp 3.0
'droid 6 - nearly stock - moto_x_pure_edition_rooted_x1575_mphs24.49-18-4_v1-odexed.zip
as usual thanks for any help/advice.
Flash again these:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot flash bluetooth BTFM.bin
@the-nozzle
dzidexx said:
Flash again these:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot flash bluetooth BTFM.bin
@the-nozzle
Click to expand...
Click to collapse
spox - dzienki za rade - however - there are a few versions of NON-HLOS.bin floating around - which one should I use ? If you could post the sha or file size that would be awesome (i have 2 versions on hand - one is 40MB and the other 60 .. the latter one kills my cellular) . Oh also - when I fastboot flash I get a message that the modem partition was not found (or something similar) - is that a prob ? And lastly - does the twrp version matter ?
Thanks again.
Extracted from the same version:
xt1575_24.49-18-4 or from ...18-8
Download is in my signature. @the-nozzle
Nie ma za co.
so did all that :
*thenozzle**…/And/sdk/platform-tools**./fastboot flash modem ~/Downloads/android_****/NON-HLOS.bin
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:modem: not found
target reported max download size of 536870912 bytes
sending 'modem' (41686 KB)...
OKAY [ 0.894s]
writing 'modem'...
OKAY [ 0.646s]
finished. total time: 1.540s
*thenozzle**…/And/sdk/platform-tools**./fastboot flash modem ~/Downloads/android_****/NON-HLOS.bin
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:modem: not found
target reported max download size of 536870912 bytes
sending 'modem' (41686 KB)...
OKAY [ 0.894s]
writing 'modem'...
OKAY [ 0.645s]
finished. total time: 1.540s
*thenozzle**…/And/sdk/platform-tools**./fastboot erase modemst1
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:modemst1: not found
erasing 'modemst1'...
OKAY [ 0.012s]
finished. total time: 0.012s
*thenozzle**…/And/sdk/platform-tools**./fastboot erase modemst2
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:modemst2: not found
erasing 'modemst2'...
OKAY [ 0.005s]
finished. total time: 0.005s
*thenozzle**…/And/sdk/platform-tools**./fastboot flash fsg ~/Downloads/android_****/fsg.mbn
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:fsg: not found
target reported max download size of 536870912 bytes
sending 'fsg' (1356 KB)...
OKAY [ 0.030s]
writing 'fsg'...
OKAY [ 0.035s]
finished. total time: 0.065s
*thenozzle**…/And/sdk/platform-tools**./fastboot flash bluetooth ~/Downloads/android_****/BTFM.bin
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:bluetooth: not found
target reported max download size of 536870912 bytes
sending 'bluetooth' (1295 KB)...
OKAY [ 0.029s]
writing 'bluetooth'...
OKAY [ 0.027s]
finished. total time: 0.056s
... rebooted ...
... and still no love from wifi or bluetooth . Tried with 18-8 and 18-4 (sizes of the binaries are exactly the same).. I am leaning more towards a real hardware failure here ... Any further suggestions are more than welcome .

I need help with fullbricked moto g4

Hi, Sorry for the bad translation, I'm from Argentina and use an online translator
before posting try several solutions from this and other forums, but do not achieve anything until now.
A friend brought me a moto g4 xt1621 to which I installed a custom rom and made it brick, I was trying to install several stock roms and none worked, the phone turns on but does not pass the warning screen:
Your device has been unlocked and can't be trusted
To learn more visit:
motorola.com/unlockbootloader
ID:bad key
Your device will boot in 5 seconds.
that message is repeated every 5 seconds in an infinite loop and does not pass from there.
I have installed the Motorola drivers, android studio with the SDK, and platform-tools with adb and fastboot
the phone connects well with the pc
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot devices
ZY223FFBZJ fastboot
Click to expand...
Click to collapse
and the fastboot getvar all command throws this
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: moto-msm8952-B1.07
(bootloader) product: athene_13mp
(bootloader) board: athene_13mp
(bootloader) secure: yes
(bootloader) hwrev: P2A
(bootloader) radio: 5
(bootloader) storage-type: emmc
(bootloader) emmc: 16GB SAMSUNG QE13MB RV=08 PV=07 FV=0000000000000007
(bootloader) ram: 2GB SAMSUNG LP3 DIE=8Gb M5=01 M6=05 M7=00 M8=1F
(bootloader) cpu: MSM8952
(bootloader) serialno: ZY223FFBZJ
(bootloader) cid: 0x0032
(bootloader) channelid: 0x1a
(bootloader) uid: 37E01A0100000000000000000000
(bootloader) securestate: flashing_unlocked
(bootloader) iswarrantyvoid: yes
(bootloader) max-download-size: 536870912
(bootloader) reason: Volume down key pressed
(bootloader) imei: la:
(bootloader) meid:
(bootloader) date: 09-16-2016
(bootloader) sku: XT1621
(bootloader) battid: SNN5970A
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) current-time: "Tue May 17 18:59:30 UTC 2016"
(bootloader) ro.build.fingerprint[0]: motorola/athene/athene:6.0.1/MPJ24
(bootloader) ro.build.fingerprint[1]: .139-23.4/4:user/release-keys
(bootloader) ro.build.version.full[0]: Blur_Version.24.24.4.athene.retai
(bootloader) ro.build.version.full[1]: l.en.US
(bootloader) ro.build.version.qcom: LA.BR.1.3.3-02720-8976.0
(bootloader) version-baseband: M8952_70004.04.03.32R ATHENE_LATAM_CUST
(bootloader) kernel.version[0]: Linux version 3.10.84-gcf01273 (hudsoncm
(bootloader) kernel.version[1]: @ilclbld30) (gcc version 4.9.x-google 20
(bootloader) kernel.version[2]: 140827 (prerelease) (GCC) ) #1 SMP PREEM
(bootloader) kernel.version[3]: PT Sat May 14 20:58:01 CDT 2016
(bootloader) sbl1.git: git=MBM-NG-VB1.07-0-g57d1343
(bootloader) rpm.git: git=MBM-NG-VB1.06-0-ga970ead
(bootloader) tz.git: git=69dd24b-dirty
(bootloader) hyp.git: git=69dd24b-dirty
(bootloader) keymaster.git: git=69dd24b-dirty
(bootloader) cmnlib.git: git=69dd24b-dirty
(bootloader) aboot.git: git=MBM-NG-VB1.07-0-gf9b89ba
(bootloader) qe: qe 1/1
(bootloader) frp-state: protected (77)
(bootloader) ro.carrier: retar
all: listed above
Finished. Total time: 0.109s
Click to expand...
Click to collapse
this is the last rom I tried to install and it did not work either:
ATHENE_NPJS25.93-14-18_cid50_subsidy-DEFAULT_regulatory-DEFAULT_CFC.info
and the image of boot and recovery gives me an error key bad key
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot flash boot boot.img
(bootloader) has-slot:boot: not found
Sending 'boot' (16384 KB) OKAY [ 0.844s]
Writing 'boot' (bootloader) Image signed with key bad key
OKAY [ 0.563s]
Finished. Total time: 1.610s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot flash recovery recovery.img
(bootloader) has-slot:recovery: not found
Sending 'recovery' (16484 KB) OKAY [ 0.828s]
Writing 'recovery' (bootloader) Image signed with key bad key
OKAY [ 0.609s]
Finished. Total time: 1.625s
Click to expand...
Click to collapse
can someone please tell me if there is a solution for this or the phone is unrecoverable
thank you very much
Curious did getvar variables change after you tried to flash the NPJ version? What does the getvar all show now?
superceege said:
Curious did getvar variables change after you tried to flash the NPJ version? What does the getvar all show now?
Click to expand...
Click to collapse
thanks x answer
I do not change anything, before and after it shows the same thing, but in the windows console (cmd) and in bootloader log it shows everything well
Those bad key messages are normal when flashing a stock ROM with an unlocked bootloader, if I recall.
Looks like from your getvar log that you have a Marshmallow stock ROM but the Nougat bootloader, at least the Dec 2017 Nougat bootloader (the B1:07 bootloader was on the Dec 2017, Feb 2018 and April 2018 firmwares).
Can we see the log of what happens when you flash the April 2018 NPJS25.93-14-18 firmware please?
Also, which custom ROM did you try to flash and what happened to make the device brick?
thanks for your attention
the flash process seems normal
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot devices
ZY223FFBZJ fastboot
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot oem fb_mode_set
OKAY [ 0.004s]
Finished. Total time: 0.006s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot flash partition gpt.bin
(bootloader) has-slotartition: not found
Sending 'partition' (32 KB) OKAY [ 0.013s]
Writing 'partition' (bootloader) Flashing primary GPT image...
(bootloader) Flashing backup GPT image...
OKAY [ 0.105s]
Finished. Total time: 0.312s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot flash bootloader bootloader.img
(bootloader) has-slot:bootloader: not found
Sending 'bootloader' (3651 KB) OKAY [ 0.233s]
Writing 'bootloader' (bootloader) validating: bootloader.default.xml ...
(bootloader) will pass: flash:aboot
(bootloader) will pass: flash:rpm
(bootloader) will pass: flash:tz
(bootloader) will pass: flash:hyp
(bootloader) will pass: flash:cmnlib
(bootloader) will pass: flash:keymaster
(bootloader) will pass: flash:sbl1
(bootloader) committing: bootloader.default.xml ...
(bootloader) - flashing 'emmc_appsboot.mbn' to 'aboot'
(bootloader) - flashing 'rpm.mbn' to 'rpm'
(bootloader) - flashing 'tz.mbn' to 'tz'
(bootloader) - flashing 'hyp.mbn' to 'hyp'
(bootloader) - flashing 'cmnlib.mbn' to 'cmnlib'
(bootloader) - flashing 'keymaster.mbn' to 'keymaster'
(bootloader) - flashing 'sbl1.mbn' to 'sbl1'
OKAY [ 0.526s]
Finished. Total time: 0.954s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot flash logo logo.bin
(bootloader) has-slot:logo: not found
Sending 'logo' (2186 KB) OKAY [ 0.140s]
Writing 'logo' OKAY [ 0.085s]
Finished. Total time: 0.419s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot flash boot boot.img
(bootloader) has-slot:boot: not found
Sending 'boot' (16384 KB) OKAY [ 0.976s]
Writing 'boot' (bootloader) Image signed with key bad key
OKAY [ 0.582s]
Finished. Total time: 1.755s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot flash recovery recovery.img
(bootloader) has-slot:recovery: not found
Sending 'recovery' (16484 KB) OKAY [ 0.968s]
Writing 'recovery' (bootloader) Image signed with key bad key
OKAY [ 0.616s]
Finished. Total time: 1.778s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot flash dsp adspso.bin
(bootloader) has-slot:dsp: not found
Sending 'dsp' (16384 KB) OKAY [ 0.945s]
Writing 'dsp' OKAY [ 0.442s]
Finished. Total time: 1.579s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot flash oem oem.img
(bootloader) has-slotem: not found
Sending 'oem' (96490 KB) OKAY [ 5.667s]
Writing 'oem' OKAY [ 2.455s]
Finished. Total time: 8.320s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot flash system system.img_sparsechunk.0
(bootloader) has-slot:system: not found
Sending 'system' (261013 KB) OKAY [ 15.346s]
Writing 'system' OKAY [ 6.736s]
Finished. Total time: 22.274s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot flash system system.img_sparsechunk.1
(bootloader) has-slot:system: not found
Sending 'system' (250846 KB) OKAY [ 14.594s]
Writing 'system' OKAY [ 6.469s]
Finished. Total time: 21.258s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot flash system system.img_sparsechunk.2
(bootloader) has-slot:system: not found
Sending 'system' (254613 KB) OKAY [ 14.836s]
Writing 'system' OKAY [ 6.550s]
Finished. Total time: 21.583s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot flash system system.img_sparsechunk.3
(bootloader) has-slot:system: not found
Sending 'system' (261613 KB) OKAY [ 15.235s]
Writing 'system' OKAY [ 6.376s]
Finished. Total time: 21.805s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot flash system system.img_sparsechunk.4
(bootloader) has-slot:system: not found
Sending 'system' (260927 KB) OKAY [ 15.228s]
Writing 'system' OKAY [ 6.816s]
Finished. Total time: 22.256s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot flash system system.img_sparsechunk.5
(bootloader) has-slot:system: not found
Sending 'system' (255614 KB) OKAY [ 14.858s]
Writing 'system' OKAY [ 6.402s]
Finished. Total time: 21.456s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot flash system system.img_sparsechunk.6
(bootloader) has-slot:system: not found
Sending 'system' (253500 KB) OKAY [ 14.653s]
Writing 'system' OKAY [ 6.875s]
Finished. Total time: 21.724s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot flash system system.img_sparsechunk.7
(bootloader) has-slot:system: not found
Sending 'system' (82497 KB) OKAY [ 4.786s]
Writing 'system' OKAY [ 2.052s]
Finished. Total time: 7.035s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot flash modem NON-HLOS.bin
(bootloader) has-slot:modem: not found
Sending 'modem' (76958 KB) OKAY [ 4.440s]
Writing 'modem' OKAY [ 1.960s]
Finished. Total time: 6.597s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot erase modemst1
(bootloader) has-slot:modemst1: not found
Erasing 'modemst1' OKAY [ 0.035s]
Finished. Total time: 0.231s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot erase modemst2
(bootloader) has-slot:modemst2: not found
Erasing 'modemst2' OKAY [ 0.035s]
Finished. Total time: 0.231s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot flash fsg fsg.mbn
(bootloader) has-slot:fsg: not found
Sending 'fsg' (2032 KB) OKAY [ 0.128s]
Writing 'fsg' OKAY [ 0.096s]
Finished. Total time: 0.418s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot erase cache
(bootloader) has-slot:cache: not found
Erasing 'cache' OKAY [ 0.023s]
Finished. Total time: 0.219s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot erase userdata
(bootloader) has-slot:userdata: not found
Erasing 'userdata' OKAY [ 0.076s]
Finished. Total time: 0.273s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot erase customize
(bootloader) has-slot:customize: not found
Erasing 'customize' OKAY [ 0.020s]
Finished. Total time: 0.216s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot erase clogo
(bootloader) has-slot:clogo: not found
Erasing 'clogo' OKAY [ 0.022s]
Finished. Total time: 0.216s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot oem fb_mode_clear
OKAY [ 0.005s]
Finished. Total time: 0.005s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot rebbot
fastboot: usage: unknown command rebbot
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot reboot
Rebooting
Finished. Total time: 0.007s
C:\Users\Marce\AppData\Local\Android\Sdk\platform-tools>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: moto-msm8952-B1.07
(bootloader) product: athene_13mp
(bootloader) board: athene_13mp
(bootloader) secure: yes
(bootloader) hwrev: P2A
(bootloader) radio: 5
(bootloader) storage-type: emmc
(bootloader) emmc: 16GB SAMSUNG QE13MB RV=08 PV=07 FV=0000000000000007
(bootloader) ram: 2GB SAMSUNG LP3 DIE=8Gb M5=01 M6=05 M7=00 M8=1F
(bootloader) cpu: MSM8952
(bootloader) serialno: ZY223FFBZJ
(bootloader) cid: 0x0032
(bootloader) channelid: 0x1a
(bootloader) uid: 37E01A0100000000000000000000
(bootloader) securestate: flashing_unlocked
(bootloader) iswarrantyvoid: yes
(bootloader) max-download-size: 536870912
(bootloader) reason: Reboot mode set to fastboot
(bootloader) imei: 358216070360003
(bootloader) meid:
(bootloader) date: 09-16-2016
(bootloader) sku: XT1621
(bootloader) battid: SNN5970A
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) current-time: "Tue May 24 16: 0:45 UTC 2016"
(bootloader) ro.build.fingerprint[0]: motorola/athene/athene:6.0.1/MPJ24
(bootloader) ro.build.fingerprint[1]: .139-23.4/4:user/release-keys
(bootloader) ro.build.version.full[0]: Blur_Version.24.24.4.athene.retai
(bootloader) ro.build.version.full[1]: l.en.US
(bootloader) ro.build.version.qcom: LA.BR.1.3.3-02720-8976.0
(bootloader) version-baseband: M8952_70004.04.03.32R ATHENE_LATAM_CUST
(bootloader) kernel.version[0]: Linux version 3.10.84-gcf01273 (hudsoncm
(bootloader) kernel.version[1]: @ilclbld30) (gcc version 4.9.x-google 20
(bootloader) kernel.version[2]: 140827 (prerelease) (GCC) ) #1 SMP PREEM
(bootloader) kernel.version[3]: PT Sat May 14 20:58:01 CDT 2016
(bootloader) sbl1.git: git=MBM-NG-VB1.07-0-g57d1343
(bootloader) rpm.git: git=MBM-NG-VB1.06-0-ga970ead
(bootloader) tz.git: git=69dd24b-dirty
(bootloader) hyp.git: git=69dd24b-dirty
(bootloader) keymaster.git: git=69dd24b-dirty
(bootloader) cmnlib.git: git=69dd24b-dirty
(bootloader) aboot.git: git=MBM-NG-VB1.07-0-gf9b89ba
(bootloader) qe: qe 1/1
(bootloader) frp-state: protected (77)
(bootloader) ro.carrier: retar
all: listed above
Finished. Total time: 0.168s
Click to expand...
Click to collapse
here the list of commands
fastboot oem fb_mode_set
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 dsp adspso.bin
fastboot flash oem oem.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 system system.img_sparsechunk.7
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot oem fb_mode_clear
Click to expand...
Click to collapse
Thanks for the flash log and your getvar logs. It looks like that the flash, despite apparently writing, is not being committed to the flash memory. Despite your bootloader being updated to B1:07 (which is the version expected for the April 2018 security patch firmware), your device is, for some reason, not writing the updated system. Your system version is still 6.0.1 (with the May 2016 security patch?). Unfortunately, that may mean a failing flash memory or other hardware fault, especially if you can't flash stock firmware.
I'd try the flash again with a high quality USB cable (preferably the original USB cable if one was provided) and try to use different USB ports. Else, you may have to consider sending it for repair or ask your friend to possibly return it.
Ok I will try to follow your advice, if I find a solution I will post it and if it does not work I will return it to my friend.
I thought it would be easier to fix it.
But if the phone has any hardware failure they will have to take it to the technical service.
Thanks for the help.

Need help my Moto g5plus hard brick dead solution

Hi everybody today I want to flash pixel rom pie 9
but Why I don't know my phone to have hardbrick,
I can try to unlock bootloader again, but I still the code on CMD
(bootloader) Unlock data:
(bootloader) read datablock error
(bootloader) Failed
OKAY [ 0.016s]
finished. total time: 0.016s
Can help me pls
Sorry for my language
terawoot said:
Hi everybody today I want to flash pixel rom pie 9
but Why I don't know my phone to have hardbrick,
I can try to unlock bootloader again, but I still the code on CMD
(bootloader) Unlock data:
(bootloader) read datablock error
(bootloader) Failed
OKAY [ 0.016s]
finished. total time: 0.016s
Can help me pls
Sorry for my language
Click to expand...
Click to collapse
PS C:\Users\Skincat\Desktop\motog5+\mfastboot> fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: moto-msm8953-C0.92(*)
(bootloader) product: potter
(bootloader) board: potter
(bootloader) secure: yes
(bootloader) hwrev: P3B
(bootloader) radio: 3
(bootloader) storage-type: emmc
(bootloader) emmc: 32GB SAMSUNG RX14MB RV=08 PV=07 FV=0000000000000007
(bootloader) ram: 4GB SAMSUNG LP3 DIE=8Gb M5=01 M6=05 M7=00 M8=5F
(bootloader) cpu: MSM8953
(bootloader) serialno: 5f9fd45e
(bootloader) cid: 0xDEAD
(bootloader) channelid: 0x00
(bootloader) uid: 8B55166800000000000000000000
(bootloader) securestate: oem_locked
(bootloader) iswarrantyvoid: n/a
(bootloader) max-download-size: 534773760
(bootloader) reason: Last time flashing failed
(bootloader) imei: 000000000000000
(bootloader) meid:
(bootloader) date: 01-01-1970
(bootloader) sku: 000000000000000
(bootloader) carrier_sku:
(bootloader) battid:
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) current-time:
(bootloader) ro.build.fingerprint:
(bootloader) poweroffalarm: 0
(bootloader) ro.build.version.full:
(bootloader) ro.build.version.qcom:
(bootloader) version-baseband:
(bootloader) kernel.version:
(bootloader) sbl1.git: sbl1.git
(bootloader) rpm.git: rpm.git
(bootloader) tz.git: tz.git
(bootloader) devcfg.git: devcfg.git
(bootloader) keymaster.git: keymaster.git
(bootloader) cmnlib.git: cmnlib.git
(bootloader) cmnlib64.git: cmnlib64.git
(bootloader) prov.git: prov.git
(bootloader) aboot.git: git=MBM-NG-VC0.92-0-g3ea8df0
(bootloader) frp-state: no protection (err)
(bootloader) ro.carrier:
(bootloader) current-slot:
(bootloader) slot-suffixes: _a
(bootloader) slot-count: 1
(bootloader) slot-successful:_a: INVALID
(bootloader) slot-successful:_b: INVALID
(bootloader) slot-bootable:_a: INVALID
(bootloader) slot-bootable:_b: INVALID
(bootloader) slot-retry-count:_a: unknown
(bootloader) slot-retry-count:_b: unknown
all: listed above
finished. total time: 0.078s
terawoot said:
PS C:\Users\Skincat\Desktop\motog5+\mfastboot> fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: moto-msm8953-C0.92(*)
(bootloader) product: potter
(bootloader) board: potter
(bootloader) secure: yes
(bootloader) hwrev: P3B
(bootloader) radio: 3
(bootloader) storage-type: emmc
(bootloader) emmc: 32GB SAMSUNG RX14MB RV=08 PV=07 FV=0000000000000007
(bootloader) ram: 4GB SAMSUNG LP3 DIE=8Gb M5=01 M6=05 M7=00 M8=5F
(bootloader) cpu: MSM8953
(bootloader) serialno: 5f9fd45e
(bootloader) cid: 0xDEAD
(bootloader) channelid: 0x00
(bootloader) uid: 8B55166800000000000000000000
(bootloader) securestate: oem_locked
(bootloader) iswarrantyvoid: n/a
(bootloader) max-download-size: 534773760
(bootloader) reason: Last time flashing failed
(bootloader) imei: 000000000000000
(bootloader) meid:
(bootloader) date: 01-01-1970
(bootloader) sku: 000000000000000
(bootloader) carrier_sku:
(bootloader) battid:
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) current-time:
(bootloader) ro.build.fingerprint:
(bootloader) poweroffalarm: 0
(bootloader) ro.build.version.full:
(bootloader) ro.build.version.qcom:
(bootloader) version-baseband:
(bootloader) kernel.version:
(bootloader) sbl1.git: sbl1.git
(bootloader) rpm.git: rpm.git
(bootloader) tz.git: tz.git
(bootloader) devcfg.git: devcfg.git
(bootloader) keymaster.git: keymaster.git
(bootloader) cmnlib.git: cmnlib.git
(bootloader) cmnlib64.git: cmnlib64.git
(bootloader) prov.git: prov.git
(bootloader) aboot.git: git=MBM-NG-VC0.92-0-g3ea8df0
(bootloader) frp-state: no protection (err)
(bootloader) ro.carrier:
(bootloader) current-slot:
(bootloader) slot-suffixes: _a
(bootloader) slot-count: 1
(bootloader) slot-successful:_a: INVALID
(bootloader) slot-successful:_b: INVALID
(bootloader) slot-bootable:_a: INVALID
(bootloader) slot-bootable:_b: INVALID
(bootloader) slot-retry-count:_a: unknown
(bootloader) slot-retry-count:_b: unknown
all: listed above
finished. total time: 0.078s
Click to expand...
Click to collapse
then now I still only this
(bootloader) Not in unlocked state
OKAY [ 0.002s]
finished. total time: 0.003s
target reported max download size of 534773760 bytes
sending 'partition' (45 KB)...
OKAY [ 0.003s]
writing 'partition'...
(bootloader) Validating 'gpt.default.xml'
(bootloader) Security version downgrade
(bootloader) Image primary_gpt failed validation
(bootloader) Preflash validation failed
(bootloader) Cancelling 'gpt.default.xml'
FAILED (remote failure)
finished. total time: 0.088s
target reported max download size of 534773760 bytes
sending 'bootloader' (5115 KB)...
OKAY [ 0.120s]
writing 'bootloader'...
(bootloader) Validating 'bootloader.default.xml'
(bootloader) Committing 'bootloader.default.xml'
(bootloader) - flashing 'emmc_appsboot.mbn' to 'aboot'
(bootloader) Failed to erase partition
(bootloader) Failed to flash partition aboot
FAILED (remote failure)
finished. total time: 0.366s
target reported max download size of 534773760 bytes
sending 'logo' (2186 KB)...
OKAY [ 0.055s]
writing 'logo'...
(bootloader) Failed to erase partition
(bootloader) Failed to flash partition logo
FAILED (remote failure)
finished. total time: 0.098s
target reported max download size of 534773760 bytes
sending 'boot' (16384 KB)...
OKAY [ 0.378s]
writing 'boot'...
(bootloader) Image boot failed validation
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.564s
target reported max download size of 534773760 bytes
sending 'recovery' (20580 KB)...
OKAY [ 0.464s]
writing 'recovery'...
(bootloader) Image recovery failed validation
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.689s
target reported max download size of 534773760 bytes
sending 'system' (256557 KB)...
OKAY [ 5.579s]
writing 'system'...
(bootloader) Image s failed validation
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 5.641s
target reported max download size of 534773760 bytes
sending 'system' (256617 KB)...
OKAY [ 5.564s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 5.599s
target reported max download size of 534773760 bytes
sending 'system' (253985 KB)...
OKAY [ 5.563s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 5.596s
target reported max download size of 534773760 bytes
sending 'system' (256710 KB)...
OKAY [ 5.563s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 5.589s
target reported max download size of 534773760 bytes
sending 'system' (256912 KB)...
OKAY [ 5.573s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 5.579s
target reported max download size of 534773760 bytes
sending 'system' (257861 KB)...
OKAY [ 5.575s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 5.609s
target reported max download size of 534773760 bytes
sending 'system' (260027 KB)...
OKAY [ 5.639s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 5.679s
target reported max download size of 534773760 bytes
sending 'system' (257785 KB)...
OKAY [ 5.567s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 5.610s
target reported max download size of 534773760 bytes
sending 'system' (257830 KB)...
OKAY [ 5.563s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 5.600s
target reported max download size of 534773760 bytes
sending 'modem' (71925 KB)...
OKAY [ 1.555s]
writing 'modem'...
(bootloader) Failed to erase partition
FAILED (remote failure)
finished. total time: 1.583s
erasing 'modemst1'...
(bootloader) Failed to erase partition
FAILED (remote failure)
finished. total time: 0.004s
erasing 'modemst2'...
(bootloader) Failed to erase partition
FAILED (remote failure)
finished. total time: 0.019s
target reported max download size of 534773760 bytes
sending 'fsg' (3012 KB)...
OKAY [ 0.072s]
writing 'fsg'...
(bootloader) Failed to erase partition
(bootloader) Failed to flash partition fsg
FAILED (remote failure)
finished. total time: 0.111s
error: cannot load 'BTFM.bin'
erasing 'cache'...
(bootloader) Failed to erase partition
FAILED (remote failure)
finished. total time: 0.008s
erasing 'userdata'...
(bootloader) Failed to erase partition
FAILED (remote failure)
finished. total time: 0.020s
...
(bootloader) Not in unlocked state
OKAY [ 0.086s]
finished. total time: 0.087s
rebooting...
Are you trying to flash a firmware or unlock the bootloader? Anyways the firmware you are trying to flash isn't the latest. It won't downgrade. Try the latest firmware.
Your bootloader seems to be locked.
You need to unlock that first. Try turning on OEM unlock from developer settings and then try the unlock data command.
And please follow guides or chances are you won't be able to recover the phone.
debdeep98 said:
Are you trying to flash a firmware or unlock the bootloader? Anyways the firmware you are trying to flash isn't the latest. It won't downgrade. Try the latest firmware.
Your bootloader seems to be locked.
You need to unlock that first. Try turning on OEM unlock from developer settings and then try the unlock data command.
And please follow guides or chances are you won't be able to recover the phone.
Click to expand...
Click to collapse
But I can't not start up my phone. so I think the bootloader is broken.
terawoot said:
But I can't not start up my phone. so I think the bootloader is broken.
Click to expand...
Click to collapse
Are you able to bring the device in bootloader/stock recovery mode?
If yes boot to bootloader mode with the key combination (I think it was power and vol down or power and vol up) and fastboot flash the latest stock firmware for your region:
https://mirrors.lolinet.com/firmware/moto/potter/official/RETAIL/
You don't need an unlocked bootloader for that.
terawoot said:
But I can't not start up my phone. so I think the bootloader is broken.
Click to expand...
Click to collapse
No it's not broken. If you are flashing oreo fimware there are 9 system sparse chunks(0-8). Make sure u flash them all.
terawoot said:
But I can't not start up my phone. so I think the bootloader is broken.
Click to expand...
Click to collapse
debdeep98 said:
No it's not broken. If you are flashing oreo fimware there are 9 system sparse chunks(0-8). Make sure u flash them all.
Click to expand...
Click to collapse
For Oreo the whole sets of commands are for
Locking:
-----------------
fastboot oem lock
fastboot oem lock
fastboot flash oem oem.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 system system.img_sparsechunk.7 fastboot flash system system.img_sparsechunk.8
fastboot flash boot boot.img
fastboot oem lock
-------------------
Flashing:
-------------------
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot erase modemst1
fastboot erase modemst2
fastboot flash dsp adspso.bin
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 system system.img_sparsechunk.7 fastboot flash system system.img_sparsechunk.8 fastboot flash oem oem.img
fastboot erase cache
fastboot erase userdata
fastboot erase DDR
fastboot oem fb_mode_clear
fastboot reboot
-----------------------------------
The same commands for Nougat:
Flashing:
-----------------------------------
fastboot oem fb_mode_set
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 dsp adspso.bin
fastboot flash oem oem.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 modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot oem fb_mode_clear
--------------------------
Locking:
fastboot oem lock
fastboot oem lock
fastboot flash oem oem.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 boot boot.img
fastboot oem lock

[Start Up Failed] [Error: Failed to pass validation ] I cant flash stock.

First: Sorry for my horrible english.
Second: I have a G5+ with a wrong SKU model (See screenshots) XT1601 (Is from G4 play, and yes, the phone is original)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
So, the other day i want to flash via terminal stock 8. ( I cant unlock bootloader, so i cant have twrp or similar)
And... My phone got bricked. And now, i cant unlock OEM, and cant flash any rom via all the known methods (Lenovo assistant etc) because the assistant dont recognize my phone (Bc the model in the phone is wrong XT1601) and i dont know what rom i need to flash because i dont find the exact rom i have working before.
And when i try to flash any rom i got this kind of messages in my device:
[Start Up Failed] [Error: Failed to pass validation ] [Fastboot reason: UTAG "bootmode" configured on fastboot]
And the Stock Recovery is gone.
I try to unlock OEM via all the known methos with no luck.
And i try THIS without any luck too.
Any method to revive the phone?
Thanks!
Did you try fastboot oem fb_mode_clear ?
May be try to flash a newer firmware. The latest one.
Oreo has 9 system files. systemsparsechunk(0-8). Did you flash all the files? Bc some guides have only 5 files(0-4).
debdeep98 said:
Did you try fastboot oem fb_mode_clear ?
May be try to flash a newer firmware. The latest one.
Oreo has 9 system files. systemsparsechunk(0-8). Did you flash all the files? Bc some guides have only 5 files(0-4).
Click to expand...
Click to collapse
My device dont have recovery Stock anymore, is this a problem?
And, what rom i need to flash?
Gothorian said:
My device dont have recovery Stock anymore, is this a problem?
And, what rom i need to flash?
Click to expand...
Click to collapse
No need to use recovery. You need to boot into bootloader (also no need to be unlocked) and enter the command debdeep98 suggests.
lpulido said:
No need to use recovery. You need to boot into bootloader (also no need to be unlocked) and enter the command debdeep98 suggests.
Click to expand...
Click to collapse
Ok, considering my device have a wrong SKU and the screenshots, what rom i need to flash? Im from Argentina.
EDIT: Yes, i try fb_mode_clear but still nothing, maybe i need to find the correct rom.
Gothorian said:
Ok, considering my device have a wrong SKU and the screenshots, what rom i need to flash? Im from Argentina.
EDIT: Yes, i try fb_mode_clear but still nothing, maybe i need to find the correct rom.
Click to expand...
Click to collapse
Can you post the picture of bootloader, so we could confirm which firmware your device needs.but still you You could flash your country firmware from here.
Link:-https://mirrors.lolinet.com/firmware/moto/potter/official/
And here is the procedure thread :-https://forum.xda-developers.com/g5...stboot-flash-stock-oreo-t3848433/post77752702
Gothorian said:
Ok, considering my device have a wrong SKU and the screenshots, what rom i need to flash? Im from Argentina.
EDIT: Yes, i try fb_mode_clear but still nothing, maybe i need to find the correct rom.
Click to expand...
Click to collapse
So I'm guessing your model is xt1680. So just flash the latest retail firmware 85-17-6 from link riyan mentioned. Update channels won't matter anymore since update cycle is over.
debdeep98 said:
So I'm guessing your model is xt1680. So just flash the latest retail firmware 85-17-6 from link riyan mentioned. Update channels won't matter anymore since update cycle is over.
Click to expand...
Click to collapse
Ok, let me try, but u need to know i downloaded the correct rom i have before and try to flash it without luck. And the terminal give me this kind of results (And with other roms i try too):
And then, i reboot my phone and got Start Up Failed. Error: Failed to pass validation etc etc etc.
Edit: Yes, i have drivers installed.
Gothorian said:
Ok, let me try, but u need to know i downloaded the correct rom i have before and try to flash it without luck. And the terminal give me this kind of results (And with other roms i try too):
And then, i reboot my phone and got Start Up Failed. Error: Failed to pass validation etc etc etc.
Click to expand...
Click to collapse
Yeah.. no.. It says security version downgrade.. Means you are on a newer firmware and you are trying to flash an older firmware.. Try the latest firmware..
Try
Code:
fastboot getvar all
. This should show the last build id.. it should be (bootloader) ro.build.fingerprint. something like this.. you either get the lastest firmware or the one you are already on..
I don't remember correctly but flashing older firmware bricks the device. I think. There are guides to restore.
Edit. Okay just saw that you are on 92-4. Just try an OPS build.
debdeep98 said:
Yeah.. no.. It says security version downgrade.. Means you are on a newer firmware and you are trying to flash an older firmware.. Try the latest firmware..
Try
Code:
fastboot getvar all
. This should show the last build id.. it should be (bootloader) ro.build.fingerprint. something like this.. you either get the lastest firmware or the one you are already on..
I don't remember correctly but flashing older firmware bricks the device. I think. There are guides to restore.
Edit. Okay just saw that you are on 92-4. Just try an OPS build.
Click to expand...
Click to collapse
Sorry im new with Moto Devices, (All my life i have Samsungs) what are OPS build? And where i find it?
Thanks for u help.
Gothorian said:
Sorry im new with Moto Devices, (All my life i have Samsungs) what are OPS build? And where i find it?
Thanks for u help.
Click to expand...
Click to collapse
Your build no (compilacion) starts with NPS. That is a nougat(7) build. OPS are the Oreo(8) builds.
What is the version of the firmware you are trying to flash? And which guide are you using?
debdeep98 said:
Your build no (compilacion) starts with NPS. That is a nougat(7) build. OPS are the Oreo(8) builds.
What is the version of the firmware you are trying to flash? And which guide are you using?
Click to expand...
Click to collapse
Sorry for the delay guys.
im not use any guide, and for the version, i have a lot here in my pc, but nothing works.
Sorry for the bad quality.
I try everything, but nothing. Every time i end here. Maybe is the wrong version/variant XT1601. (Look at the photo)
Idk if a blankfkash work... But i need one for my variant.
Gothorian said:
Sorry for the delay guys.
im not use any guide, and for the version, i have a lot here in my pc, but nothing works.
Sorry for the bad quality.
I try everything, but nothing. Every time i end here. Maybe is the wrong version/variant XT1601. (Look at the photo)
Idk if a blankfkash work... But i need one for my variant.
Click to expand...
Click to collapse
Why don't you use Lenovo Moto smart assistant app in your pc as it will flash the device with the latest firmware and you don't need to do anything.
riyan65 said:
Why don't you use Lenovo Moto smart assistant app in your pc as it will flash the device with the latest firmware and you don't need to do anything.
Click to expand...
Click to collapse
Because Lenovo Moto smart assistant dont recognize mi phone.
Gothorian said:
Sorry for the delay guys.
im not use any guide, and for the version, i have a lot here in my pc, but nothing works.
Sorry for the bad quality.
I try everything, but nothing. Every time i end here. Maybe is the wrong version/variant XT1601. (Look at the photo)
Idk if a blankfkash work... But i need one for my variant.
Click to expand...
Click to collapse
The baseband and bl are ok. Model is different. I don't think blank flash would work and don't try that unless you are only left with the blink notif light.
Try flashing this file.
[https://mirrors.lolinet.com/firmwar...bsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip]
Does the bootloader unlock?
From the picture it says security version downgrade. So this should work.
debdeep98 said:
The baseband and bl are ok. Model is different. I don't think blank flash would work and don't try that unless you are only left with the blink notif light.
Try flashing this file.
[https://mirrors.lolinet.com/firmwar...bsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip]
Does the bootloader unlock?
From the picture it says security version downgrade. So this should work.
Click to expand...
Click to collapse
Let me try flashing the rom u post. And no. I cant unlock bootloader sadly.
debdeep98 said:
The baseband and bl are ok. Model is different. I don't think blank flash would work and don't try that unless you are only left with the blink notif light.
Try flashing this file.
[https://mirrors.lolinet.com/firmwar...bsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip]
Does the bootloader unlock?
From the picture it says security version downgrade. So this should work.
Click to expand...
Click to collapse
Still nothing. I adjunt the code in ADB/Fastboot:
Code:
Microsoft Windows [Versión 10.0.17763.503]
(c) 2018 Microsoft Corporation. Todos los derechos reservados.
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot devices
ZY2245XNKB fastboot
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot oem fb_mode_set
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
...
OKAY [ 0.172s]
finished. total time: 0.203s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash partition gpt.bin
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:partition: not found
target reported max download size of 536870912 bytes
sending 'partition' (45 KB)...
OKAY [ 0.016s]
writing 'partition'...
(bootloader) Validating 'gpt.default.xml'
(bootloader) Security version downgrade
(bootloader) Image primary_gpt failed validation
(bootloader) Preflash validation failed
(bootloader) Cancelling 'gpt.default.xml'
FAILED (remote failure)
finished. total time: 0.156s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash bootloader bootloader.img
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:bootloader: not found
target reported max download size of 536870912 bytes
sending 'bootloader' (5115 KB)...
OKAY [ 0.125s]
writing 'bootloader'...
(bootloader) Validating 'bootloader.default.xml'
(bootloader) Committing 'bootloader.default.xml'
(bootloader) - flashing 'emmc_appsboot.mbn' to 'aboot'
(bootloader) - flashing 'rpm.mbn' to 'rpm'
(bootloader) - flashing 'tz.mbn' to 'tz'
(bootloader) - flashing 'devcfg.mbn' to 'devcfg'
(bootloader) - flashing 'cmnlib.mbn' to 'cmnlib'
(bootloader) - flashing 'cmnlib64.mbn' to 'cmnlib64'
(bootloader) - flashing 'keymaster.mbn' to 'keymaster'
(bootloader) - flashing 'prov.mbn' to 'prov'
(bootloader) - flashing 'sbl1.mbn' to 'sbl1'
OKAY [ 0.781s]
finished. total time: 0.922s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash logo logo.bin
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:logo: not found
target reported max download size of 536870912 bytes
sending 'logo' (2186 KB)...
OKAY [ 0.078s]
writing 'logo'...
OKAY [ 0.141s]
finished. total time: 0.234s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash boot boot.img
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:boot: not found
target reported max download size of 536870912 bytes
sending 'boot' (16384 KB)...
OKAY [ 0.407s]
writing 'boot'...
(bootloader) Security version downgrade
(bootloader) Image boot failed validation
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.672s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>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' (20580 KB)...
OKAY [ 0.516s]
writing 'recovery'...
(bootloader) Security version downgrade
(bootloader) Image recovery failed validation
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.812s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash dsp adspso.bin
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:dsp: not found
target reported max download size of 536870912 bytes
sending 'dsp' (16384 KB)...
OKAY [ 0.391s]
writing 'dsp'...
OKAY [ 0.297s]
finished. total time: 0.719s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash oem oem.img
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:oem: not found
target reported max download size of 536870912 bytes
sending 'oem' (104608 KB)...
OKAY [ 2.516s]
writing 'oem'...
(bootloader) Security version downgrade
(bootloader) Image o failed validation
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 2.687s
C:\Users\orcri\Desktop\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' (256557 KB)...
OKAY [ 6.141s]
writing 'system'...
(bootloader) Security version downgrade
(bootloader) Image s failed validation
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 6.312s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash system system.img_sparsechunk.1
(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' (256617 KB)...
OKAY [ 6.098s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 6.176s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash system system.img_sparsechunk.2
(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' (253985 KB)...
OKAY [ 6.092s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 6.186s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash system system.img_sparsechunk.3
(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' (256710 KB)...
OKAY [ 6.178s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 6.240s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash system system.img_sparsechunk.4
(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' (256912 KB)...
OKAY [ 6.093s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 6.125s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash system system.img_sparsechunk.5
(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' (257861 KB)...
OKAY [ 6.069s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 6.147s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash system system.img_sparsechunk.6
(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' (260027 KB)...
OKAY [ 6.191s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 6.269s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash system system.img_sparsechunk.7
(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' (257785 KB)...
OKAY [ 6.129s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 6.223s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash system system.img_sparsechunk.8
(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' (257830 KB)...
OKAY [ 6.194s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 6.272s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash modem NON-HLOS.bin
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:modem: not found
target reported max download size of 536870912 bytes
sending 'modem' (71925 KB)...
OKAY [ 1.735s]
writing 'modem'...
OKAY [ 1.141s]
finished. total time: 2.891s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot erase modemst1
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:modemst1: not found
erasing 'modemst1'...
OKAY [ 0.047s]
finished. total time: 0.047s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot erase modemst2
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:modemst2: not found
erasing 'modemst2'...
OKAY [ 0.047s]
finished. total time: 0.062s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash fsg fsg.mbn
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:fsg: not found
target reported max download size of 536870912 bytes
sending 'fsg' (3012 KB)...
OKAY [ 0.094s]
writing 'fsg'...
OKAY [ 0.125s]
finished. total time: 0.235s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot erase cache
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:cache: not found
erasing 'cache'...
OKAY [ 0.031s]
finished. total time: 0.047s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot erase userdata
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:userdata: not found
erasing 'userdata'...
OKAY [ 0.187s]
finished. total time: 0.203s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot erase customize
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:customize: not found
erasing 'customize'...
(bootloader) Permission denied
FAILED (remote failure)
finished. total time: 0.062s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot erase clogo
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:clogo: not found
erasing 'clogo'...
(bootloader) Permission denied
FAILED (remote failure)
finished. total time: 0.047s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot oem fb_mode_clear
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
...
OKAY [ 0.172s]
finished. total time: 0.188s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot reboot
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
rebooting...
finished. total time: 0.266s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot oem fb_mode_set
...
OKAY [ 0.016s]
finished. total time: 0.016s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash partition gpt.bin
target reported max download size of 534773760 bytes
sending 'partition' (45 KB)...
OKAY [ 0.031s]
writing 'partition'...
(bootloader) Validating 'gpt.default.xml'
(bootloader) Security version downgrade
(bootloader) Image primary_gpt failed validation
(bootloader) Preflash validation failed
(bootloader) Cancelling 'gpt.default.xml'
FAILED (remote failure)
finished. total time: 0.172s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash bootloader bootloader.img
target reported max download size of 534773760 bytes
sending 'bootloader' (5115 KB)...
OKAY [ 0.141s]
writing 'bootloader'...
(bootloader) Validating 'bootloader.default.xml'
(bootloader) Committing 'bootloader.default.xml'
(bootloader) - flashing 'emmc_appsboot.mbn' to 'aboot'
(bootloader) - flashing 'rpm.mbn' to 'rpm'
(bootloader) - flashing 'tz.mbn' to 'tz'
(bootloader) - flashing 'devcfg.mbn' to 'devcfg'
(bootloader) - flashing 'cmnlib.mbn' to 'cmnlib'
(bootloader) - flashing 'cmnlib64.mbn' to 'cmnlib64'
(bootloader) - flashing 'keymaster.mbn' to 'keymaster'
(bootloader) - flashing 'prov.mbn' to 'prov'
(bootloader) - flashing 'sbl1.mbn' to 'sbl1'
OKAY [ 0.578s]
finished. total time: 0.766s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash logo logo.bin
target reported max download size of 534773760 bytes
sending 'logo' (2186 KB)...
OKAY [ 0.078s]
writing 'logo'...
OKAY [ 0.125s]
finished. total time: 0.234s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash boot boot.img
target reported max download size of 534773760 bytes
sending 'boot' (16384 KB)...
OKAY [ 0.438s]
writing 'boot'...
(bootloader) Security version downgrade
(bootloader) Image boot failed validation
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.703s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash recovery recovery.img
target reported max download size of 534773760 bytes
sending 'recovery' (20580 KB)...
OKAY [ 0.532s]
writing 'recovery'...
(bootloader) Security version downgrade
(bootloader) Image recovery failed validation
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 0.828s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash dsp adspso.bin
target reported max download size of 534773760 bytes
sending 'dsp' (16384 KB)...
OKAY [ 0.391s]
writing 'dsp'...
OKAY [ 0.301s]
finished. total time: 0.722s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash oem oem.img
target reported max download size of 534773760 bytes
sending 'oem' (104608 KB)...
OKAY [ 2.506s]
writing 'oem'...
(bootloader) Security version downgrade
(bootloader) Image o failed validation
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 2.646s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash system system.img_sparsechunk.0
target reported max download size of 534773760 bytes
sending 'system' (256557 KB)...
OKAY [ 6.149s]
writing 'system'...
(bootloader) Security version downgrade
(bootloader) Image s failed validation
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 6.274s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash system system.img_sparsechunk.1
target reported max download size of 534773760 bytes
sending 'system' (256617 KB)...
OKAY [ 6.109s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 6.140s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash system system.img_sparsechunk.2
target reported max download size of 534773760 bytes
sending 'system' (253985 KB)...
OKAY [ 6.156s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 6.218s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash system system.img_sparsechunk.3
target reported max download size of 534773760 bytes
sending 'system' (256710 KB)...
OKAY [ 6.172s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 6.234s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash system system.img_sparsechunk.4
target reported max download size of 534773760 bytes
sending 'system' (256912 KB)...
OKAY [ 6.017s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 6.048s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash system system.img_sparsechunk.5
target reported max download size of 534773760 bytes
sending 'system' (257861 KB)...
OKAY [ 6.265s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 6.312s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash system system.img_sparsechunk.6
target reported max download size of 534773760 bytes
sending 'system' (260027 KB)...
OKAY [ 6.356s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 6.396s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash system system.img_sparsechunk.7
target reported max download size of 534773760 bytes
sending 'system' (257785 KB)...
OKAY [ 6.057s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 6.182s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash system system.img_sparsechunk.8
target reported max download size of 534773760 bytes
sending 'system' (257830 KB)...
OKAY [ 6.156s]
writing 'system'...
(bootloader) Invalid signed image
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 6.203s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash modem NON-HLOS.bin
target reported max download size of 534773760 bytes
sending 'modem' (71925 KB)...
OKAY [ 1.766s]
writing 'modem'...
OKAY [ 1.109s]
finished. total time: 2.875s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot erase modemst1
erasing 'modemst1'...
OKAY [ 0.047s]
finished. total time: 0.062s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot erase modemst2
erasing 'modemst2'...
OKAY [ 0.047s]
finished. total time: 0.047s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot flash fsg fsg.mbn
target reported max download size of 534773760 bytes
sending 'fsg' (3012 KB)...
OKAY [ 0.078s]
writing 'fsg'...
OKAY [ 0.125s]
finished. total time: 0.219s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot erase cache
erasing 'cache'...
OKAY [ 0.031s]
finished. total time: 0.031s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot erase userdata
erasing 'userdata'...
OKAY [ 0.187s]
finished. total time: 0.187s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot erase customize
erasing 'customize'...
(bootloader) Permission denied
FAILED (remote failure)
finished. total time: 0.031s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot erase clogo
erasing 'clogo'...
(bootloader) Permission denied
FAILED (remote failure)
finished. total time: 0.047s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot oem fb_mode_clear
...
OKAY [ 0.016s]
finished. total time: 0.047s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot reboot
rebooting...
finished. total time: 0.031s
C:\Users\orcri\Desktop\Minimal ADB and Fastboot>fastboot oem fb_mode_set
And in Fastboot i got this:Invalid PIV system image. Why the phone cant flash any rom? it worries me.
In Bootloader Logs i got this:
Set Up Failed. Your device didn't start up successfully try to conect...
ERROR: Failed to pass validation, backup to fastboot
Fastboot reason: Fall-Through from normal boot mode
And yes, im trying flash the rom u gaveme.
Gothorian said:
Still nothing. I adjunt the code in ADB/Fastboot:
And in Fastboot i got this:Invalid PIV system image. Why the phone cant flash any rom? it worries me.
In Bootloader Logs i got this:
Set Up Failed. Your device didn't start up successfully try to conect...
ERROR: Failed to pass validation, backup to fastboot
Fastboot reason: Fall-Through from normal boot mode
And yes, im trying flash the rom u gaveme.
Click to expand...
Click to collapse
Can you post the procedure how you are flashing the ROM in device.
riyan65 said:
Can you post the procedure how you are flashing the ROM in device.
Click to expand...
Click to collapse
Im use this procedure, basically y extract the xml.zip into fastboot lite folder, run the CMD first i do "fastboot device" if the pc recognize my phone and copy/paste all the commands and wait.
Did you buy the device brand new or was it second hand?
It looks like the device was already bricked once and someone blank flashed it.
Flashing isn't working because the model no is different probably.
Someone managed to flash oreo with the Z Play bootloader the phone boots up but there is no connectivity.

Categories

Resources