summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorPeter Easton <Jollyroger@Mailfence.com>2019-07-12 23:27:08 +0000
committerDaniel Micay <danielmicay@gmail.com>2019-07-13 06:05:01 -0400
commit1d354b954c52b6c957f0a92f3c5d4bd8268fce06 (patch)
tree9f851c8188d3380e600d17080a98662a5453ff71 /static
parentcb72233f23b22b50a085381d11840838528eb5ef (diff)
Added Sideloading section to the usage guide
Diffstat (limited to 'static')
-rw-r--r--static/usage.html25
1 files changed, 25 insertions, 0 deletions
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 @@
<li><a href="#updates-settings">Settings</a></li>
<li><a href="#updates-security">Security</a></li>
<li><a href="#updates-disabling">Disabling</a></li>
+ <li><a href="#updates-sideloading">Sideloading</a></li>
</ul>
</li>
<li><a href="#default-connections">Default connections</a></li>
@@ -149,6 +150,30 @@
app. If you do this, you'll need to remember to enable it again to start receiving
updates.</p>
+ <h3 id="updates-sideloading">
+ <a href="#updates-sideloading">Sideloading</a>
+ </h3>
+
+ <p>Updates can be downloaded via
+ <a href="https://grapheneos.org/releases">the releases page</a> and installed via recovery
+ with adb sideloading. The zip files are signed and verified by the GrapheneOS recovery
+ image.</p>
+
+ <p>To install one by sideloading, first, boot into recovery. You may do this either by
+ using <code>adb reboot recovery</code> from the operating system, or by selecting the
+ "Recovery" option in the bootloader menu.</p>
+
+ <p>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.</p>
+
+ <p>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.</p>
+
+ <p>Finally, select the "Apply update from ADB" option in the recovery menu and
+ sideload the update with adb. For example:</p>
+<pre>adb sideload blueline-ota_update-2019.07.01.21.zip</pre>
+
<h2 id="default-connections">
<a href="#default-connections">Default connections</a>
</h2>