Open amartinz opened 2 years ago
Is it even possible to supply a code to it? Maybe we simply haven't had a device that used flashing unlock and needed a code yet.
I wanted to abuse that feature to show a link with instructions of how to unlock the bootloader.
so maybe should be renamed to link
to match existing actions allowing to open an url?
That would be useful. But cave: That is not all that code_url
does for fastboot:oem_unlock
. It actually expects the user to obtain and enter a code. On devices that do not need that code, it would not work. So we should implement an instructions link for both of them.
fastboot:oem_unlock:
allows providing acode_url
to specify a link to follow for instructions regarding how to obtain a code to unlock the bootloader.fastboot:flashing_unlock:
does the same asfastboot:oem_unlock:
but does not allow providing acode_url
according toaction.schema.yml
.