diff options
| author | Job <jmvermeulen@users.noreply.github.com> | 2024-07-28 21:24:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-28 15:24:27 -0400 |
| commit | 5faa74bed0fbafd2f4a4052601911ba66e404237 (patch) | |
| tree | 9146d6c25bb5c411f3c895971a6afd0a0825c4b6 /static | |
| parent | 5fa59b6a58317c454ef3cbd1bedf1cac98c4c41c (diff) | |
improve guide on removing the non-stock key via fastboot mode
Diffstat (limited to 'static')
| -rw-r--r-- | static/install/cli.html | 4 | ||||
| -rw-r--r-- | static/install/web.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/static/install/cli.html b/static/install/cli.html index e5d3355b..a214fb84 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -650,8 +650,8 @@ curl -O https://releases.grapheneos.org/<var>DEVICE_NAME</var>-factory-<var>VERS <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. Before flashing the - stock factory images and before locking the bootloader, you should erase the custom - Android Verified Boot key to untrust it:</p> + stock factory images, you should boot the device into fastboot mode and make sure the + bootloader is unlocked. Then erase the custom Android Verified Boot key to untrust it:</p> <pre>fastboot erase avb_custom_key</pre> </section> diff --git a/static/install/web.html b/static/install/web.html index 88eac365..0482a9b9 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -459,8 +459,8 @@ <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. Before flashing the - stock factory images and before locking the bootloader, you should erase the custom - Android Verified Boot key to untrust it:</p> + stock factory images, you should boot the device into fastboot mode and make sure the + bootloader is unlocked. Then erase the custom Android Verified Boot key to untrust it:</p> <button id="remove-custom-key-button" disabled="">Remove non-stock key</button> |
