From a8f2424a5c1b9a7a589b9c231e9b6cfa15e20811 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 10 Mar 2023 22:44:09 -0500 Subject: [PATCH] update to platform-tools 34.0.1 --- 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 d191d769..5bbf86cd 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_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
+curl -O https://dl.google.com/android/repository/platform-tools_r34.0.1-linux.zip +echo '09aa9346b7c61adbf79f15378cbd61666899a20678b8cb9872f078c38fe3833f platform-tools_r34.0.1-linux.zip' | sha256sum -c +bsdtar xvf platform-tools_r34.0.1-linux.zip

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

-
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
+
curl -O https://dl.google.com/android/repository/platform-tools_r34.0.1-darwin.zip
+echo 'SHA256 (platform-tools_r34.0.1-darwin.zip) = ef3dd374ebd2dddf5d8ab6179feb8016462ad25473ccc44555a98fb37adc9d63' | shasum -c
+tar xvf platform-tools_r34.0.1-darwin.zip

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

-
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
+
curl -O https://dl.google.com/android/repository/platform-tools_r34.0.1-windows.zip
+(Get-FileHash platform-tools_r34.0.1-windows.zip).hash -eq "5dd9c2be744c224fa3a7cbe30ba02d2cb378c763bd0f797a7e47e9f3156a5daa"
+tar xvf platform-tools_r34.0.1-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_r34.0.0-windows.zip

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

-
fastboot version 34.0.0-9570255
+                
fastboot version 34.0.1-9680074
 Installed as /home/username/platform-tools/fastboot