The Google Nexus 4 was launched in November of 2012. The Google Nexus 4 was running on the Snapdragon S4 Pro and was shipped with Android 4.2 out of the box and receiving the first priority updates from Google, This article will show you how to install TWRP and Root on the Google Nexus 4.
So, an official build is available for the Google Nexus 4 is now available through this guide You can download the TWRP On Google Nexus 4 Installing TWRP will allow you to install custom ROMs, Kernels, do Nandroid backups and restore them, and also flash Magisk to root the device. But thanks to XDA member an unofficial build of TWRP is available for Google Nexus 4.
Every major feature of the TWRP recovery work seamlessly, as listed below:
- Making Nandroid backups.
- Restoring Existing backups.
- Flashing Zips.
- Restore a bricked Android device.
- Remove all the previously existing data on an Android Device.
- Flashing Custom Firmware.
- Uphold and remove Passwords or Patterns by wiping Android.
- Mount Partitions
- Flashing Custom ROMs.
- Flashing Custom Software.
- And Many More…
With that all being said, let’s start
Prerequisites:
To ensure a successful install of TWRP, ensure to fulfill all the prerequisites properly.
- Take a complete backup of all your data, although this a safe procedure its a safe side to keep a backup of the data in any odd cases.
- In order to install TWRP, on your Google Nexus the bootloader must be unlocked, if you haven’t unlocked the bootloader yet note that Unlocking bootloader “WILL ERASE ALL THE DATA”, Including the internal storage.
- Installing TWRP on Google Nexus requires the use of fastboot so install the ADB drivers and flash boot tools.
- Also, download the USB drivers for your Google Nexus.
- And, ensure that your battery is above 80% so that it doesn’t run out of battery in the midst of installing process.
Download Google Nexus 4 TWRP Recovery
Although we try our best to update the links and keep them posted, we encourage you to always check the XDA thread for the latest updates available.
How to Install TWRP Recovery on Google Nexus 4
- First, you have to enable USB debugging, to do so activate the developer options on your Android device.
- Go to Settings -> About Phone, tap on the build number for 7 to 8 times until you see a message “You are now a developer.”
- Now go back to settings and then open developer options -> Enable USB Debugging.
- Download the latest Google Nexus TWRP recovery image and installer zip files.
- Download ADB Drivers for your PC or MAC.
- Make a new folder and add the files and download all the files over there.
- Move the recovery image file to the folder on the PC where the ADB and Fastboot drivers are installed.
- Now power off your phone and boot it into Fastboot Mode. (Enter fastboot by pressing together “Volume down+ Power button)
- In your PC/Laptop, Open the extracted ADB Folder and Open Command Window by pressing Shift Key + Right Mouse Click.
- Now connect the PC to Mobile with USB Cable In fast boot mode.
- Now type the below command on your command window.
fastboot devices
- To flash the recovery, type the command. (Please make sure the file is renamed as recovery.img)
fastboot flash recovery recovery.img
- And reboot your device.
- Now you can make a backup of your stock ROM via TWRP. (optional)
Root Google Nexus 4:
That’s it, you should have now rooted the device. Search for the Magisk logo on your app drawer to confirm.
You can also install the Root Checker app to verify the root.
This is the guide on how to install TWRP and root the device and install Magisk on Google Nexus 4.
Leave a Reply