From ed720c49a665a730f795023d9daf944a72cc13c3 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 3 Jan 2021 21:55:44 -0500 Subject: [PATCH] split out section on udev rules --- static/install.html | 37 +++++++++++++++++++++++++++---------- 1 file changed, 27 insertions(+), 10 deletions(-) diff --git a/static/install.html b/static/install.html index edcfe282..1c27b5c1 100644 --- a/static/install.html +++ b/static/install.html @@ -70,6 +70,7 @@
  • Enabling OEM unlocking
  • +
  • Fastboot as non-root
  • Connecting the phone
  • Unlocking the bootloader
  • Obtaining signify
  • @@ -157,16 +158,12 @@
    @@ -239,10 +236,30 @@ Installed as /home/username/platform-tools/fastboot Play services as part of Factory Reset Protection (FRP) for anti-theft protection.

    +
    +

    Fastboot as non-root

    + +

    On Linux, in order to run the fastboot command as non-root you'll + need udev rules to properly set up the USB device.

    + +

    On Arch Linux:

    + +
    sudo pacman -S android-udev
    + +

    On Debian and Ubuntu:

    + +
    sudo apt install android-sdk-platform-tools-common
    + +

    The udev rules on Debian and Ubuntu are very out-of-date but the package has + the rules needed for Pixel phones since the same USB IDs have been used for many + years.

    +
    +

    Connecting the phone

    -

    Connect the phone to the computer if you haven't already.

    +

    Connect the phone to the computer. On Linux, you'll need to do this again if + you didn't have the udev rules set up when you connected it.