From bbd547e5e4a2e6502a270510889d595ec7f38c64 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Thu, 3 Aug 2023 13:06:38 -0400 Subject: [PATCH] README.md: Mention Custota as an alternative to the clearotacerts module Signed-off-by: Andrew Gunnerson --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2933e90..09b278d 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,8 @@ Unpatched OTA updates are already blocked in recovery because the original OTA c The `clearotacerts` module additionally makes A/B OTAs fail while booted into Android to prevent accidental manual updates. The module simply overrides `/system/etc/security/otacerts.zip` at runtime with an empty zip so that even if an OTA is downloaded, signature verification will fail. +Alternatively, see [Custota](https://github.com/chenxiaolong/Custota) for a custom OTA updater app that pulls from a self-hosted OTA server. + ### `oemunlockonboot`: Enable OEM unlocking on every boot To help reduce the risk of OEM unlocking being accidentally disabled (or intentionally disabled as part of some OS's initial setup wizard), this module will attempt to enable the OEM unlocking option on every boot.