diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-04-29 12:06:14 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-04-29 12:06:14 -0400 |
| commit | 913b8d784c3c866c1867d2e9633264413f1997e9 (patch) | |
| tree | 2e0f6f8ccad9195d61541b0638276fd908e468d8 | |
| parent | cd20a10536745366784d5ba49007a3f473f69426 (diff) | |
note erasing avb_custom_key is only needed for AVB
| -rw-r--r-- | static/install.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/install.html b/static/install.html index b43bc69d..790d0fd3 100644 --- a/static/install.html +++ b/static/install.html @@ -94,7 +94,9 @@ TMPDIR="$PWD/tmp" ./flash-all.sh</pre> <h2>Replacing GrapheneOS with the stock OS</h2> <p>Installation of the stock OS via the stock factory images is the same process described above. However, before locking, there's an additional step to fully revert - the device to a clean factory state.</p> + the device to a clean factory state on modern devices with Android Verified Boot 2.0 + (AVB) like the Pixel 2, Pixel 2 XL, Pixel 3 and Pixel 3 XL. It isn't necessary for + devices with legacy verified boot like the Pixel and Pixel XL.</p> <p>The GrapheneOS factory images flash a non-stock Android Verified Boot key which needs to be erased to fully revert back to a stock device state. After flashing the stock factory images and before locking the bootloader, you should erase the custom |
