• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
Android Infotech

Android Infotech

Android Tips, News, Guide, Tutorials

  • News
  • Root
  • Firmware
  • Applications
  • Knowledge
  • Tutorial
  • I’m Bored
  • Deals
  • Donate
  • 🔎Search
Home » Root » Root Google Pixel 3/XL Android 10 using Magisk

Root Google Pixel 3/XL Android 10 using Magisk

by Selva Kumar A Leave a Comment

Google Pixel 3 comes in two variants, Regular version, and Slightly upgraded XL variant. The Notch display got a lot of attention, and most of the users have mixed feelings about this. If you are using Nexus and Pixel phones, you know, You pay for the exclusive software. The device from the other manufacturer with the Same specs can’t perform Pixel devices. You will receive regular patch updates and significant upgrades. Pixel 3 received the Android 10 version.  This version has a lot of changes and Improvements, compare with the previous versions. Why am I saying all this? Because most of the users root their mobile to flash Stock Android ROM. You have great Pixel ROM. The following root method is based on Magisk. So, You can’t install-recovery based flash files. But, your intention is using Root require apps; you can use this method. If you are a regular user, I advise you to try with Emulators, If you are not satisfied with this, you can use the below method.
Google Pixel 3 XL on the Diaries

Table of Contents

  • Why should you Root Google Pixel 3 and Pixel 3 XL?
  • How to Root Google Pixel 3 XL Android 10 (International versions)
    • Things to check out for;
    • Pre-Requirement Steps
    • Unlock Bootloader using ADB and Fastboot
    • Preparing Patched Boot Image file
    • Flash Patched Recovery Image using ADB and Fastboot
      • Boot into Rooted OS
  • What More?

Why should you Root Google Pixel 3 and Pixel 3 XL?

We thank XDA Developers- topjohnwu and ibolito (Who successfully tested this method) Without their hard work, We can’t make this method. Coming to root, you should have a proper reason, and you know what you are doing. Yes, with a minimum of 4 GB RAM and Qualcomm SDM845 Snapdragon 845 processor, You can use this mobile without root for 3-4 Years If you use correctly. Software is better compared with other manufacturers, Custom skin OS. Don’t root because everybody is saying when root your mobile it can become fast. No. Rooting is to extract some performance from the device. But, you already have Powerful specs and software. So, If you are addicted to some root apps, you can root. But, if you want to test, I won’t recommend it.

How to Root Google Pixel 3 XL Android 10 (International versions)

Google Pixel 3 XL International Variants comes with a flexible bootloader other than some carrier locked devices. This means that different smartphone variants can be easily rooted. Also, the device can accept to install TWRP recovery or any other custom recovery file/app alike.

Also Read-  Root Samsung Galaxy A53 5G Android 13 SM-A5360/B/E/N/U/U1/W using Magisk
Buy Samsung Galaxy S22 Ultra from $6.46/mo for 24 Months with Eligible Trade-In.
Samsung Galaxy S23 available for $0.00/mo with T-Mobile Credit and Trade-in Deal

But In the below method, we are going to Root this device by using Magisk. You can install Official TWRP using the official App when it is released. TWRP recovery is a custom recovery file that must be installed on your devices because you can root them successfully. In this article, we explained the easiest method to follow and install Magisk on Google Pixel 3 XL. However, the tool required for rooting this device is the Magisk App.

You can flash TWRP once it is available. With the help of TWRP Recovery, you can quickly flash the Custom ROMs into your Pixel 3. Before sharing the tutorial, you may want to know that, with the Magisk present on your device, you can easily install any root apps. Does it seem complicated? Relax, everything will be explained succinctly in bullets.

Things to check out for;

  • Make sure your device battery is charged above 50%

  • Backup your current files and data, full data loss process (save them on external storage).

Pre-Requirement StepsOnePlus 6T OEM Unlock and USB Debugging

  • Enable USB Debugging Mode and OEM Unlock on your mobile. To do this; go to settings >>> about >>> Tap on the “Build Number” 7-10 times consistently to enable “Developer Options,” then go to the “Developer Options” and enable USB Debugging Mode, OEM Unlock. There is no complicated process in Google Pixel 3/XL.

  • Download the ADB drivers. Install it on your PC.

  • Also, download the regular Partition Fastboot drivers Install It on your PC. Use these drivers to flash the Boot image file.

Unlock Bootloader using ADB and Fastboot

Google Pixel 3 XL Fastboot Mode

  • Switch off your device. Then, enter into Fastboot mode. To do this- Press and hold down the Volume Down + Power buttons at the same time for some time and connect your mobile with PC.

Fastboot Mode Warning Google Pixel 3

  • Press the Volume Up button to continue when you see the warning message.

  • Now, connect the Google Pixel 3 XL mobile to the computer via USB cable.

  • Launch the fastboot on your computer. Open a Command prompt on your PC and type below command.

  • fastboot devices
  • It should display the connected devices. If you didn’t get the device, restart the command prompt and Disconnect and Connect your Google Pixel 3 XL. If you are detected, type below command and Hit Enter.
  • fastboot flashing unlock
Also Read-  Root Samsung Galaxy J8 SM-J810F/G/M/Y Android 10 using Sky Hawk Recovery and Magisk

Bootloader Unlock Warning Screen Google Pixel XL

  • Confirm unlock Bootloader in your Mobile Screen.
  • After the successful unlock, your device will automatically reboot to the standard OS.

  • Check again enable “Developer Options,” then go to the “Developer Options” and enable USB Debugging Mode, OEM Unlock. Sometimes they disabled themselves after the boot.

