Skip to content

Commit

Permalink
Merge pull request #120 from chenxiaolong/custota
Browse files Browse the repository at this point in the history
README.md: Mention Custota as an alternative to the clearotacerts module
  • Loading branch information
chenxiaolong authored Aug 3, 2023
2 parents 7d2a103 + bbd547e commit 3e9fad0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3e9fad0

Please sign in to comment.