Mention custom AVB keys

This commit is contained in:
melontini 2024-10-05 00:54:32 +07:00
parent 55efa2518f
commit 4c4f1047cd
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View File

@ -70,6 +70,12 @@ If you know of specific details/unlocking methods, please PR them or drop them i
# Misc info
## Custom AVB Keys
Custom Android Verified Boot keys is a feature which allows you to run a custom OS with a locked bootloader.
It's rare to see a device which supports custom AVB keys, but some devices can be found [here](https://github.com/chenxiaolong/avbroot/issues/299).
## Universal SOC-based methods
### Kirin

View File

@ -4,5 +4,7 @@
Allows unlocking on almost any non-carrier locked device, but is also a pioneer in making rooting and custom ROMs painful with things like Safety Net and Play Integrity. With the latest feat being RCS messaging which requires DEVICE integrity to work. (To prevent "spam", of course)
Google is also one of the few OEMs to support custom AVB keys.
***
Authored by [melontini](https://github.com/melontini).