I have tried 5 different firmware image downloads to get the stock rom fixed on a soft-bricked XT1900-1, but ALWAYS get:
writing 'boot_a'...
(bootloader) Preflash validation failed
FAILED (remote failure)
Which firmware do I need? Bootloader screen says:
Product/Variant: payton XT1900-1 64GB P4
and I already tried the firmware provided by thread:
https://forum.xda-developers.com/showthread.php?t=3918675
Cheers.
Der_CraftMeister said:
I have tried 5 different firmware image downloads to get the stock rom fixed on a soft-bricked XT1900-1, but ALWAYS get:
writing 'boot_a'...
(bootloader) Preflash validation failed
FAILED (remote failure)
Which firmware do I need? Bootloader screen says:
Product/Variant: payton XT1900-1 64GB P4
and I already tried the firmware provided by thread:
https://forum.xda-developers.com/showthread.php?t=3918675
Cheers.
Click to expand...
Click to collapse
To find correct firmware check getvar all
Code:
fastboot getvar all
https://forum.xda-developers.com/general/rooting-roms/guide-flashing-motorola-firmware-t4042039
Or LMSA's Flash Rescue option
https://forum.xda-developers.com/general/general/update-moto-lenovo-moto-smart-assistant-t3951714
Sent from my Moto E (4) using Tapatalk
https://www.motorola.com/us/rescue-and-smart-assistant/p
sd_shadow said:
To find correct firmware check getvar all
Code:
fastboot getvar all
https://forum.xda-developers.com/general/rooting-roms/guide-flashing-motorola-firmware-t4042039
Or LMSA's Flash Rescue option
https://forum.xda-developers.com/general/general/update-moto-lenovo-moto-smart-assistant-t3951714
Sent from my Moto E (4) using Tapatalk
Click to expand...
Click to collapse
Thanks, I got the info from "getvar":
Code:
(bootloader) kernel: uefi
(bootloader) version-bootloader: MBM-3.0-payton_fi-0e6e7ce-181231
(bootloader) product: payton
(bootloader) board: payton
(bootloader) secure: yes
(bootloader) hwrev: P4
(bootloader) radio: NA
(bootloader) storage-type: eMMC
(bootloader) emmc: 64GB SKHYNIX HCG8a4 RV=08 PV=A2 FV=00000000000000A2
(bootloader) ufs: N/A
(bootloader) ram: 4GB SKHYNIX LP4x DIE=16Gb M5=06 M6=04 M7=00 M8=11
(bootloader) cpu: SDM630 1.0 (2)
(bootloader) serialno: <<ELIDED>>
(bootloader) cid: 0x0032
(bootloader) channelid: 0x8d
(bootloader) uid: 9C3D2B91
(bootloader) securestate: oem_locked
(bootloader) verity-state: enforcing (0)
(bootloader) iswarrantyvoid: no
(bootloader) max-download-size: 536870912
(bootloader) reason: Reboot mode set to fastboot
(bootloader) imei: <<ELIDED>>
(bootloader) meid:
(bootloader) date: 08-28-2018
(bootloader) sku: XT1900-1
(bootloader) carrier_sku: XT1900-1
(bootloader) battid: SNN5994A
(bootloader) battery-voltage: 4083
(bootloader) iccid: <<ELIDED>>
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) ro.build.fingerprint[0]: motorola/payton_fi/payton_sprout:9
(bootloader) ro.build.fingerprint[1]: /PPWS29.69-39-6-9/b16e4a:user/rele
(bootloader) ro.build.fingerprint[2]: ase-keys
(bootloader) poweroffalarm: 0
(bootloader) ro.build.version.full[0]: Blur_Version.29.491.46.payton_fi.
(bootloader) ro.build.version.full[1]: google_fi.en.US
(bootloader) ro.build.version.qcom: LA.UM.7.2.r1-04900-sdm660.0
(bootloader) version-baseband: <not found>
(bootloader) kernel.version[0]: Linux version 4.4.153-perf-g946d6d55f443
(bootloader) kernel.version[1]: -02533-g44f8cfac145a ([email protected]
(bootloader) kernel.version[2]: ) (gcc version 4.9.x 20150123 (prereleas
(bootloader) kernel.version[3]: e) (GCC) ) #1 SMP PREEMPT Tue May 19 02:
(bootloader) kernel.version[4]: 41:47 CDT 2020
(bootloader) git:abl: MBM-3.0-payton_fi-0e6e7ce-181231
(bootloader) git:xbl: MBM-3.0-payton_fi-6b0c3d7-181231
(bootloader) git:pmic: MBM-3.0-payton_fi-6b0c3d7-181231
(bootloader) git:rpm: MBM-3.0-payton_fi-b0c6622-181231
(bootloader) git:tz: MBM-3.0-payton_fi-c593123-dirty-181231
(bootloader) git:hyp: MBM-3.0-payton_fi-c593123-dirty-181231
(bootloader) git:devcfg: MBM-3.0-payton_fi-c593123-dirty-181231
(bootloader) git:cmnlib: MBM-3.0-payton_fi-c593123-dirty-181231
(bootloader) git:cmnlib64: MBM-3.0-payton_fi-c593123-dirty-181231
(bootloader) git:keymaster: MBM-3.0-payton_fi-c593123-dirty-181231
(bootloader) git:prov: MBM-3.0-payton_fi-c593123-dirty-181231
(bootloader) git:storsec: MBM-3.0-payton_fi-c593123-dirty-181231
(bootloader) frp-state: protected (409)
(bootloader) ro.carrier: retus
(bootloader) current-slot: a
(bootloader) running-bl-slot: _a/_a
(bootloader) running-boot-lun: 0
(bootloader) slot-count: 2
(bootloader) slot-successful:_a: no
(bootloader) slot-successful:_b: no
(bootloader) slot-unbootable:_a: no
(bootloader) slot-unbootable:_b: no
(bootloader) slot-retry-count:_a: 7
(bootloader) slot-retry-count:_b: 0
all: listed above
finished. total time: 0.045s
...upon which I downloaded:
XT1900-1_PAYTON_FI_9.0_PPWS29.69-26-4_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
from the mirrors site, and still got (remote failure) upon trying to flash the boot_a partition with boot.img.
Any hints/helps?
Regards,
Chris.
Der_CraftMeister said:
To find correct firmware check getvar all
Thanks, I got the info from "getvar":
...upon which I downloaded:
XT1900-1_PAYTON_FI_9.0_PPWS29.69-26-4_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
from the mirrors site, and still got (remote failure) upon trying to flash the boot_a partition with boot.img.
Any hints/helps?
Regards,
Chris.
Click to expand...
Click to collapse
Bootloader is locked, manual flashing rarely works.
Use LMSA Flash Rescue or RSD Lite
https://forum.xda-developers.com/general/rooting-roms/guide-flashing-motorola-firmware-t4042039
Sent from my ali using XDA Labs
sd_shadow said:
Bootloader is locked, manual flashing rarely works.
Use LMSA Flash Rescue or RSD Lite
https://forum.xda-developers.com/general/rooting-roms/guide-flashing-motorola-firmware-t4042039
Sent from my ali using XDA Labs
Click to expand...
Click to collapse
RSDlite can't see pie on x4.
Related
Dear Members,
My friend Have Moto X4 (Out of Warranty) this phone popup always says "Close App". So he cannot use the phone.
We tried to repair the phone 2-3 shops. No one able to solve the issue.
I am new to Android, So I thought to watch some youtube videos and downgrade the OS.
So I tried to reduce the Android version to "PAYTON_RETAIL_9.0_PPW29.69-26_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip".
My bad, I watched only some Youtube videos (munchy) and started the procedure from that video.
After those steps My phone Locked. I tried to get help from him but he says the following.
"your bootloader is locked ..nothing i can do to help". sorry.
I have product vairiant : payton XT1900-2 64GB P4.
Power ok, then "oem_locked".
I am using Windows 10.
Some more information
--------
C:\adb>fastboot devices
ZY224GVR4R fastboot
--------
Fastboot recognize the device. adb not working. I have the Unlock Code from Motorola. But I cannot use it.
C:\adb>fastboot oem unlock WDEJJDCG2WPXNSWBGRT7
(bootloader) Check 'OEM unlocking' in Android Settings > Developer
(bootloader) Options
OKAY [ 0.012s]
finished. total time: 0.013s
mobile network not detected.
Tried with Wi-fi, the device search progress bar keeps on running. Didn't find the Hotspots/Wifi Router. There is no next button to proceed.
please advise me the next step. Thanks for the reply and your help.
I have the logs while the first attempt fails and erase everything.
Please help to use the phone. Thanks
patrickjjs said:
Dear Members,
My friend Have Moto X4 (Out of Warranty) this phone popup always says "Close App". So he cannot use the phone.
We tried to repair the phone 2-3 shops. No one able to solve the issue.
I am new to Android, So I thought to watch some youtube videos and downgrade the OS.
So I tried to reduce the Android version to "PAYTON_RETAIL_9.0_PPW29.69-26_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip".
My bad, I watched only some Youtube videos (munchy) and started the procedure from that video.
After those steps My phone Locked. I tried to get help from him but he says the following.
"your bootloader is locked ..nothing i can do to help". sorry.
I have product vairiant : payton XT1900-2 64GB P4.
Power ok, then "oem_locked".
I am using Windows 10.
Some more information
--------
C:\adb>fastboot devices
ZY224GVR4R fastboot
--------
Fastboot recognize the device. adb not working. I have the Unlock Code from Motorola. But I cannot use it.
C:\adb>fastboot oem unlock WDEJJDCG2WPXNSWBGRT7
(bootloader) Check 'OEM unlocking' in Android Settings > Developer
(bootloader) Options
OKAY [ 0.012s]
finished. total time: 0.013s
mobile network not detected.
Tried with Wi-fi, the device search progress bar keeps on running. Didn't find the Hotspots/Wifi Router. There is no next button to proceed.
please advise me the next step. Thanks for the reply and your help.
I have the logs while the first attempt fails and erase everything.
Please help to use the phone. Thanks
Click to expand...
Click to collapse
Run
Code:
fastboot getvar all
Please post it here, and remove IMEI line
Sent from my Moto E (4) using Tapatalk
Thanks Shadow
sd_shadow said:
Run
Code:
fastboot getvar all
Please post it here, and remove IMEI line
Sent from my Moto E (4) using Tapatalk
Click to expand...
Click to collapse
C:\adb>fastboot getvar all
(bootloader) kernel: uefi
(bootloader) version-bootloader: MBM-3.0-payton_retail-0e6e7ce-190409
(bootloader) product: payton
(bootloader) board: payton
(bootloader) secure: yes
(bootloader) hwrev: P4
(bootloader) radio: APAC
(bootloader) storage-type: eMMC
(bootloader) emmc: 64GB SAMSUNG DH6DMB RV=08 PV=05 FV=0000000000000005
(bootloader) ufs: N/A
(bootloader) ram: 4GB SAMSUNG LP4x DIE=16Gb M5=01 M6=06 M7=10 M8=12
(bootloader) cpu: SDM630 1.0 (0)
(bootloader) serialno: ZY224GVR4R
(bootloader) cid: 0x0032
(bootloader) channelid: 0xc0
(bootloader) uid: A1A80AC4
(bootloader) securestate: oem_locked
(bootloader) verity-state: enforcing (0)
(bootloader) iswarrantyvoid: no
(bootloader) max-download-size: 536870912
(bootloader) reason: UTAG bootmode configured as fastboot
(bootloader) imei: ---------------
(bootloader) meid:
(bootloader) date: 12-16-2017
(bootloader) sku: XT1900-2
(bootloader) carrier_sku:
(bootloader) battid: SNN5995A
(bootloader) battery-voltage: 4270
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) ro.build.fingerprint[0]: motorola/payton/payton:9/PPW29.69-
(bootloader) ro.build.fingerprint[1]: 40-4/4ca2a:user/release-keys
(bootloader) poweroffalarm: 0
(bootloader) ro.build.version.full[0]: Blur_Version.29.421.17.payton.ret
(bootloader) ro.build.version.full[1]: ail.en.US
(bootloader) ro.build.version.qcom: LA.UM.7.2.r1-04900-sdm660.0
(bootloader) version-baseband: <not found>
(bootloader) kernel.version[0]: Linux version 4.4.153-perf-g8668f45 (hud
(bootloader) kernel.version[1]: [email protected]) (gcc version 4.9.x 2015
(bootloader) kernel.version[2]: 0123 (prerelease) (GCC) ) #1 SMP PREEMPT
(bootloader) kernel.version[3]: Thu Sep 5 02:21:39 CDT 2019
(bootloader) git:abl: MBM-3.0-payton_retail-0e6e7ce-190409
(bootloader) git:xbl: MBM-3.0-payton_retail-6b0c3d7-190409
(bootloader) gitmic: MBM-3.0-payton_retail-6b0c3d7-190409
(bootloader) git:rpm: MBM-3.0-payton_retail-b0c6622-190409
(bootloader) git:tz: MBM-3.0-payton_retail-4adda86-dirty-190409
(bootloader) git:hyp: MBM-3.0-payton_retail-4adda86-dirty-190409
(bootloader) git:devcfg: MBM-3.0-payton_retail-4adda86-dirty-190409
(bootloader) git:cmnlib: MBM-3.0-payton_retail-4adda86-dirty-190409
(bootloader) git:cmnlib64: MBM-3.0-payton_retail-4adda86-dirty-190409
(bootloader) git:keymaster: MBM-3.0-payton_retail-4adda86-dirty-190409
(bootloader) gitrov: MBM-3.0-payton_retail-4adda86-dirty-190409
(bootloader) git:storsec: MBM-3.0-payton_retail-4adda86-dirty-190409
(bootloader) frp-state: protected (144)
(bootloader) ro.carrier: retin
(bootloader) current-slot: a
(bootloader) running-bl-slot: _a/_a
(bootloader) running-boot-lun: 0
(bootloader) slot-count: 2
(bootloader) slot-successful:_a: no
(bootloader) slot-successful:_b: no
(bootloader) slot-unbootable:_a: no
(bootloader) slot-unbootable:_b: no
(bootloader) slot-retry-count:_a: 7
(bootloader) slot-retry-count:_b: 0
all: listed above
finished. total time: 0.176s
C:\adb>
patrickjjs said:
C:\adb>fastboot getvar all
(bootloader) kernel: uefi
(bootloader) version-bootloader: MBM-3.0-payton_retail-0e6e7ce-190409
(bootloader) product: payton
(bootloader) board: payton
(bootloader) secure: yes
(bootloader) hwrev: P4
(bootloader) radio: APAC
(bootloader) storage-type: eMMC
(bootloader) emmc: 64GB SAMSUNG DH6DMB RV=08 PV=05 FV=0000000000000005
(bootloader) ufs: N/A
(bootloader) ram: 4GB SAMSUNG LP4x DIE=16Gb M5=01 M6=06 M7=10 M8=12
(bootloader) cpu: SDM630 1.0 (0)
(bootloader) serialno: ZY224GVR4R
(bootloader) cid: 0x0032
(bootloader) channelid: 0xc0
(bootloader) uid: A1A80AC4
(bootloader) securestate: oem_locked
(bootloader) verity-state: enforcing (0)
(bootloader) iswarrantyvoid: no
(bootloader) max-download-size: 536870912
(bootloader) reason: UTAG bootmode configured as fastboot
(bootloader) imei: ---------------
(bootloader) meid:
(bootloader) date: 12-16-2017
(bootloader) sku: XT1900-2
(bootloader) carrier_sku:
(bootloader) battid: SNN5995A
(bootloader) battery-voltage: 4270
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) ro.build.fingerprint[0]: motorola/payton/payton:9/PPW29.69-
(bootloader) ro.build.fingerprint[1]: 40-4/4ca2a:user/release-keys
(bootloader) poweroffalarm: 0
(bootloader) ro.build.version.full[0]: Blur_Version.29.421.17.payton.ret
(bootloader) ro.build.version.full[1]: ail.en.US
(bootloader) ro.build.version.qcom: LA.UM.7.2.r1-04900-sdm660.0
(bootloader) version-baseband: <not found>
(bootloader) kernel.version[0]: Linux version 4.4.153-perf-g8668f45 (hud
(bootloader) kernel.version[1]: [email protected]) (gcc version 4.9.x 2015
(bootloader) kernel.version[2]: 0123 (prerelease) (GCC) ) #1 SMP PREEMPT
(bootloader) kernel.version[3]: Thu Sep 5 02:21:39 CDT 2019
(bootloader) git:abl: MBM-3.0-payton_retail-0e6e7ce-190409
(bootloader) git:xbl: MBM-3.0-payton_retail-6b0c3d7-190409
(bootloader) gitmic: MBM-3.0-payton_retail-6b0c3d7-190409
(bootloader) git:rpm: MBM-3.0-payton_retail-b0c6622-190409
(bootloader) git:tz: MBM-3.0-payton_retail-4adda86-dirty-190409
(bootloader) git:hyp: MBM-3.0-payton_retail-4adda86-dirty-190409
(bootloader) git:devcfg: MBM-3.0-payton_retail-4adda86-dirty-190409
(bootloader) git:cmnlib: MBM-3.0-payton_retail-4adda86-dirty-190409
(bootloader) git:cmnlib64: MBM-3.0-payton_retail-4adda86-dirty-190409
(bootloader) git:keymaster: MBM-3.0-payton_retail-4adda86-dirty-190409
(bootloader) gitrov: MBM-3.0-payton_retail-4adda86-dirty-190409
(bootloader) git:storsec: MBM-3.0-payton_retail-4adda86-dirty-190409
(bootloader) frp-state: protected (144)
(bootloader) ro.carrier: retin
(bootloader) current-slot: a
(bootloader) running-bl-slot: _a/_a
(bootloader) running-boot-lun: 0
(bootloader) slot-count: 2
(bootloader) slot-successful:_a: no
(bootloader) slot-successful:_b: no
(bootloader) slot-unbootable:_a: no
(bootloader) slot-unbootable:_b: no
(bootloader) slot-retry-count:_a: 7
(bootloader) slot-retry-count:_b: 0
all: listed above
finished. total time: 0.176s
C:\adb>
Click to expand...
Click to collapse
You cannot unlocked the bootloader unless
Oem unlock is allowed in dev options
Try LMSA's Flash Rescue option
https://forum.xda-developers.com/general/general/update-moto-lenovo-moto-smart-assistant-t3951714
Sent from my Moto E (4) using Tapatalk
Help through remote screen
sd_shadow said:
You cannot unlocked the bootloader unless
Oem unlock is allowed in dev options
Try LMSA's Flash Rescue option
https://forum.xda-developers.com/general/general/update-moto-lenovo-moto-smart-assistant-t3951714
Sent from my Moto E (4) using Tapatalk
Click to expand...
Click to collapse
Hi Shadow, Can you help through Team viewer or Anydesk, if possible.
Thanks
Process device information screen
patrickjjs said:
Hi Shadow, Can you help through Team viewer or Anydesk, if possible.
Thanks
Click to expand...
Click to collapse
Hi Shadow,
It pops up "Process device information screen " for more than 10 mins. It never returned anything.
Progress bar going on and going on.....
Tested with two times with Admin mode.
Any ideas.
Thanks
hello, could you solve your problem, for my adb if it works, that's why it returns the serial number in the command window, I think you are only trying to flash the wrong firmware, since it is not necessary to have the bootloader unlocked to flash via adb, you have to download a firmware xt1900-2 retail, regards
Solved?
patrickjjs said:
Hi Shadow,
It pops up "Process device information screen " for more than 10 mins. It never returned anything.
Progress bar going on and going on.....
Tested with two times with Admin mode.
Any ideas.
Thanks
Click to expand...
Click to collapse
Did you ever got it working? i'm probably on the same Scenario, tried a lot of stuff, but no sucess.
I think i hard brick my XT1944-2 because i did an OTA Update (Mai 2020) and try to restore the firmware but i get an error every time i try to flash the gpt.bin.
Any solution for this?
This is the error message:
"(bootloader) Security version downgrade (bootloader) Image primary_gpt failed validation (bootloader) Preflash validation failed"
Gaarra1995 said:
I think i hard brick my XT1944-2 because i did an OTA Update (Mai 2020) and try to restore the firmware but i get an error every time i try to flash the gpt.bin.
Any solution for this?
This is the error message:
"(bootloader) Security version downgrade (bootloader) Image primary_gpt failed validation (bootloader) Preflash validation failed"
Click to expand...
Click to collapse
What does getvar all say?
Code:
fastboot getvar all
Sent from my Moto E (4) using Tapatalk
Here the log.
(bootloader) version: 0.5
(bootloader) version-bootloader: moto-msm8917-BE.4F
(bootloader) product: nora
(bootloader) board: nora
(bootloader) secure: yes
(bootloader) hwrev: P4
(bootloader) radio: 5
(bootloader) storage-type: emmc
(bootloader) emmc: 16GB SKHYNIX HAG4a2 RV=08 PV=A5 FV=00000000000000A5
(bootloader) ram: 2GB SKHYNIX LP3 DIE=8Gb M5=06 M6=04 M7=00 M8=1F
(bootloader) cpu: MSM8917
(bootloader) serialno: ZY323B7KBB
(bootloader) cid: 0x0032
(bootloader) channelid: 0x00
(bootloader) uid: 5DA7FE2600000000000000000000
(bootloader) securestate: flashing_unlocked
(bootloader) iswarrantyvoid: yes
(bootloader) max-download-size: 535822336
(bootloader) reason: UTAG "bootmode" configured as fastboot
(bootloader) imei: 355560092032519
(bootloader) meid:
(bootloader) date: 10-18-2018
(bootloader) sku: XT1944-2
(bootloader) carrier_sku: XT1944-2
(bootloader) battid:
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) current-time: "Fri Jun 26 4:43:28 UTC 2020"
(bootloader) ro.build.fingerprint[0]: motorola/nora_row/nora_8917:8.0.0/
(bootloader) ro.build.fingerprint[1]: OPPS27.91-176-11-13/17:user/releas
(bootloader) ro.build.fingerprint[2]: e-keys
(bootloader) poweroffalarm: 0
(bootloader) ro.build.version.full[0]: Blur_Version.27.341.17.nora_row.r
(bootloader) ro.build.version.full[1]: etail.en.US
(bootloader) ro.build.version.qcom: LA.UM.6.6.r1-04400-89xx.0
(bootloader) version-baseband: M8917_34.42.05.98R NORA_EMEADSDS_CUST
(bootloader) kernel.version[0]: Linux version 3.18.71-perf-ge53935a63bec
(bootloader) kernel.version[1]: ([email protected]) (gcc version 4.8 (
(bootloader) kernel.version[2]: GCC) ) #1 SMP PREEMPT Fri Mar 6 09:41:12
(bootloader) kernel.version[3]: CST 2020
(bootloader) sbl1.git: git=MBM-NG-VBE.4F-0-g8ffb6ee
(bootloader) rpm.git: git=02a07261-dirty
(bootloader) tz.git: git=01716143eb
(bootloader) devcfg.git: git=01716143eb
(bootloader) keymaster.git: git=01716143eb
(bootloader) cmnlib.git: git=01716143eb
(bootloader) cmnlib64.git: git=01716143eb
(bootloader) prov.git: git=01716143eb
(bootloader) aboot.git: git=MBM-NG-VBE.4F-0-g4e3d3ac
(bootloader) frp-state: no protection (0)
(bootloader) ro.carrier: reteu
(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.107s
Click to expand...
Click to collapse
Gaarra1995 said:
Here the log.
Click to expand...
Click to collapse
I don't know, bootloader is unlocked so it shouldn't be a downgrade issue.
Try LMSA Flash Rescue option
https://forum.xda-developers.com/general/general/update-moto-lenovo-moto-smart-assistant-t3951714
Sent from my ali using XDA Labs
Send it to Motorola it's their problem not yours Moto E5/play/cruse/plus are still in support
Good Day! After an unsuccessful attempt to install the Moto X4 rom stock, Now my smartphone does not work the SIM2, only SIM1 and when I start bootloader mod show the message "Baseband <not found>. I know I screwed up using a command at the wrong time, but any command I try to run on fastboot doesn't work. It just says "sending" without finishing the procedure. Several times I execute the commands to try to repair modem1 or modem2 but only an error message appears. The same messages that appeared when I tried to return with the rom stock. can anybody help me? I also tried to install twrp, but I also can't, this device only works with lineage recovery?
wmazoni said:
Good Day! After an unsuccessful attempt to install the Moto X4 rom stock, Now my smartphone does not work the SIM2, only SIM1 and when I start bootloader mod show the message "Baseband <not found>. I know I screwed up using a command at the wrong time, but any command I try to run on fastboot doesn't work. It just says "sending" without finishing the procedure. Several times I execute the commands to try to repair modem1 or modem2 but only an error message appears. The same messages that appeared when I tried to return with the rom stock. can anybody help me? I also tried to install twrp, but I also can't, this device only works with lineage recovery?
Click to expand...
Click to collapse
What does getvar all say?
Code:
fastboot getvar all
https://forum.xda-developers.com/general/rooting-roms/guide-flashing-motorola-firmware-t4042039
Sent from my Moto E (4) using Tapatalk
sd_shadow said:
What does getvar all say?
Code:
fastboot getvar all
https://forum.xda-developers.com/general/rooting-roms/guide-flashing-motorola-firmware-t4042039
Sent from my Moto E (4) using Tapatalk
Click to expand...
Click to collapse
Code:
(bootloader) kernel: uefi
(bootloader) version-bootloader: MBM-3.0-payton_retail-a5ca046-190905
(bootloader) product: payton
(bootloader) board: payton
(bootloader) secure: yes
(bootloader) hwrev: P4
(bootloader) radio: LATAM
(bootloader) storage-type: eMMC
(bootloader) emmc: 32GB SAMSUNG DD68MB RV=08 PV=02 FV=0000000000000002
(bootloader) ufs: N/A
(bootloader) ram: 3GB SAMSUNG LP4x DIE=12Gb M5=01 M6=06 M7=00 M8=0E
(bootloader) cpu: SDM630 1.0 (6)
(bootloader) serialno: 0043770743
(bootloader) cid: 0x0032
(bootloader) channelid: 0x19
(bootloader) uid: E2812B5D
(bootloader) securestate: flashing_unlocked
(bootloader) verity-state: disabled (0)
(bootloader) iswarrantyvoid: yes
(bootloader) max-download-size: 536870912
(bootloader) reason: UTAG bootmode configured as fastboot
(bootloader) imei: 359552086827919
(bootloader) meid:
(bootloader) date: 02-02-2018
(bootloader) sku: XT1900-6
(bootloader) carrier_sku:
(bootloader) battid: SNN5995A
(bootloader) battery-voltage: 4347
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) ro.build.fingerprint[0]: motorola/payton/payton:9/PPW29.69-
(bootloader) ro.build.fingerprint[1]: 40-4/4ca2a:user/release-keys
(bootloader) poweroffalarm: 0
(bootloader) ro.build.version.full[0]: Blur_Version.29.421.17.payton.ret
(bootloader) ro.build.version.full[1]: ail.en.US
(bootloader) ro.build.version.qcom: LA.UM.7.2.r1-04900-sdm660.0
(bootloader) version-baseband: <not found>
(bootloader) kernel.version[0]: Linux version 4.4.153-perf-g8668f45 (hud
(bootloader) kernel.version[1]: [email protected]) (gcc version 4.9.x 2015
(bootloader) kernel.version[2]: 0123 (prerelease) (GCC) ) #1 SMP PREEMPT
(bootloader) kernel.version[3]: Thu Sep 5 02:21:39 CDT 2019
(bootloader) git:abl: MBM-3.0-payton_retail-a5ca046-190905
(bootloader) git:xbl: MBM-3.0-payton_retail-d45d20b-190905
(bootloader) git:pmic: MBM-3.0-payton_retail-d45d20b-190905
(bootloader) git:rpm: MBM-3.0-payton_retail-b0c6622-190905
(bootloader) git:tz: MBM-3.0-payton_retail-e7821e0-190905
(bootloader) git:hyp: MBM-3.0-payton_retail-e7821e0-190905
(bootloader) git:devcfg: MBM-3.0-payton_retail-e7821e0-190905
(bootloader) git:cmnlib: MBM-3.0-payton_retail-e7821e0-190905
(bootloader) git:cmnlib64: MBM-3.0-payton_retail-e7821e0-190905
(bootloader) git:keymaster: MBM-3.0-payton_retail-e7821e0-190905
(bootloader) git:prov: MBM-3.0-payton_retail-e7821e0-190905
(bootloader) git:storsec: MBM-3.0-payton_retail-e7821e0-190905
(bootloader) frp-state: no protection (77)
(bootloader) ro.carrier: retbr
(bootloader) current-slot: b
(bootloader) running-bl-slot: _b/_b
(bootloader) running-boot-lun: 0
(bootloader) slot-count: 2
(bootloader) slot-successful:_a: no
(bootloader) slot-successful:_b: yes
(bootloader) slot-unbootable:_a: no
(bootloader) slot-unbootable:_b: no
(bootloader) slot-retry-count:_a: 7
(bootloader) slot-retry-count:_b: 6
all: listed above
Finished. Total time: 0.092s
Hi!!This is the message after you type the command
wmazoni said:
Code:
(bootloader) kernel: uefi
(bootloader) version-bootloader: MBM-3.0-payton_retail-a5ca046-190905
(bootloader) product: payton
(bootloader) board: payton
(bootloader) secure: yes
(bootloader) hwrev: P4
(bootloader) radio: LATAM
(bootloader) storage-type: eMMC
(bootloader) emmc: 32GB SAMSUNG DD68MB RV=08 PV=02 FV=0000000000000002
(bootloader) ufs: N/A
(bootloader) ram: 3GB SAMSUNG LP4x DIE=12Gb M5=01 M6=06 M7=00 M8=0E
(bootloader) cpu: SDM630 1.0 (6)
(bootloader) serialno: 0043770743
(bootloader) cid: 0x0032
(bootloader) channelid: 0x19
(bootloader) uid: E2812B5D
(bootloader) securestate: flashing_unlocked
(bootloader) verity-state: disabled (0)
(bootloader) iswarrantyvoid: yes
(bootloader) max-download-size: 536870912
(bootloader) reason: UTAG bootmode configured as fastboot
(bootloader) imei: 359552086827919
(bootloader) meid:
(bootloader) date: 02-02-2018
(bootloader) sku: XT1900-6
(bootloader) carrier_sku:
(bootloader) battid: SNN5995A
(bootloader) battery-voltage: 4347
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) ro.build.fingerprint[0]: motorola/payton/payton:9/PPW29.69-
(bootloader) ro.build.fingerprint[1]: 40-4/4ca2a:user/release-keys
(bootloader) poweroffalarm: 0
(bootloader) ro.build.version.full[0]: Blur_Version.29.421.17.payton.ret
(bootloader) ro.build.version.full[1]: ail.en.US
(bootloader) ro.build.version.qcom: LA.UM.7.2.r1-04900-sdm660.0
(bootloader) version-baseband: <not found>
(bootloader) kernel.version[0]: Linux version 4.4.153-perf-g8668f45 (hud
(bootloader) kernel.version[1]: [email protected]) (gcc version 4.9.x 2015
(bootloader) kernel.version[2]: 0123 (prerelease) (GCC) ) #1 SMP PREEMPT
(bootloader) kernel.version[3]: Thu Sep 5 02:21:39 CDT 2019
(bootloader) git:abl: MBM-3.0-payton_retail-a5ca046-190905
(bootloader) git:xbl: MBM-3.0-payton_retail-d45d20b-190905
(bootloader) git:pmic: MBM-3.0-payton_retail-d45d20b-190905
(bootloader) git:rpm: MBM-3.0-payton_retail-b0c6622-190905
(bootloader) git:tz: MBM-3.0-payton_retail-e7821e0-190905
(bootloader) git:hyp: MBM-3.0-payton_retail-e7821e0-190905
(bootloader) git:devcfg: MBM-3.0-payton_retail-e7821e0-190905
(bootloader) git:cmnlib: MBM-3.0-payton_retail-e7821e0-190905
(bootloader) git:cmnlib64: MBM-3.0-payton_retail-e7821e0-190905
(bootloader) git:keymaster: MBM-3.0-payton_retail-e7821e0-190905
(bootloader) git:prov: MBM-3.0-payton_retail-e7821e0-190905
(bootloader) git:storsec: MBM-3.0-payton_retail-e7821e0-190905
(bootloader) frp-state: no protection (77)
(bootloader) ro.carrier: retbr
(bootloader) current-slot: b
(bootloader) running-bl-slot: _b/_b
(bootloader) running-boot-lun: 0
(bootloader) slot-count: 2
(bootloader) slot-successful:_a: no
(bootloader) slot-successful:_b: yes
(bootloader) slot-unbootable:_a: no
(bootloader) slot-unbootable:_b: no
(bootloader) slot-retry-count:_a: 7
(bootloader) slot-retry-count:_b: 6
all: listed above
Finished. Total time: 0.092s
Hi!!This is the message after you type the command
Click to expand...
Click to collapse
You are using this firmware?
https://mirrors.lolinet.com/firmware/moto/payton/official/RETBR/
XT1900-6_PAYTON_RETBR_9.0_PPWS29.69-26-6_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
I am using Lineage OS 17.1. I can t install stock rom on my device. Do you think its work if i try install this firmware?
Enviado de meu Moto X4 usando o Tapatalk
wmazoni said:
I am using Lineage OS 17.1. I can t install stock rom on my device. Do you think its work if i try install this firmware?
Enviado de meu Moto X4 usando o Tapatalk
Click to expand...
Click to collapse
Try just theses from stock version you were using.
Code:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
Sent from my jerry_cheets using XDA Labs
sd_shadow said:
Try just theses from stock version you were using.
Code:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
Sent from my jerry_cheets using XDA Labs
Click to expand...
Click to collapse
In the first command I already get an error message:
https://www.dropbox.com/s/om4mz3us0ers85q/Anotação 2020-09-08 191819.jpg?dl=0
wmazoni said:
Try just theses from stock version you were using.
In the first command I already get an error message:
https://www.dropbox.com/s/om4mz3us0ers85q/Anotação 2020-09-08 191819.jpg?dl=0
Click to expand...
Click to collapse
You may need to change active slot.
Flash
Then change back
Try this to see if slot changes.
Code:
fastboot getvar current-slot
fastboot set_active other
fastboot getvar current-slot
Sent from my ocean using XDA Labs
sd_shadow said:
You may need to change active slot.
Flash
Then change back
Try this to see if slot changes.
Code:
fastboot getvar current-slot
fastboot set_active other
fastboot getvar current-slot
Sent from my ocean using XDA Labs
Click to expand...
Click to collapse
The command show active b see the command below pls:
https://www.dropbox.com/s/kebh9oot54o8jqj/Anotação 2020-09-08 224144.jpg?dl=0
wmazoni said:
The command show active b see the command below pls:
https://www.dropbox.com/s/kebh9oot54o8jqj/Anotação 2020-09-08 224144.jpg?dl=0
Click to expand...
Click to collapse
Try changing it to slot a using these commands
https://forum.xda-developers.com/showpost.php?p=71987324&postcount=8
Sent from my Moto E (4) using Tapatalk
sd_shadow said:
Try changing it to slot a using these commands
https://forum.xda-developers.com/showpost.php?p=71987324&postcount=8
Sent from my Moto E (4) using Tapatalk
Click to expand...
Click to collapse
Hi. Now I got to change slot to a.
https://www.dropbox.com/s/2kxb77p5g2...13749.jpg?dl=0
However, I still find an error when I type the following commands, the command does not end:
https://www.dropbox.com/s/e00igqsicq...14453.jpg?dl=0
@sd_shadow, I am running LOS 18.1, without major issue, but my cell signal isn't fantastic. Could just be the chips in the phone, I don't know. I was thinking of flashing the modem from the latest RETUS firmware using your directions from #6. But 1) I think I started off with the stock ROM from a few months earlier and 2) I'd like to not totally screw up my LOS installation. Of course, I can try a backup, but I've never really gotten one restored successfully. Is trying to do this likely to break things?
JimDandy68 said:
@sd_shadow, I am running LOS 18.1, without major issue, but my cell signal isn't fantastic. Could just be the chips in the phone, I don't know. I was thinking of flashing the modem from the latest RETUS firmware using your directions from #6. But 1) I think I started off with the stock ROM from a few months earlier and 2) I'd like to not totally screw up my LOS installation. Of course, I can try a backup, but I've never really gotten one restored successfully. Is trying to do this likely to break things?
Click to expand...
Click to collapse
Just flashing the radio is pretty safe.
sd_shadow said:
Just flashing the radio is pretty safe.
Click to expand...
Click to collapse
Thanks. I suppose I can also reflash from the earlier stock if the most recent causes problems. I'll also be sure to check my slots. Do you flash to both slots or only one?
my moto has stopped working properly. it gets stuck in the logo screen and won't start. not even the backup solved the problem. I can access to the recovery and the bootloader but if I install a rom, nothing change and remain stuck. Rescue and Smart Assistant does not detect the device and tells me that ro.carrier is missing and to contact the seller to rewrite it. This the log of my device
fastboot getvar all
(bootloader) kernel: uefi
(bootloader) version-bootloader: MBM-3.0-payton_retail-8510c11-190829
(bootloader) product: payton
(bootloader) board: payton
(bootloader) secure: yes
(bootloader) hwrev: P4
(bootloader) radio: EMEA
(bootloader) storage-type: eMMC
(bootloader) emmc: 64GB SAMSUNG DH6DMB RV=08 PV=05 FV=0000000000000005
(bootloader) ufs: N/A
(bootloader) ram: 4GB SAMSUNG LP4x DIE=16Gb M5=01 M6=06 M7=10 M8=12
(bootloader) cpu: SDM630 1.0 (6)
(bootloader) serialno: ZY224KPP39
(bootloader) cid: 0x00FF
(bootloader) channelid: 0x00
(bootloader) uid: 3A32ECCB
(bootloader) securestate: flashing_unlocked
(bootloader) verity-state: disabled (0)
(bootloader) iswarrantyvoid: yes
(bootloader) max-download-size: 536870912
(bootloader) reason: Reboot mode set to fastboot
(bootloader) imei: 356516081801693
(bootloader) meid:
(bootloader) date: 08-10-2018
(bootloader) sku: XT1900-7
(bootloader) carrier_sku:
(bootloader) battid: SNN5995A
(bootloader) battery-voltage: 4298
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) ro.build.fingerprint[0]: motorola/payton/payton:9/PPWS29.69
(bootloader) ro.build.fingerprint[1]: -37-5/63ca8:user/release-keys
(bootloader) poweroffalarm: 0
(bootloader) ro.build.version.full[0]: Blur_Version.29.381.29.payton.ret
(bootloader) ro.build.version.full[1]: ail.en.US
(bootloader) ro.build.version.qcom: LA.UM.7.2.r1-04900-sdm660.0
(bootloader) version-baseband: M660_7045.36.01.100R PAYTON_EMEADSDS_CUST
(bootloader) kernel.version[0]: Linux version 4.4.153-perf-g3ff98f3 (hud
(bootloader) kernel.version[1]: [email protected]) (gcc version 4.9.x 201
(bootloader) kernel.version[2]: 50123 (prerelease) (GCC) ) #1 SMP PREEMP
(bootloader) kernel.version[3]: T Thu Aug 29 11:07:24 CDT 2019
(bootloader) git:abl: MBM-3.0-payton_retail-8510c11-190829
(bootloader) git:xbl: MBM-3.0-payton_retail-fe5d8a9-190829
(bootloader) gitmic: MBM-3.0-payton_retail-fe5d8a9-190829
(bootloader) git:rpm: MBM-3.0-payton_retail-b0c6622-190829
(bootloader) git:tz: MBM-3.0-payton_retail-3ea0392-190829
(bootloader) git:hyp: MBM-3.0-payton_retail-3ea0392-190829
(bootloader) git:devcfg: MBM-3.0-payton_retail-3ea0392-190829
(bootloader) git:cmnlib: MBM-3.0-payton_retail-3ea0392-190829
(bootloader) git:cmnlib64: MBM-3.0-payton_retail-3ea0392-190829
(bootloader) git:keymaster: MBM-3.0-payton_retail-3ea0392-190829
(bootloader) gitrov: MBM-3.0-payton_retail-3ea0392-190829
(bootloader) git:storsec: MBM-3.0-payton_retail-3ea0392-190829
(bootloader) frp-state: no protection (0)
(bootloader) ro.carrier: unknown
(bootloader) current-slot: a
(bootloader) running-bl-slot: _a/_a
(bootloader) running-boot-lun: 0
(bootloader) slot-count: 2
(bootloader) slot-successful:_a: no
(bootloader) slot-successful:_b: no
(bootloader) slot-unbootable:_a: no
(bootloader) slot-unbootable:_b: no
(bootloader) slot-retry-count:_a: 6
(bootloader) slot-retry-count:_b: 7
all: listed above
finished. total time: 0.436s
I try this buy not change
fastboot oem config carrier retail
...
(bootloader) <UTAG name="carrier" type="str" protected="FALSE">
(bootloader) <value>
(bootloader) retail
(bootloader) </value>
(bootloader) <description>
(bootloader) Carrier IDs, see (bere Is link buy i can post for now)
(bootloader) </description>
(bootloader) </UTAG>
OKAY [ 0.031s]
finished. total time: 0.031s
CyberrPK said:
my moto has stopped working properly. it gets stuck in the logo screen and won't start. not even the backup solved the problem. I can access to the recovery and the bootloader but if I install a rom, nothing change and remain stuck. Rescue and Smart Assistant does not detect the device and tells me that ro.carrier is missing and to contact the seller to rewrite it. This the log of my device
fastboot getvar all
(bootloader) kernel: uefi
(bootloader) version-bootloader: MBM-3.0-payton_retail-8510c11-190829
(bootloader) product: payton
(bootloader) board: payton
(bootloader) secure: yes
(bootloader) hwrev: P4
(bootloader) radio: EMEA
(bootloader) storage-type: eMMC
(bootloader) emmc: 64GB SAMSUNG DH6DMB RV=08 PV=05 FV=0000000000000005
(bootloader) ufs: N/A
(bootloader) ram: 4GB SAMSUNG LP4x DIE=16Gb M5=01 M6=06 M7=10 M8=12
(bootloader) cpu: SDM630 1.0 (6)
(bootloader) serialno: ZY224KPP39
(bootloader) cid: 0x00FF
(bootloader) channelid: 0x00
(bootloader) uid: 3A32ECCB
(bootloader) securestate: flashing_unlocked
(bootloader) verity-state: disabled (0)
(bootloader) iswarrantyvoid: yes
(bootloader) max-download-size: 536870912
(bootloader) reason: Reboot mode set to fastboot
(bootloader) imei: 356516081801693
(bootloader) meid:
(bootloader) date: 08-10-2018
(bootloader) sku: XT1900-7
(bootloader) carrier_sku:
(bootloader) battid: SNN5995A
(bootloader) battery-voltage: 4298
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) ro.build.fingerprint[0]: motorola/payton/payton:9/PPWS29.69
(bootloader) ro.build.fingerprint[1]: -37-5/63ca8:user/release-keys
(bootloader) poweroffalarm: 0
(bootloader) ro.build.version.full[0]: Blur_Version.29.381.29.payton.ret
(bootloader) ro.build.version.full[1]: ail.en.US
(bootloader) ro.build.version.qcom: LA.UM.7.2.r1-04900-sdm660.0
(bootloader) version-baseband: M660_7045.36.01.100R PAYTON_EMEADSDS_CUST
(bootloader) kernel.version[0]: Linux version 4.4.153-perf-g3ff98f3 (hud
(bootloader) kernel.version[1]: [email protected]) (gcc version 4.9.x 201
(bootloader) kernel.version[2]: 50123 (prerelease) (GCC) ) #1 SMP PREEMP
(bootloader) kernel.version[3]: T Thu Aug 29 11:07:24 CDT 2019
(bootloader) git:abl: MBM-3.0-payton_retail-8510c11-190829
(bootloader) git:xbl: MBM-3.0-payton_retail-fe5d8a9-190829
(bootloader) gitmic: MBM-3.0-payton_retail-fe5d8a9-190829
(bootloader) git:rpm: MBM-3.0-payton_retail-b0c6622-190829
(bootloader) git:tz: MBM-3.0-payton_retail-3ea0392-190829
(bootloader) git:hyp: MBM-3.0-payton_retail-3ea0392-190829
(bootloader) git:devcfg: MBM-3.0-payton_retail-3ea0392-190829
(bootloader) git:cmnlib: MBM-3.0-payton_retail-3ea0392-190829
(bootloader) git:cmnlib64: MBM-3.0-payton_retail-3ea0392-190829
(bootloader) git:keymaster: MBM-3.0-payton_retail-3ea0392-190829
(bootloader) gitrov: MBM-3.0-payton_retail-3ea0392-190829
(bootloader) git:storsec: MBM-3.0-payton_retail-3ea0392-190829
(bootloader) frp-state: no protection (0)
(bootloader) ro.carrier: unknown
(bootloader) current-slot: a
(bootloader) running-bl-slot: _a/_a
(bootloader) running-boot-lun: 0
(bootloader) slot-count: 2
(bootloader) slot-successful:_a: no
(bootloader) slot-successful:_b: no
(bootloader) slot-unbootable:_a: no
(bootloader) slot-unbootable:_b: no
(bootloader) slot-retry-count:_a: 6
(bootloader) slot-retry-count:_b: 7
all: listed above
finished. total time: 0.436s
I try this buy not change
fastboot oem config carrier retail
...
(bootloader) <UTAG name="carrier" type="str" protected="FALSE">
(bootloader) <value>
(bootloader) retail
(bootloader) </value>
(bootloader) <description>
(bootloader) Carrier IDs, see (bere Is link buy i can post for now)
(bootloader) </description>
(bootloader) </UTAG>
OKAY [ 0.031s]
finished. total time: 0.031s
Click to expand...
Click to collapse
Try
Code:
fastboot oem fb_mode_clear
Sent from my Moto E (4) using Tapatalk
sd_shadow said:
Try
Code:
fastboot oem fb_mode_clear
I tried it and it worked. Meanwhile, I tried to install a custom rom, the Superior OS 10 and it starts up correctly. unfortunately with the installation I lost TWRP in favor of the recovery of the rom and the classic method does not make it install again (I will look at how to install it again). unfortunately LMAS does not login (until yesterday work so it will be a momentary disservice of lenovo) and I cannot check if the ro.carrier is working now
Click to expand...
Click to collapse
sd_shadow said:
Try
Code:
fastboot oem fb_mode_clear
I'm a little confused. the installation of the custom rom was successful, but in theory the recovery partition is gone. I say this because if I try to flash TWRP I get this message
fastboot flash recovery recovery.img
target reported max download size of 536870912 bytes
sending 'recovery' (33432 KB)...
OKAY [ 1.400s]
writing 'recovery'...
(bootloader) Invalid partition name recovery
FAILED (remote failure)
finished. total time: 1.416s
I would think it is a kernel problem, but I can access to the recovery from the bootloader. at this point I think that the recovery partition has been replaced with a partition with a different name. I enclose images of the bootloader, recovery, OS started. I hope you can help me
https://freeimage.host/i/2qZQIe
https://freeimage.host/i/2qZik7
https://freeimage.host/i/2qZsp9
https://freeimage.host/i/img-20200913-194310.2qtEy7
Click to expand...
Click to collapse
You have to download both twrp.img and twrp-installer.zip from twrp.me site. Try "fastboot boot twrp.img" and next install twrp.zip.
unbelievable is a whole day that I have tried that exact command line and I always had error. I restarted the pc and then everything was fine :/
I tried to re-launch LMSA but i always get the same error. with an stock rom should you delete?
https://freeimage.host/i/2qb2sa
Do you have qcn or efs backup , if you have then can you provide that , do it fast
Moto X4 shows your device is corrupt it cant be trusted and will not boot. pls help I tried few methods but not worked.
arunyesudas03 said:
Moto X4 shows your device is corrupt it cant be trusted and will not boot. pls help I tried few methods but not worked.
Click to expand...
Click to collapse
Try LMSA's Rescue
Rescue and Smart Assistant (LMSA)(Motorola/Lenovo Only)
Rescue and Smart Assistant LMSA: Lenovo's Motorola Smart Assistant (PC) For Lenovo and Motorola Devices Only Rescue and Smart Assistant (LMSA) is an official tool installs on PC. Can help to manage smart device (include all Lenovo android phone...
forum.xda-developers.com
I tried rescue app first but it doesn't work.
I tried rescue app first but it doesn't work.
sd_shadow said:
Try LMSA's Rescue
Rescue and Smart Assistant (LMSA)(Motorola/Lenovo Only)
Rescue and Smart Assistant LMSA: Lenovo's Motorola Smart Assistant (PC) For Lenovo and Motorola Devices Only Rescue and Smart Assistant (LMSA) is an official tool installs on PC. Can help to manage smart device (include all Lenovo android phone...
forum.xda-developers.com
Click to expand...
Click to collapse
arunyesudas03 said:
I tried rescue app first but it doesn't work.
Click to expand...
Click to collapse
What error did you get?
What does getvar all say?
Code:
fastboot getvar all
sd_shadow said:
What error did you get?
What does getvar all say?
Code:
fastboot getvar all
Click to expand...
Click to collapse
Bro can you check the 3rd image
arunyesudas03 said:
Bro can you check the 3rd image
Click to expand...
Click to collapse
No the error with LMSA
sd_shadow said:
No the error with LMSA
Click to expand...
Click to collapse
sd_shadow said:
What error did you get?
What does getvar all say?
Code:
fastboot getvar all
Click to expand...
Click to collapse
Microsoft Windows [Version 10.0.10240]
(c) 2015 Microsoft Corporation. All rights reserved.
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot getvar all
(bootloader) kernel: uefi
(bootloader) version-bootloader: MBM-3.0-uefi-641a15b-180328
(bootloader) product: payton
(bootloader) board: payton
(bootloader) secure: yes
(bootloader) hwrev: P4
(bootloader) radio: APAC
(bootloader) storage-type: eMMC
(bootloader) emmc: 64GB SAMSUNG DH6DMB RV=08 PV=05 FV=0000000000000005
(bootloader) ufs: N/A
(bootloader) ram: 4GB SAMSUNG LP4x DIE=16Gb M5=01 M6=06 M7=10 M8=12
(bootloader) cpu: SDM630 1.0 (0)
(bootloader) serialno: ZY224FMS7V
(bootloader) cid: 0x00FF
(bootloader) channelid: 0x00
(bootloader) uid: 00000000
(bootloader) securestate: oem_locked
(bootloader) verity-state: enforcing (0)
(bootloader) iswarrantyvoid: yes
(bootloader) max-download-size: 536870912
(bootloader) reason: UTAG bootmode configured as fastboot
(bootloader) imei: 351899080443617
(bootloader) meid:
(bootloader) date: 10-17-2017
(bootloader) sku: XT1900-2
(bootloader) carrier_sku:
(bootloader) battid:
(bootloader) battery-voltage: 3775
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) ro.build.fingerprint[0]: motorola/payton/payton:9/PPW29.69-
(bootloader) ro.build.fingerprint[1]: 40-4/4ca2a:user/release-keys
(bootloader) poweroffalarm: 0
(bootloader) ro.build.version.full[0]: Blur_Version.29.421.17.payton.ret
(bootloader) ro.build.version.full[1]: ail.en.US
(bootloader) ro.build.version.qcom: LA.UM.7.2.r1-04900-sdm660.0
(bootloader) version-baseband: M660_7045.36.01.100R PAYTON_APACDSDS_CUST
(bootloader) kernel.version[0]: Linux version 4.4.153-perf-g8668f45 (hud
(bootloader) kernel.version[1]: [email protected]) (gcc version 4.9.x 2015
(bootloader) kernel.version[2]: 0123 (prerelease) (GCC) ) #1 SMP PREEMPT
(bootloader) kernel.version[3]: Thu Sep 5 02:21:39 CDT 2019
(bootloader) git:abl: MBM-3.0-uefi-641a15b-180328
(bootloader) git:xbl: MBM-3.0-uefi-dfccc3a-180328
(bootloader) gitmic: MBM-3.0-uefi-dfccc3a-180328
(bootloader) git:rpm: MBM-3.0-uefi-245b046-180328
(bootloader) git:tz: MBM-3.0-uefi-eee7f2d-dirty-180328
(bootloader) git:hyp: MBM-3.0-uefi-eee7f2d-dirty-180328
(bootloader) git:devcfg: MBM-3.0-uefi-eee7f2d-dirty-180328
(bootloader) git:cmnlib: MBM-3.0-uefi-eee7f2d-dirty-180328
(bootloader) git:cmnlib64: MBM-3.0-uefi-eee7f2d-dirty-180328
(bootloader) git:keymaster: MBM-3.0-uefi-eee7f2d-dirty-180328
(bootloader) gitrov: MBM-3.0-uefi-eee7f2d-dirty-180328
(bootloader) git:storsec: MBM-3.0-uefi-eee7f2d-dirty-180328
(bootloader) qe: "qe 0/0"
(bootloader) frp-state: no protection (err)
(bootloader) ro.carrier: retin
(bootloader) current-slot: _a
(bootloader) running-bl-slot: _a/_a
(bootloader) running-boot-lun: 0
(bootloader) slot-suffixes: _a,_b
(bootloader) slot-count: 2
(bootloader) slot-successful:_a: no
(bootloader) slot-successful:_b: no
(bootloader) slot-unbootable:_a: no
(bootloader) slot-unbootable:_b: no
(bootloader) slot-retry-count:_a: 7
(bootloader) slot-retry-count:_b: 0
all: listed above
finished. total time: 0.205s
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot getvar all
arunyesudas03 said:
Microsoft Windows [Version 10.0.10240]
(c) 2015 Microsoft Corporation. All rights reserved.
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot getvar all
(bootloader) kernel: uefi
(bootloader) version-bootloader: MBM-3.0-uefi-641a15b-180328
(bootloader) product: payton
(bootloader) board: payton
(bootloader) secure: yes
(bootloader) hwrev: P4
(bootloader) radio: APAC
(bootloader) storage-type: eMMC
(bootloader) emmc: 64GB SAMSUNG DH6DMB RV=08 PV=05 FV=0000000000000005
(bootloader) ufs: N/A
(bootloader) ram: 4GB SAMSUNG LP4x DIE=16Gb M5=01 M6=06 M7=10 M8=12
(bootloader) cpu: SDM630 1.0 (0)
(bootloader) serialno: ZY224FMS7V
(bootloader) cid: 0x00FF
(bootloader) channelid: 0x00
(bootloader) uid: 00000000
(bootloader) securestate: oem_locked
(bootloader) verity-state: enforcing (0)
(bootloader) iswarrantyvoid: yes
(bootloader) max-download-size: 536870912
(bootloader) reason: UTAG bootmode configured as fastboot
(bootloader) imei: 351899080443617
(bootloader) meid:
(bootloader) date: 10-17-2017
(bootloader) sku: XT1900-2
(bootloader) carrier_sku:
(bootloader) battid:
(bootloader) battery-voltage: 3775
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) ro.build.fingerprint[0]: motorola/payton/payton:9/PPW29.69-
(bootloader) ro.build.fingerprint[1]: 40-4/4ca2a:user/release-keys
(bootloader) poweroffalarm: 0
(bootloader) ro.build.version.full[0]: Blur_Version.29.421.17.payton.ret
(bootloader) ro.build.version.full[1]: ail.en.US
(bootloader) ro.build.version.qcom: LA.UM.7.2.r1-04900-sdm660.0
(bootloader) version-baseband: M660_7045.36.01.100R PAYTON_APACDSDS_CUST
(bootloader) kernel.version[0]: Linux version 4.4.153-perf-g8668f45 (hud
(bootloader) kernel.version[1]: [email protected]) (gcc version 4.9.x 2015
(bootloader) kernel.version[2]: 0123 (prerelease) (GCC) ) #1 SMP PREEMPT
(bootloader) kernel.version[3]: Thu Sep 5 02:21:39 CDT 2019
(bootloader) git:abl: MBM-3.0-uefi-641a15b-180328
(bootloader) git:xbl: MBM-3.0-uefi-dfccc3a-180328
(bootloader) gitmic: MBM-3.0-uefi-dfccc3a-180328
(bootloader) git:rpm: MBM-3.0-uefi-245b046-180328
(bootloader) git:tz: MBM-3.0-uefi-eee7f2d-dirty-180328
(bootloader) git:hyp: MBM-3.0-uefi-eee7f2d-dirty-180328
(bootloader) git:devcfg: MBM-3.0-uefi-eee7f2d-dirty-180328
(bootloader) git:cmnlib: MBM-3.0-uefi-eee7f2d-dirty-180328
(bootloader) git:cmnlib64: MBM-3.0-uefi-eee7f2d-dirty-180328
(bootloader) git:keymaster: MBM-3.0-uefi-eee7f2d-dirty-180328
(bootloader) gitrov: MBM-3.0-uefi-eee7f2d-dirty-180328
(bootloader) git:storsec: MBM-3.0-uefi-eee7f2d-dirty-180328
(bootloader) qe: "qe 0/0"
(bootloader) frp-state: no protection (err)
(bootloader) ro.carrier: retin
(bootloader) current-slot: _a
(bootloader) running-bl-slot: _a/_a
(bootloader) running-boot-lun: 0
(bootloader) slot-suffixes: _a,_b
(bootloader) slot-count: 2
(bootloader) slot-successful:_a: no
(bootloader) slot-successful:_b: no
(bootloader) slot-unbootable:_a: no
(bootloader) slot-unbootable:_b: no
(bootloader) slot-retry-count:_a: 7
(bootloader) slot-retry-count:_b: 0
all: listed above
finished. total time: 0.205s
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot getvar all
Click to expand...
Click to collapse
I believe your only option is booting into EDL Mode and using a blankflash
Is my device in EDL Mode?
How to boot into EDL Mode
You will need to find a blankflash for "payton"
https://forum.xda-developers.com/c/moto-x4.6912/
sd_shadow said:
I believe your only option is booting into EDL Mode and using a blankflash
Is my device in EDL Mode?
How to boot into EDL Mode
You will need to find a blankflash for "payton"
https://forum.xda-developers.com/c/moto-x4.6912/
Click to expand...
Click to collapse
Ok let me check
Hi
While connecting my device it detect as usb controllers as unknown usb device(device descriptor request failed).
Not detecting under port as qd loader
arunyesudas03 said:
Moto X4 shows your device is corrupt it cant be trusted and will not boot. pls help I tried few methods but not worked.
Click to expand...
Click to collapse
Managed to solve?