Permanently Root Nook Tablet In One Click [How To]
Root for Nook Tablet is here! Just a while back we covered a guide on rooting the Kindle Fire which really stepped up it’s take on the iPad 2. If you have a Nook Tablet and were wondering when you will get the chance to keep up, you’re in luck, thanks to XDA-Developers forum member Indirect. Even better, the rooting method is meant to work not only on Windows as per popular trend, but on Linux and Mac as well. However, rooting on Windows is strictly a one click method as the famous zergRush exploit has been used in a one click script.
Linux and Mac users however, will have to go through a bunch of commands via ADB to get root access on the device. So without further talk, let’s get your Nook Tablet rooted.
Disclaimer: Please follow this guide at your own risk. AddictiveTips will not be liable if your device gets damaged or bricked during the process.
Requirements:
- https://dl.dropbox.com/u/15069134/usbdrivers.zip USB Drivers.
- https://mirror10.downloadandroidrom.com/file/NookTablet/rooting/tgps_launcher.apk App to enable USB Debugging .
- https://dl.dropbox.com/u/15069134/Nook%26Zergy.zip Root Kit.
- ADB installed on your system. See our ADB guide for details.
Instructions:
For Windows
- To begin, download the app from the link above and install it on your device.
- Download Root Kit from the link above and extract the contents.
- Now run the apk file that you installed on your device, and you will be taken to the Settings > Applications page where you need to select Development and enable USB Debugging.
- Once done, connect the device to the computer and run the following command in command prompt or terminal:
adb shell chmod 4755 /system/bin/su
- Now go ahead and run the file named NookandZergy.bat found in the Root Kit you extracted.
Sit back and watch the magic happen!
For Linux or Mac
- Follow the steps from Step 1 to Step 3 in the instructions for rooting on Windows.
- Connect the device to the computer and open the terminal.
- Navigate to the Root Kit folder, entering the following commands:
adb push zergrush /data/local/zergy adb shell "chmod 755 /data/local/zergy;cd /data/local/;./zergy" adb wait-for-device install Superuser.apk adb remount adb push su /data/local/tmp/ adb shell cd /data/local/tmp;chmod 777 su;cd /;mount -o remount,rw -t rootfs rootfs /; adb push su /system/bin/su adb shell chmod 4755 /system/bin/su adb reboot
That’s it, your Nook Tablet should be rooted once it boots back up.
For updates and queries, head over to the forum thread at XDA-Developers.
Is this spam i need someone to tell me honestly
I whant to dowanload the android market
No
whenever I try to run the downloaded app to enable USB debugging, this keeps on coming up on my nook: “install blocked. for security reasons, only apps purchased though the NOOK Shop can be installed”. Please help!
read all of the comments before posting.
hey guys, just wonder (as any noob) when you root nook tablet and choose to remove everything from b&n (leave it as any android tablet) can be unroot without any problem???…regards
:O i’ve had a lot of problems, im a bit confused.
when I run Nook&energy up comes:
Devices found:
Did your nook Tablet show up?
I type N, enter, and then it tells me to be sure that usb debugging is enabled.. which it is..
the program proceeds to close.
Help please :/
:O i’ve had a lot of problems, im a bit confused.
when I run Nook&energy up comes:
Devices found:
Did your nook Tablet show up?
I type N, enter, and then it tells me to be sure that usb debugging is enabled.. which it is..
the program proceeds to close.
Help please :/
so if i dont install adb it will be fine?
This is a little misleading. You don’t need to install adb. The root kit has adb included and if you follow the steps at the xda forum it is more straight forward. There is also steps on how to install the usb drivers on the xda forum if it does not go right. Step 4 is included in the step 5 batch file.
The chmod command for step 4 is unnecassary