Preparing Patched Boot Image file

  • Download Google Pixel 3/XL Firmware and save it on your PC (Factory Image file, not OTA). Your Current OS version and Downloaded Version should be the Same.
  • You can use Phone Info to know your firmware version.
  • Download 7Zip-ZS Install on your PC. Extract the files in downloaded firmware using 7Zip-ZS. You will get a lot of data. You should extract another .zip file inside the already extracted firmware to get the boot file. Copy boot.img file to your mobile.

Google Pixel 4 XL Extracted Firmware Files

  • Download Magisk Manager (Download Latest version) or Magisk canary and Install it on your mobile. Open Installed Magisk and Select Install in Magisk; it will ask For zip file and Patch Boot Image File. Select the Boot Image file.

Magisk Boot Image File

  • Navigate to your copied Boot Image File and patch the file as .img format.

Magisk Firmware Patch Process

  • Wait for the process to complete, In the end, you will get magisk patched .img file. The .img file will be in the same folder where you have the boot.img.
  • Copy magisk_patched.img file to your PC. Rename the file to boot.img again.

Flash Patched Recovery Image using ADB and Fastboot

  • Switch off your device. Then, enter into Fastboot mode. To do this- Press and hold down the Volume Down + Power buttons at the same time for some time.
  • Press the Volume Up button to continue when you see the warning message.

  • Now, connect the Google Pixel 3 XL mobile to the computer via USB cable.

  • Launch the fastboot on your computer. Open a Command prompt on your PC and type below command.

  • fastboot devices
  • It should display the connected devices. If you didn’t get the mobile, restart the command prompt and Disconnect and Connect your Google Pixel 3 XL. If you are detected, type below command and Hit Enter.

fastboot flash boot img

  • fastboot flash boot boot.img
  • After the process complete, Press Volume Down+ Power button to exit Fastboot mode. When the screen goes off, Immediately Press Volume Up + Power buttons to boot into Recovery mode.
  • After entering into Stock recovery mode, Go to Wipe Data/Factory Reset and Select Yes to wipe data. It will erase your saved data in your device. Don’t Boot into OS, Read below Boot stages before booting.
Also Read-  Root Xiaomi Redmi K20 Pro Pie 9.0 using TWRP and Install Magisk

Boot into Rooted OS

  • Press and Hold Volume Up + Power buttons, release all the keys once the Bootloader warning appears. You have to set up your device like a new device. You can select the root status using the Root Checker.
  • Stock Recovery Boot – Press and Hold Volume Up + Power buttons, release keys while you hold the Volume Up key.
  • You will see Magisk Manager in your App drawer. If you can’t find the app, you can install Magisk Manager on your mobile.

What More?

In my opinion, you don’t need rooting for your Google Pixel 3 XL. If you thought you could Improve Performance By root; With the Qualcomm SDM845 Snapdragon 845 Octa-Core processor and 4 GB RAM, your device can perform well. If you don’t know how much RAM you need, You will never use this much RAM. You should not Boot into Normal OS Booting, by pressing the power button, after firmware flash. It will boot you to a Non-Rooted environment. If you accidentally urged and boot frequently, Don’t panic, after setup everything, switch off your device and boot into Rooted OS using above mentioned keys. Don’t Install any apps other than trusted sites on rooted devices. Third-party site apps can contain some background codes. So, Check twice before installing those apps.

Source, (2)

Selva Kumar A

Selva Kumar is an Android Devices Enthusiast, Who Can Talk and Write About Anything If You Give a Hint About the respective devices. He is a Computer Science Graduate and Certified Android Developer, Making His Career towards this Technology. He is always eager to try new Android devices — not only Software level but Hardware-level Also. Beyond this, He is a Good Swimmer, Guitarist.

Related Posts:

  • Install Motorola/Google Nexus 6 Lineage OS 17.1 Android 10 Official…
  • Root Samsung Galaxy Tab S5e SM-T720 Android 10 using TWRP and Magisk
  • Root Motorola One Vision Android 10 using TWRP and Install Magisk
  • Root Google Pixel 3/XL Android 11 using Magisk
  • How to install Magisk Manager on Samsung Galaxy M31 SM-M315F Android…
  • How to install Magisk Manager on Samsung Galaxy A03s SM-A037F Android…
Share This Post:

Filed Under: Root Tagged With: Magisk, Samsung, TWRP

Primary Sidebar

Join With Us

Deal of the Day

Samsung Galaxy S22 Ultra For $6.95/mo at Samsung Online Store.

Recent Posts

YouTube TV Black Screen Issue

YouTube TV update on Apple TV fixes Black Screen Issue

Oppo Find X6 Pro 1 Inch Sony Camera Sensor

Oppo Find X6 Pro Released with Sony’s 1-inch 50MP sensor

Google Pixel 8 Video Editing

Video Unblur coming to Google Pixel 8

YouTube Shorts Thumbnail Edit Video

How to Change YouTube Shorts Thumbnails?

T-Mobile and Mint Mobile Merger Ryan Reynolds and CEO

No Change in the $15/mo Mint Mobile Plan after T-Mobile Acquire

Advertisement

Footer

Copyright © 2023 AndroidInfotech.com, All Rights Reserved, Android is a trademark of Google Inc. All contents on this blog are copyright protected and should not be reproduced without permission.

  • Subscribe
  • Sitemap
  • About Us
  • Contact Us
  • Privacy Policy
  • Disclaimer
  • Our Image License
  • Hosted on Google Cloud
  • Ad Partner Ezoic
  • Corporate Office