Root Android device Pixel 6

Andres Sandoval
3 min readJan 18, 2022

Tutorial shows how to root an Android device Pixel 6. Rooting can brick and damage device. For research and investigation purposes.

Requirements:

  • Developer options enabled
  • USB debugging on device
  • OEM is enabled on device
  • ADB is install on Mac and enable .

Steps:

  1. Download your Android device OS firmware here. (Oriole is the code name for Pixel 6, download correct version).
  2. Unzip file -> “oriole” image.zip ->boot.img. Transfer file ‘boot.img’ to device using the below adb push command.

2.1 Transfer the file “boot.img” to the Android device file path Download. Run adb command:

adb push /Users/asandoval/Downloads/oriole-sq1d.220105.007/image-oriole-sq1d.220105.007/boot.img /storage/self/primary/Download

3. Install Magisk from GitHub releases (for Pixel 6 you need Magisk canary release) https://github.com/topjohnwu/Magisk/releases

Also you scan to open download website link:

--

--