diff options
| -rw-r--r-- | static/install/web.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/install/web.html b/static/install/web.html index 114ae719..62eb0f66 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -114,6 +114,16 @@ Play services as part of Factory Reset Protection (FRP) for anti-theft protection.</p> </section> + <section id="fastboot-as-non-root"> + <h2><a href="#fastboot-as-non-root">Fastboot as non-root</a></h2> + + <p>On Linux, in order for to connect to a device as non-root, the appropriate udev + rules need to be set up. This is not an issue on either macOS or Windows.</p> + + <p>On Arch Linux, install the <code>android-udev</code> package. On Debian and + Ubuntu, install the <code>android-sdk-platform-tools-common</code> package.</p> + </section> + <section id="connecting-phone"> <h2><a href="#connecting-phone">Connecting the phone</a></h2> |
