TWRP is a custom recovery that can perform several functions that the stock recovery does not offer. Recently, TWRP for Google Pixel and Pixel XL has been released. In this post, I will guide you on how to install TWRP on Google Pixel.
Google recently released two of its new phones, which Google entirely makes. Google claims that they assembled the hardware and software of Google Pixel. In the past, Google used to get their smartphones manufactured by some other manufacturer. LG manufactured Nexus 5 and 5X. Huawei and Nexus 6 manufactured Nexus 6P was manufactured by Motorola. Meanwhile, at the same time, each was running on Android’s latest operating system.
Install TWRP on Google Pixel:
TWRP allows you to install custom ROMs, flash zip files, create NANDROID, and many other valuable features that can be accomplished using TWRP. Now, let us move on to how to install TWRP on Google Pixel.
Precautions:
- Since this is an Alpha release of TWRP for Google Pixel, it has a few issues. Ensure all your data, including pictures, are backed up with Google Photos and Contacts synced with Gmail.
- Because of File-Based Encryption in Nougat. You might not be able to restore your data from NANDROID. File-based encryption can trigger an automatic wipe of your data. I’m not saying it may happen to you, but it could happen to you.
- If you use a multi-user feature, including a guest feature on your Google Pixel, you should not install TWRP on Google Pixel. At this time, TWRP only supports single-user setup. However, very few people have multiple user accounts on their phones.
- SuperSU will not work alongside TWRP. Installing TWRP will remove the root if your phone is currently rooted. The upcoming SuperSu update will ensure TWRP and SuperSU coexist in Google Pixel.
Prerequisites:
- First and foremost, you need to unlock the bootloader of your Google Pixel. To unlock the bootloader of your Google Pixel, use this guide.
- Download TWRP for Google Pixel or Pixel XL according to your phone.
- Make a Backup of your phone using this guide.
- Download ADB and fastboot.
- Make sure your phone is charged.
- Download Google USB Drivers.
Guide on how to install TWRP on Google Pixel:
- First of all, know that due to partition changes made in Android nougat for Pixel and Pixel XL. You won’t be entering the same commands as you did for other Android phones.
- Download and extract Minimal ADB and fastboot tool to the directory of your choice.
- Now download appropriate TWRP files for your Google Pixel or Pixel XL. There are two files for each Google Pixel and Pixel XL. Download Both.
- Move the zip file to the internal storage of your phone and move .img file to Minimal ADB and fastboot tool folder.
- Rename the downloaded TWRP file to twrp.IMG (In Windows, the file extension is hidden; make sure you don’t save the file as recovery.img.img in order to avoid it. Goto Start-> Search for Folder Options-> Open it-> Click on View Tab -> Uncheck “Hide Extensions for Known File Types” -> Apply and hit Okay.)
- Now connect your phone to your PC.
- Check if it’s connected by entering the following command
fastboot devices
- If you see your phone’s serial number then your phone is detected by your PC.
- Enter the following command to install TWRP on Google Pixel.
fastboot boot twrp.img
- Your phone will retrieve the TWRP image file and flash it on your phone upon entering the above command.
- Lastly, you need to get into recovery using button combination or by entering ADB reboot recovery command in the ADB minimal tool.
- Once you are in TWRP recovery menu and flash the zip file that you moved to the internal storage of your phone. It will make sure your TWRP survives a reboot.
That’s all on how to install TWRP on Google Pixel. If you have any questions or queries, feel free to ask me in the comments. Know that this is just an alpha version of TWRP in few days. A better and more reliable version will be released, you can wait for the stable version or you can use this version. The choice is yours.