From 83f207dbe7e57ca9576294058a7d7599fd327fc2 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 9 Aug 2024 13:54:28 -0400 Subject: [PATCH] update platform-tools for CLI install to 35.0.2 --- 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 61416474..90797b93 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -239,21 +239,21 @@ Ubuntu:

sudo apt install libarchive-tools
-curl -O https://dl.google.com/android/repository/platform-tools_r35.0.0-linux.zip
-echo '62fc977c1b7622ef8dbd6fe1312987d9b139aa8a0b06e88573c1b60129399d49  platform-tools_r35.0.0-linux.zip' | sha256sum -c
-bsdtar xvf platform-tools_r35.0.0-linux.zip
+curl -O https://dl.google.com/android/repository/platform-tools_r35.0.2-linux.zip +echo 'acfdcccb123a8718c46c46c059b2f621140194e5ec1ac9d81715be3d6ab6cd0a platform-tools_r35.0.2-linux.zip' | sha256sum -c +bsdtar xvf platform-tools_r35.0.2-linux.zip

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

-
curl -O https://dl.google.com/android/repository/platform-tools_r35.0.0-darwin.zip
-echo 'SHA256 (platform-tools_r35.0.0-darwin.zip) = 85c75ac31556dc95712cf1bdec592098e6c5067dc485356591d85932178bf8cd' | shasum -c
-tar xvf platform-tools_r35.0.0-darwin.zip
+
curl -O https://dl.google.com/android/repository/platform-tools_r35.0.2-darwin.zip
+echo 'SHA256 (platform-tools_r35.0.2-darwin.zip) = 1820078db90bf21628d257ff052528af1c61bb48f754b3555648f5652fa35d78' | shasum -c
+tar xvf platform-tools_r35.0.2-darwin.zip

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

-
curl -O https://dl.google.com/android/repository/platform-tools_r35.0.0-windows.zip
-(Get-FileHash platform-tools_r35.0.0-windows.zip).hash -eq "7ab78a8f8b305ae4d0de647d99c43599744de61a0838d3a47bda0cdffefee87e"
-tar xvf platform-tools_r35.0.0-windows.zip
+
curl -O https://dl.google.com/android/repository/platform-tools_r35.0.2-windows.zip
+(Get-FileHash platform-tools_r35.0.2-windows.zip).hash -eq "ab9dbab873fff677deb2cfd95ea60b9295ebd53b58ec8533e9e1110b2451e540"
+tar xvf platform-tools_r35.0.2-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.

@@ -279,7 +279,7 @@ tar xvf platform-tools_r35.0.0-windows.zip

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

-
fastboot version 35.0.0-11411520
+                
fastboot version 35.0.2-12147458
 Installed as /home/username/platform-tools/fastboot