diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-31 23:27:31 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-31 23:27:31 -0500 |
| commit | a1695e62adf65daab005aa58a852c528d336f230 (patch) | |
| tree | 7014e1136fe2332953a961a180791c85aac59ef7 | |
| parent | 40b35c1fd5bfc2424b017ef56ecdd87990976fbb (diff) | |
add explicit step for connecting the phone
| -rw-r--r-- | static/install.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/install.html b/static/install.html index ace9233b..883c2837 100644 --- a/static/install.html +++ b/static/install.html @@ -71,6 +71,7 @@ </ul> </li> <li><a href="#enabling-oem-unlocking">Enabling OEM unlocking</a></li> + <li><a href="#connecting-phone">Connecting the phone</a></li> <li><a href="#unlocking-the-bootloader">Unlocking the bootloader</a></li> <li><a href="#obtaining-factory-images">Obtaining factory images</a></li> <li> @@ -267,6 +268,12 @@ Installed as /home/username/platform-tools/fastboot</pre> Play services as part of Factory Reset Protection (FRP) for anti-theft protection.</p> </section> + <section id="connecting-phone"> + <h2><a href="#connecting-phone">Connecting the phone</a></h2> + + <p>Connect the phone to the computer if you haven't already.</p> + </section> + <section id="unlocking-the-bootloader"> <h2><a href="#unlocking-the-bootloader">Unlocking the bootloader</a></h2> |
