-
Notifications
You must be signed in to change notification settings - Fork 16
Nexus Toolkits
If you're new to Android modding, nice little toolkits will make things easy. If you're a bit more experienced, we do recommend that you try out the Manual method to get a taste of ADB.
A nice GUI toolkit designed to root any and all Nexus devices. Best for newbies.
Requirements:
- Wug's Nexus Root Toolkit
- Android ADB drivers (alternatively, Toolkit will guide you in installing them)
- Open up the program.
- If you haven't already installed Android drivers, click Full Driver Installation Guide or check our own guide.
- On your Nexus device, go to Settings > Developer Options and enable USB Debugging.
- Press the Backup button to save your data; in order to unlock the Nexus 7, all data will be deleted.
- Click Unlock and follow the directions to unlock your bootloader. Make sure that you've saved your data somewhere safe.
- Select the Custom Recovery option and click Root. Once that is done, your device is fully rooted.
- To go back to factory settings, click Back to Stock and select the current status of your device.
- To relock the bootloader (perhaps for warranty purposes), click OEM Lock.
While there are a ton of toolkits for the Nexus 7, this one has the most features out there.
Since updates are constant and the program literally explains itself, just get to the forum page, download the toolkit, and follow the directions.
A small bash script that automates the Manual method seen below. It also has portable adb/fastboot binaries, so you don't have to get the entire Android SDK.
Requirements:
- n7root.sh
- If you use a 64-bit system, install
ia32-libs
(32-bit support)
-
Download and extract the script.
-
Open a terminal and use
cd
to go to the directory the script is in. -
Run the script with the command below, and follow the onscreen directions.
./n7root.sh
Note: All non-Android projects have moved to the BASLQC Wiki.
- Introduction - A quick intro to the rationale and ideals of this guide, and smartphone modding in general.
- General Setup - Learn how to install and run the tools you need to succeed.
- Device Guides - Customized, fully decked out guides for rooting each and every device we could find.
- General OS Customizations - General customizations that work on all devices of a specific OS.
- General Guidelines - The ideals that you should uphold while working with and editing this guide.
- Device Guide Templates - Templates and general guidelines for creating customized guides for a device.
- Linux - Run a full desktop OS on your little mobile device; research is being made to make it comfortable to use in the mobile space.
- Glossary - Contains all the crazy acronyms and word soup that you'll need to wade through when using this guide.
- Android Buying Guide for Modders - While modding can fix up an outdated device, it will make your life easier to buy the right device from the start.