https://forum.xda-developers.com/t/guide-unlock-flash-root-for-the-pixel-2-walleye.3702417/ Installing fastboot and adb Thankfully, Google has provided just adb, fastboot, and systrace as a simple zip file, making this process super easy. You MUST be on at LEAST 26.0.2 for the commands in this guide to work. When in doubt, grab the latest copy and install them using the following instructions. SDK Platform-Tools for Windows SDK Platform-Tools for Mac SDK Platform-Tools for Linux Windows: Unzip the folder somewhere on your hard drive. Go to the folder containing the adb and fastboot files and type "cmd" in the path bar at the top. A command prompt should open with the current folder showing on the prompt. Type the following commands: Code: adb --version fastboot --version You should see some information appear. If that is the case, you were successful!