diff --git a/static/usage.html b/static/usage.html index 47f7c67a..cd2cce56 100644 --- a/static/usage.html +++ b/static/usage.html @@ -56,6 +56,7 @@
  • Settings
  • Security
  • Disabling
  • +
  • Sideloading
  • Default connections
  • @@ -149,6 +150,30 @@ app. If you do this, you'll need to remember to enable it again to start receiving updates.

    +

    + Sideloading +

    + +

    Updates can be downloaded via + the releases page and installed via recovery + with adb sideloading. The zip files are signed and verified by the GrapheneOS recovery + image.

    + +

    To install one by sideloading, first, boot into recovery. You may do this either by + using adb reboot recovery from the operating system, or by selecting the + "Recovery" option in the bootloader menu.

    + +

    You should see the green Android lying on its back being repaired, with the text "No + command" meaning that no command has been passed to recovery.

    + +

    Next, access the recovery menu by holding down the power button and pressing the volume + up button a single time. This key combination toggles between the GUI and text-based mode + with the menu and log output.

    + +

    Finally, select the "Apply update from ADB" option in the recovery menu and + sideload the update with adb. For example:

    +
    adb sideload blueline-ota_update-2019.07.01.21.zip
    +

    Default connections