From 6a0e6def494795509378c12f646df26e05578f0b Mon Sep 17 00:00:00 2001 From: Vladislav Date: Sat, 18 Feb 2023 18:06:58 +0300 Subject: [PATCH] update platform-tools to r34.0.0 --- static/install/cli.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/static/install/cli.html b/static/install/cli.html index d94557af..d191d769 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -253,21 +253,21 @@ Ubuntu:

sudo apt install libarchive-tools
-curl -O https://dl.google.com/android/repository/platform-tools_r33.0.3-linux.zip
-echo 'ab885c20f1a9cb528eb145b9208f53540efa3d26258ac3ce4363570a0846f8f7  platform-tools_r33.0.3-linux.zip' | sha256sum -c
-bsdtar xvf platform-tools_r33.0.3-linux.zip
+curl -O https://dl.google.com/android/repository/platform-tools_r34.0.0-linux.zip +echo '8137c2834dea05cb64c1a8bc041ea00fcd43e3a8a29429ad4f25b8ee51efebf6 platform-tools_r34.0.0-linux.zip' | sha256sum -c +bsdtar xvf platform-tools_r34.0.0-linux.zip

To download, verify and extract the standalone platform-tools on macOS:

-
curl -O https://dl.google.com/android/repository/platform-tools_r33.0.3-darwin.zip
-echo 'SHA256 (platform-tools_r33.0.3-darwin.zip) = 84acbbd2b2ccef159ae3e6f83137e44ad18388ff3cc66bb057c87d761744e595' | shasum -c
-tar xvf platform-tools_r33.0.3-darwin.zip
+
curl -O https://dl.google.com/android/repository/platform-tools_r34.0.0-darwin.zip
+echo 'SHA256 (platform-tools_r34.0.0-darwin.zip) = 15910dc3d38f29278fd177db61ab26126516a75d0086862dbd27c9c76b8888e6' | shasum -c
+tar xvf platform-tools_r34.0.0-darwin.zip

To download, verify and extract the standalone platform-tools on Windows:

-
curl -O https://dl.google.com/android/repository/platform-tools_r33.0.3-windows.zip
-(Get-FileHash platform-tools_r33.0.3-windows.zip).hash -eq "1e59afd40a74c5c0eab0a9fad3f0faf8a674267106e0b19921be9f67081808c2"
-tar xvf platform-tools_r33.0.3-windows.zip
+
curl -O https://dl.google.com/android/repository/platform-tools_r34.0.0-windows.zip
+(Get-FileHash platform-tools_r34.0.0-windows.zip).hash -eq "ae647ea7243f32e1735b8c52201c48a426cd756b65eaa15f47063c3579191001"
+tar xvf platform-tools_r34.0.0-windows.zip

Next, add the tools to your PATH in the current shell so they can be used without referencing them by file path, enabling usage by the flashing script.

@@ -293,7 +293,7 @@ tar xvf platform-tools_r33.0.3-windows.zip

Example of the output after following the instructions above for the standalone platform-tools:

-
fastboot version 33.0.3-8952118
+                
fastboot version 34.0.0-9570255
 Installed as /home/username/platform-tools/fastboot