I was attempting to flash the Ressurection Rom onto this phone. At some point things got messed up.
If you look at the general instructions:
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash product product.img
fastboot flash vbmeta vbmeta.img
Those are the things you need to flash. I saw some post that says you need to run this command:
fastboot set_active a
In you look at the variables, the partitions are named as specificed but with the _a or _b appended
(bootloader) partition-size:boot_a:0x6000000
(bootloader) partition-size:boot_b:0x6000000
(bootloader) partition-size:vbmeta_a:0x10000
(bootloader) partition-size:vbmeta_b:0x10000
(bootloader) partition-size:system_a:0x6BAD1000
(bootloader) partition-size:system_b:0x6BAD1000
(bootloader) partition-size:product_b:0x47F3C000
I get this error when trying to flash the product partition, all other partitions flashed fine
Code:
C:\adb>fastboot flash product product.img
Sending sparse 'product' 1/3 (524284 KB) OKAY [ 13.011s]
Writing 'product' FAILED (remote: 'No such file or directory')
fastboot: error: Command failed
Is this because im missing a product_a partition? Does anyone know if a product_a partition is supposed to exist and if so, how to create one so I can flash it? TIA
minkey123 said:
I was attempting to flash the Ressurection Rom onto this phone. At some point things got messed up.
If you look at the general instructions:
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash product product.img
fastboot flash vbmeta vbmeta.img
Those are the things you need to flash. I saw some post that says you need to run this command:
fastboot set_active a
In you look at the variables, the partitions are named as specificed but with the _a or _b appended
(bootloader) partition-size:boot_a:0x6000000
(bootloader) partition-size:boot_b:0x6000000
(bootloader) partition-size:vbmeta_a:0x10000
(bootloader) partition-size:vbmeta_b:0x10000
(bootloader) partition-size:system_a:0x6BAD1000
(bootloader) partition-size:system_b:0x6BAD1000
(bootloader) partition-size:product_b:0x47F3C000
I get this error when trying to flash the product partition, all other partitions flashed fine
Code:
C:\adb>fastboot flash product product.img
Sending sparse 'product' 1/3 (524284 KB) OKAY [ 13.011s]
Writing 'product' FAILED (remote: 'No such file or directory')
fastboot: error: Command failed
Is this because im missing a product_a partition? Does anyone know if a product_a partition is supposed to exist and if so, how to create one so I can flash it? TIA
Click to expand...
Click to collapse
What does getvar all say?
Code:
fastboot getvar all
sd_shadow said:
What does getvar all say?
Code:
fastboot getvar all
Click to expand...
Click to collapse
Running that command gets me this:
Code:
(bootloader) kernel: uefi
(bootloader) version-bootloader: MBM-3.0-borneo_t-bfe8cf6b47-210116
(bootloader) product: borneo
(bootloader) board: borneo
(bootloader) secure: yes
(bootloader) hwrev: PVT
(bootloader) radio: NA
(bootloader) storage-type: eMMC
(bootloader) emmc: 64GB MICRON S0J9K8 RV=08 PV=10 FV=0000000000000004
(bootloader) ufs: N/A
(bootloader) ram: 4GB MICRON LP4x DIE=16Gb M5-M8=FF 04 10 10
(bootloader) cpu: SM_KAMORTA_H 1.0
(bootloader) serialno: ZY22BPK4HG
(bootloader) cid: 0x0015
(bootloader) channelid: 0x99
(bootloader) uid: B96EE4FD
(bootloader) securestate: flashing_unlocked
(bootloader) factory-modes: disabled
(bootloader) verity-state: enforcing (0)
(bootloader) iswarrantyvoid: yes
(bootloader) max-download-size: 804474880
(bootloader) reason: Volume down key pressed
(bootloader) imei: 356892110455383
(bootloader) imei2:
(bootloader) meid:
(bootloader) date: 01-31-2021
(bootloader) sku: XT2117-4
(bootloader) carrier_sku: XT2117-4
(bootloader) battid: SB18C77591
(bootloader) battery-voltage: 4368
(bootloader) iccid: 8901240132795303553
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) poweroffalarm: 0
(bootloader) ro.carrier: boost
(bootloader) ro.build.fingerprint[0]: motorola/borneo_t/borneo:10/QZBS30
(bootloader) ro.build.fingerprint[1]: .Q4-43-43-2/b59a1:user/release-key
(bootloader) ro.build.fingerprint[2]: s
(bootloader) ro.build.version.qcom: LA.UM.8.15.r1-06600-KAMORTA.0
(bootloader) version-baseband: HA10_18.534.02.55R BORNEO_NA_CUST
(bootloader) kernel.version[0]: Linux version 4.19.95-perf+ ([email protected]
(bootloader) kernel.version[1]: oid-build) (clang version 8.0.16 for And
(bootloader) kernel.version[2]: roid NDK) #1 SMP PREEMPT Thu Feb 4 22:38
(bootloader) kernel.version[3]: :02 CST 2021
(bootloader) git:abl: MBM-3.0-borneo_t-bfe8cf6b47-210116
(bootloader) frp-state: no protection (0)
(bootloader) current-slot:
(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: yes
(bootloader) slot-unbootable:_b: yes
(bootloader) slot-retry-count:_a: 0
(bootloader) slot-retry-count:_b: 0
(bootloader) logical-block-size: 0x200
(bootloader) erase-block-size: 0x200
(bootloader) is-userspace: no
(bootloader) pcb-part-no: SB28C86870
(bootloader) primary-display: tm_ili9881x_video_display
(bootloader) secondary-display:
all: listed above
Finished. Total time: 0.094s
This is what I got when in fastbootd:
Code:
C:\adb>fastboot getvar all
(bootloader) battery-soc-ok:yes
(bootloader) battery-voltage:4395
(bootloader) off-mode-charge:0
(bootloader) is-userspace:yes
(bootloader) partition-size:fsg_b:0x4000000
(bootloader) partition-size:bluetooth_a:0x100000
(bootloader) partition-size:dsp_a:0x4000000
(bootloader) partition-size:boot_a:0x6000000
(bootloader) partition-size:dtbo_a:0x1800000
(bootloader) partition-size:modem_b:0xB400000
(bootloader) partition-size:uefisecapp_a:0x200000
(bootloader) partition-size:ssd:0x2000
(bootloader) partition-size:cmnlib64_b:0x80000
(bootloader) partition-size:keymaster_b:0x80000
(bootloader) partition-size:prov_b:0x40000
(bootloader) partition-size:bluetooth_b:0x100000
(bootloader) partition-size:cmnlib64_a:0x80000
(bootloader) partition-size:misc:0x100000
(bootloader) partition-size:logo_a:0x1000000
(bootloader) partition-size:dsp_b:0x4000000
(bootloader) partition-size:keymaster_a:0x80000
(bootloader) partition-size:prov_a:0x40000
(bootloader) partition-size:rpm_b:0x80000
(bootloader) partition-size:logo_b:0x1000000
(bootloader) partition-size:xbl_a:0x500000
(bootloader) partition-size:abl_a:0x100000
(bootloader) partition-size:abl_b:0x100000
(bootloader) partition-size:uefisecapp_b:0x200000
(bootloader) partition-size:xbl_b:0x500000
(bootloader) partition-size:userdata:0xBAAEFBE00
(bootloader) partition-size:xbl_config_a:0x20000
(bootloader) partition-size:devcfg_b:0x20000
(bootloader) partition-size:hyp_b:0x80000
(bootloader) partition-size:xbl_config_b:0x20000
(bootloader) partition-size:tz_a:0x400000
(bootloader) partition-size:qupfw_b:0x14000
(bootloader) partition-size:tz_b:0x400000
(bootloader) partition-size:rpm_a:0x80000
(bootloader) partition-size:storsec_b:0x20000
(bootloader) partition-size:metadata:0x1000000
(bootloader) partition-size:cmnlib_b:0x80000
(bootloader) partition-size:cmnlib_a:0x80000
(bootloader) partition-size:devcfg_a:0x20000
(bootloader) partition-size:recovery_a:0x6400000
(bootloader) partition-size:fsg_a:0x4000000
(bootloader) partition-size:vbmeta_a:0x10000
(bootloader) partition-size:qupfw_a:0x14000
(bootloader) partition-size:vbmeta_system_a:0x10000
(bootloader) partition-size:storsec_a:0x20000
(bootloader) partition-size:hyp_a:0x80000
(bootloader) partition-size:modem_a:0xB400000
(bootloader) partition-size:mmcblk0:0xE8F800000
(bootloader) partition-size:vbmeta_b:0x10000
(bootloader) partition-size:vbmeta_system_b:0x10000
(bootloader) partition-size:recovery_b:0x6400000
(bootloader) partition-size:boot_b:0x6000000
(bootloader) partition-size:super:0x264000000
(bootloader) partition-size:dtbo_b:0x1800000
(bootloader) partition-size:system_a:0x6BAD1000
(bootloader) partition-size:vendor_a:0x271BC000
(bootloader) partition-size:system_b:0x6BAD1000
(bootloader) partition-size:vendor_b:0x271B9000
(bootloader) partition-size:product_b:0x47F3C000
(bootloader) super-partition-name:super
(bootloader) partition-type:fsg_b:raw
(bootloader) partition-type:bluetooth_a:raw
(bootloader) partition-type:dsp_a:raw
(bootloader) partition-type:boot_a:raw
(bootloader) partition-type:dtbo_a:raw
(bootloader) partition-type:modem_b:raw
(bootloader) partition-type:uefisecapp_a:raw
(bootloader) partition-type:ssd:raw
(bootloader) partition-type:cmnlib64_b:raw
(bootloader) partition-type:keymaster_b:raw
(bootloader) partition-type:prov_b:raw
(bootloader) partition-type:bluetooth_b:raw
(bootloader) partition-type:cmnlib64_a:raw
(bootloader) partition-type:misc:raw
(bootloader) partition-type:logo_a:raw
(bootloader) partition-type:dsp_b:raw
(bootloader) partition-type:keymaster_a:raw
(bootloader) partition-type:prov_a:raw
(bootloader) partition-type:rpm_b:raw
(bootloader) partition-type:logo_b:raw
(bootloader) partition-type:xbl_a:raw
(bootloader) partition-type:abl_a:raw
(bootloader) partition-type:abl_b:raw
(bootloader) partition-type:uefisecapp_b:raw
(bootloader) partition-type:xbl_b:raw
(bootloader) partition-type:userdata:raw
(bootloader) partition-type:xbl_config_a:raw
(bootloader) partition-type:devcfg_b:raw
(bootloader) partition-type:hyp_b:raw
(bootloader) partition-type:xbl_config_b:raw
(bootloader) partition-type:tz_a:raw
(bootloader) partition-type:qupfw_b:raw
(bootloader) partition-type:tz_b:raw
(bootloader) partition-type:rpm_a:raw
(bootloader) partition-type:storsec_b:raw
(bootloader) partition-type:metadata:raw
(bootloader) partition-type:cmnlib_b:raw
(bootloader) partition-type:cmnlib_a:raw
(bootloader) partition-type:devcfg_a:raw
(bootloader) partition-type:recovery_a:raw
(bootloader) partition-type:fsg_a:raw
(bootloader) partition-type:vbmeta_a:raw
(bootloader) partition-type:qupfw_a:raw
(bootloader) partition-type:vbmeta_system_a:raw
(bootloader) partition-type:storsec_a:raw
(bootloader) partition-type:hyp_a:raw
(bootloader) partition-type:modem_a:raw
(bootloader) partition-type:mmcblk0:raw
(bootloader) partition-type:vbmeta_b:raw
(bootloader) partition-type:vbmeta_system_b:raw
(bootloader) partition-type:recovery_b:raw
(bootloader) partition-type:boot_b:raw
(bootloader) partition-type:super:raw
(bootloader) partition-type:dtbo_b:raw
(bootloader) partition-type:system_a:raw
(bootloader) partition-type:vendor_a:raw
(bootloader) partition-type:system_b:raw
(bootloader) partition-type:vendor_b:raw
(bootloader) partition-type:product_b:raw
(bootloader) has-slot:fsg:yes
(bootloader) has-slot:hw:no
(bootloader) has-slot:bluetooth:yes
(bootloader) has-slot:dsp:yes
(bootloader) has-slot:boot:yes
(bootloader) has-slot:dtbo:yes
(bootloader) has-slot:modem:yes
(bootloader) has-slot:uefisecapp:yes
(bootloader) has-slot:ssd:no
(bootloader) has-slot:cmnlib64:yes
(bootloader) has-slot:utagsBackup:no
(bootloader) has-slot:keymaster:yes
(bootloader) has-slot:utags:no
(bootloader) has-slot:dhob:no
(bootloader) has-slot:prov:yes
(bootloader) has-slot:frp:no
(bootloader) has-slot:misc:no
(bootloader) has-slot:logo:yes
(bootloader) has-slot:kpan:no
(bootloader) has-slot:cid:no
(bootloader) has-slot:rpm:yes
(bootloader) has-slot:xbl:yes
(bootloader) has-slot:abl:yes
(bootloader) has-slot:userdata:no
(bootloader) has-slot:prodpersist:no
(bootloader) has-slot:xbl_config:yes
(bootloader) has-slot:devcfg:yes
(bootloader) has-slot:hyp:yes
(bootloader) has-slot:tz:yes
(bootloader) has-slot:qupfw:yes
(bootloader) has-slot:storsec:yes
(bootloader) has-slot:metadata:no
(bootloader) has-slot:cmnlib:yes
(bootloader) has-slot:recovery:yes
(bootloader) has-slot:vbmeta:yes
(bootloader) has-slot:vbmeta_system:yes
(bootloader) has-slot:logfs:no
(bootloader) has-slot:mmcblk0:no
(bootloader) has-slot:super:no
(bootloader) has-slot:system:yes
(bootloader) has-slot:vendor:yes
(bootloader) has-slot:product:yes
(bootloader) max-download-size:0x20000000
(bootloader) version-baseband:
(bootloader) slot-count:2
(bootloader) is-logical:fsg_b:no
(bootloader) is-logical:bluetooth_a:no
(bootloader) is-logical:dsp_a:no
(bootloader) is-logical:boot_a:no
(bootloader) is-logical:dtbo_a:no
(bootloader) is-logical:modem_b:no
(bootloader) is-logical:uefisecapp_a:no
(bootloader) is-logical:ssd:no
(bootloader) is-logical:cmnlib64_b:no
(bootloader) is-logical:keymaster_b:no
(bootloader) is-logical:prov_b:no
(bootloader) is-logical:bluetooth_b:no
(bootloader) is-logical:cmnlib64_a:no
(bootloader) is-logical:misc:no
(bootloader) is-logical:logo_a:no
(bootloader) is-logical:dsp_b:no
(bootloader) is-logical:keymaster_a:no
(bootloader) is-logical:prov_a:no
(bootloader) is-logical:rpm_b:no
(bootloader) is-logical:logo_b:no
(bootloader) is-logical:xbl_a:no
(bootloader) is-logical:abl_a:no
(bootloader) is-logical:abl_b:no
(bootloader) is-logical:uefisecapp_b:no
(bootloader) is-logical:xbl_b:no
(bootloader) is-logical:userdata:no
(bootloader) is-logical:xbl_config_a:no
(bootloader) is-logical:devcfg_b:no
(bootloader) is-logical:hyp_b:no
(bootloader) is-logical:xbl_config_b:no
(bootloader) is-logical:tz_a:no
(bootloader) is-logical:qupfw_b:no
(bootloader) is-logical:tz_b:no
(bootloader) is-logical:rpm_a:no
(bootloader) is-logical:storsec_b:no
(bootloader) is-logical:metadata:no
(bootloader) is-logical:cmnlib_b:no
(bootloader) is-logical:cmnlib_a:no
(bootloader) is-logical:devcfg_a:no
(bootloader) is-logical:recovery_a:no
(bootloader) is-logical:fsg_a:no
(bootloader) is-logical:vbmeta_a:no
(bootloader) is-logical:qupfw_a:no
(bootloader) is-logical:vbmeta_system_a:no
(bootloader) is-logical:storsec_a:no
(bootloader) is-logical:hyp_a:no
(bootloader) is-logical:modem_a:no
(bootloader) is-logical:mmcblk0:no
(bootloader) is-logical:vbmeta_b:no
(bootloader) is-logical:vbmeta_system_b:no
(bootloader) is-logical:recovery_b:no
(bootloader) is-logical:boot_b:no
(bootloader) is-logical:super:no
(bootloader) is-logical:dtbo_b:no
(bootloader) is-logical:system_a:yes
(bootloader) is-logical:vendor_a:yes
(bootloader) is-logical:system_b:yes
(bootloader) is-logical:vendor_b:yes
(bootloader) is-logical:product_b:yes
(bootloader) secure:yes
(bootloader) variant:NA
(bootloader) serialno:ZY22BPK4HG
(bootloader) hw-revision:pvt
(bootloader) product:borneo
(bootloader) current-slot:b
(bootloader) version-bootloader:MBM-3.0-borneo_t-bfe8cf6b47-210204
(bootloader) unlocked:yes
(bootloader) version:0.4
all:
Finished. Total time: 2.165s
minkey123 said:
Running that command gets me this:
Code:
(bootloader) kernel: uefi
(bootloader) version-bootloader: MBM-3.0-borneo_t-bfe8cf6b47-210116
(bootloader) product: borneo
(bootloader) board: borneo
(bootloader) secure: yes
(bootloader) hwrev: PVT
(bootloader) radio: NA
(bootloader) storage-type: eMMC
(bootloader) emmc: 64GB MICRON S0J9K8 RV=08 PV=10 FV=0000000000000004
(bootloader) ufs: N/A
(bootloader) ram: 4GB MICRON LP4x DIE=16Gb M5-M8=FF 04 10 10
(bootloader) cpu: SM_KAMORTA_H 1.0
(bootloader) serialno: ZY22BPK4HG
(bootloader) cid: 0x0015
(bootloader) channelid: 0x99
(bootloader) uid: B96EE4FD
(bootloader) securestate: flashing_unlocked
(bootloader) factory-modes: disabled
(bootloader) verity-state: enforcing (0)
(bootloader) iswarrantyvoid: yes
(bootloader) max-download-size: 804474880
(bootloader) reason: Volume down key pressed
(bootloader) imei: 356892110455383
(bootloader) imei2:
(bootloader) meid:
(bootloader) date: 01-31-2021
(bootloader) sku: XT2117-4
(bootloader) carrier_sku: XT2117-4
(bootloader) battid: SB18C77591
(bootloader) battery-voltage: 4368
(bootloader) iccid: 8901240132795303553
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) poweroffalarm: 0
(bootloader) ro.carrier: boost
(bootloader) ro.build.fingerprint[0]: motorola/borneo_t/borneo:10/QZBS30
(bootloader) ro.build.fingerprint[1]: .Q4-43-43-2/b59a1:user/release-key
(bootloader) ro.build.fingerprint[2]: s
(bootloader) ro.build.version.qcom: LA.UM.8.15.r1-06600-KAMORTA.0
(bootloader) version-baseband: HA10_18.534.02.55R BORNEO_NA_CUST
(bootloader) kernel.version[0]: Linux version 4.19.95-perf+ ([email protected]
(bootloader) kernel.version[1]: oid-build) (clang version 8.0.16 for And
(bootloader) kernel.version[2]: roid NDK) #1 SMP PREEMPT Thu Feb 4 22:38
(bootloader) kernel.version[3]: :02 CST 2021
(bootloader) git:abl: MBM-3.0-borneo_t-bfe8cf6b47-210116
(bootloader) frp-state: no protection (0)
(bootloader) current-slot:
(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: yes
(bootloader) slot-unbootable:_b: yes
(bootloader) slot-retry-count:_a: 0
(bootloader) slot-retry-count:_b: 0
(bootloader) logical-block-size: 0x200
(bootloader) erase-block-size: 0x200
(bootloader) is-userspace: no
(bootloader) pcb-part-no: SB28C86870
(bootloader) primary-display: tm_ili9881x_video_display
(bootloader) secondary-display:
all: listed above
Finished. Total time: 0.094s
Click to expand...
Click to collapse
You have borneo which in this forum
https://forum.xda-developers.com/f/moto-g-power-2021.12069/
Don't use sofia Roms
sd_shadow said:
You have borneo which in this forum
https://forum.xda-developers.com/f/moto-g-power-2021.12069/
Don't use sofia Roms
Click to expand...
Click to collapse
THANK YOU!!!! Ill go check it out
Related
Hi Guys,
I was Hardbricked and i used blankflash to recover my moto z. Now Im in some kind of fastboot menu that says oem locked. but i was unlocked before and now when i try to flash stock firmware every part of it says failed. and when i try to unlock it with my motorola unlock code, it says check oem unlock in developer options.
But i cant even boot up my phone normally. It says Start Up Failed " Your device didnt startup succesfully. "
Can anybody help me please asap? My phone is very important to me :/
Did you install TWRP before you got into this?
I have the same problem
it's mi data
C:\xt1650>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: moto-msm8996-91.08(*)
(bootloader) product: sheridan
(bootloader) board: sheridan
(bootloader) secure: yes
(bootloader) hwrev: P3B
(bootloader) radio: 2
(bootloader) storage-type: ufs
(bootloader) ufs: 64GB TOSHIBA THGBF7G9L4LBATRB FV=0300
(bootloader) ram: 4GB SAMSUNG LP4 DIE=8Gb M5=01 M6=05 M7=00 M8=08
(bootloader) cpu: MSM8996
(bootloader) serialno: 596e4391
(bootloader) cid: 0x0032
(bootloader) channelid: 0x22
(bootloader) uid: F3F6415400000000000000000000
(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) poweroffalarm: 0
(bootloader) ro.build.version.full:
(bootloader) ro.build.version.qcom:
(bootloader) version-baseband:
(bootloader) kernel.version:
(bootloader) xbl.git: xbl.git
(bootloader) rpm.git: rpm.git
(bootloader) tz.git: tz.git
(bootloader) hyp.git: hyp.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) pmic.git: pmic.git
(bootloader) aboot.git: git=MBM-NG-V91.08-0-gab592a8
(bootloader) qe:
(bootloader) frp-state: no protection (err)
(bootloader) ro.carrier:
all: listed above
finished. total time: 0.152s
olverajc said:
I have the same problem
it's mi data
C:\xt1650>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: moto-msm8996-91.08(*)
(bootloader) product: sheridan
(bootloader) board: sheridan
(bootloader) secure: yes
(bootloader) hwrev: P3B
(bootloader) radio: 2
(bootloader) storage-type: ufs
(bootloader) ufs: 64GB TOSHIBA THGBF7G9L4LBATRB FV=0300
(bootloader) ram: 4GB SAMSUNG LP4 DIE=8Gb M5=01 M6=05 M7=00 M8=08
(bootloader) cpu: MSM8996
(bootloader) serialno: 596e4391
(bootloader) cid: 0x0032
(bootloader) channelid: 0x22
(bootloader) uid: F3F6415400000000000000000000
(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) poweroffalarm: 0
(bootloader) ro.build.version.full:
(bootloader) ro.build.version.qcom:
(bootloader) version-baseband:
(bootloader) kernel.version:
(bootloader) xbl.git: xbl.git
(bootloader) rpm.git: rpm.git
(bootloader) tz.git: tz.git
(bootloader) hyp.git: hyp.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) pmic.git: pmic.git
(bootloader) aboot.git: git=MBM-NG-V91.08-0-gab592a8
(bootloader) qe:
(bootloader) frp-state: no protection (err)
(bootloader) ro.carrier:
all: listed above
finished. total time: 0.152s
Click to expand...
Click to collapse
I´m having same problem.
After updating OTA, my Moto Z XT1650 booted into a nice brick - black screen and nothing responding. I did a blankflash and the phone came back to fastboot but with partitions problems: Failed to initialize partition table.
My output from my device:
fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: moto-msm8996-91.08(*)
(bootloader) product: sheridan
(bootloader) board: sheridan
(bootloader) secure: yes
(bootloader) hwrev: P3B
(bootloader) radio: 2
(bootloader) storage-type: ufs
(bootloader) ufs: 64GB SAMSUNG KLUCG4J1CB-B0B1 FV=0800
(bootloader) ram: 4GB SAMSUNG LP4 DIE=8Gb M5=01 M6=05 M7=00 M8=08
(bootloader) cpu: MSM8996
(bootloader) serialno: 1f45b71
(bootloader) cid: 0x0032
(bootloader) channelid: 0x19
(bootloader) uid: 89F9DDB400000000000000000000
(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) poweroffalarm: 0
(bootloader) ro.build.version.full:
(bootloader) ro.build.version.qcom:
(bootloader) version-baseband:
(bootloader) kernel.version:
(bootloader) xbl.git: xbl.git
(bootloader) rpm.git: rpm.git
(bootloader) tz.git: tz.git
(bootloader) hyp.git: hyp.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) pmic.git: pmic.git
(bootloader) aboot.git: git=MBM-NG-V91.08-0-gab592a8
(bootloader) qe:
(bootloader) frp-state: no protection (err)
(bootloader) ro.carrier:
all: listed above
finished. total time: 0.079s
I cannot flash it with a new rom for OEM_LOCKED state cannot be changed in fastboot - recovery partition aint working to boot up in ADB mode and reflash it.
I really don´t know what to do here.
Trying to figure out something by reading and testing tons of things on the internet for 4 days straight already.
I have the same problem. I am following.
byhawk said:
I have the same problem. I am following.
Click to expand...
Click to collapse
same problem....
I tried all I could to get things taken care of but here is my scenario.
I have my bootloader UNLOCKED
The device is product "holi" which is US Unlocked model
I can flash TWRP and stock boot from OTA so I have "some functionality"
I can boot to either fastbootd or TWRP.
Here's what I am missing:
Partitions that appear to be missing when I type fastboot getvar all are:
vendor
system
system-ext
product
vendor
I have the most recent OTA from OnePlus but TWRP is limited on flashing capabilities, and I get errors for super (Partitions are missing obviously). And I would assume I need to flash in the particular order in fastbootd the correct files. I used payload dumper and have all the images.
Please help if you can.
Here is the list of getvar all:
(bootloader) parallel-download-flash:yes
(bootloader) hw-revision:10001
(bootloader) unlocked:yes
(bootloader) off-mode-charge:1
(bootloader) charger-screen-enabled:1
(bootloader) battery-soc-ok:yes
(bootloader) battery-voltage:4323
(bootloader) version-baseband:
(bootloader) version-bootloader:
(bootloader) erase-block-size: 0x1000
(bootloader) logical-block-size: 0x1000
(bootloader) variant:SM_ UFS
(bootloader) partition-type:fsc:raw
(bootloader) partition-size:fsc: 0x20000
(bootloader) partition-type:fsg:raw
(bootloader) partition-size:fsg: 0x300000
(bootloader) partition-type oplusreserve5:raw
(bootloader) partition-size oplusreserve5: 0x4000000
(bootloader) partition-type oplusreserve4:raw
(bootloader) partition-size oplusreserve4: 0x2000000
(bootloader) partition-type oplusreserve3:raw
(bootloader) partition-size oplusreserve3: 0x4000000
(bootloader) partition-type oplusreserve2:raw
(bootloader) partition-size oplusreserve2: 0x8000000
(bootloader) partition-type oplusreserve1:raw
(bootloader) partition-size oplusreserve1: 0x800000
(bootloader) partition-type:modemst2:raw
(bootloader) partition-size:modemst2: 0x300000
(bootloader) partition-type:modemst1:raw
(bootloader) partition-size:modemst1: 0x300000
(bootloader) partition-type param:raw
(bootloader) partition-size param: 0x100000
(bootloader) partition-type oplusstanvbk_b:raw
(bootloader) partition-size oplusstanvbk_b: 0x1400000
(bootloader) partition-type oplusstanvbk_a:raw
(bootloader) partition-size oplusstanvbk_a: 0x1400000
(bootloader) partition-type oplusdycnvbk:raw
(bootloader) partition-size oplusdycnvbk: 0x1400000
(bootloader) partition-type:ALIGN_TO_128K_2:raw
(bootloader) partition-size:ALIGN_TO_128K_2: 0x1A000
(bootloader) partition-type:android_log:raw
(bootloader) partition-size:android_log: 0xFD0000
(bootloader) partition-type:kernel_log:raw
(bootloader) partition-size:kernel_log: 0xFD0000
(bootloader) partition-type:abl_log:raw
(bootloader) partition-size:abl_log: 0xFD0000
(bootloader) partition-type:vm-data:raw
(bootloader) partition-size:vm-data: 0x400000
(bootloader) partition-type:vm-keystore:raw
(bootloader) partition-size:vm-keystore: 0x20000
(bootloader) partition-type:catecontentfv:raw
(bootloader) partition-size:catecontentfv: 0x100000
(bootloader) partition-type:catefv:raw
(bootloader) partition-size:catefv: 0x80000
(bootloader) partition-type:secdata:raw
(bootloader) partition-size:secdata: 0x7000
(bootloader) partition-type:uefivarstore:raw
(bootloader) partition-size:uefivarstore: 0x80000
(bootloader) partition-type:multiimgoem_b:raw
(bootloader) partition-size:multiimgoem_b: 0x8000
(bootloader) partition-type:multiimgoem_a:raw
(bootloader) partition-size:multiimgoem_a: 0x8000
(bootloader) partition-type:storsec:raw
(bootloader) partition-size:storsec: 0x20000
(bootloader) partition-type:logdump:raw
(bootloader) partition-size:logdump: 0x4000000
(bootloader) partition-type:cateloader:raw
(bootloader) partition-size:cateloader: 0x200000
(bootloader) partition-type:logfs:raw
(bootloader) partition-size:logfs: 0x800000
(bootloader) partition-type:apdp:raw
(bootloader) partition-size:apdp: 0x40000
(bootloader) partition-type:devinfo:raw
(bootloader) partition-size:devinfo: 0x1000
(bootloader) partition-type:logo_b:raw
(bootloader) partition-size:logo_b: 0x1000000
(bootloader) partition-type:vendor_boot_b:raw
(bootloader) partition-size:vendor_boot_b: 0x6000000
(bootloader) partition-type:core_nhlos_b:raw
(bootloader) partition-size:core_nhlos_b: 0xAA00000
(bootloader) partition-type:uefisecapp_b:raw
(bootloader) partition-size:uefisecapp_b: 0x200000
(bootloader) partition-type:imagefv_b:raw
(bootloader) partition-size:imagefv_b: 0x200000
(bootloader) partition-type:dtbo_b:raw
(bootloader) partition-size:dtbo_b: 0x1800000
(bootloader) partition-type:vbmeta_b:raw
(bootloader) partition-size:vbmeta_b: 0x10000
(bootloader) partition-type:qupfw_b:raw
(bootloader) partition-size:qupfw_b: 0x10000
(bootloader) partition-type:devcfg_b:raw
(bootloader) partition-size:devcfg_b: 0x20000
(bootloader) partition-type:boot_b:raw
(bootloader) partition-size:boot_b: 0x6000000
(bootloader) partition-type:keymaster_b:raw
(bootloader) partition-size:keymaster_b: 0x80000
(bootloader) partition-type:dsp_b:raw
(bootloader) partition-size:dsp_b: 0x2000000
(bootloader) partition-type:abl_b:raw
(bootloader) partition-size:abl_b: 0x800000
(bootloader) partition-type:bluetooth_b:raw
(bootloader) partition-size:bluetooth_b: 0x100000
(bootloader) partition-type:modem_b:raw
(bootloader) partition-size:modem_b: 0xDC00000
(bootloader) partition-type:hyp_b:raw
(bootloader) partition-size:hyp_b: 0x80000
(bootloader) partition-type:tz_b:raw
(bootloader) partition-size:tz_b: 0x400000
(bootloader) partition-type:rpm_b:raw
(bootloader) partition-size:rpm_b: 0x80000
(bootloader) partition-type:logo_a:raw
(bootloader) partition-size:logo_a: 0x1000000
(bootloader) partition-type:vendor_boot_a:raw
(bootloader) partition-size:vendor_boot_a: 0x6000000
(bootloader) partition-type:featenabler_b:raw
(bootloader) partition-size:featenabler_b: 0x20000
(bootloader) partition-type:featenabler_a:raw
(bootloader) partition-size:featenabler_a: 0x20000
(bootloader) partition-type:uefisecapp_a:raw
(bootloader) partition-size:uefisecapp_a: 0x200000
(bootloader) partition-type:core_nhlos_a:raw
(bootloader) partition-size:core_nhlos_a: 0xAA00000
(bootloader) partition-type:imagefv_a:raw
(bootloader) partition-size:imagefv_a: 0x200000
(bootloader) partition-type:dtbo_a:raw
(bootloader) partition-size:dtbo_a: 0x1800000
(bootloader) partition-type:vbmeta_a:raw
(bootloader) partition-size:vbmeta_a: 0x10000
(bootloader) partition-type:qupfw_a:raw
(bootloader) partition-size:qupfw_a: 0x10000
(bootloader) partition-type:devcfg_a:raw
(bootloader) partition-size:devcfg_a: 0x20000
(bootloader) partition-type:boot_a:raw
(bootloader) partition-size:boot_a: 0x6000000
(bootloader) partition-type:keymaster_a:raw
(bootloader) partition-size:keymaster_a: 0x80000
(bootloader) partition-type:dsp_a:raw
(bootloader) partition-size:dsp_a: 0x2000000
(bootloader) partition-type:abl_a:raw
(bootloader) partition-size:abl_a: 0x800000
(bootloader) partition-type:bluetooth_a:raw
(bootloader) partition-size:bluetooth_a: 0x100000
(bootloader) partition-type:modem_a:raw
(bootloader) partition-size:modem_a: 0xDC00000
(bootloader) partition-type:hyp_a:raw
(bootloader) partition-size:hyp_a: 0x80000
(bootloader) partition-type:tz_a:raw
(bootloader) partition-size:tz_a: 0x400000
(bootloader) partition-type:rpm_a:raw
(bootloader) partition-size:rpm_a: 0x80000
(bootloader) partition-type:dinfo:raw
(bootloader) partition-size:dinfo: 0x4000
(bootloader) partition-type ocdt:raw
(bootloader) partition-size ocdt: 0x20000
(bootloader) partition-type:engineering_cdt_b:raw
(bootloader) partition-size:engineering_cdt_b: 0x100000
(bootloader) partition-type:engineering_cdt_a:raw
(bootloader) partition-size:engineering_cdt_a: 0x100000
(bootloader) partition-type:ddr:raw
(bootloader) partition-size:ddr: 0x100000
(bootloader) partition-type:cdt:raw
(bootloader) partition-size:cdt: 0x20000
(bootloader) partition-type:ALIGN_TO_128K_1:raw
(bootloader) partition-size:ALIGN_TO_128K_1: 0x1A000
(bootloader) partition-type:xbl_config_b:raw
(bootloader) partition-size:xbl_config_b: 0x80000
(bootloader) partition-type:xbl_b:raw
(bootloader) partition-size:xbl_b: 0x600000
(bootloader) partition-type:xbl_config_a:raw
(bootloader) partition-size:xbl_config_a: 0x80000
(bootloader) partition-type:xbl_a:raw
(bootloader) partition-size:xbl_a: 0x600000
(bootloader) partition-type:userdata:f2fs
(bootloader) partition-size:userdata: 0xCAC5D3000
(bootloader) partition-type:rawdump:raw
(bootloader) partition-size:rawdump: 0x8000000
(bootloader) partition-type:metadata:raw
(bootloader) partition-size:metadata: 0x1000000
(bootloader) partition-type:vm-system_b:raw
(bootloader) partition-size:vm-system_b: 0x8000000
(bootloader) partition-type:vm-system_a:raw
(bootloader) partition-size:vm-system_a: 0x8000000
(bootloader) partition-type:vbmeta_system_b:raw
(bootloader) partition-size:vbmeta_system_b: 0x10000
(bootloader) partition-type:vbmeta_system_a:raw
(bootloader) partition-size:vbmeta_system_a: 0x10000
(bootloader) partition-type:super:raw
(bootloader) partition-size:super: 0x180000000
(bootloader) partition-type:carrier:raw
(bootloader) partition-size:carrier: 0x4000000
(bootloader) partition-type opluslog:raw
(bootloader) partition-size opluslog: 0x10000000
(bootloader) partition-type persist_bkp:raw
(bootloader) partition-size persist_bkp: 0x2000000
(bootloader) partition-type:frp:raw
(bootloader) partition-size:frp: 0x80000
(bootloader) partition-type:keystore:raw
(bootloader) partition-size:keystore: 0x80000
(bootloader) partition-type:misc:raw
(bootloader) partition-size:misc: 0x100000
(bootloader) partition-type persist:raw
(bootloader) partition-size persist: 0x2000000
(bootloader) partition-type:ssd:raw
(bootloader) partition-size:ssd: 0x2000
(bootloader) has-slot:modem:yes
(bootloader) has-slot:system:no
(bootloader) current-slot:b
(bootloader) has-slot:boot:yes
(bootloader) slot-retry-count:b:7
(bootloader) slot-unbootable:b:no
(bootloader) slot-successful:b:no
(bootloader) slot-retry-count:a:7
(bootloader) slot-unbootable:a:no
(bootloader) slot-successful:a:no
(bootloader) slot-count:2
(bootloader) secure:yes
(bootloader) serialnXXXXXX (blocked out by Jaybone073)
(bootloader) product:holi
(bootloader) snapshot-update-status:none
(bootloader) is-userspace:no
(bootloader) max-download-size:791814144
(bootloader) kernel:uefi
Have you tried using fastbootd to flash all the images to your device? I believe that the full OTA zip has all the files that you need to unbrick your device. A guide that I would recommend following is the tutorial on how to convert the T-Mo N200 to an "unlocked" variant, which shows you how to use fastbootd to flash the OOS OTA. It should just work on the unlocked variant, and if successful, you just might have a working phone, just without OTA updates. Check out some of the guides here:
N200 MetroPCS/T-Mobile to OEM
A lot less of a guide than a compilation of links and steps I followed a few days ago to get this working. Can confirm everything's going smoothly without hitch. Credit to the respective authors of these threads and tools, and the helpful replies...
forum.xda-developers.com
Successful conversion of N200 5G from T-Mo to OEM without MSM tool! (Credit to Summersofar)
Hey there. i'm a new XDA Member myself. i've been mostly stalking these forums for the N200 Ever since people started the root phase and twrp projects for codename HOLI. but i'm here to convert @summersofar's guide in order to make it more...
forum.xda-developers.com
Jaybone073 said:
Here's what I am missing:
Partitions that appear to be missing when I type fastboot getvar all are:
vendor
system
system-ext
product
vendor
Click to expand...
Click to collapse
You're not missing them - they're in super and you can't access them from bootloader, only from fastbootd.
AndyYan said:
You're not missing them - they're in super and you can't access them from bootloader, only from fastbootd.
Click to expand...
Click to collapse
They are not in the fastbootd Andy. I will send a PM. You're welcome to check and see, but the partitions are not there. I scoured it.
I will add an edit after work and do another getvar all in fastbootd and you'll see. When attempting to create the logical partition I get an error.
Here you go:
c:\Android\platform-tools>fastboot reboot fastboot
Rebooting into fastboot OKAY [ 0.016s]
< waiting for any device >
Finished. Total time: 15.844s
c:\Android\platform-tools>fastboot getvar all
(bootloader) cpu-abi:arm64-v8a
(bootloader) snapshot-update-status:none
(bootloader) super-partition-name:super
(bootloader) is-logical:vm-system_b:no
(bootloader) is-logical:vm-system_a:no
(bootloader) is-logical:xbl_b:no
(bootloader) is-logical:xbl_config_b:no
(bootloader) is-logicalersist_bkp:no
(bootloader) is-logicalpluslog:no
(bootloader) is-logical:sda:no
(bootloader) is-logical:cateloader:no
(bootloader) is-logical:storsec:no
(bootloader) is-logical:keymaster_b:no
(bootloader) is-logical:logfs:no
(bootloader) is-logical:imagefv_a:no
(bootloader) is-logical:carrier:no
(bootloader) is-logical:kernel_log:no
(bootloader) is-logical:vbmeta_system_a:no
(bootloader) is-logical:abl_log:no
(bootloader) is-logical:uefisecapp_a:no
(bootloader) is-logical:abl_b:no
(bootloader) is-logical:keymaster_a:no
(bootloader) is-logical:dtbo_a:no
(bootloader) is-logical:logo_b:no
(bootloader) is-logical:bluetooth_b:no
(bootloader) is-logical:secdata:no
(bootloader) is-logical:dsp_a:no
(bootloader) is-logical:ssd:no
(bootloader) is-logical:vm-keystore:no
(bootloader) is-logical:vendor_boot_b:no
(bootloader) is-logical:sdc:no
(bootloader) is-logical:vm-data:no
(bootloader) is-logical:hyp_b:no
(bootloader) is-logical:catefv:no
(bootloader) is-logical:abl_a:no
(bootloader) is-logical:qupfw_a:no
(bootloader) is-logical:hyp_a:no
(bootloader) is-logical:multiimgoem_a:no
(bootloader) is-logical:bluetooth_a:no
(bootloader) is-logical:rawdump:no
(bootloader) is-logical:logo_a:no
(bootloader) is-logicalersist:no
(bootloader) is-logical:uefisecapp_b:no
(bootloader) is-logical:modem_b:no
(bootloader) is-logical:core_nhlos_b:no
(bootloader) is-logical:rpm_b:no
(bootloader) is-logical:uefivarstore:no
(bootloader) is-logical:sde:no
(bootloader) is-logical:vendor_boot_a:no
(bootloader) is-logical:vbmeta_a:no
(bootloader) is-logical:xbl_config_a:no
(bootloader) is-logical:sdb:no
(bootloader) is-logical:misc:no
(bootloader) is-logical:devcfg_b:no
(bootloader) is-logical:ALIGN_TO_128K_1:no
(bootloader) is-logical:userdata:no
(bootloader) is-logical:apdp:no
(bootloader) is-logical:modem_a:no
(bootloader) is-logicalcdt:no
(bootloader) is-logical:multiimgoem_b:no
(bootloader) is-logical:frp:no
(bootloader) is-logical:dinfo:no
(bootloader) is-logical:rpm_a:no
(bootloader) is-logical:keystore:no
(bootloader) is-logical:ddr:no
(bootloader) is-logical:featenabler_a:no
(bootloader) is-logical:imagefv_b:no
(bootloader) is-logical:boot_a:no
(bootloader) is-logical:engineering_cdt_b:no
(bootloader) is-logical:featenabler_b:no
(bootloader) is-logicalplusreserve1:no
(bootloader) is-logical:catecontentfv:no
(bootloader) is-logical:qupfw_b:no
(bootloader) is-logicalplusreserve5:no
(bootloader) is-logical:cdt:no
(bootloader) is-logical:core_nhlos_a:no
(bootloader) is-logicalplusdycnvbk:no
(bootloader) is-logicalplusstanvbk_b:no
(bootloader) is-logical:dsp_b:no
(bootloader) is-logicalaram:no
(bootloader) is-logical:devcfg_a:no
(bootloader) is-logical:fsc:no
(bootloader) is-logical:tz_a:no
(bootloader) is-logicalplusreserve2:no
(bootloader) is-logical:xbl_a:no
(bootloader) is-logical:ALIGN_TO_128K_2:no
(bootloader) is-logical:engineering_cdt_a:no
(bootloader) is-logical:fsg:no
(bootloader) is-logical:logdump:no
(bootloader) is-logicalplusstanvbk_a:no
(bootloader) is-logical:modemst1:no
(bootloader) is-logical:android_log:no
(bootloader) is-logical:modemst2:no
(bootloader) is-logical:devinfo:no
(bootloader) is-logical:sdf:no
(bootloader) is-logical:tz_b:no
(bootloader) is-logical:sdd:no
(bootloader) is-logicalplusreserve3:no
(bootloader) is-logicalplusreserve4:no
(bootloader) is-logical:vbmeta_system_b:no
(bootloader) is-logical:super:no
(bootloader) is-logical:metadata:no
(bootloader) is-logical:dtbo_b:no
(bootloader) is-logical:boot_b:no
(bootloader) is-logical:vbmeta_b:no
(bootloader) battery-soc-ok:yes
(bootloader) battery-voltage:4269
(bootloader) off-mode-charge:0
(bootloader) treble-enabled:true
(bootloader) is-userspace:yes
(bootloader) partition-size:vm-system_b:0x8000000
(bootloader) partition-size:vm-system_a:0x8000000
(bootloader) partition-size:xbl_b:0x600000
(bootloader) partition-size:xbl_config_b:0x80000
(bootloader) partition-sizeersist_bkp:0x2000000
(bootloader) partition-size:cateloader:0x200000
(bootloader) partition-size:storsec:0x20000
(bootloader) partition-size:keymaster_b:0x80000
(bootloader) partition-size:logfs:0x800000
(bootloader) partition-size:imagefv_a:0x200000
(bootloader) partition-size:carrier:0x4000000
(bootloader) partition-size:kernel_log:0xFD0000
(bootloader) partition-size:vbmeta_system_a:0x10000
(bootloader) partition-size:abl_log:0xFD0000
(bootloader) partition-size:uefisecapp_a:0x200000
(bootloader) partition-size:abl_b:0x800000
(bootloader) partition-size:keymaster_a:0x80000
(bootloader) partition-size:dtbo_a:0x1800000
(bootloader) partition-size:logo_b:0x1000000
(bootloader) partition-size:bluetooth_b:0x100000
(bootloader) partition-size:secdata:0x7000
(bootloader) partition-size:dsp_a:0x2000000
(bootloader) partition-size:ssd:0x2000
(bootloader) partition-size:vm-keystore:0x20000
(bootloader) partition-size:vendor_boot_b:0x6000000
(bootloader) partition-size:sdc:0x800000
(bootloader) partition-size:vm-data:0x400000
(bootloader) partition-size:hyp_b:0x80000
(bootloader) partition-size:catefv:0x80000
(bootloader) partition-size:abl_a:0x800000
(bootloader) partition-size:qupfw_a:0x10000
(bootloader) partition-size:hyp_a:0x80000
(bootloader) partition-size:multiimgoem_a:0x8000
(bootloader) partition-size:bluetooth_a:0x100000
(bootloader) partition-size:rawdump:0x8000000
(bootloader) partition-size:logo_a:0x1000000
(bootloader) partition-sizeersist:0x2000000
(bootloader) partition-size:uefisecapp_b:0x200000
(bootloader) partition-size:modem_b:0xDC00000
(bootloader) partition-size:core_nhlos_b:0xAA00000
(bootloader) partition-size:rpm_b:0x80000
(bootloader) partition-size:uefivarstore:0x80000
(bootloader) partition-size:sde:0x66C00000
(bootloader) partition-size:vendor_boot_a:0x6000000
(bootloader) partition-size:vbmeta_a:0x10000
(bootloader) partition-size:xbl_config_a:0x80000
(bootloader) partition-size:sdb:0x800000
(bootloader) partition-size:misc:0x100000
(bootloader) partition-size:devcfg_b:0x20000
(bootloader) partition-size:ALIGN_TO_128K_1:0x1A000
(bootloader) partition-size:userdata:0xCAC5D3000
(bootloader) partition-size:apdp:0x40000
(bootloader) partition-size:modem_a:0xDC00000
(bootloader) partition-sizecdt:0x20000
(bootloader) partition-size:multiimgoem_b:0x8000
(bootloader) partition-size:frp:0x80000
(bootloader) partition-size:dinfo:0x4000
(bootloader) partition-size:rpm_a:0x80000
(bootloader) partition-size:keystore:0x80000
(bootloader) partition-size:ddr:0x100000
(bootloader) partition-size:featenabler_a:0x20000
(bootloader) partition-size:imagefv_b:0x200000
(bootloader) partition-size:boot_a:0x6000000
(bootloader) partition-size:engineering_cdt_b:0x100000
(bootloader) partition-size:featenabler_b:0x20000
(bootloader) partition-sizeplusreserve1:0x800000
(bootloader) partition-size:catecontentfv:0x100000
(bootloader) partition-size:qupfw_b:0x10000
(bootloader) partition-sizeplusreserve5:0x4000000
(bootloader) partition-size:cdt:0x20000
(bootloader) partition-size:core_nhlos_a:0xAA00000
(bootloader) partition-sizeplusdycnvbk:0x1400000
(bootloader) partition-sizeplusstanvbk_b:0x1400000
(bootloader) partition-size:dsp_b:0x2000000
(bootloader) partition-sizearam:0x100000
(bootloader) partition-size:devcfg_a:0x20000
(bootloader) partition-size:fsc:0x20000
(bootloader) partition-size:tz_a:0x400000
(bootloader) partition-sizeplusreserve2:0x8000000
(bootloader) partition-size:xbl_a:0x600000
(bootloader) partition-size:ALIGN_TO_128K_2:0x1A000
(bootloader) partition-size:engineering_cdt_a:0x100000
(bootloader) partition-size:fsg:0x300000
(bootloader) partition-size:logdump:0x4000000
(bootloader) partition-sizeplusstanvbk_a:0x1400000
(bootloader) partition-size:modemst1:0x300000
(bootloader) partition-size:android_log:0xFD0000
(bootloader) partition-size:modemst2:0x300000
(bootloader) partition-size:devinfo:0x1000
(bootloader) partition-size:sdf:0x1F400000
(bootloader) partition-size:tz_b:0x400000
(bootloader) partition-size:sdd:0x800000
(bootloader) partition-sizeplusreserve3:0x4000000
(bootloader) partition-sizeplusreserve4:0x2000000
(bootloader) partition-size:vbmeta_system_b:0x10000
(bootloader) partition-size:super:0x180000000
(bootloader) partition-size:metadata:0x1000000
(bootloader) partition-size:dtbo_b:0x1800000
(bootloader) partition-size:boot_b:0x6000000
(bootloader) partition-size:vbmeta_b:0x10000
(bootloader) version-vndk:30
(bootloader) partition-type:vm-system_b:raw
(bootloader) partition-type:vm-system_a:raw
(bootloader) partition-type:xbl_b:raw
(bootloader) partition-type:xbl_config_b:raw
(bootloader) partition-typeersist_bkp:raw
(bootloader) partition-typepluslog:raw
(bootloader) partition-type:sda:raw
(bootloader) partition-type:cateloader:raw
(bootloader) partition-type:storsec:raw
(bootloader) partition-type:keymaster_b:raw
(bootloader) partition-type:logfs:raw
(bootloader) partition-type:imagefv_a:raw
(bootloader) partition-type:carrier:raw
(bootloader) partition-type:kernel_log:raw
(bootloader) partition-type:vbmeta_system_a:raw
(bootloader) partition-type:abl_log:raw
(bootloader) partition-type:uefisecapp_a:raw
(bootloader) partition-type:abl_b:raw
(bootloader) partition-type:keymaster_a:raw
(bootloader) partition-type:dtbo_a:raw
(bootloader) partition-type:logo_b:raw
(bootloader) partition-type:bluetooth_b:raw
(bootloader) partition-type:secdata:raw
(bootloader) partition-type:dsp_a:raw
(bootloader) partition-type:ssd:raw
(bootloader) partition-type:vm-keystore:raw
(bootloader) partition-type:vendor_boot_b:raw
(bootloader) partition-type:sdc:raw
(bootloader) partition-type:vm-data:raw
(bootloader) partition-type:hyp_b:raw
(bootloader) partition-type:catefv:raw
(bootloader) partition-type:abl_a:raw
(bootloader) partition-type:qupfw_a:raw
(bootloader) partition-type:hyp_a:raw
(bootloader) partition-type:multiimgoem_a:raw
(bootloader) partition-type:bluetooth_a:raw
(bootloader) partition-type:rawdump:raw
(bootloader) partition-type:logo_a:raw
(bootloader) partition-typeersist:raw
(bootloader) partition-type:uefisecapp_b:raw
(bootloader) partition-type:modem_b:raw
(bootloader) partition-type:core_nhlos_b:raw
(bootloader) partition-type:rpm_b:raw
(bootloader) partition-type:uefivarstore:raw
(bootloader) partition-type:sde:raw
(bootloader) partition-type:vendor_boot_a:raw
(bootloader) partition-type:vbmeta_a:raw
(bootloader) partition-type:xbl_config_a:raw
(bootloader) partition-type:sdb:raw
(bootloader) partition-type:misc:raw
(bootloader) partition-type:devcfg_b:raw
(bootloader) partition-type:ALIGN_TO_128K_1:raw
(bootloader) partition-type:userdata:raw
(bootloader) partition-type:apdp:raw
(bootloader) partition-type:modem_a:raw
(bootloader) partition-typecdt:raw
(bootloader) partition-type:multiimgoem_b:raw
(bootloader) partition-type:frp:raw
(bootloader) partition-type:dinfo:raw
(bootloader) partition-type:rpm_a:raw
(bootloader) partition-type:keystore:raw
(bootloader) partition-type:ddr:raw
(bootloader) partition-type:featenabler_a:raw
(bootloader) partition-type:imagefv_b:raw
(bootloader) partition-type:boot_a:raw
(bootloader) partition-type:engineering_cdt_b:raw
(bootloader) partition-type:featenabler_b:raw
(bootloader) partition-typeplusreserve1:raw
(bootloader) partition-type:catecontentfv:raw
(bootloader) partition-type:qupfw_b:raw
(bootloader) partition-typeplusreserve5:raw
(bootloader) partition-type:cdt:raw
(bootloader) partition-type:core_nhlos_a:raw
(bootloader) partition-typeplusdycnvbk:raw
(bootloader) partition-typeplusstanvbk_b:raw
(bootloader) partition-type:dsp_b:raw
(bootloader) partition-typearam:raw
(bootloader) partition-type:devcfg_a:raw
(bootloader) partition-type:fsc:raw
(bootloader) partition-type:tz_a:raw
(bootloader) partition-typeplusreserve2:raw
(bootloader) partition-type:xbl_a:raw
(bootloader) partition-type:ALIGN_TO_128K_2:raw
(bootloader) partition-type:engineering_cdt_a:raw
(bootloader) partition-type:fsg:raw
(bootloader) partition-type:logdump:raw
(bootloader) partition-typeplusstanvbk_a:raw
(bootloader) partition-type:modemst1:raw
(bootloader) partition-type:android_log:raw
(bootloader) partition-type:modemst2:raw
(bootloader) partition-type:devinfo:raw
(bootloader) partition-type:sdf:raw
(bootloader) partition-type:tz_b:raw
(bootloader) partition-type:sdd:raw
(bootloader) partition-typeplusreserve3:raw
(bootloader) partition-typeplusreserve4:raw
(bootloader) partition-type:vbmeta_system_b:raw
(bootloader) partition-type:super:raw
(bootloader) partition-type:metadata:raw
(bootloader) partition-type:dtbo_b:raw
(bootloader) partition-type:boot_b:raw
(bootloader) partition-type:vbmeta_b:raw
(bootloader) has-slot:vm-system:yes
(bootloader) has-slot:xbl:yes
(bootloader) has-slot:xbl_config:yes
(bootloader) has-slotersist_bkp:no
(bootloader) has-slotpluslog:no
(bootloader) has-slot:sda:no
(bootloader) has-slot:cateloader:no
(bootloader) has-slot:storsec:no
(bootloader) has-slot:keymaster:yes
(bootloader) has-slot:logfs:no
(bootloader) has-slot:imagefv:yes
(bootloader) has-slot:carrier:no
(bootloader) has-slot:kernel_log:no
(bootloader) has-slot:vbmeta_system:yes
(bootloader) has-slot:abl_log:no
(bootloader) has-slot:uefisecapp:yes
(bootloader) has-slot:abl:yes
(bootloader) has-slot:dtbo:yes
(bootloader) has-slot:logo:yes
(bootloader) has-slot:bluetooth:yes
(bootloader) has-slot:secdata:no
(bootloader) has-slot:dsp:yes
(bootloader) has-slot:ssd:no
(bootloader) has-slot:vm-keystore:no
(bootloader) has-slot:vendor_boot:yes
(bootloader) has-slot:sdc:no
(bootloader) has-slot:vm-data:no
(bootloader) has-slot:hyp:yes
(bootloader) has-slot:catefv:no
(bootloader) has-slot:qupfw:yes
(bootloader) has-slot:multiimgoem:yes
(bootloader) has-slot:rawdump:no
(bootloader) has-slotersist:no
(bootloader) has-slot:modem:yes
(bootloader) has-slot:core_nhlos:yes
(bootloader) has-slot:rpm:yes
(bootloader) has-slot:uefivarstore:no
(bootloader) has-slot:sde:no
(bootloader) has-slot:vbmeta:yes
(bootloader) has-slot:sdb:no
(bootloader) has-slot:misc:no
(bootloader) has-slot:devcfg:yes
(bootloader) has-slot:ALIGN_TO_128K_1:no
(bootloader) has-slot:userdata:no
(bootloader) has-slot:apdp:no
(bootloader) has-slotcdt:no
(bootloader) has-slot:frp:no
(bootloader) has-slot:dinfo:no
(bootloader) has-slot:keystore:no
(bootloader) has-slot:ddr:no
(bootloader) has-slot:featenabler:yes
(bootloader) has-slot:boot:yes
(bootloader) has-slot:engineering_cdt:yes
(bootloader) has-slotplusreserve1:no
(bootloader) has-slot:catecontentfv:no
(bootloader) has-slotplusreserve5:no
(bootloader) has-slot:cdt:no
(bootloader) has-slotplusdycnvbk:no
(bootloader) has-slotplusstanvbk:yes
(bootloader) has-slotaram:no
(bootloader) has-slot:fsc:no
(bootloader) has-slot:tz:yes
(bootloader) has-slotplusreserve2:no
(bootloader) has-slot:ALIGN_TO_128K_2:no
(bootloader) has-slot:fsg:no
(bootloader) has-slot:logdump:no
(bootloader) has-slot:modemst1:no
(bootloader) has-slot:android_log:no
(bootloader) has-slot:modemst2:no
(bootloader) has-slot:devinfo:no
(bootloader) has-slot:sdf:no
(bootloader) has-slot:sdd:no
(bootloader) has-slotplusreserve3:no
(bootloader) has-slotplusreserve4:no
(bootloader) has-slot:super:no
(bootloader) has-slot:metadata:no
(bootloader) security-patch-level:2021-07-01
(bootloader) vendor-fingerprint:OnePlus/OnePlusN200/OnePlusN200:11/RKQ1.201217.002/2107241556:user/release-keys
(bootloader) hw-revision:0
(bootloader) current-slot:b
(bootloader) serialno:XXXXXX (changed by Jaybone073)
(bootloader) product:OnePlusN200
(bootloader) version-os:11
(bootloader) first-api-level:30
(bootloader) slot-count:2
(bootloader) max-download-size:0x10000000
(bootloader) version:0.4
(bootloader) version-baseband:
(bootloader) secure:yes
(bootloader) variant:NA
(bootloader) dynamic-partition:true
(bootloader) system-fingerprint:OnePlus/OnePlusN200/OnePlusN200:11/RKQ1.201217.002/2107241556:user/release-keys
(bootloader) version-bootloader:unknown
(bootloader) unlocked:yes
all:
Finished. Total time: 0.594s
As you can see, it is definitely a device in trouble
and we all know the is colon o and the is colon p. I just didn't feel like editing them.
the fastboot getvar all command gives me this, what can I do to get my phone back.
(bootloader) kernel: uefi
(bootloader) version-bootloader: MBM-3.0-liber_retail-f8329b3699c-211024
(bootloader) product: liber
(bootloader) board: liber
(bootloader) secure: yes
(bootloader) hwrev: PVT
(bootloader) radio: LATAM
(bootloader) storage-type: UFS
(bootloader) emmc: N/A
(bootloader) ufs: 128GB MICRON MT128GASAO4U21 FV=0106
(bootloader) ram: 4GB MICRON LP4 DIE=32Gb M5-M8=FF 06 00 18
(bootloader) cpu: SM7150 1.0
(bootloader) serialno: ZY22BW9HK6
(bootloader) cid: 0x0032
(bootloader) channelid: 0x23
(bootloader) uid: 04B87C74
(bootloader) securestate: flashing_locked
(bootloader) factory-modes: disabled
(bootloader) verity-state: enforcing (0)
(bootloader) iswarrantyvoid: yes
(bootloader) max-download-size: 805306368
(bootloader) reason: Volume down key pressed
(bootloader) imei: *************************
(bootloader) imei2:
(bootloader) meid:
(bootloader) date: 03-06-2021
(bootloader) sku: XT2067-2
(bootloader) carrier_sku: XT2067-2
(bootloader) battid: SB18C71813
(bootloader) battery-voltage: 3604
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) poweroffalarm: 0
(bootloader) ro.carrier: attmx
(bootloader) ro.build.fingerprint[0]: motorola/liber_retail/liber:10/QPI
(bootloader) ro.build.fingerprint[1]: S30.73-33-11/5b862:user/release-ke
(bootloader) ro.build.fingerprint[2]: ys
(bootloader) ro.build.version.qcom: LA.UM.8.9.r1-08400-SM6xx.0
(bootloader) version-baseband: M7150_22.31.04.71R LIBERTY_LATAM_CUST
(bootloader) kernel.version[0]: Linux version 4.14.117-perf+ ([email protected]
(bootloader) kernel.version[1]: roid-build) (clang version 8.0.12 for An
(bootloader) kernel.version[2]: droid NDK) #1 SMP PREEMPT Mon Oct 25 00:
(bootloader) kernel.version[3]: 28:34 CDT 2021
(bootloader) git:xbl: MBM-3.0-liber_retail-32444e0ba-211024
(bootloader) git:xbl_config: MBM-3.0-liber_retail-32444e0ba-211024
(bootloader) git:aop: MBM-3.0-liber_retail-7202acc4-211024
(bootloader) git:tz: MBM-3.0-liber_retail-93d15d14f-211024
(bootloader) git:hyp: MBM-3.0-liber_retail-93d15d14f-211024
(bootloader) git:devcfg: MBM-3.0-liber_retail-93d15d14f-211024
(bootloader) git:cmnlib: MBM-3.0-liber_retail-93d15d14f-211024
(bootloader) git:cmnlib64: MBM-3.0-liber_retail-93d15d14f-211024
(bootloader) git:keymaster: MBM-3.0-liber_retail-93d15d14f-211024
(bootloader) git:storsec: MBM-3.0-liber_retail-93d15d14f-211024
(bootloader) gitrov: MBM-3.0-liber_retail-93d15d14f-211024
(bootloader) git:abl: MBM-3.0-liber_retail-f8329b3699c-211024
(bootloader) git:uefisecapp: MBM-3.0-liber_retail-93d15d14f-211024
(bootloader) frp-state: protected (77)
(bootloader) current-slot: a
(bootloader) running-bl-slot: _a/_a
(bootloader) running-boot-lun: 2
(bootloader) slot-count: 2
(bootloader) slot-successful:_a: yes
(bootloader) slot-successful:_b: no
(bootloader) slot-unbootable:_a: no
(bootloader) slot-unbootable:_b: yes
(bootloader) slot-retry-count:_a: 6
(bootloader) slot-retry-count:_b: 0
(bootloader) logical-block-size: 0x1000
(bootloader) erase-block-size: 0x1000
(bootloader) is-userspace: no
(bootloader) pcb-part-no: SB28C84586
all: listed above
finished. total time: 0.448s
Motorola edge plus xt2061-1. Turn off airplane mode error. No network. Radio off. Issue after simunlock. Heres the get war info
Any one help with this pls
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:\Users\admin\Desktop\platform-tools_r33.0.3-windows\platform-tools>fastboot ge
tvar all
(bootloader) kernel: uefi
(bootloader) version-bootloader: MBM-3.0-burton_vzw-9376d694c30-220726
(bootloader) product: burton
(bootloader) board: burton
(bootloader) secure: yes
(bootloader) hwrev: PVT2
(bootloader) radio: VZW
(bootloader) storage-type: UFS
(bootloader) emmc: N/A
(bootloader) ufs: 256GB SAMSUNG KLUEG8UHDB-C2D1 FV=0900 WB=0
(bootloader) ram: 12GB MICRON LP5 DIE=12Gb CH=4
(bootloader) cpu: SM8250 2.1
(bootloader) serialno: ZY22CBK4CS
(bootloader) cid: 0x0000
(bootloader) channelid: 0x00
(bootloader) uid: 7FA46701
(bootloader) token: inactive
(bootloader) securestate: oem_locked
(bootloader) factory-modes: allowed
(bootloader) verity-state: enforcing (0)
(bootloader) iswarrantyvoid: no
(bootloader) max-download-size: 805306368
(bootloader) reason: Volume down key pressed
(bootloader) imei: 35912010xxxxxxx
(bootloader) imei2:
(bootloader) meid:
(bootloader) date: 05-12-2021
(bootloader) sku: XT2061-1
(bootloader) carrier_sku: XT2061-1
(bootloader) battid:
(bootloader) battery-voltage: 3833
(bootloader) iccid: 89148000006950824472
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) poweroffalarm: 0
(bootloader) ro.carrier: unknown
(bootloader) ro.build.fingerprint[0]: motorola/burton_vzw/burton:12/S1PB
(bootloader) ro.build.fingerprint[1]: 32.41-10-17-3-4/f9362b-54db3:user/
(bootloader) ro.build.fingerprint[2]: release-keys
(bootloader) ro.build.version.qcom[0]: LA.UM.9.12.r1-13500.01-SMxx50.QSS
(bootloader) ro.build.version.qcom[1]: I12.0
(bootloader) version-baseband: M55_HI20_174.125.01.51.30R BVS
(bootloader) kernel.version[0]: Linux version 4.19.157-perf+ ([email protected]
(bootloader) kernel.version[1]: roid-build) (clang version 10.0.7 for An
(bootloader) kernel.version[2]: droid NDK, GNU ld (binutils-2.27-bd24d23
(bootloader) kernel.version[3]: f) 2.27.0.20170315) #1 SMP PREEMPT Tue J
(bootloader) kernel.version[4]: ul 26 14:48:39 UTC 2022
(bootloader) git:xbl: MBM-3.0-burton_vzw-63f425a98-220726
(bootloader) git:xbl_config: MBM-3.0-burton_vzw-63f425a98-220726
(bootloader) git:abl: MBM-3.0-burton_vzw-9376d694c30-220726
(bootloader) git:aop: MBM-3.0-burton_vzw-fbb30c8-220726
(bootloader) git:tz: MBM-3.0-burton_vzw-f84e675cd-220726
(bootloader) git:hyp: MBM-3.0-burton_vzw-f84e675cd-220726
(bootloader) git:devcfg: MBM-3.0-burton_vzw-f84e675cd-220726
(bootloader) git:cmnlib: MBM-3.0-burton_vzw-f84e675cd-220726
(bootloader) git:cmnlib64: MBM-3.0-burton_vzw-f84e675cd-220726
(bootloader) git:keymaster: MBM-3.0-burton_vzw-5b5775a8-dirty-220726
(bootloader) git:storsec: MBM-3.0-burton_vzw-5b5775a8-dirty-220726
(bootloader) git:uefisecapp: MBM-3.0-burton_vzw-5b5775a8-dirty-220726
(bootloader) gitrov: MBM-3.0-burton_vzw-f84e675cd-220726
(bootloader) git:qupfw: MBM-3.0-burton_vzw-08d96daa-220726
(bootloader) git:spss: MBM-3.0-burton_vzw-b5ffa4b-220726
(bootloader) frp-state: no protection (0)
(bootloader) current-slot: a
(bootloader) running-bl-slot: _a/_a
(bootloader) running-boot-lun: 1
(bootloader) slot-count: 2
(bootloader) slot-successful:_a: yes
(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: 0
(bootloader) logical-block-size: 0x1000
(bootloader) erase-block-size: 0x1000
(bootloader) is-userspace: no
(bootloader) pcb-part-no: SB28C69016
(bootloader) primary-display: tianma_syna_667_1080p_dsc_cmd_v2
(bootloader) secondary-display:
(bootloader) fdr-allowed: yes
all: listed above
Finished. Total time: 0.828s
C:\Users\admin\Desktop\platform-tools_r33.0.3-windows\platform-tools>
Saf gsm, [Dec 29, 2022 at 6:29 AM]
fastboot log
Any one have solution for fix this ready to pay.
my moto razr is brick , somebody can help me ?
(bootloader) kernel: uefi
(bootloader) version-bootloader: MBM-3.0-olson_retail-ea5f90093b6-220105
(bootloader) product: olson
(bootloader) board: olson
(bootloader) secure: yes
(bootloader) hwrev: PVT
(bootloader) radio: NA
(bootloader) storage-type: UFS
(bootloader) emmc: N/A
(bootloader) ufs: 128GB SAMSUNG KM2V7001CM-B706 FV=0800 WB=0
(bootloader) ram: 6GB SAMSUNG LP4x DIE=16Gb M5-M8=01 06 10 12
(bootloader) cpu: SDM710 1.1
(bootloader) serialno: ***************
(bootloader) cid: 0x0032
(bootloader) channelid: 0x19
(bootloader) uid: ****************
(bootloader) token: inactive
(bootloader) securestate: oem_locked
(bootloader) factory-modes: disabled
(bootloader) verity-state: enforcing (0)
(bootloader) iswarrantyvoid: no
(bootloader) max-download-size: 805306368
(bootloader) reason: Reboot mode set to fastboot
(bootloader) imei: *******************
(bootloader) imei2:
(bootloader) meid:
(bootloader) date: 03-17-2022
(bootloader) sku: XT2000-2
(bootloader) carrier_sku: XT2000-2
(bootloader) battid:
(bootloader) battery-voltage: 4356
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) poweroffalarm: 0
(bootloader) ro.carrier: retbr
(bootloader) ro.build.fingerprint[0]: motorola/olson/olson:11/RPVS31.Q2-
(bootloader) ro.build.fingerprint[1]: 62-7-11-9/753a0:user/release-keys
(bootloader) ro.build.version.qcom: LA.UM.9.8.r1-03800-SDM710.0
(bootloader) version-baseband: M710_13.611.03.47R ONS_ROW
(bootloader) kernel.version[0]: Linux version 4.9.227-perf+ ([email protected]
(bootloader) kernel.version[1]: oid-build) (clang version 10.0.7 for And
(bootloader) kernel.version[2]: roid NDK) #1 SMP PREEMPT Wed Jan 5 19:21
(bootloader) kernel.version[3]: :49 EST 2022
(bootloader) git:xbl: MBM-3.0-olson_retail-c7ed0cea4-220105
(bootloader) git:xbl_config: MBM-3.0-olson_retail-c7ed0cea4-220105
(bootloader) git:aop: MBM-3.0-olson_retail-0baa958-220105
(bootloader) git:tz: MBM-3.0-olson_retail-108f307d-220105
(bootloader) git:hyp: MBM-3.0-olson_retail-108f307d-220105
(bootloader) git:devcfg: MBM-3.0-olson_retail-108f307d-220105
(bootloader) git:cmnlib: MBM-3.0-olson_retail-108f307d-220105
(bootloader) git:cmnlib64: MBM-3.0-olson_retail-108f307d-220105
(bootloader) git:keymaster: MBM-3.0-olson_retail-108f307d-220105
(bootloader) git:storsec: MBM-3.0-olson_retail-108f307d-220105
(bootloader) gitrov: MBM-3.0-olson_retail-108f307d-220105
(bootloader) git:abl: MBM-3.0-olson_retail-ea5f90093b6-220105
(bootloader) git:qupfw: MBM-3.0-olson_retail-4cfc7a9-220105
(bootloader) frp-state: protected (77)
(bootloader) current-slot: a
(bootloader) running-bl-slot: _a/_a
(bootloader) running-boot-lun: 2
(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
(bootloader) logical-block-size: 0x1000
(bootloader) erase-block-size: 0x1000
(bootloader) is-userspace: no