Can't install TWRP - LG V30 Questions & Answers

I unlocked bootloader long ago, however, it was with an older method I believe. The device appears to be unlocked (see below), but attempting to flash anything just freezes into eternity:
Any thoughts?
Code:
C:\platform-tools>adb devices
List of devices attached
LGUS998xxxxxxx device
C:\platform-tools>adb reboot bootloader
C:\platform-tools>fastboot getvar all
(bootloader) eio_count:0
(bootloader) dm_count:0
(bootloader) lock_count:0
(bootloader) unlock_count:1
(bootloader) unlocked:yes
(bootloader) off-mode-charge:0
(bootloader) charger-screen-enabled:0
(bootloader) battery-soc-ok:yes
(bootloader) battery-voltage:4308
(bootloader) version-baseband:┼φ≈Qa⌡6C`⌡ⁿƒ
(bootloader) version-bootloader:
(bootloader) variant:MSM UFS
(bootloader) partition-type:cache:ext4
(bootloader) partition-size:cache: 0x81800000
(bootloader) partition-type:userdata:ext4
(bootloader) partition-size:userdata: 0xC92474000
(bootloader) partition-type:system:ext4
(bootloader) partition-size:system: 0x19F400000
(bootloader) secure:yes
(bootloader) serialno:LGUS9980xxxxxxx
(bootloader) product:QC_Reference_Phone
(bootloader) max-download-size:536870912
(bootloader) kernel:uefi
all:
Finished. Total time: 0.047s
C:\platform-tools>fastboot flash recovery TWRP.img
Sending 'recovery' (30860 KB)

Related

Fastboot Commands Not Going Through / Working - Need Help

I have issues with a Coolpad Defiant 3632A. All commands fail except for [fastboot devices] and [fastboot getvar] everything else returns - "FAILED (remote: unknown command)".
My fastboot has a Secure Phone text in white at the bottom left of the screen when i'm in the bootloader. Not long back this was not the case and i'm not sure what is causing it. I can't even flash my firmware in QDLOADER 9008 Mode. I'm assuming i tripped some kind of security trigger? Ideas?
GETVAR Results
C:\WINDOWS\system32>fastboot getvar all
(bootloader) version:0.5_emmccid_secureboot
(bootloader) battery-soc-ok:yes
(bootloader) battery-voltage:4082000
(bootloader) variant:MTP eMMC
(bootloader) secure:yes
(bootloader) version-baseband:
(bootloader) version-bootloader:
(bootloader) display-panel:
(bootloader) off-mode-charge:0
(bootloader) charger-screen-enabled:0
(bootloader) max-download-size: 0x1ff00000
(bootloader) partition-type:cache:ext4
(bootloader) partition-size:cache: 0x10000000
(bootloader) partition-type:userdata:ext4
(bootloader) partition-size:userdata: 0x10dffbe00
(bootloader) partition-type:system:ext4
(bootloader) partition-size:system: 0x80000000
(bootloader) serialno:1f59cc3d
(bootloader) kernel:lk
(bootloader) product:QC_REFERENCE_PHONE
all:
finished. total time: 0.100s

fastboot not responding

Hello to everyone, i have a lot of problems with my mi a3 but lets take it from what is the most important now....i was on stock rom and i try to install twrp so when i flash the zip for some reason after the zip flashing i reboot in to twrp but the phone instead twrp went to fastboot and stuck there. Then i tried to flash the twrp via fastboot and i boot to slot b erase the boot again to slot a erase boot and after i flash the twrp.img and then reboot but nothing happens, i was again after android logo , in fastboot. Now i try to do the same and i have that results...
I'm presuming you were on the android 10 update? Twrp cannot be flashed with the android 10 update yet
garylawwd said:
I'm presuming you were on the android 10 update? Twrp cannot be flashed with the android 10 update yet
Click to expand...
Click to collapse
No i was on android 9 , you have something to suggest?
What's the output of these commands?
fastboot --version
fastboot getvar all
adb
(just first two lines with version info)
_mysiak_ said:
What's the output of these commands?
fastboot --version
fastboot getvar all
adb
(just first two lines with version info)
Click to expand...
Click to collapse
[email protected]:~/Desktop/platform-tools$ fastboot --version
fastboot version 1:8.1.0+r23-5~18.04
[email protected]:~/Desktop/platform-tools$ fastboot getvar all
getvar:all FAILED (remote: unknown command)
[email protected]:~/Desktop/platform-tools$ adb
Android Debug Bridge version 1.0.39
Version 1:8.1.0+r23-5~18.04
kirki f said:
[email protected]:~/Desktop/platform-tools$ fastboot --version
fastboot version 1:8.1.0+r23-5~18.04
[email protected]:~/Desktop/platform-tools$ fastboot getvar all
getvar:all FAILED (remote: unknown command)
[email protected]:~/Desktop/platform-tools$ adb
Android Debug Bridge version 1.0.39
Version 1:8.1.0+r23-5~18.04
Click to expand...
Click to collapse
1. try to update fastboot/adb to the latest version https://developer.android.com/studio/releases/platform-tools
2. why do you reboot via fastboot if you're already in fastboot mode? (fastboot reboot bootloader is just unnecessary)
3. what's the output of "fastboot devices"?
_mysiak_ said:
1. try to update fastboot/adb to the latest version https://developer.android.com/studio/releases/platform-tools
2. why do you reboot via fastboot if you're already in fastboot mode? (fastboot reboot bootloader is just unnecessary)
3. what's the output of "fastboot devices"?
Click to expand...
Click to collapse
ok i try to update fastboot . i reboot via fastboot to check if i have a respond because is not always respond .
give me some time for the output because i try to update platform tools, before it wasn't respond.
​
_mysiak_ said:
1. try to update fastboot/adb to the latest version https://developer.android.com/studio/releases/platform-tools
2. why do you reboot via fastboot if you're already in fastboot mode? (fastboot reboot bootloader is just unnecessary)
3. what's the output of "fastboot devices"?
Click to expand...
Click to collapse
thats the output from fastboot devices
kirki f said:
​
thats the output from fastboot devices
Click to expand...
Click to collapse
"Fastboot getvar all" still doesn't work, even with updated fastboot binary?
kirki f said:
​
thats the output from fastboot devices
Click to expand...
Click to collapse
i install the latest version of fastboot but i have the same problems, you have to saggest something?
_mysiak_ said:
"Fastboot getvar all" still doesn't work, even with updated fastboot binary?
Click to expand...
Click to collapse
[email protected]:~/Desktop/platform-tools$ Fastboot getvar all
Command 'Fastboot' not found, did you mean:
command 'fastboot' from deb fastboot
Try: sudo apt install <deb name>
thats wat i take buck..
kirki f said:
[email protected]:~/Desktop/platform-tools$ Fastboot getvar all
Command 'Fastboot' not found, did you mean:
command 'fastboot' from deb fastboot
Try: sudo apt install <deb name>
thats wat i take buck..
Click to expand...
Click to collapse
Mac/Linux is case sensitive..type fastboot in lower case.
[email protected]:~/Desktop/platform-tools$ fastboot getvar all
(bootloader) crc:1
(bootloader) DP:0x0
(bootloader) hw-revision:10000
(bootloader) unlocked:yes
(bootloader) off-mode-charge:0
(bootloader) charger-screen-enabled:0
(bootloader) battery-soc-ok:yes
(bootloader) battery-voltage:4378
(bootloader) version-baseband:
(bootloader) version-bootloader:
(bootloader) erase-block-size: 0x1000
(bootloader) logical-block-size: 0x1000
(bootloader) anti:0
(bootloader) variant:SM_ UFS
(bootloader) partition-type:fsc:raw
(bootloader) partition-size:fsc: 0x79BF000
(bootloader) partition-type:fsg:raw
(bootloader) partition-size:fsg: 0x200000
(bootloader) partition-type:modemst2:raw
(bootloader) partition-size:modemst2: 0x200000
(bootloader) partition-type:modemst1:raw
(bootloader) partition-size:modemst1: 0x200000
(bootloader) partition-type:ALIGN_TO_128K_2:raw
(bootloader) partition-size:ALIGN_TO_128K_2: 0x1A000
(bootloader) partition-type:gsort:raw
(bootloader) partition-size:gsort: 0x44EBC000
(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:multiimgqti:raw
(bootloader) partition-size:multiimgqti: 0x8000
(bootloader) partition-type:multiimgoem:raw
(bootloader) partition-size:multiimgoem: 0x8000
(bootloader) partition-type:storsec:raw
(bootloader) partition-size:storsec: 0x20000
(bootloader) partition-type:bk03:raw
(bootloader) partition-size:bk03: 0x40000
(bootloader) partition-type:logdump:raw
(bootloader) partition-size:logdump: 0x4000000
(bootloader) partition-type:rawdump:raw
(bootloader) partition-size:rawdump: 0x8000000
(bootloader) partition-type:cateloader:raw
(bootloader) partition-size:cateloader: 0x200000
(bootloader) partition-type:logfs:raw
(bootloader) partition-size:logfs: 0x800000
(bootloader) partition-type:toolsfv:raw
(bootloader) partition-size:toolsfv: 0x100000
(bootloader) partition-type:limits:raw
(bootloader) partition-size:limits: 0x1000
(bootloader) partition-type:splash:raw
(bootloader) partition-size:splash: 0x20A4000
(bootloader) partition-type:spunvm:raw
(bootloader) partition-size:spunvm: 0x800000
(bootloader) partition-type:apdp:raw
(bootloader) partition-size:apdp: 0x40000
(bootloader) partition-type:dip:raw
(bootloader) partition-size:dip: 0x100000
(bootloader) partition-type:devinfo:raw
(bootloader) partition-size:devinfo: 0x1000
(bootloader) partition-type:storsec_b:raw
(bootloader) partition-size:storsec_b: 0x20000
(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:vendor_b:raw
(bootloader) partition-size:vendor_b: 0x40000000
(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:cmnlib64_b:raw
(bootloader) partition-size:cmnlib64_b: 0x80000
(bootloader) partition-type:cmnlib_b:raw
(bootloader) partition-size:cmnlib_b: 0x80000
(bootloader) partition-type:boot_b:raw
(bootloader) partition-size:boot_b: 0x4000000
(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: 0x100000
(bootloader) partition-type:mdtp_b:raw
(bootloader) partition-size:mdtp_b: 0x2000000
(bootloader) partition-type:mdtpsecapp_b:raw
(bootloader) partition-size:mdtpsecapp_b: 0x400000
(bootloader) partition-type:bluetooth_b:raw
(bootloader) partition-size:bluetooth_b: 0x100000
(bootloader) partition-type:modem_b:raw
(bootloader) partition-size:modem_b: 0xB400000
(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:storsec_a:raw
(bootloader) partition-size:storsec_a: 0x20000
(bootloader) partition-type:uefisecapp_a:raw
(bootloader) partition-size:uefisecapp_a: 0x200000
(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:vendor_a:raw
(bootloader) partition-size:vendor_a: 0x40000000
(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:cmnlib64_a:raw
(bootloader) partition-size:cmnlib64_a: 0x80000
(bootloader) partition-type:cmnlib_a:raw
(bootloader) partition-size:cmnlib_a: 0x80000
(bootloader) partition-type:boot_a:raw
(bootloader) partition-size:boot_a: 0x4000000
(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: 0x100000
(bootloader) partition-type:mdtp_a:raw
(bootloader) partition-size:mdtp_a: 0x2000000
(bootloader) partition-type:mdtpsecapp_a:raw
(bootloader) partition-size:mdtpsecapp_a: 0x400000
(bootloader) partition-type:bluetooth_a:raw
(bootloader) partition-size:bluetooth_a: 0x100000
(bootloader) partition-type:modem_a:raw
(bootloader) partition-size:modem_a: 0xB400000
(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:ddr:raw
(bootloader) partition-size:ddr: 0x7F9F000
(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: 0x459000
(bootloader) partition-type:xbl_b:raw
(bootloader) partition-size:xbl_b: 0x380000
(bootloader) partition-type:xbl_config_a:raw
(bootloader) partition-size:xbl_config_a: 0x459000
(bootloader) partition-type:xbl_a:raw
(bootloader) partition-size:xbl_a: 0x380000
(bootloader) partition-type:userdata:f2fs
(bootloader) partition-size:userdata: 0xC155D7000
(bootloader) partition-type:metadata:raw
(bootloader) partition-size:metadata: 0x1000000
(bootloader) partition-type:system_b:ext4
(bootloader) partition-size:system_b: 0xC0000000
(bootloader) partition-type:system_a:ext4
(bootloader) partition-size:system_a: 0xC0000000
(bootloader) partition-type:minidump:raw
(bootloader) partition-size:minidump: 0x8000000
(bootloader) partition-typeem:raw
(bootloader) partition-sizeem: 0x4000000
(bootloader) partition-typedm_b:raw
(bootloader) partition-sizedm_b: 0x8000000
(bootloader) partition-typedm_a:raw
(bootloader) partition-sizedm_a: 0x8000000
(bootloader) partition-typeroduct_b:raw
(bootloader) partition-sizeroduct_b: 0x10000000
(bootloader) partition-typeroduct_a:raw
(bootloader) partition-sizeroduct_a: 0x10000000
(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-typeersist:raw
(bootloader) partition-sizeersist: 0x2000000
(bootloader) partition-type:ssd:raw
(bootloader) partition-size:ssd: 0x2000
(bootloader) has-slot:modem:yes
(bootloader) has-slot:system:yes
(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) serialno:7307b8a6c69b
(bootloader) product:laurel_sprout
(bootloader) max-download-size:804261888
(bootloader) kernel:uefi
all:
finished. total time: 0.027s
[email protected]:~/Desktop/platform-tools$
seems that it works! and now what?
Now you can do what you wanted with fastboot. [emoji846]
_mysiak_ said:
Now you can do what you wanted with fastboot. [emoji846]
Click to expand...
Click to collapse
sorry but i am in the same situation as before..
and also before that in the top right site of the screen "press any cay to shut down" or power off , i dont remember exactly , appears!
ok after a lot of fastboot getvar all i have this.....
[email protected]:~/Desktop/platform-tools$ fastboot getvar current-slot
current-slot: b
finished. total time: 0.002s
[email protected]:~/Desktop/platform-tools$ fastboot set_active a
Setting current slot to 'a'...
OKAY [ 0.035s]
finished. total time: 0.035s
[email protected]:~/Desktop/platform-tools$ fastboot erase boot
erasing 'boot_a'...
OKAY [ 0.023s]
finished. total time: 0.023s
[email protected]:~/Desktop/platform-tools$ fastboot flash boot twrp.img
target reported max download size of 804261888 bytes
sending 'boot_a' (39780 KB)...
OKAY [ 1.470s]
writing 'boot_a'...
OKAY [ 0.208s]
finished. total time: 1.678s
[email protected]:~/Desktop/platform-tools$ fastboot reboot
rebooting...
finished. total time: 0.050s
[email protected]:~/Desktop/platform-tools$
its looks good but it isn't because when i press volume up for rebooting the recovery i am again in the bootloader!!!!:crying:
Finally i brink my phone buck!!
i use the commands :
fastboot erase userdata
fastboot getvar all
fastboot erase boot
fastboot set_active b
fastboot erase boot
fastboot flash boot twrp.img
fastboot reboot
I dont now how it works but i have my phone buck , i used twrp to flash stock rom and i dident install it as zip (the twrp) .
Now that i am in the rom i try to flash twrp but it wasnt able but thats a problem for another day!!!:laugh:
Just wondering - why do you even want to install TWRP? I see no point in all the hassle. I'm sorry to say this, but you have no idea what you're doing (looking at the commands you used), so either follow one of the guides step by step, or study more so you understand which commands to use and when.

Moto G Power 2021 Boost Mobile Partitions

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

Question How do I recover after re-locking the bootloader?

I relocked the bootloader using "fastboot oem lock" and I've lost the OS. When I use LMSA and try the rescue option it fails in the Flashing section before it can load the OS image file. It fails every time during Flashings before reaching 50%. Any suggestions?
dary1361 said:
I relocked the bootloader using "fastboot oem lock" and I've lost the OS. When I use LMSA and try the rescue option it fails in the Flashing section before it can load the OS image file. It fails every time during Flashings before reaching 50%. Any suggestions?
Click to expand...
Click to collapse
Try unlock code again
sd_shadow said:
Try unlock code again
Click to expand...
Click to collapse
Below I have copied what I get when I try the unlock code.
I cant change OEM unlock setting since the OS wont boot. When I start the device I get "No valid operating system could be found. The device will not boot."
PS D:\platform-tools> .\fastboot oem unlock "UNIQUE_KEY"
(bootloader) Check 'OEM unlocking' in Android Settings > Developer
(bootloader) Options
FAILED (remote: '')
fastboot: error: Command failed
dary1361 said:
Below I have copied what I get when I try the unlock code.
I cant change OEM unlock setting since the OS wont boot. When I start the device I get "No valid operating system could be found. The device will not boot."
PS D:\platform-tools> .\fastboot oem unlock "UNIQUE_KEY"
(bootloader) Check 'OEM unlocking' in Android Settings > Developer
(bootloader) Options
FAILED (remote: '')
fastboot: error: Command failed
Click to expand...
Click to collapse
Try flashing stock manually with fastboot
[Guide] Using Fastboot.exe with Motorola devices
Guide: Using Fastboot.exe with Motorola Devices If your device has its own section please post in that section. You can ping me with @sd_shadow MediaTek or Qualcomm Chip? Do I have a MediaTek Device? see post #26 Info: If you have a MediaTek...
forum.xda-developers.com
sd_shadow said:
Try flashing stock manually with fastboot
[Guide] Using Fastboot.exe with Motorola devices
Guide: Using Fastboot.exe with Motorola Devices If your device has its own section please post in that section. You can ping me with @sd_shadow MediaTek or Qualcomm Chip? Do I have a MediaTek Device? see post #26 Info: If you have a MediaTek...
forum.xda-developers.com
Click to expand...
Click to collapse
I followed the video and created the "servicefile.bat" file. But when I run it, I get the below message. All the flash commands fail. Is it a bootloader locked issue? But the fastboot unlock command doesn't work and the OS does not load, for me to unlock.
D:\RSD_Lite_v6.2.4\GUAMNA_RETAIL_QZAS30.Q4_39_35_4_subsidy_DEFAULT_regulatory_DEFAULT_CFC.xml>echo off
max-sparse-size: 268435456
Finished. Total time: 0.004s
OKAY [ 0.002s]
Finished. Total time: 0.003s
Sending 'partition' (37 KB) OKAY [ 0.003s]
Writing 'partition' (bootloader) Validating 'gpt.default.xml'
(bootloader) flash permission denied
(bootloader) Cancelling 'gpt.default.xml'
FAILED (remote: '')
.
.
.
dary1361 said:
I followed the video and created the "servicefile.bat" file. But when I run it, I get the below message. All the flash commands fail. Is it a bootloader locked issue? But the fastboot unlock command doesn't work and the OS does not load, for me to unlock.
D:\RSD_Lite_v6.2.4\GUAMNA_RETAIL_QZAS30.Q4_39_35_4_subsidy_DEFAULT_regulatory_DEFAULT_CFC.xml>echo off
max-sparse-size: 268435456
Finished. Total time: 0.004s
OKAY [ 0.002s]
Finished. Total time: 0.003s
Sending 'partition' (37 KB) OKAY [ 0.003s]
Writing 'partition' (bootloader) Validating 'gpt.default.xml'
(bootloader) flash permission denied
(bootloader) Cancelling 'gpt.default.xml'
FAILED (remote: '')
.
.
.
Click to expand...
Click to collapse
What does getvar all say? (remove imei before posting)
Code:
fastboot getvar all
Here is the result.
PS D:\platform-tools> .\fastboot getvar all
(bootloader) kernel: uefi
(bootloader) version-bootloader: MBM-3.0-guamna_retail-bfe8cf6b47-210204
(bootloader) product: guamna
(bootloader) board: guamna
(bootloader) secure: yes
(bootloader) hwrev: PVT
(bootloader) radio: GWLC
(bootloader) storage-type: eMMC
(bootloader) emmc: 32GB SKHYNIX hB8aP> RV=08 PV=03 FV=0000000034303030
(bootloader) ufs: N/A
(bootloader) ram: 3GB SKHYNIX LP4x DIE=12Gb M5-M8=06 05 00 0D
(bootloader) cpu: SM_KAMORTA 1.0
(bootloader) serialno: **********
(bootloader) cid: ******
(bootloader) channelid: 0x8d
(bootloader) uid: ***********
(bootloader) securestate: flashing_locked
(bootloader) factory-modes: disabled
(bootloader) verity-state: enforcing (0)
(bootloader) iswarrantyvoid: yes
(bootloader) max-download-size: 798722048
(bootloader) reason: Volume down key pressed
(bootloader) imei: ***************
(bootloader) imei2:
(bootloader) meid:
(bootloader) date: 12-17-2020
(bootloader) sku: XT2093-4
(bootloader) carrier_sku: XT2093-4
(bootloader) battid: SB18C77591
(bootloader) battery-voltage: 4054
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) poweroffalarm: 0
(bootloader) ro.carrier: retus
(bootloader) ro.build.fingerprint[0]: motorola/guamna_retail/guamna:10/Q
(bootloader) ro.build.fingerprint[1]: ZAS30.Q4-39-35-2/87822e:user/relea
(bootloader) ro.build.fingerprint[2]: se-keys
(bootloader) ro.build.version.qcom: LA.UM.8.15.r1-06600-KAMORTA.0
(bootloader) version-baseband: HA10_18.534.02.52R GUAMNA_GWLC_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 01:17
(bootloader) kernel.version[3]: :32 CST 2021
(bootloader) git:xbl: MBM-3.0-guamna_retail-9304f2ad5-210204
(bootloader) git:xbl_config: MBM-3.0-guamna_retail-9304f2ad5-210204
(bootloader) git:abl: MBM-3.0-guamna_retail-bfe8cf6b47-210204
(bootloader) git:rpm: MBM-3.0-guamna_retail-6b0a297-210204
(bootloader) git:tz: MBM-3.0-guamna_retail-9de24c4c-210204
(bootloader) git:hyp: MBM-3.0-guamna_retail-9de24c4c-210204
(bootloader) git:devcfg: MBM-3.0-guamna_retail-9de24c4c-210204
(bootloader) git:keymaster: MBM-3.0-guamna_retail-3b8c7a4-210204
(bootloader) git:storsec: MBM-3.0-guamna_retail-3b8c7a4-210204
(bootloader) git:uefisecapp: MBM-3.0-guamna_retail-3b8c7a4-210204
(bootloader) gitrov: MBM-3.0-guamna_retail-9de24c4c-210204
(bootloader) git:qupfw: MBM-3.0-guamna_retail-f07d142-210204
(bootloader) frp-state: protected (77)
(bootloader) current-slot: a
(bootloader) running-bl-slot: _a/_a
(bootloader) running-boot-lun: 0
(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: 0x200
(bootloader) erase-block-size: 0x200
(bootloader) is-userspace: no
(bootloader) pcb-part-no: ***********
(bootloader) primary-display: hlt_hx83102d_video_display
(bootloader) secondary-display:
all: listed above
Finished. Total time: 0.216s
dary1361 said:
Here is the result.
PS D:\platform-tools> .\fastboot getvar all
(bootloader) kernel: uefi
(bootloader) version-bootloader: MBM-3.0-guamna_retail-bfe8cf6b47-210204
(bootloader) product: guamna
(bootloader) board: guamna
(bootloader) secure: yes
(bootloader) hwrev: PVT
(bootloader) radio: GWLC
(bootloader) storage-type: eMMC
(bootloader) emmc: 32GB SKHYNIX hB8aP> RV=08 PV=03 FV=0000000034303030
(bootloader) ufs: N/A
(bootloader) ram: 3GB SKHYNIX LP4x DIE=12Gb M5-M8=06 05 00 0D
(bootloader) cpu: SM_KAMORTA 1.0
(bootloader) serialno: **********
(bootloader) cid: ******
(bootloader) channelid: 0x8d
(bootloader) uid: ***********
(bootloader) securestate: flashing_locked
(bootloader) factory-modes: disabled
(bootloader) verity-state: enforcing (0)
(bootloader) iswarrantyvoid: yes
(bootloader) max-download-size: 798722048
(bootloader) reason: Volume down key pressed
(bootloader) imei: ***************
(bootloader) imei2:
(bootloader) meid:
(bootloader) date: 12-17-2020
(bootloader) sku: XT2093-4
(bootloader) carrier_sku: XT2093-4
(bootloader) battid: SB18C77591
(bootloader) battery-voltage: 4054
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) poweroffalarm: 0
(bootloader) ro.carrier: retus
(bootloader) ro.build.fingerprint[0]: motorola/guamna_retail/guamna:10/Q
(bootloader) ro.build.fingerprint[1]: ZAS30.Q4-39-35-2/87822e:user/relea
(bootloader) ro.build.fingerprint[2]: se-keys
(bootloader) ro.build.version.qcom: LA.UM.8.15.r1-06600-KAMORTA.0
(bootloader) version-baseband: HA10_18.534.02.52R GUAMNA_GWLC_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 01:17
(bootloader) kernel.version[3]: :32 CST 2021
(bootloader) git:xbl: MBM-3.0-guamna_retail-9304f2ad5-210204
(bootloader) git:xbl_config: MBM-3.0-guamna_retail-9304f2ad5-210204
(bootloader) git:abl: MBM-3.0-guamna_retail-bfe8cf6b47-210204
(bootloader) git:rpm: MBM-3.0-guamna_retail-6b0a297-210204
(bootloader) git:tz: MBM-3.0-guamna_retail-9de24c4c-210204
(bootloader) git:hyp: MBM-3.0-guamna_retail-9de24c4c-210204
(bootloader) git:devcfg: MBM-3.0-guamna_retail-9de24c4c-210204
(bootloader) git:keymaster: MBM-3.0-guamna_retail-3b8c7a4-210204
(bootloader) git:storsec: MBM-3.0-guamna_retail-3b8c7a4-210204
(bootloader) git:uefisecapp: MBM-3.0-guamna_retail-3b8c7a4-210204
(bootloader) gitrov: MBM-3.0-guamna_retail-9de24c4c-210204
(bootloader) git:qupfw: MBM-3.0-guamna_retail-f07d142-210204
(bootloader) frp-state: protected (77)
(bootloader) current-slot: a
(bootloader) running-bl-slot: _a/_a
(bootloader) running-boot-lun: 0
(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: 0x200
(bootloader) erase-block-size: 0x200
(bootloader) is-userspace: no
(bootloader) pcb-part-no: ***********
(bootloader) primary-display: hlt_hx83102d_video_display
(bootloader) secondary-display:
all: listed above
Finished. Total time: 0.216s
Click to expand...
Click to collapse
You are using this firmware?
https://mirrors.lolinet.com/firmware/moto/guamna/official/RETUS/
XT2093-4_GUAMNA_RETUS_10_QZAS30.Q4-39-35-2_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
I had used the ROM which LMSA recognizes and downloads, which is
GUAMNA_RETAIL_QZAS30.Q4_39_35_4_subsidy_DEFAULT_regulatory_DEFAULT_CFC.xml
I also tried with the one displayed after "getvar all" and which you suggested.
XT2093-4_GUAMNA_RETUS_10_QZAS30.Q4-39-35-2_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml
I get the same result.
C:\XT2093-4_GUAMNA_RETUS_10_QZAS30.Q4-39-35-2_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml>echo off
max-sparse-size: 268435456
Finished. Total time: 0.001s
OKAY [ 0.002s]
Finished. Total time: 0.004s
Sending 'partition' (37 KB) OKAY [ 0.003s]
Writing 'partition' (bootloader) Validating 'gpt.default.xml'
(bootloader) flash permission denied
(bootloader) Cancelling 'gpt.default.xml'
FAILED (remote: '')
fastboot: error: Command failed
Sending 'bootloader' (13824 KB) OKAY [ 0.359s]
Writing 'bootloader' (bootloader) Validating 'bootloader.default.xml'
(bootloader) flash permission denied
.
.
.
dary1361 said:
I had used the ROM which LMSA recognizes and downloads, which is
GUAMNA_RETAIL_QZAS30.Q4_39_35_4_subsidy_DEFAULT_regulatory_DEFAULT_CFC.xml
I also tried with the one displayed after "getvar all" and which you suggested.
XT2093-4_GUAMNA_RETUS_10_QZAS30.Q4-39-35-2_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml
I get the same result.
C:\XT2093-4_GUAMNA_RETUS_10_QZAS30.Q4-39-35-2_subsidy-DEFAULT_regulatory-DEFAULT_CFC.xml>echo off
max-sparse-size: 268435456
Finished. Total time: 0.001s
OKAY [ 0.002s]
Finished. Total time: 0.004s
Sending 'partition' (37 KB) OKAY [ 0.003s]
Writing 'partition' (bootloader) Validating 'gpt.default.xml'
(bootloader) flash permission denied
(bootloader) Cancelling 'gpt.default.xml'
FAILED (remote: '')
fastboot: error: Command failed
Sending 'bootloader' (13824 KB) OKAY [ 0.359s]
Writing 'bootloader' (bootloader) Validating 'bootloader.default.xml'
(bootloader) flash permission denied
.
.
.
Click to expand...
Click to collapse
Are just using the .bat ?
Try manually entering commands
Code:
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
sd_shadow said:
Are just using the .bat ?
Try manually entering commands
Code:
fastboot getvar max-sparse-size
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
Click to expand...
Click to collapse
same
fastboot flash partition gpt.bin
Sending 'partition' (37 KB) OKAY [ 0.003s]
Writing 'partition' (bootloader) Validating 'gpt.default.xml'
(bootloader) flash permission denied
(bootloader) Cancelling 'gpt.default.xml'
FAILED (remote: '')
fastboot: error: Command failed
Repeated the manual flash process using a mac system too. Used sudo.
Still getting
sudo ./fastboot flash partition gpt.bin
Password:
Sending 'partition' (37 KB) OKAY [ 0.002s]
Writing 'partition' (bootloader) Validating 'gpt.default.xml'
(bootloader) flash permission denied
(bootloader) Cancelling 'gpt.default.xml'
FAILED (remote: '')
fastboot: error: Command failed
Did I brick the phone? I just re-locked the bootloader!
Ok I'm having the same issue please tell me you figured it out.
wonderlandpoet said:
Ok I'm having the same issue please tell me you figured it out.
Click to expand...
Click to collapse
What does getvar all say? (remove imei before posting)
Code:
fastboot getvar all
sd_shadow said:
What does getvar all say? (remove imei before posting)
Code:
fastboot getvar all
Click to expand...
Click to collapse
sd_shadow said:
What does getvar all say? (remove imei before posting)
Code:
fastboot getvar all
Click to expand...
Click to collapse
(bootloader) kernel: uefi
(bootloader) version-bootloader: MBM-3.0-borneo_retail-bfe8cf6b47-210331
(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: ZY22BNZWRJ
(bootloader) cid: 0x0032
(bootloader) channelid: 0x97
(bootloader) uid: 753B7C40
(bootloader) securestate: flashing_locked
(bootloader) factory-modes: disabled
(bootloader) verity-state: enforcing (3)
(bootloader) iswarrantyvoid: yes
(bootloader) max-download-size: 804474880
(bootloader) reason: UTAG bootmode configured as fastboot
(bootloader) imei:
(bootloader) imei2:
(bootloader) meid:
(bootloader) date: 01-19-2021
(bootloader) sku: XT2117-4
(bootloader) carrier_sku: XT2117-4
(bootloader) battid: SB18C77591
(bootloader) battery-voltage: 4080
(bootloader) iccid: 8901260971168257655
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) poweroffalarm: 0
(bootloader) ro.carrier: fi
(bootloader) ro.build.fingerprint[0]: motorola/borneo_retail/borneo:10/Q
(bootloader) ro.build.fingerprint[1]: ZBS30.Q4-43-35-2/f8e93:user/releas
(bootloader) ro.build.fingerprint[2]: e-keys
(bootloader) ro.build.version.qcom: LA.UM.8.15.r1-06600-KAMORTA.0
(bootloader) version-baseband: HA10_18.534.02.57p 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 Wed Mar 31 10:1
(bootloader) kernel.version[3]: 4:31 CDT 2021
(bootloader) git:xbl: MBM-3.0-borneo_retail-9304f2ad5-210331
(bootloader) git:xbl_config: MBM-3.0-borneo_retail-9304f2ad5-210331
(bootloader) git:abl: MBM-3.0-borneo_retail-bfe8cf6b47-210331
(bootloader) git:rpm: MBM-3.0-borneo_retail-6b0a297-210331
(bootloader) git:tz: MBM-3.0-borneo_retail-9de24c4c-210331
(bootloader) git:hyp: MBM-3.0-borneo_retail-9de24c4c-210331
(bootloader) git:devcfg: MBM-3.0-borneo_retail-9de24c4c-210331
(bootloader) git:keymaster: MBM-3.0-borneo_retail-3b8c7a4-210331
(bootloader) git:storsec: MBM-3.0-borneo_retail-3b8c7a4-210331
(bootloader) git:uefisecapp: MBM-3.0-borneo_retail-3b8c7a4-210331
(bootloader) gitrov: MBM-3.0-borneo_retail-9de24c4c-210331
(bootloader) git:qupfw: MBM-3.0-borneo_retail-f07d142-210331
(bootloader) frp-state: protected (475)
(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: 1
(bootloader) slot-retry-count:_b: 7
(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.156s
wonderlandpoet said:
(bootloader) kernel: uefi
(bootloader) version-bootloader: MBM-3.0-borneo_retail-bfe8cf6b47-210331
(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: ZY22BNZWRJ
(bootloader) cid: 0x0032
(bootloader) channelid: 0x97
(bootloader) uid: 753B7C40
(bootloader) securestate: flashing_locked
(bootloader) factory-modes: disabled
(bootloader) verity-state: enforcing (3)
(bootloader) iswarrantyvoid: yes
(bootloader) max-download-size: 804474880
(bootloader) reason: UTAG bootmode configured as fastboot
(bootloader) imei:
(bootloader) imei2:
(bootloader) meid:
(bootloader) date: 01-19-2021
(bootloader) sku: XT2117-4
(bootloader) carrier_sku: XT2117-4
(bootloader) battid: SB18C77591
(bootloader) battery-voltage: 4080
(bootloader) iccid: 8901260971168257655
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) poweroffalarm: 0
(bootloader) ro.carrier: fi
(bootloader) ro.build.fingerprint[0]: motorola/borneo_retail/borneo:10/Q
(bootloader) ro.build.fingerprint[1]: ZBS30.Q4-43-35-2/f8e93:user/releas
(bootloader) ro.build.fingerprint[2]: e-keys
(bootloader) ro.build.version.qcom: LA.UM.8.15.r1-06600-KAMORTA.0
(bootloader) version-baseband: HA10_18.534.02.57p 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 Wed Mar 31 10:1
(bootloader) kernel.version[3]: 4:31 CDT 2021
(bootloader) git:xbl: MBM-3.0-borneo_retail-9304f2ad5-210331
(bootloader) git:xbl_config: MBM-3.0-borneo_retail-9304f2ad5-210331
(bootloader) git:abl: MBM-3.0-borneo_retail-bfe8cf6b47-210331
(bootloader) git:rpm: MBM-3.0-borneo_retail-6b0a297-210331
(bootloader) git:tz: MBM-3.0-borneo_retail-9de24c4c-210331
(bootloader) git:hyp: MBM-3.0-borneo_retail-9de24c4c-210331
(bootloader) git:devcfg: MBM-3.0-borneo_retail-9de24c4c-210331
(bootloader) git:keymaster: MBM-3.0-borneo_retail-3b8c7a4-210331
(bootloader) git:storsec: MBM-3.0-borneo_retail-3b8c7a4-210331
(bootloader) git:uefisecapp: MBM-3.0-borneo_retail-3b8c7a4-210331
(bootloader) gitrov: MBM-3.0-borneo_retail-9de24c4c-210331
(bootloader) git:qupfw: MBM-3.0-borneo_retail-f07d142-210331
(bootloader) frp-state: protected (475)
(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: 1
(bootloader) slot-retry-count:_b: 7
(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.156s
Click to expand...
Click to collapse
Have you tried LMSA'S rescue option?
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
sd_shadow said:
Have you tried LMSA'S rescue option?
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
Yes and I will start the download and it will sit at 0% for hours I click on settings then it says program not responding
Huh, why did the os disappear after relocking the bootloader..
What did you perform before relocking the bootloader?
ChazzMatt said:
You have to boot to the bootloader screen manually, using the volume + power button trick.
Once on the bootloader screen, when you plug you phone into a PC with ADB installed, it should recognize it.
Then, flash the full stock firmware, from the link above. It's Brazil Marshmallow firmware with December 2016 Security Update. I don't know of any newer right now. You have Brazil XT1225, so that Brazil firmware is compatible with your phone.
But with locked bootloader you have to flash exact same version or newer made for your phone, and you have to enter the commands correctly or you may brick your phone. (When I flashed from Puerto Rico Kitkat to India Lollipop, I messed up. But since my bootloader was unlocked, I just reflashed again, when I realized my mistake.)
If you are not sure of the steps, google Motorola firmware ADB. Here's a couple of excellent tutorials:
How to Manually Official Firmware on any Motorola Device
https://forum.xda-developers.com/dr...force-how-to-manually-flash-official-t3282077
I use this one above. IGNORE where it says you need an unlocked bootloader, because he's talking about cross-region flashing which you are NOT doing. You are flashing your own region firmware.
This one below is by rootjunky and he while he also discusses RSDLite, later in the article he says ADB/fastboot are best as RSDLite can stall.
Motorola Firmware Restore Plus Unbrick
http://www.rootjunky.com/motorola-firmware-restore/
If you get your phone running again, I suggest you unlock the bootloader. There are ways to hide an unlocked bootloader (like Magisk), if that's why you locked it back... But an unlocked bootloader + root makes it YOUR phone and much easier to recover from disasters.
Click to expand...
Click to collapse
This technique is for Motorola devices so it may work, I'm not sure I've ever owned one of those devices.
Get back to me if it works..

Question Moto G Power (2022) Unlocking Bootloader Issue

Sorry, I did not see a form for 2022 version. So I'm posting it here:
I ran into a hurdle unlocking the bootloader on my Moto G Power (2022).
I enabled OEM unlocked and usb debugging on my phone and allow my computer access to it.
My device is listed after I entered the code: fastboot devices.
However, when I tried to find the unlock codes with the: fastboot oem get_unlock_data. I get the following error:
FAILED (remote: 'Command not supported in default implementation')
fastboot: error: Command failed
The following is what I get after I used the code: fastboot getvar all
(bootloader) cpu-abi:arm64-v8a
(bootloader) snapshot-update-status:none
(bootloader) super-partition-name:super
(bootloader) is-logical: preloader_raw_b:no
(bootloader) is-logical: preloader_raw_a:no
(bootloader) is-logical:vendor_boot_a:no
(bootloader) is-logical:vendor_boot_b:no
(bootloader) is-logical: para:no
(bootloader) is-logical:misc:no
(bootloader) is-logical:boot_b:no
(bootloader) is-logical:metadata:no
(bootloader) is-logical:userdata:no
(bootloader) is-logical:mmcblk0:no
(bootloader) is-logical:boot_a:no
(bootloader) is-logical:md_udc:no
(bootloader) is-logical:super:no
(bootloader) is-logical:system_ext_a:yes
(bootloader) is-logical:system_ext_b:yes
(bootloader) is-logical: product_a:yes
(bootloader) is-logical: product_b:yes
(bootloader) is-logical:vendor_a:yes
(bootloader) is-logical:vendor_b:yes
(bootloader) is-logical:system_a:yes
(bootloader) is-logical:system_b:yes
(bootloader) battery-soc-ok:yes
(bootloader) battery-voltage:0
(bootloader) off-mode-charge:0
(bootloader) treble-enabled:true
(bootloader) is-userspace:yes
(bootloader) partition-size: preloader_raw_b:0x3FF800
(bootloader) partition-size: preloader_raw_a:0x3FF800
(bootloader) partition-size:vendor_boot_a:0x4000000
(bootloader) partition-size:vendor_boot_b:0x4000000
(bootloader) partition-size: para:0x80000
(bootloader) partition-size:misc:0x80000
(bootloader) partition-size:boot_b:0x2000000
(bootloader) partition-size:metadata:0x2000000
(bootloader) partition-size:userdata:0xC26CF8000
(bootloader) partition-size:mmcblk0:0xE8F800000
(bootloader) partition-size:boot_a:0x2000000
(bootloader) partition-size:md_udc:0x169A000
(bootloader) partition-size:super:0x220000000
(bootloader) partition-size:system_ext_a:0x25760000
(bootloader) partition-size:system_ext_b:0x0
(bootloader) partition-size: product_a:0x11F654000
(bootloader) partition-size: product_b:0x0
(bootloader) partition-size:vendor_a:0x1B8A5000
(bootloader) partition-size:vendor_b:0x0
(bootloader) partition-size:system_a:0x3FB3A000
(bootloader) partition-size:system_b:0x2F5E000
(bootloader) version-vndk:30
(bootloader) partition-type: preloader_raw_b:raw
(bootloader) partition-type: preloader_raw_a:raw
(bootloader) partition-type:vendor_boot_a:raw
(bootloader) partition-type:vendor_boot_b:raw
(bootloader) partition-type: para:raw
(bootloader) partition-type:misc:raw
(bootloader) partition-type:boot_b:raw
(bootloader) partition-type:metadata:raw
(bootloader) partition-type:userdata:raw
(bootloader) partition-type:mmcblk0:raw
(bootloader) partition-type:boot_a:raw
(bootloader) partition-type:md_udc:raw
(bootloader) partition-type:super:raw
(bootloader) partition-type:system_ext_a:raw
(bootloader) partition-type:system_ext_b:raw
(bootloader) partition-type: product_a:raw
(bootloader) partition-type: product_b:raw
(bootloader) partition-type:vendor_a:raw
(bootloader) partition-type:vendor_b:raw
(bootloader) partition-type:system_a:raw
(bootloader) partition-type:system_b:raw
(bootloader) has-slot: preloader_raw:yes
(bootloader) has-slot:vendor_boot:yes
(bootloader) has-slot: para:no
(bootloader) has-slot:misc:no
(bootloader) has-slot:boot:yes
(bootloader) has-slot:metadata:no
(bootloader) has-slot:userdata:no
(bootloader) has-slot:mmcblk0:no
(bootloader) has-slot:md_udc:no
(bootloader) has-slot:super:no
(bootloader) has-slot:system_ext:yes
(bootloader) has-slot: product:yes
(bootloader) has-slot:vendor:yes
(bootloader) has-slot:system:yes
(bootloader) security-patch-level:2022-03-01
(bootloader) vendor-fingerprint:motorola/tonga_g/tonga:11/RRQ31.Q3-68-140
(bootloader) /d6db2d:user/release-keys
(bootloader) hw-revision: pVT
(bootloader) current-slot:a
(bootloader) serialno:ZY22G2VF57
(bootloader) product:tonga
(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:motorola/tonga_g/tonga:11/RRQ31.Q3-68-140
(bootloader) /d6db2d:user/release-keys
(bootloader) version-bootloader:MBM-2.1-tonga_g-79f07f8d82-220330
(bootloader) unlocked:no
all:
Finished. Total time: 0.427s
Anyone ran into similar issues and have a solution?
Edit: some how the : p was changed to the smiley face. I changed them back.
Don't know but I seen that updating security patches might help in another forum. Good luck to you. I will need to unlock a Power 2022 soon so hopefully I have better luck than you did.
Make sure you are trying the unlock from the bootloader and not fastbootd by doing 'adb reboot bootloader' while booted to android. I found that the issue usually happens because of trying to unlock from fastbootd which it can't do.
Moosetears said:
Don't know but I seen that updating security patches might help in another forum. Good luck to you. I will need to unlock a Power 2022 soon so hopefully I have better luck than you did.
Click to expand...
Click to collapse
Best of luck to you.
Alvin64DD said:
Make sure you are trying the unlock from the bootloader and not fastbootd by doing 'adb reboot bootloader' while booted to android. I found that the issue usually happens because of trying to unlock from fastbootd which it can't do.
Click to expand...
Click to collapse
The bootloader mode does not recognize the fastboot commands. So, maybe I misunderstand what you mean by bootloader. I didn't touch anything after using the adb reboot bootloader command. Not all, but most fastboot commnads works in fastboot mode (adb reboot bootloader -> recovery mode -> fastboot).
MooseXBaller said:
The bootloader mode does not recognize the fastboot commands. So, maybe I misunderstand what you mean by bootloader. I didn't touch anything after using the adb reboot bootloader command. Not all, but most fastboot commnads works in fastboot mode (adb reboot bootloader -> recovery mode -> fastboot).
Click to expand...
Click to collapse
The bootloader mode should be the menu with the android logo in the center along with device information on the bottom left of the screen. At that point, you can run the unlock commands. You can also get to that mode by holding down Power and Volume Down.
I was not getting adb or fastboot commands to work until I typed
MooseXBaller said:
Sorry, I did not see a form for 2022 version. So I'm posting it here:
I ran into a hurdle unlocking the bootloader on my Moto G Power (2022).
I enabled OEM unlocked and usb debugging on my phone and allow my computer access to it.
My device is listed after I entered the code: fastboot devices.
However, when I tried to find the unlock codes with the: fastboot oem get_unlock_data. I get the following error:
FAILED (remote: 'Command not supported in default implementation')
fastboot: error: Command failed
The following is what I get after I used the code: fastboot getvar all
(bootloader) cpu-abi:arm64-v8a
(bootloader) snapshot-update-status:none
(bootloader) super-partition-name:super
(bootloader) is-logical: preloader_raw_b:no
(bootloader) is-logical: preloader_raw_a:no
(bootloader) is-logical:vendor_boot_a:no
(bootloader) is-logical:vendor_boot_b:no
(bootloader) is-logical: para:no
(bootloader) is-logical:misc:no
(bootloader) is-logical:boot_b:no
(bootloader) is-logical:metadata:no
(bootloader) is-logical:userdata:no
(bootloader) is-logical:mmcblk0:no
(bootloader) is-logical:boot_a:no
(bootloader) is-logical:md_udc:no
(bootloader) is-logical:super:no
(bootloader) is-logical:system_ext_a:yes
(bootloader) is-logical:system_ext_b:yes
(bootloader) is-logical: product_a:yes
(bootloader) is-logical: product_b:yes
(bootloader) is-logical:vendor_a:yes
(bootloader) is-logical:vendor_b:yes
(bootloader) is-logical:system_a:yes
(bootloader) is-logical:system_b:yes
(bootloader) battery-soc-ok:yes
(bootloader) battery-voltage:0
(bootloader) off-mode-charge:0
(bootloader) treble-enabled:true
(bootloader) is-userspace:yes
(bootloader) partition-size: preloader_raw_b:0x3FF800
(bootloader) partition-size: preloader_raw_a:0x3FF800
(bootloader) partition-size:vendor_boot_a:0x4000000
(bootloader) partition-size:vendor_boot_b:0x4000000
(bootloader) partition-size: para:0x80000
(bootloader) partition-size:misc:0x80000
(bootloader) partition-size:boot_b:0x2000000
(bootloader) partition-size:metadata:0x2000000
(bootloader) partition-size:userdata:0xC26CF8000
(bootloader) partition-size:mmcblk0:0xE8F800000
(bootloader) partition-size:boot_a:0x2000000
(bootloader) partition-size:md_udc:0x169A000
(bootloader) partition-size:super:0x220000000
(bootloader) partition-size:system_ext_a:0x25760000
(bootloader) partition-size:system_ext_b:0x0
(bootloader) partition-size: product_a:0x11F654000
(bootloader) partition-size: product_b:0x0
(bootloader) partition-size:vendor_a:0x1B8A5000
(bootloader) partition-size:vendor_b:0x0
(bootloader) partition-size:system_a:0x3FB3A000
(bootloader) partition-size:system_b:0x2F5E000
(bootloader) version-vndk:30
(bootloader) partition-type: preloader_raw_b:raw
(bootloader) partition-type: preloader_raw_a:raw
(bootloader) partition-type:vendor_boot_a:raw
(bootloader) partition-type:vendor_boot_b:raw
(bootloader) partition-type: para:raw
(bootloader) partition-type:misc:raw
(bootloader) partition-type:boot_b:raw
(bootloader) partition-type:metadata:raw
(bootloader) partition-type:userdata:raw
(bootloader) partition-type:mmcblk0:raw
(bootloader) partition-type:boot_a:raw
(bootloader) partition-type:md_udc:raw
(bootloader) partition-type:super:raw
(bootloader) partition-type:system_ext_a:raw
(bootloader) partition-type:system_ext_b:raw
(bootloader) partition-type: product_a:raw
(bootloader) partition-type: product_b:raw
(bootloader) partition-type:vendor_a:raw
(bootloader) partition-type:vendor_b:raw
(bootloader) partition-type:system_a:raw
(bootloader) partition-type:system_b:raw
(bootloader) has-slot: preloader_raw:yes
(bootloader) has-slot:vendor_boot:yes
(bootloader) has-slot: para:no
(bootloader) has-slot:misc:no
(bootloader) has-slot:boot:yes
(bootloader) has-slot:metadata:no
(bootloader) has-slot:userdata:no
(bootloader) has-slot:mmcblk0:no
(bootloader) has-slot:md_udc:no
(bootloader) has-slot:super:no
(bootloader) has-slot:system_ext:yes
(bootloader) has-slot: product:yes
(bootloader) has-slot:vendor:yes
(bootloader) has-slot:system:yes
(bootloader) security-patch-level:2022-03-01
(bootloader) vendor-fingerprint:motorola/tonga_g/tonga:11/RRQ31.Q3-68-140
(bootloader) /d6db2d:user/release-keys
(bootloader) hw-revision: pVT
(bootloader) current-slot:a
(bootloader) serialno:ZY22G2VF57
(bootloader) product:tonga
(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:motorola/tonga_g/tonga:11/RRQ31.Q3-68-140
(bootloader) /d6db2d:user/release-keys
(bootloader) version-bootloader:MBM-2.1-tonga_g-79f07f8d82-220330
(bootloader) unlocked:no
all:
Finished. Total time: 0.427s
Anyone ran into similar issues and have a solution?
Edit: some how the : p was changed to the smiley face. I changed them back.
Click to expand...
Click to collapse
After I did what this page shows you to do it worked for me
[Solved]“ADB Is Not Recognized As An Internal Or External Command”
ADB is an advanced command line used for debugging your android phone or for other developmental purposes. The "ADB is not recognized as an internal or
www.technewstoday.com
[Solved]“ADB Is Not Recognized As An Internal Or External Command”
ADB is an advanced command line used for debugging your android phone or for other developmental purposes. The "ADB is not recognized as an internal or
www.technewstoday.com

Categories

Resources