From 0f2be59270788945ad0f659f311f9a9524818c6c Mon Sep 17 00:00:00 2001
From: Daniel Micay
@@ -133,10 +134,6 @@
either update the device via over-the-air updates or sideload a full update, which for
Pixel phones can be obtained from the
full update package page.
These instructions use command-line tools. On Windows, use PowerShell rather - than the legacy Command Prompt. Open up a single terminal and use it for the whole - installation process.
These instructions use command-line tools. Launch the terminal as you would any + other application. On Windows, launch a regular non-administrator instance of the + PowerShell terminal. Do not use the legacy Command Prompt or administrator variant + of PowerShell.
+ +Use the same terminal for the whole installation process. If you close it, + you'll lose the setup of the environment for the installation.
+ +On Windows, run the following command to remove PowerShell's legacy curl alias
+ for the current shell to avoid needing to reference it as curl.exe
+ instead of curl
:
Remove-Item Alias:Curl+
To download, verify and extract the standalone platform-tools on Windows:
-curl.exe -O https://dl.google.com/android/repository/platform-tools_r30.0.5-windows.zip +using it for the rest of the installation process, so these instructions usecurl -O https://dl.google.com/android/repository/platform-tools_r30.0.5-windows.zip (Get-FileHash platform-tools_r30.0.5-windows.zip).hash -eq "549ba2bdc31f335eb8a504f005f77606a479cc216d6b64a3e8b64c780003661f" tar xvf platform-tools_r30.0.5-windows.zip@@ -307,11 +322,6 @@ alias signify=signify-openbsd
curl
.
- On Windows, remove PowerShell's legacy curl alias for the current shell to avoid
- needing to reference it as curl.exe
instead of curl
:
Remove-Item Alias:Curl-
Download the factory images public key (factory.pub) in order to verify the factory images: