diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-11-21 01:25:58 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-11-21 01:25:58 -0500 |
| commit | c2be2cdc558559e688dfa3af4574f6b3b6ff26d2 (patch) | |
| tree | e1b3f5b745cf5a35b10ff682ed3ea4102f8ab11f /static | |
| parent | 120c1bfc2bfbe978a2d597319d85872125ba8bb9 (diff) | |
better information on Debian and Ubuntu
Diffstat (limited to 'static')
| -rw-r--r-- | static/install.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/static/install.html b/static/install.html index 047e33af..e6317a2c 100644 --- a/static/install.html +++ b/static/install.html @@ -131,10 +131,12 @@ tools not required for installation such as adb. <code>android-udev</code> provides udev rules allowing fastboot and adb to work in local sessions without root.</li> - <li>Debian: package is both broken and out-of-date, do not use (see paragraph - above)</li> - <li>Ubuntu: package is both broken and out-of-date, do not use (see paragraph - above)</li> + <li>Debian and Ubuntu: <code>android-sdk-platform-tools-common</code> provides + udev rules allowing fastboot and adb to work in local sessions without root. + The udev rules in Debian and Ubuntu are out-of-date, but it has the necessary + entries for Pixel phones. The adb and fastboot packages are currently both + broken and far too out-of-date to be any use, so avoid those. The version + check in the flashing script will prevent accidentally using these.</li> </ul> <h4 id="standalone-platform-tools"> |
