Question Moto G Power (2022) Unlocking Bootloader Issue - Moto G Power (2021)

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

Related

Is my Evo 3D with HBOOT 1.04 S-OFF worth anything?

Well let me say..I haven't worried at all about bootloaders since I've declined all OTA updates pretty much and have flashed stock ROMs, radios, etc. from XDA only.
Anyway it's an ENG (Engineering) bootloader with extended fastboot commands.
List here.
http://dl.xda-developers.com/attach.../2/8/8/7/EVO3D_Extended_Fastboot_Commands.txt
..I have used practically none of those..but I don't know if they would be useful to some developer for..something.
It's from this old thread here...
http://forum.xda-developers.com/showthread.php?t=1192306
Anyone have any input if this has any value to anyone (since I know a lot of HBOOT 1.5 owners are feeling the pain)? Just curious.
dzap said:
Well let me say..I haven't worried at all about bootloaders since I've declined all OTA updates pretty much and have flashed stock ROMs, radios, etc. from XDA only.
Anyway it's an ENG (Engineering) bootloader with extended fastboot commands.
List here.
http://dl.xda-developers.com/attach.../2/8/8/7/EVO3D_Extended_Fastboot_Commands.txt
..I have used practically none of those..but I don't know if they would be useful to some developer for..something.
It's from this old thread here...
http://forum.xda-developers.com/showthread.php?t=1192306
Anyone have any input if this has any value to anyone (since I know a lot of HBOOT 1.5 owners are feeling the pain)? Just curious.
Click to expand...
Click to collapse
Capitalism relies on two simple market principles: supply and demand. You're already indicating there isn't very much supply be hinting at the hboot 1.5 owners who aren't able to duplicate this process and load the eng hboot.
The second part of this equation would be the demand. Demand remains to be seen how much demand there is at different price points.
I think there is a XDA board for posting devices for sale. A post up there would probably help give you a rough gauage for the current demand at specific pricing points for this type of device.
Another method to feel out the demand would be to post on either eBay or Swappa. Those two markets would also allow you to see current demand at specific price points.
For the average user, I don't think the eng hboot adds *significant* value over the HTC unlock method. This is definitely a niche market though and as such, it sometimes only takes one person who reallly wants it and is willing to pay.
Hope that helps fill in a few gaps!
Thanks joeykrim. Yeah I took Econ 101..I know how supply and demand works. This is mostly a niche market. Trust me..I would have updated my HBOOT a long time ago if I felt it wasn't worth anything.
I just want to sell it to a developer (even if I fell it's at a loss), if I feel it may help them crack HBOOT 1.5 for any reason whatsoever.
I know about 99.9% of regular people do not care. Which is why I posted here hoping some developer might be interested in some way,
I'm absolutely in no immediate rush to sell my phone since it's value has tanked significantly in a 6-month period of ownership. So if anyone finds this thread a couple months down the path...then PM me and I might still have it for you. I'd only rather sell it at a loss if I knew it would be put to good use.
Also seems the extended fastboot link may have been disabled..so here's it is C&P...
C:\android\tools>fastboot oem ?
...
(bootloader) command list
(bootloader) mb
(bootloader) mh
(bootloader) mw
(bootloader) ew
(bootloader) eh
(bootloader) eb
(bootloader) mmu
(bootloader) ram_test
(bootloader) jump
(bootloader) test
(bootloader) sdtest
(bootloader) eraseconfig
(bootloader) writeconfig
(bootloader) readconfig
(bootloader) writesku
(bootloader) readsku
(bootloader) rflash
(bootloader) tflash
(bootloader) block_test
(bootloader) partition_test
(bootloader) rbchk
(bootloader) erasesd
(bootloader) btrouter
(bootloader) tick
(bootloader) heaptable
(bootloader) sysinfo
(bootloader) emapi
(bootloader) emapiTest
(bootloader) emapiCountryID
(bootloader) emapiWlanMac
(bootloader) emapiSetDefCal
(bootloader) emapiReadCal
(bootloader) lr
(bootloader) imgcrc
(bootloader) resetautoimage
(bootloader) resetpreferdiag
(bootloader) resetRUUflag
(bootloader) writeserialno
(bootloader) readserialno
(bootloader) battcheck
(bootloader) enter
(bootloader) gotofastboot
(bootloader) gotohboot
(bootloader) writemid
(bootloader) usbtestmode
(bootloader) eraseWifiFlash
(bootloader) erase
(bootloader) readmbserialno
(bootloader) listpartition
(bootloader) erasebcid
(bootloader) writebcid
(bootloader) readbcid
(bootloader) fmrouter
(bootloader) fmtx
(bootloader) resetuP
(bootloader) bdaddress
(bootloader) readbdaddr
(bootloader) wMfgTp
(bootloader) rMfgTp
(bootloader) emptypagecheck
(bootloader) saveprt2sd
(bootloader) savemem2sd
(bootloader) savefb2sd
(bootloader) emapiInit
(bootloader) emapiChannel
(bootloader) emapiBand
(bootloader) emapiRate
(bootloader) emapiRateset
(bootloader) emapiCountry
(bootloader) emapiTXpwr1
(bootloader) emapiPkteng_start
(bootloader) emapiPkteng_stop
(bootloader) emapiOut
(bootloader) emapiFqacurcy
(bootloader) emapiCrsuprs
(bootloader) emapiUp
(bootloader) emapiDown
(bootloader) emapiMpc
(bootloader) emapiCounters
(bootloader) emapiVersion
(bootloader) emapiEtheraddr
(bootloader) emapinRate
(bootloader) emapiSetIrqPin
(bootloader) usblog
(bootloader) bkflash2emmc
(bootloader) fl
(bootloader) loaddiag
(bootloader) lnb
(bootloader) init_a1026_fw
(bootloader) checkKeyCard
(bootloader) loopback
(bootloader) spitest
(bootloader) i2ctest
(bootloader) pmic8058_led_test
(bootloader) gpiow
(bootloader) gpior
(bootloader) clock
(bootloader) i2cr
(bootloader) i2cw
(bootloader) i2ctest
(bootloader) ulpi
(bootloader) changeCid
(bootloader) read_l2_acc_fuse
(bootloader) emmc_boot
(bootloader) poweron
(bootloader) poweroff
(bootloader) setvol
(bootloader) spi
(bootloader) fat
(bootloader) pmgpiow
(bootloader) pmgpior
(bootloader) 8058vregon
(bootloader) 8058vregoff
(bootloader) 8058vregw
(bootloader) 8058vregr
(bootloader) 8901vregon
(bootloader) 8901vregoff
(bootloader) 8901vregw
(bootloader) 8901vregr
(bootloader) 8x60i2cr
(bootloader) 8x60i2crNoAddr
(bootloader) 8x60i2cwNoAddr
(bootloader) 8x60i2cw
(bootloader) mipi_test
(bootloader) chargeron
(bootloader) chargeroff
(bootloader) adc
(bootloader) readsimlocktype
(bootloader) enablesimlock
(bootloader) addsimlockcode
(bootloader) clearsimlockcode
(bootloader) listsimlockcode
(bootloader) clearunlockrecord
(bootloader) lite_heap_test
(bootloader) vibrate_test
(bootloader) getrtc
(bootloader) setrtc
(bootloader) getrtcalarm
(bootloader) setrtcalarm
(bootloader) pgfs
(bootloader) bumpclk
(bootloader) acpuclk_get
(bootloader) acpuclk_set
(bootloader) rpmclk_set
(bootloader) rpmclk_get
(bootloader) oschalt
(bootloader) tz_req
(bootloader) blow_efuse
(bootloader) enable_hw_auth
(bootloader) disable_jtag
(bootloader) blow_boot_cfg
(bootloader) lock_secboot
(bootloader) blow_sec_key
(bootloader) hide_hwkey
(bootloader) dump_tzlog
(bootloader) fdisk_emmc
(bootloader) set_partition_emmc
(bootloader) erase_emmc
(bootloader) test_emmc
(bootloader) sector_erase_emmc
(bootloader) fat_format_emmc
(bootloader) init_emmc
(bootloader) reinit_emmc
(bootloader) write_mmc
(bootloader) set_wp_emmc
(bootloader) write_prot_test
(bootloader) clear_wp_emmc
(bootloader) set_enh_area_emmc
(bootloader) wimaxinfo
(bootloader) wimaxuart
(bootloader) wimaxid
(bootloader) wimaxcmd
(bootloader) wimaxhelp
(bootloader) wimaxrmac
(bootloader) wimaxpower
(bootloader) wimaxinit
(bootloader) wimaxwmac
(bootloader) wimaxdelca
(bootloader) wimaxdelcb
(bootloader) wimaxerase
(bootloader) wimaxbackupcb
(bootloader) wimaxbackupmac
(bootloader) wimaxrestorecb
(bootloader) wimaxverifycb
(bootloader) keytest
(bootloader) heap
(bootloader) boot
(bootloader) reset
(bootloader) powerdown
(bootloader) rebootRUU
(bootloader) heap_test
(bootloader) rtask
(bootloader) task
(bootloader) enableqxdm
(bootloader) gencheckpt
(bootloader) readpid
(bootloader) writepid
(bootloader) readcid
(bootloader) writecid
(bootloader) readimei
(bootloader) writeimei
(bootloader) readsecureflag
(bootloader) writesecureflag
(bootloader) list_partition_emmc
(bootloader) load_emmc
(bootloader) check_emmc
(bootloader) check_emmc_mid
(bootloader) read_mmc
(bootloader) load_modem_emmc
(bootloader) get_wp_info_emmc
(bootloader) send_wp_info_emmc
(bootloader) get_ext_csd_emmc
(bootloader) get_sector_info_emmc
OKAY [ 0.218s]
finished. total time: 0.218s
Click to expand...
Click to collapse

[DEV INFO] Rezound HBOOT Fastboot Oem Commands

Warning!!!!!!!!! Some of these commands can and will brick your phone. Don't run them if you don't know what you are doing.
Thought these might be useful to someone:
HBOOT 2.25:
(bootloader) refurbish
(bootloader) get_identifier_token
(bootloader) checkSbl1
(bootloader) checkHWSecurity
(bootloader) checkKeycardID
(bootloader) enter
(bootloader) keytest
(bootloader) heap
(bootloader) boot
(bootloader) reset
(bootloader) powerdown
(bootloader) rebootRUU
(bootloader) heap_test
(bootloader) erase_phone_storage
(bootloader) erase_userdata
(bootloader) ats
(bootloader) rtask
(bootloader) task
(bootloader) enableqxdm
(bootloader) gencheckpt
(bootloader) readmeid
(bootloader) readpid
(bootloader) writepid
(bootloader) readcid
(bootloader) writecid
(bootloader) readimei
(bootloader) writeimei
(bootloader) readsecureflag
(bootloader) writesecureflag
(bootloader) lock
(bootloader) list_partition_emmc
(bootloader) load_emmc
(bootloader) check_emmc
(bootloader) check_emmc_mid
(bootloader) read_mmc
(bootloader) load_modem_emmc
(bootloader) get_wp_info_emmc
(bootloader) send_wp_info_emmc
(bootloader) get_ext_csd_emmc
(bootloader) get_sector_info_emmc
--------------------------------------------------------
ENG HBOOT
(bootloader) command list
(bootloader) mb
(bootloader) mh
(bootloader) mw
(bootloader) ew
(bootloader) eh
(bootloader) eb
(bootloader) mmu
(bootloader) ram_test
(bootloader) jump
(bootloader) test
(bootloader) sdtest
(bootloader) eraseconfig
(bootloader) writeconfig
(bootloader) readconfig
(bootloader) writesku
(bootloader) readsku
(bootloader) rflash
(bootloader) tflash
(bootloader) block_test
(bootloader) partition_test
(bootloader) rbchk
(bootloader) erasesd
(bootloader) btrouter
(bootloader) nfcrouter
(bootloader) nfcreader
(bootloader) nfccard
(bootloader) nfcversion
(bootloader) nfcdl
(bootloader) nfctransaction
(bootloader) tick
(bootloader) heaptable
(bootloader) sysinfo
(bootloader) emapi
(bootloader) emapiTest
(bootloader) emapiCountryID
(bootloader) emapiWlanMac
(bootloader) emapiSetDefCal
(bootloader) emapiReadCal
(bootloader) emapiReadbtaddr
(bootloader) lr
(bootloader) imgcrc
(bootloader) resetautoimage
(bootloader) resetpreferdiag
(bootloader) resetRUUflag
(bootloader) writeserialno
(bootloader) readserialno
(bootloader) battcheck
(bootloader) enter
(bootloader) gotofastboot
(bootloader) gotohboot
(bootloader) writemid
(bootloader) usbtestmode
(bootloader) eraseWifiFlash
(bootloader) erase
(bootloader) readmbserialno
(bootloader) listpartition
(bootloader) erasebcid
(bootloader) writebcid
(bootloader) readbcid
(bootloader) fmrouter
(bootloader) fmtx
(bootloader) resetuP
(bootloader) bdaddress
(bootloader) readbdaddr
(bootloader) resetgift
(bootloader) wMfgTp
(bootloader) rMfgTp
(bootloader) emptypagecheck
(bootloader) saveprt2sd
(bootloader) savemem2sd
(bootloader) savefb2sd
(bootloader) emapiInit
(bootloader) emapiChannel
(bootloader) emapiBand
(bootloader) emapiRate
(bootloader) emapiRateset
(bootloader) emapiCountry
(bootloader) emapiTXpwr1
(bootloader) emapiPkteng_start
(bootloader) emapiPkteng_stop
(bootloader) emapiOut
(bootloader) emapiFqacurcy
(bootloader) emapiCrsuprs
(bootloader) emapiUp
(bootloader) emapiDown
(bootloader) emapiMpc
(bootloader) emapiCounters
(bootloader) emapiVersion
(bootloader) emapiEtheraddr
(bootloader) emapinRate
(bootloader) emapiSetIrqPin
(bootloader) usblog
(bootloader) bkflash2emmc
(bootloader) fl
(bootloader) loaddiag
(bootloader) lnb
(bootloader) init_a1026_fw
(bootloader) checkKeyCard
(bootloader) loopback
(bootloader) spitest
(bootloader) i2ctest
(bootloader) pmic8058_led_test
(bootloader) ats
(bootloader) gpiow
(bootloader) gpior
(bootloader) clock
(bootloader) i2cr
(bootloader) i2cw
(bootloader) i2ctest
(bootloader) ulpi
(bootloader) changeCid
(bootloader) powertest
(bootloader) read_l2_acc_fuse
(bootloader) ltetest
(bootloader) sdio_loopback
(bootloader) sdio_setsize
(bootloader) sdio_readblk
(bootloader) sdio_writeblk
(bootloader) sdio_readblk
(bootloader) sdio_dumpreg
(bootloader) get_mdm9k_serial
(bootloader) clear_mdm9k_serial
(bootloader) update_prkey
(bootloader) emmc_boot
(bootloader) 8x60i2cr
(bootloader) 8x60i2crNoAddr
(bootloader) 8x60i2cwNoAddr
(bootloader) 8x60i2cw
(bootloader) poweron
(bootloader) poweroff
(bootloader) setvol
(bootloader) spi
(bootloader) fat
(bootloader) pmgpiow
(bootloader) pmgpior
(bootloader) 8058vregon
(bootloader) 8058vregoff
(bootloader) 8058vregw
(bootloader) 8058vregr
(bootloader) 8901vregon
(bootloader) 8901vregoff
(bootloader) 8901vregw
(bootloader) 8901vregr
(bootloader) mipi_test
(bootloader) chargeron
(bootloader) chargeroff
(bootloader) adc
(bootloader) readsimlocktype
(bootloader) enablesimlock
(bootloader) addsimlockcode
(bootloader) clearsimlockcode
(bootloader) listsimlockcode
(bootloader) clearunlockrecord
(bootloader) lite_heap_test
(bootloader) vibrate_test
(bootloader) getrtc
(bootloader) setrtc
(bootloader) getrtcalarm
(bootloader) setrtcalarm
(bootloader) pgfs
(bootloader) bumpclk
(bootloader) acpuclk_get
(bootloader) acpuclk_set
(bootloader) rpmclk_set
(bootloader) rpmclk_get
(bootloader) oschalt
(bootloader) tz_req
(bootloader) blow_efuse
(bootloader) blow_qfuse_cfg
(bootloader) dump_tzlog
(bootloader) fdisk_emmc
(bootloader) set_partition_emmc
(bootloader) erase_emmc
(bootloader) test_emmc
(bootloader) sector_erase_emmc
(bootloader) fat_format_emmc
(bootloader) init_emmc
(bootloader) reinit_emmc
(bootloader) write_mmc
(bootloader) set_wp_emmc
(bootloader) write_prot_test
(bootloader) clear_wp_emmc
(bootloader) set_enh_area_emmc
(bootloader) refurbish
(bootloader) get_identifier_token
(bootloader) checkSbl1
(bootloader) checkHWSecurity
(bootloader) checkKeycardID
(bootloader) enter
(bootloader) keytest
(bootloader) heap
(bootloader) boot
(bootloader) reset
(bootloader) powerdown
(bootloader) rebootRUU
(bootloader) heap_test
(bootloader) rtask
(bootloader) task
(bootloader) enableqxdm
(bootloader) gencheckpt
(bootloader) readmeid
(bootloader) readpid
(bootloader) writepid
(bootloader) readcid
(bootloader) writecid
(bootloader) readimei
(bootloader) writeimei
(bootloader) readsecureflag
(bootloader) writesecureflag
(bootloader) lock
(bootloader) list_partition_emmc
(bootloader) load_emmc
(bootloader) check_emmc
(bootloader) check_emmc_mid
(bootloader) read_mmc
(bootloader) load_modem_emmc
(bootloader) get_wp_info_emmc
(bootloader) send_wp_info_emmc
(bootloader) get_ext_csd_emmc
(bootloader) get_sector_info_emmc
You sir, are awesome. Thx!
a.mcdear said:
You sir, are awesome. Thx!
Click to expand...
Click to collapse
Lol you are welcome.
Haha for a good time run:
fastboot oem jump
scared the crap out of me
jefffeely said:
Haha for a good time run:
fastboot oem jump
scared the crap out of me
Click to expand...
Click to collapse
What the does it do?
Sent from my ADR6425LVW using XDA
RDxxASSASSINxx said:
What the does it do?
Sent from my ADR6425LVW using XDA
Click to expand...
Click to collapse
Awww that will ruin the surprise!
Just kidding. It rebooted the phone and dumped hboot debugging info to the screen.
Code:
(bootloader) setup_tag addr=0x48800100 cmdline add=0x801F031C
(bootloader) TAG:Ramdisk OK
(bootloader) TAG:skuid 0x2B501
(bootloader) TAG:hero panel = 0x4940039
(bootloader) TAG:engineerid = 0x2
(bootloader) TAG: PS ID = 0x0
(bootloader) Device CID is not super CID
(bootloader) CID is VZW__001
(bootloader) setting->cid::VZW__001
(bootloader) serial number: HT19WS521344258
(bootloader) commandline from head: console=ttyHSL3 androidboot.hardware=
(bootloader) vigor no_console_suspend=1
(bootloader) command line length =645
(bootloader) active commandline: poweron_status=1 board_vigor.disable_uar
(bootloader) t3=0 diag.enabled=0 board_vigor.debug_uart=0 userdata_sel=0
(bootloader) androidboot.emmc=true androidboot.pagesize=2048 skuid=0 ddt=
(bootloader) 20 androidboot.lb=0 td.td=0 td.sf=0 td.ofs=328 td.prd=1 td.d
(bootloader) ly=0 td.tmo=300 androidboot.baseband=0.95.00.1118r/0.95.00.1
(bootloader) 223r androidboot.cid=VZW__001 androidboot.devicerev=2 androi
(bootloader) dboot.batt_poweron=good_battery androidboot.carrier=COMMON a
(bootloader) ndroidboot.mid=PH9810000 androidboot.keycaps=qwerty androidb
(bootloader) oot.dq=PASS androidboot.mode=normal androidboot.serialno=HT1
(bootloader) 9WS213wefwef58 androidboot.bootloader=2.11.2005 zygote_oneshot=on
(bootloader) console=ttyHSL3 androidboot.hardware=vigor no_console_suspe
(bootloader) nd=1
(bootloader) aARM_Partion[0].name=misc
(bootloader) aARM_Partion[1].name=recovery
(bootloader) aARM_Partion[2].name=boot
(bootloader) aARM_Partion[3].name=system
(bootloader) aARM_Partion[4].name=local
(bootloader) aARM_Partion[5].name=cache
(bootloader) aARM_Partion[6].name=userdata
(bootloader) aARM_Partion[7].name=devlog
(bootloader) aARM_Partion[8].name=pdata
(bootloader) aARM_Partion[9].name=extra
(bootloader) aARM_Partion[A].name=radio
(bootloader) aARM_Partion[B].name=adsp
(bootloader) aARM_Partion[C].name=radio_config
(bootloader) aARM_Partion[D].name=modem_st1
(bootloader) aARM_Partion[E].name=modem_st2
(bootloader) aARM_Partion[F].name=mdm9k
(bootloader) aARM_Partion[10].name=mdm9k_config
(bootloader) aARM_Partion[11].name=mdm_efs1
(bootloader) aARM_Partion[12].name=mdm_efs2
(bootloader) partition number=19
(bootloader) Valid partition num=19
(bootloader) TZ_HTC_SVC_SET_DDR_MPU ret = 0
(bootloader) smem 50004000 (phy 50004000): TZ_HTC_SVC_UPDATE_SMEM ret = 0
(bootloader) [SECURITY] TZ_HTC_SVC_MEMCPY ret = 0
(bootloader) TZ_HTC_SVC_ENC ret = 0
(bootloader) [SECURITY] radio_gen_mdm_smem_signature: completed
(bootloader) TZ_HTC_SVC_LOG_OPERATOR ret = 0
(bootloader) TZ_HTC_SVC_DISABLE ret = 73490432 (0x4616000)
(bootloader) Vigor_gpio_init_For9K_OnAndBack
(bootloader) jump_to_kernel: machine_id(3365), tags_addr(0x48800100), ker
(bootloader) nel_addr(0x48808000)
(bootloader) -------------------hboot boot time:300087 msec
The reason it startled me is because I wasn't expecting my phone to do anything, and of course it vibrated when it rebooted.

Borked Razer 1 badly, device does not accept slot settings, need to reformat fstab...

Long story short, I softbricked a Razer 1 by using Razer's own flash_all batch/shell script. At this point I can't determine exactly when the "oh ****" happened, but I've tried a lot of things and have been asking in the Newbie sticky post as well. Basically, I have the OEM factory defaults archive which supposedly will at least get a recovery partition and image back so I can move forward, but I only have fastboot/Download Mode. I can issue nearly any command I've tried to it, but the biggest issue right now is that it won't recognize or respond or accept any slot changes and a "fastboot getvar slot" returns an empty field. When I try setting the slot to a or b, or when I just do --set-active=other, I get an error that this device does not support slots. Obviously that's bad because this device does indeed us slot partitioning and has no true recovery partition.
What should I try? I have mkbootimg, abootimg, a Windows or Linux box with each able to manipulate Android devices and I even have Android Studio setup on my Windows PC. Magisk looks promising since I understand the concepts of tar and cpio as a linux admin, but obviously that's meaningless until I can boot into some kind of recovery. The device does still know its serial number, so I'm assuming the firmware flashed manufacturer stuff and hopefully any kind of PGP or cert or key is all still intact and untouched.
EDIT UPDATE:
< waiting for any device >
(bootloader) unlocked:yes
(bootloader) off-mode-charge:1
(bootloader) charger-screen-enabled:1
(bootloader) battery-soc-ok:yes
(bootloader) battery-voltage:4127
(bootloader) version-baseband:
(bootloader) version-bootloader:
(bootloader) variant:MSM UFS
(bootloader) partition-type:userdata:ext4
(bootloader) partition-size:userdata: 0xC72DD7000
(bootloader) partition-type:system_a:ext4
(bootloader) partition-size:system_a: 0xE0000000
(bootloader) has-slot:modem:yes
(bootloader) has-slot:system:yes
(bootloader) current-slot:a
(bootloader) has-slot:boot:yes
(bootloader) slot-retry-count:b:0
(bootloader) slot-unbootable:b:no
(bootloader) slot-successful:b:no
(bootloader) slot-retry-count:a:0
(bootloader) slot-unbootable:a:yes
(bootloader) slot-successful:a:no
(bootloader) slot-count:2
(bootloader) slot-suffixes:_a,_b,
(bootloader) secure:yes
(bootloader) serialno:181812V00402779
(bootloader) product:cheryl
(bootloader) max-download-size:0x20000000
(bootloader) kernel:uefi
(bootloader) version:0.0
all:
Finished. Total time: 0.032s
That is now my current getvar output, and it looks fine, but now I cannot set_active to _b and after the reboot, it seems to revert back to slot a automatically, like it is trying to enter recovery, but cannot.
Replying to bump and update:
Several attempts at running flash_all.bat from Razer, I can get as far as the first reboot in the script before it hangs and no longer takes input. I think that's because the stupid script isn't properly setting the active slot and it tries to flash partitions on the active slot (slot a in this case). So I am now going to manually run each command, but alternate active slots each time and see. This is new output of "getvar all"
< waiting for any device >
(bootloader) unlocked:yes
(bootloader) off-mode-charge:1
(bootloader) charger-screen-enabled:1
(bootloader) battery-soc-ok:yes
(bootloader) battery-voltage:4127
(bootloader) version-baseband:
(bootloader) version-bootloader:
(bootloader) variant:MSM UFS
(bootloader) partition-type:userdata:ext4
(bootloader) partition-size:userdata: 0xC72DD7000
(bootloader) partition-type:system_a:ext4
(bootloader) partition-size:system_a: 0xE0000000
(bootloader) has-slot:modem:yes
(bootloader) has-slot:system:yes
(bootloader) current-slot:a
(bootloader) has-slot:boot:yes
(bootloader) slot-retry-count:b:0
(bootloader) slot-unbootable:b:no
(bootloader) slot-successful:b:no
(bootloader) slot-retry-count:a:0
(bootloader) slot-unbootable:a:yes
(bootloader) slot-successful:a:no
(bootloader) slot-count:2
(bootloader) slot-suffixes:_a,_b,
(bootloader) secure:yes
(bootloader) serialno:181812V00402779
(bootloader) product:cheryl
(bootloader) max-download-size:0x20000000
(bootloader) kernel:uefi
(bootloader) version:0.0
all:
Finished. Total time: 0.032s

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 [Solved] Failed to oem unlock

USB debug enabled,oem unlock enabled,also booted into fastbootd mode,still cant unlock this device(XQ-BC72_Customized HK_61.0.A.15.35)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
PS C:\Users\wired> fastboot devices
QV780DYA8G fastboot
PS C:\Users\wired> fastboot --version
fastboot version 31.0.2-7242960
Installed as C:\ProgramData\chocolatey\lib\adb\tools\platform-tools\fastboot.exe
PS C:\Users\wired> fastboot oem unlock 0xMY_UNLOCK_CODE
FAILED (remote: 'Command not supported in default implementation')
fastboot: error: Command failed
PS C:\Users\wired> fastboot getvar all
(bootloader) cpu-abi:arm64-v8a
(bootloader) snapshot-update-status:none
(bootloader) super-partition-name:super
(bootloader) is-logical:userdata:no
(bootloader) is-logical:bluetooth_a:no
(bootloader) is-logical:cpucp_a:no
(bootloader) is-logical:qupfw_a:no
(bootloader) is-logical:vbmeta_b:no
(bootloader) is-logical:dtbo_b:no
(bootloader) is-logical:imagefv_b:no
(bootloader) is-logical:qupfw_b:no
(bootloader) is-logical:aop_a:no
(bootloader) is-logical:modem_a:no
(bootloader) is-logical:oem_a:no
(bootloader) is-logical:abl_b:no
(bootloader) is-logical:abl_a:no
(bootloader) is-logical:tz_a:no
(bootloader) is-logical:rdimage_a:no
(bootloader) is-logical:cpucp_b:no
(bootloader) is-logical:uefisecapp_a:no
(bootloader) is-logical:aop_b:no
(bootloader) is-logical:qweslicstore_b:no
(bootloader) is-logical:tz_b:no
(bootloader) is-logical:keymaster_a:no
(bootloader) is-logical:modem_b:no
(bootloader) is-logical:devcfg_a:no
(bootloader) is-logical:tzxflattest_b:no
(bootloader) is-logical:dsp_a:no
(bootloader) is-logical:oem_b:no
(bootloader) is-logical:hyp_b:no
(bootloader) is-logical:keymaster_b:no
(bootloader) is-logical:xbl_b:no
(bootloader) is-logical:xbl_a:no
(bootloader) is-logical:multiimgoem_b:no
(bootloader) is-logical:rdimage_b:no
(bootloader) is-logical:vm-bootsys_b:no
(bootloader) is-logical:misc:no
(bootloader) is-logical:imagefv_a:no
(bootloader) is-logical:vbmeta_system_b:no
(bootloader) is-logical:shrm_a:no
(bootloader) is-logical:uefisecapp_b:no
(bootloader) is-logical:bluetooth_b:no
(bootloader) is-logical:vendor_boot_a:no
(bootloader) is-logical:boot_b:no
(bootloader) is-logical:sda:no
(bootloader) is-logical:multiimgoem_a:no
(bootloader) is-logical:vendor_boot_b:no
(bootloader) is-logical:shrm_b:no
(bootloader) is-logical:tzxflattest_a:no
(bootloader) is-logical:vm-bootsys_a:no
(bootloader) is-logical:hyp_a:no
(bootloader) is-logical:devcfg_b:no
(bootloader) is-logical:xbl_config_b:no
(bootloader) is-logical:qweslicstore_a:no
(bootloader) is-logical:xbl_config_a:no
(bootloader) is-logical:sdc:no
(bootloader) is-logical:dsp_b:no
(bootloader) is-logical:sdb:no
(bootloader) is-logical:ssd:no
(bootloader) is-logical:metadata:no
(bootloader) is-logical:vbmeta_system_a:no
(bootloader) is-logical:super:no
(bootloader) is-logical:dtbo_a:no
(bootloader) is-logical:boot_a:no
(bootloader) is-logical:vbmeta_a:no
(bootloader) is-logical:system_a:yes
(bootloader) is-logical:system_b:yes
(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:odm_a:yes
(bootloader) is-logical:odm_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:userdata:0x36E4F5F000
(bootloader) partition-size:bluetooth_a:0x200000
(bootloader) partition-size:cpucp_a:0x100000
(bootloader) partition-size:qupfw_a:0x14000
(bootloader) partition-size:vbmeta_b:0x10000
(bootloader) partition-size:dtbo_b:0x1800000
(bootloader) partition-size:imagefv_b:0x200000
(bootloader) partition-size:qupfw_b:0x14000
(bootloader) partition-size:aop_a:0x80000
(bootloader) partition-size:modem_a:0x18600000
(bootloader) partition-size:oem_a:0x60000000
(bootloader) partition-size:abl_b:0x180000
(bootloader) partition-size:abl_a:0x180000
(bootloader) partition-size:tz_a:0x400000
(bootloader) partition-size:rdimage_a:0x4000000
(bootloader) partition-size:cpucp_b:0x100000
(bootloader) partition-size:uefisecapp_a:0x200000
(bootloader) partition-size:aop_b:0x80000
(bootloader) partition-size:qweslicstore_b:0x40000
(bootloader) partition-size:tz_b:0x400000
(bootloader) partition-size:keymaster_a:0x80000
(bootloader) partition-size:modem_b:0x18600000
(bootloader) partition-size:devcfg_a:0x20000
(bootloader) partition-size:tzxflattest_b:0x40000
(bootloader) partition-size:dsp_a:0x4000000
(bootloader) partition-size:oem_b:0x60000000
(bootloader) partition-size:hyp_b:0x800000
(bootloader) partition-size:keymaster_b:0x80000
(bootloader) partition-size:xbl_b:0x7BB000
(bootloader) partition-size:xbl_a:0x7BB000
(bootloader) partition-size:multiimgoem_b:0x8000
(bootloader) partition-size:rdimage_b:0x4000000
(bootloader) partition-size:vm-bootsys_b:0x10625000
(bootloader) partition-size:misc:0x100000
(bootloader) partition-size:imagefv_a:0x200000
(bootloader) partition-size:vbmeta_system_b:0x10000
(bootloader) partition-size:shrm_a:0x20000
(bootloader) partition-size:uefisecapp_b:0x200000
(bootloader) partition-size:bluetooth_b:0x200000
(bootloader) partition-size:vendor_boot_a:0x6000000
(bootloader) partition-size:boot_b:0x6000000
(bootloader) partition-size:sda:0x3B94800000
(bootloader) partition-size:multiimgoem_a:0x8000
(bootloader) partition-size:vendor_boot_b:0x6000000
(bootloader) partition-size:shrm_b:0x20000
(bootloader) partition-size:tzxflattest_a:0x40000
(bootloader) partition-size:vm-bootsys_a:0x10625000
(bootloader) partition-size:hyp_a:0x800000
(bootloader) partition-size:devcfg_b:0x20000
(bootloader) partition-size:xbl_config_b:0x3A000
(bootloader) partition-size:qweslicstore_a:0x40000
(bootloader) partition-size:xbl_config_a:0x3A000
(bootloader) partition-size:sdc:0x800000
(bootloader) partition-size:dsp_b:0x4000000
(bootloader) partition-size:sdb:0x800000
(bootloader) partition-size:ssd:0x2000
(bootloader) partition-size:metadata:0x1000000
(bootloader) partition-size:vbmeta_system_a:0x10000
(bootloader) partition-size:super:0x360000000
(bootloader) partition-size:dtbo_a:0x1800000
(bootloader) partition-size:boot_a:0x6000000
(bootloader) partition-size:vbmeta_a:0x10000
(bootloader) partition-size:system_a:0x555D5000
(bootloader) partition-size:system_b:0x1489A000
(bootloader) partition-size:system_ext_a:0x1D79B000
(bootloader) partition-size:system_ext_b:0x0
(bootloader) partition-size:product_a:0x61D9D000
(bootloader) partition-size:product_b:0x0
(bootloader) partition-size:vendor_a:0x438A3000
(bootloader) partition-size:vendor_b:0x0
(bootloader) partition-size:odm_a:0x17F000
(bootloader) partition-size:odm_b:0x0
(bootloader) version-vndk:30
(bootloader) partition-type:userdata:raw
(bootloader) partition-type:bluetooth_a:raw
(bootloader) partition-type:cpucp_a:raw
(bootloader) partition-type:qupfw_a:raw
(bootloader) partition-type:vbmeta_b:raw
(bootloader) partition-type:dtbo_b:raw
(bootloader) partition-type:imagefv_b:raw
(bootloader) partition-type:qupfw_b:raw
(bootloader) partition-type:aop_a:raw
(bootloader) partition-type:modem_a:raw
(bootloader) partition-type:oem_a:raw
(bootloader) partition-type:abl_b:raw
(bootloader) partition-type:abl_a:raw
(bootloader) partition-type:tz_a:raw
(bootloader) partition-type:rdimage_a:raw
(bootloader) partition-type:cpucp_b:raw
(bootloader) partition-type:uefisecapp_a:raw
(bootloader) partition-type:aop_b:raw
(bootloader) partition-type:qweslicstore_b:raw
(bootloader) partition-type:tz_b:raw
(bootloader) partition-type:keymaster_a:raw
(bootloader) partition-type:modem_b:raw
(bootloader) partition-type:devcfg_a:raw
(bootloader) partition-type:tzxflattest_b:raw
(bootloader) partition-type:dsp_a:raw
(bootloader) partition-type:oem_b:raw
(bootloader) partition-type:hyp_b:raw
(bootloader) partition-type:keymaster_b:raw
(bootloader) partition-type:xbl_b:raw
(bootloader) partition-type:xbl_a:raw
(bootloader) partition-type:multiimgoem_b:raw
(bootloader) partition-type:rdimage_b:raw
(bootloader) partition-type:vm-bootsys_b:raw
(bootloader) partition-type:misc:raw
(bootloader) partition-type:imagefv_a:raw
(bootloader) partition-type:vbmeta_system_b:raw
(bootloader) partition-type:shrm_a:raw
(bootloader) partition-type:uefisecapp_b:raw
(bootloader) partition-type:bluetooth_b:raw
(bootloader) partition-type:vendor_boot_a:raw
(bootloader) partition-type:boot_b:raw
(bootloader) partition-type:sda:raw
(bootloader) partition-type:multiimgoem_a:raw
(bootloader) partition-type:vendor_boot_b:raw
(bootloader) partition-type:shrm_b:raw
(bootloader) partition-type:tzxflattest_a:raw
(bootloader) partition-type:vm-bootsys_a:raw
(bootloader) partition-type:hyp_a:raw
(bootloader) partition-type:devcfg_b:raw
(bootloader) partition-type:xbl_config_b:raw
(bootloader) partition-type:qweslicstore_a:raw
(bootloader) partition-type:xbl_config_a:raw
(bootloader) partition-type:sdc:raw
(bootloader) partition-type:dsp_b:raw
(bootloader) partition-type:sdb:raw
(bootloader) partition-type:ssd:raw
(bootloader) partition-type:metadata:raw
(bootloader) partition-type:vbmeta_system_a:raw
(bootloader) partition-type:super:raw
(bootloader) partition-type:dtbo_a:raw
(bootloader) partition-type:boot_a:raw
(bootloader) partition-type:vbmeta_a:raw
(bootloader) partition-type:system_a:raw
(bootloader) partition-type:system_b: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:odm_a:raw
(bootloader) partition-type:odm_b:raw
(bootloader) has-slot:userdata:no
(bootloader) has-slot:bluetooth:yes
(bootloader) has-slot:cpucp:yes
(bootloader) has-slot:qupfw:yes
(bootloader) has-slot:vbmeta:yes
(bootloader) has-slot:dtbo:yes
(bootloader) has-slot:imagefv:yes
(bootloader) has-slot:aop:yes
(bootloader) has-slot:modem:yes
(bootloader) has-slot:oem:yes
(bootloader) has-slot:abl:yes
(bootloader) has-slot:tz:yes
(bootloader) has-slot:rdimage:yes
(bootloader) has-slot:uefisecapp:yes
(bootloader) has-slot:qweslicstore:yes
(bootloader) has-slot:keymaster:yes
(bootloader) has-slot:devcfg:yes
(bootloader) has-slot:tzxflattest:yes
(bootloader) has-slot:dsp:yes
(bootloader) has-slot:hyp:yes
(bootloader) has-slot:xbl:yes
(bootloader) has-slot:multiimgoem:yes
(bootloader) has-slot:vm-bootsys:yes
(bootloader) has-slot:misc:no
(bootloader) has-slot:vbmeta_system:yes
(bootloader) has-slot:shrm:yes
(bootloader) has-slot:vendor_boot:yes
(bootloader) has-slot:boot:yes
(bootloader) has-slot:sda:no
(bootloader) has-slot:xbl_config:yes
(bootloader) has-slot:sdc:no
(bootloader) has-slot:sdb:no
(bootloader) has-slot:ssd:no
(bootloader) has-slot:metadata:no
(bootloader) has-slot:super:no
(bootloader) has-slot:system:yes
(bootloader) has-slot:system_ext:yes
(bootloader) has-slot:product:yes
(bootloader) has-slot:vendor:yes
(bootloader) has-slot:odm:yes
(bootloader) security-patch-level:2021-10-01
(bootloader) vendor-fingerprint:Sony/pdx215/pdx215:11/RKQ1.210107.001/1:user/dev-keys
(bootloader) hw-revision:0
(bootloader) current-slot:a
(bootloader) serialno:QV780DYA8G
(bootloader) product:pdx215
(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:Sony/pdx215/pdx215:11/RKQ1.210107.001/1:user/dev-keys
(bootloader) version-bootloader:xboot
(bootloader) unlocked:no
all:
Finished. Total time: 0.594s
I don't know if it is the same for Xperia 1 iii, but my Xperia 10 iii has both fastboot mode and fastbootd. Make sure you are booted into fastboot mode as fastbootd won't work.
To boot into fastboot mode:
Turn off your device.
Connect a USB-cable to your computer.
On your device, press the Fastboot key (Volume Up) at the same time as you connect the other end of the USB-cable.
Did it work?
If not, we need more info. Please run fastboot oem device-info as administrator in cmd.
same out out as above
TrulyPain said:
Code:
PS C:\Users\wired> fastboot oem device-info
FAILED (remote: 'Command not supported in default implementation')
fastboot: error: Command failed
I don't know if it is the same for Xperia 1 iii, but my Xperia 10 iii has both fastboot mode and fastbootd. Make sure you are booted into fastboot mode as fastbootd won't work.
To boot into fastboot mode:
Turn off your device.
Connect a USB-cable to your computer.
On your device, press the Fastboot key (Volume Up) at the same time as you connect the other end of the USB-cable.
Did it work?
If not, we need more info. Please run fastboot oem device-info as administrator in cmd.
Click to expand...
Click to collapse
Please run fastboot oem device-info as administrator in cmd. So we can get more info to be able to help you.
TrulyPain said:
Please run fastboot oem device-info as administrator in cmd. So we can get more info to be able to help you.
Click to expand...
Click to collapse
same here

Categories

Resources