diff options
| author | Peter Easton <Peter@JollyRogers.ca> | 2020-04-01 02:54:48 +0000 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-04-01 00:30:25 -0400 |
| commit | d6bb9d6a7525d63e4f7edf82173ee8ace5888768 (patch) | |
| tree | 75cd760ae67dc97fecbe440abcd004ebbd4819bc /static | |
| parent | c3d69c77ae12d7f65f8eb677d8dd64b97a6efae2 (diff) | |
Minor clarification of installation procedure to reboot to bootloader
rather than restart the phone.
Diffstat (limited to 'static')
| -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 d8fc0d2b..ce065c4a 100644 --- a/static/install.html +++ b/static/install.html @@ -209,7 +209,9 @@ TMPDIR="$PWD/tmp" ./flash-all.sh</pre> <p>You should now proceed to locking the bootloader before using the device as locking wipes the data again.</p> <p>On current generation devices like the Pixel 3, Pixel 3 XL, Pixel 3a and Pixel 3a - XL, you'll need to reboot from the userspace fastbootd mode to the bootloader.</p> + XL, you'll need to reboot from the userspace fastbootd mode to the bootloader by + selecting <code>Reboot to bootloader</code> from the fastbootd menu using the volume + keys and the power button in order to continue the installation.</p> <h2 id="locking-the-bootloader"> <a href="#locking-the-bootloader">Locking the bootloader</a> </h2> |
