01-01-2023 06:21 PM
Solved! Go to Solution.
01-19-2023 08:05 AM - edited 02-06-2023 10:23 AM
Yes there is, but you have to go through several ROM-Updates
Check if connected, should give you the device number
adb devices
adb reboot-bootloader
fastboot getvar secret-key-opt > secret.txt
fastboot oem get_random_partition
results in: "(bootloader) nameOfpartition "
fastboot flash nameOfpartition secret.txt
fastboot flashing get_unlock_ability
fastboot flashing unlock
and
fastboot flashing unlock_critical
fastboot oem device-info
fastboot reboot
you will get warning that device is unlocked an unsecure, then ROM will do Factory-Reset
01-01-2023 07:30 PM
01-03-2023 05:29 PM
01-04-2023 07:35 PM
01-19-2023 08:05 AM - edited 02-06-2023 10:23 AM
Yes there is, but you have to go through several ROM-Updates
Check if connected, should give you the device number
adb devices
adb reboot-bootloader
fastboot getvar secret-key-opt > secret.txt
fastboot oem get_random_partition
results in: "(bootloader) nameOfpartition "
fastboot flash nameOfpartition secret.txt
fastboot flashing get_unlock_ability
fastboot flashing unlock
and
fastboot flashing unlock_critical
fastboot oem device-info
fastboot reboot
you will get warning that device is unlocked an unsecure, then ROM will do Factory-Reset