From 8e815b1045cadee3290c74ea1bcb54b63ad37edb Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 16 May 2023 03:02:35 -0400 Subject: [PATCH] document 34.0.1 as minimum recommended fastboot --- static/install/cli.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/static/install/cli.html b/static/install/cli.html index 01674f26..b4685647 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -220,7 +220,7 @@

You need an updated copy of the fastboot tool and the directory containing it needs to be included in the PATH environment variable. You can run fastboot --version to determine - the current version. It must be at least 33.0.3. You can use a + the current version. It must be at least 34.0.1. You can use a distribution package for this, but most of them mistakenly package development snapshots of fastboot, clobber the standard version scheme for platform-tools (adb, fastboot, etc.) with their own scheme and don't keep it up-to-date @@ -231,10 +231,6 @@

sudo pacman -S android-tools
-

The Arch Linux package must be 33.0.3-3 or later since earlier - versions had partially outdated code and therefore didn't work with the Pixel 7 - and Pixel 7 Pro.

-

Debian and Ubuntu do not have a usable package for fastboot. Their packages for these tools are both broken and many years out-of-date. Follow the instructions below for platforms without a proper package.