From 1ce72c2513e4cc68a3e90ab56c4ea8ca99a184b3 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Thu, 13 Oct 2022 17:27:16 -0400 Subject: [PATCH] README.md: Add note about Pixel 7 Pro compatibility Signed-off-by: Andrew Gunnerson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e273015..ea00cf1 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ avbroot applies two patches to the boot images: ### Warnings and Caveats -* This project only works with devices using (non-legacy-SAR) A/B partitioning and supporting the use of a custom public key for the bootloader's root of trust. This effectively limits the supported devices to recent Google Pixels. I've only tested with an Android 13 OTA on a Google Pixel 6 Pro. +* This project only works with devices using (non-legacy-SAR) A/B partitioning and supporting the use of a custom public key for the bootloader's root of trust. This effectively limits the supported devices to recent Google Pixels. I've only tested with an Android 13 OTA on a Google Pixel 6 Pro and Google Pixel 7 Pro. * **Do not ever disable the `OEM unlocking` checkbox when using a locked bootloader with root.** This is critically important. With root access, it is possible to corrupt the running system, for example by zeroing out the boot partition. In this scenario, if the checkbox is turned off, both the OS and recovery mode will be made unbootable and `fastboot flashing unlock` will not be allowed. This effectively renders the device **_hard bricked_**.