Index
Post 1. Unlocking the Bootloader
Post 2. Flash Recovery and Root
Post 1. Unlocking the Bootloader
Post 2. Flash Recovery and Root
[WARN]Unlocking the bootloader will wipe the ENTIRE contents of your tablet, INCLUDING the SD CARD - so you MUST backup anything you want to keep to a safe place.
And Don't mess up because I'm not responsible

(You understand that unlocking, rooting, or in any way messing with your device can screw things up, cause bricks, void warranties, kill tinkerbell ... etc. You assume these risks)[/WARN]
[INFO]What follows are directions for unlocking the bootloader and rooting your tablet using a windows, mac, or linux machine.
We're going to use PaulOBrien's SUPERBOOT method. Big shout out to Paul

Hit the links below.[/INFO]
Getting Started:
[TIP]How to check an MD5 Sum:
On windows, there are numerous programs that will generate/check md5 sums for you.
On a mac, the easiest way to do it is open up Terminal (in your Apps folder), type in md5 , then drag the file onto the terminal window.
If you're using linux, you don't need me to explain any of this

PC USERS: You need to download the USB drivers found here. (universal naked driver).
[INFO]PC USERS - HOW TO INSTALL THE USB DRIVERS:
1. After downloading the drivers, decompress and place somewhere convenient that you will remember.
2. Connect the phone to computer with usb, make sure usb debugging is ON, and reboot the phone in bootloader mode (Volume Down and Power held together while the device is off).
3. Open up DEVICE MANAGER ---> Windows START -> CONTROL PANEL -> HARDWARE AND SOUND -> VIEW DEVICES
4. Select the Nexus - Click the HARDWARE tab -> PROPERTIES -> CHANGE SETTINGS
5. Select the DRIVER tab, then click UPDATE DRIVERS.
6. Choose Manually Update Drivers, then navigate to the "Universal_Naked_Driver_0.7" file and select it to update.[/info]
HOW TO UNLOCK THE BOOTLOADER:
1. You've downloaded Superboot, now extract the .zip and place it somewhere convenient.
(PC Users, that means somewhere like c:
Mac users, desktop or your home directory.
It can go wherever you want, the thing is you're going to use command prompt or terminal to navigate to this folder in a minute, therefore you probably don't want to navigate through eleven different folders to get there. Just a suggestion tho.)
2. Make sure USB debugging is checked ON on the tablet - Go to settings, Developer Options.
3. Connect tablet to the computer with usb and turn the tablet off.
4. Boot up the tablet into BOOTLOADER MODE by pressing Volume Down and Power all together and hold until you get to the bootloader screen (android guy on his back with his stomach open).
5a - PC USERS: Open Command Prompt on your computer and 'cd' to the superboot folder:
For example:
Code:
cd C:/r3superboot
Code:
fastboot-windows oem unlock
Code:
fastboot-windows reboot
5b - MAC USERS: Open Terminal on your computer and 'cd' to the r3superboot folder:
For example:
Code:
cd desktop
cd r3superboot
Code:
./fastboot-mac oem unlock
Code:
fastboot-mac reboot
5c - LINUX USERS: open terminal window, 'cd' to the superboot folder, and 'fastboot-linux oem unlock'

And in case you need it one day ...
HOW TO RELOCK THE BOOTLOADER:
PC:
Code:
fastboot-windows oem lock
Code:
fastboot-mac oem lock
Code:
fastboot-linux oem lock
Last edited: