TWRP recovery can be given the title of “Most Powerful Tool” when it comes to modifying Android. It is more than just a tool to give you root access. Thanks to the hard work from developer Ethan Yonker, TWRP is now available for Google Pixel devices. With this you can now flash ZIPs, make system backups and install a custom ROM on your Pixel. Here’s how to install TWRP recovery on Google Pixel.

Install TWRP recovery on Google Pixel

Before You Start

This guide only works for Google Pixel and Pixel XL. If you have devices other than that, do not attempt to follow this guide. You will break your device. Make sure you Pixel with unlocked bootloader. Also, ADB and fastboot needs to be installed on your computer.

Flash Stock Image (Rooted users only)

If you have already rooted your Pixel device, you’ll need to re-flash the stock image before installing TWRP. This will unroot your device but you can easily re-root it once you install TWRP. Follow the steps below to re-flash stock image.

  1. Download the factory images package for Pixel or Pixel XL.
  2. Extract the downloaded ZIP and open the extracted folder.
  3. Extract the second ZIP and copy boot.img file from inside the folder it creates.
  4. Paste the boot.img file to the platform-tools folder inside the ADB and Fastboot installation directory.
  5. Now, for Windows users, hold down shift button and then right click on empty space inside platform-tools folder. Click on Open command window here. Mac and Linux users need to open a new Terminal and change the path to platform-tools.
  6. Turn off your device. Then, press and hold the Volume down and Power button together till you get into Bootloader mode. Connect you device to the computer.
  7. Type the following on the CMD or Terminal window and hit enter. Mac users need to add “./” and Linux users need to add “/” before the command: fastboot flash boot.img
  8. Reboot and get ready to install TWRP.

Install TWRP

Follow the steps below to install TWRP on your Pixel device.

  1. Set a password or a PIN. You need to do this for Pixel’s new file-based encryption system. TWRP needs to temporarily decrypt your device to allow you to flash ZIPs and create backups.
  2. Download the flashable TWRP ZIP. There are separate TWRP ZIPs for Pixel and Pixel XL, download the appropriate one. Copy it to your device’s storage if you downloaded the ZIP from your computer.
  3. Download Boot Image Patcher ZIP. This will ensure that TWRP will be able to boot on your device.
  4. Download TWRP image on your computer. There are separate TWRP images for Pixel and Pixel XL, download the appropriate one.
  5. Move the TWRP image to your Platform-tools folder. If you are a Windows user, the default folder path is C:\Program Files (x86)\Android\android-sdk. Mac and Linux users need to search your computer for the platform-tools folder if you forgot where you installed it.install TWRP recovery on Google Pixel
  6. Rename the .img file you just copied to twrp.img. This step is temporary and only for simplicity.
  7. Reboot your device to Bootloader Mode. Turn off your device and when the screen goes black, hold down Volume down and Power buttons to get into Bootloader mode.
  8. Boot from the TWRP image file. On your Windows PC, hold down shift and then right click on empty space inside platform-tools folder. Click on Open command window here. Mac and Linux users need to open a new Terminal and change the path to platform-tools.
  9. Type the following on the CMD or Terminal window and hit enter. Mac users need to add “./” and Linux users need to add “/” before the command. If the command returns with numbers followed by the word “fastboot”, then you are ready to go: fastboot devices
  1. Now we will be flashing TWRP recovery. Type the following on the CMD or Terminal window and hit enter. Mac users need to add “./” and Linux users need to add “/” before the command: fastboot boot twrp.img
  1. Your phone will now boot into TWRP. But it is not permanent recovery yet. You will be prompted to enter the PIN or password. Once you’re inside the TWRP’s main menu, tap on Install and navigate to “Download” folder. Select twrp-pixel-installer.zip and swipe the slider to install it.
  2. Now, tap the back button and select VerifiedBootSigner.zip file and swipe to install it.
  3. Tap on Reboot System. Now, TWRP is the permanent recovery for your device.

If you were previously rooted or would like to root your device, you can simple download and install SuperSU flashable zip using the newly installed TWRP recovery.

Also Read:

2 COMMENTS

  1. TWRP 3.3.0.0 ask for a password to decrypt but wont accept a pin or password, so there is no way to flash a TWRP zip in TWRP unless the pin/password is disabled.

    • Just use the password or pin you have for your phone. if you don’t have one, set it up. If you aren’t able to access your phone os, then you need to install that, then create a pin

LEAVE A REPLY

Please enter your comment!
Please enter your name here