-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Is your feature request related to a problem?
The checkboxes asking about the current unlock state are tedious to fill in if you are doing it repeatadly.
Describe the solution you'd like
Read the current state using adb shell getprop ro.build.version.release
ro.oem_unlock_supported
sys.oem_unlock_allowed. This might not work on all devices, but should be enough to get the checkboxes prefilled.
Describe alternatives you've considered
Additional context
- If ro.oem_unlock_supported sys.oem_unlock_allowed report 0, tell the user it cant be unlocked.
tsterbaktsterbak
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request