How to root Android 11 with Magisk on Google Pixel phones

Опубликовано: 16 Март 2026
на канале: socializziamo.net
14,169
166

For this guide you need the following files:



SDK Platform Tools: https://bit.ly/36nK3gD
Google USB drivers: https://bit.ly/2Vjotn3
Magisk Canary: https://bit.ly/36oNIL3
Android 11 factory images: https://developers.google.com/android...



To root the Android 11 device, you first need to unlock the bootloader.
This guide is for Pixel phones.
1 - Go to Settings
2 - Tap on About phone
3 - Tap on Build Number 7 times
4 - You will be greeted with a toast message saying that “Developer options have been enabled”
5 - Go back to Settings
6 - Seach for Developer Options
7 - Enable OEM Unlocking and USB Debugging
8 - Download and install Android SDK Platform Tools from link in this video description
9 - Connect the device to PC via USB Cable
10 - Open a command prompt windows
11 - Go the folder where you have installed the SDK Platform Tools
12 - Type “adb devices” and press Enter to make sure that your device is successfully connected to PC. If there is a problem, download and install the Google USB Drivers for the link in in this video description.
13 - Type “adb reboot bootloader” to boot your device to fastboot/ bootloader mode.
14 - Type “fastboot flashing unlock” to unlock the bootloader of your Pixel device.
15 - Use the Volume keys to highlight ‘Unlock the Bootloader’and press the volume key to confirm the operations.
16 - Type “fastboot reboot” to reboot the device.