Rooting Nexus
How to Root the Nexus
1 - Download and install the Android SDK from Google and install the USB drivers package and Android tools.
2 - If it is not present, download the fastboot.exe file (available on various places online, like here) and place it in the SDK/Tools (or Platform-Tools) folder. This will be the same folder with adb.exe in it.
Screenshot 1
Screenshot 2
4 - Turn on USB Debugging in the Developer Options, and plug the device into your PC via the USB cable.
5 -
Back on the PC, go to the folder where you placed the fastboot.exe file
and open a command prompt window there. We’re going to use a tool
called Android Debug Bridge (ADB). This is a way to issue commands to a
device from your PC.
6 - In the command prompt, type adb devices, then hit enter. The window should show a device ID.
7 - Type adb reboot bootloader in the command prompt and hit enter. Your device will reboot into bootloader mode.
Screenshot 3
Screenshot 4
9 - On your PC download the TWRP recovery or ClockWorkMod (varies by device) and SuperSUroot package. The versions change as new OS updates come out, but a quick search on XDA
will get you the most recent version. Put the recovery file in the
folder with ADB. Get your device back into Android and transfer the
SuperSU zip to the internal storage.
10 - With your phone or tablet in bootloader mode again, type the following into the command prompt: fastboot flash recovery twrp.img,
then hit enter. Substitute the MWN file name if you used that. This
installs a new recovery over your old one so you can flash unsigned zip
files.
Screenshot 5
Screenshot 6
Screenshot: Nexus Root Toolkit
No comments:
Post a Comment