diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-01 16:56:18 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-01 16:56:18 -0400 |
| commit | 82856d4ebc702e93c09d2abe941af4a8d3a5d083 (patch) | |
| tree | 2dff9cbd24803c23cb0ad2860436e77b873265e5 | |
| parent | b2329145dbeea9a7ea6b362926900b9c90f1e4de (diff) | |
flash-all.sh sanity checks the version these days
| -rw-r--r-- | static/install.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/static/install.html b/static/install.html index 01716f60..fbe7ebe1 100644 --- a/static/install.html +++ b/static/install.html @@ -136,17 +136,6 @@ export PATH="$PWD/platform-tools:$PATH"</pre> <pre>fastboot version 29.0.6-6198805 Installed as /home/username/downloads/platform-tools/fastboot</pre> - <p>Don't proceed with the installation process until this is set up properly in your - current shell. A very common mistake is using an outdated copy of - <code>fastboot</code> from a Linux distribution package not receiving regular updates. - Make sure that the <code>fastboot</code> found earliest in your <code>PATH</code> is - the correct one if you have multiple copies on your system. The <code>fastboot - --version</code> output includes the installation path for the copy of - <code>fastboot</code> that's being used. Older versions of fastboot do not have support - for current devices and OS versions. Very old versions of <code>fastboot</code> are - still shipped by Linux distributions like Debian and lack the compatibility detection - of modern versions so they can soft brick devices.</p> - <h3 id="obtaining-signify"> <a href="#obtaining-signify">Obtaining signify</a> </h3> |
