How To: Root the Nexus 6P or Nexus 5X on Windows, Mac, or LinuxThe Foolproof Guide

How To: Root the Nexus 6P or Nexus 5X on Windows, Mac, or LinuxThe Foolproof Guide
This year, Google released two Nexus phones to glowing reviews, and as we've grown to expect, the Android community wasted no time in coming up with a root method for both. In fact, legendary root developer Chainfire even devised an entirely new "systemless" method for rooting that should make updating a bit less complicated, along with a few other benefits.Don't Miss: All the Android Terminology You Need to Know The new method roots your device without modifying Android's system partition at all—hence the systemless root moniker. This means that fewer of Android's built-in security measures need to be bypassed in order to gain root access, and in turn, early reports even indicate that Android Pay works with this new method.Provided you have a PC, Mac, or Linux machine, rooting your shiny new toy is a relatively simple process. There are quite a few steps involved, though, but I'll go over each of them in as much detail as possible to make sure everything goes off without a hitch.
Before You BeginRooting an Android 6.0 Marshmallow device requires that you install a modified boot image, which means you'll need to unlock your device's bootloader. The process of unlocking your bootloader will wipe all data on your phone, so make sure you have any important files backed up on an separate storage device.Additionally, you'll need to connect your phone to your computer to run a few commands. Considering that the Nexus 5X and 6P are among the first devices to ship with a USB type C connector, and most computers still use a USB type A connector, this means that you will likely need a USB-C to USB-A cable. For a list of these types of cables that fully comply with the new USB-C standard, head to this link.

Step 1: Install the Android SDK on Your ComputerTo begin, you'll need to grab a copy of the latest Android SDK. From your computer, head to the official site to download the file for your particular operating system. The installation process will vary depending on your operating system. Windows users can simply launch the EXE file and follow the provided instructions to install the full Android SDK, which will be saved in the C:\Program Files (x86)\Android\ folder. Linux and Mac users will have to extract the contents of the ZIP to a folder that can be accessed easily. Take note of this folder's location, as you will need to copy some files here later. From here, if you're using a Linux or Mac machine, open a terminal window and change directories to the /android-sdk-linux/tools/ or /android-sdk-macosx/tools/ folder that you just extracted. Next up, type android sdk (Linux) or ./android sdk (Mac) to launch the SDK Manager. After that, you'll need to download the Platform Tools package if you're using a Linux or Mac computer. Select the "Android SDK Platform-tools" option, then click the install button to take care of that.
Step 2: Install the ADB & Fastboot Drivers on Your ComputerNext up, for your computer to be able to fully interact with your Nexus, you'll have to make sure you have the ADB and Fastboot drivers installed on your system.Windows Users:If you own a Windows PC, you can download the drivers at this link. Just run the file, then follow the prompts, and you'll be good to go.Linux Users:If you're a Linux user, download and extract this ZIP file, then run the script with Terminal.Mac Users:For Mac users, the process of installing the proper drivers is a bit more involved. Please see our guide on the topic for more information.

Step 3: Download the Neccesary FilesIt's very important that you download the proper root files for your device and Android version. To make sure you're using the right files, open your phone's Settings menu, then scroll down and select "About phone." From here, make a note of the Build number listed at the bottom of the screen. Next, if you're using a Nexus 5X, download the following files to your computer, making sure that the build number shown here matches the one on your phone:Nexus 5X modified boot image (build numbers MDB08I, MDB08L, & MDB08M) TWRP recovery v2.8.7.2 for Nexus 5X (any build number) If you're rooting a Nexus 6P, download the following files instead—but again, make sure the build numbers match up:Nexus 6P modified boot image (build numbers MDB08K, MDB08L, & MDB08M) TWRP recovery v2.8.7.2 for Nexus 6P (any build number) Then, regardless of your phone model or build number, download the SuperSU ZIP and transfer the file over to your phone:SuperSU v2.56 ("systemless" version)

Step 4: Enable OEM Unlocking on Your PhoneFrom here, you'll need to enable Android's hidden "Developer options" menu so that you can then turn on a single option. Check out our full guide to see how to unlock it, if it's not already. In the "Developer options" menu, tap the "OEM unlocking" entry to enable it, then press "OK" when prompted to verify your choice.

Step 5: Put Your Phone into Bootloader ModeFrom here, you'll need to put your phone into bootloader mode. Start by powering your device completely off. When the screen goes black, press and hold the volume down and power buttons simultaneously. Within a few seconds, you'll see Android's bootloader menu (depicted below). From here, connect your phone to your computer using a USB data cable.

Step 6: Unlock the BootloaderWith the prep work out of the way, you're ready to get down to business. To begin, open a command prompt window, then change directories until you arrive at the /android-sdk/platform-tools/ folder. Windows users can simply open the C:\Program Files (x86)\Android\android-sdk\platform-tools\ folder, then hold down the shift button and right click any empty space, and choose "Open command window here." Next, type in the following command and press enter:fastboot devices If this returns a series of letters and numbers, that means your device is connected properly and you're good to go. If it does not return any characters, there's a problem with your drivers, so revisit Step 2 or see our full troubleshooting guide here. Now you're ready to unlock your device's bootloader, which will allow you to flash images manually. So enter the following command to begin:fastboot flashing unlock At this point, you'll see a menu on your phone asking if you'd like to unlock your bootloader. Use the volume keys to highlight "Yes" on this menu, then press the power button on your phone to confirm your choice. Once you've done that, your phone will automatically wipe all of its data, then reboot into bootloader mode again. When you're done here, leave your phone in bootloader mode and keep the command prompt window open, since we'll be using both again later.

Step 7: Move the Boot Image & TWRP to the Platform-Tools FolderNext, copy the boot.img and twrp.img files that you downloaded in Step 3, then paste them into the /android-sdk/platform-tools folder on your computer. Again, the exact location of this directory will vary depending on your operating system, but Windows users can find it in C:\Program Files (x86)\Android\android-sdk\platform-tools. Note that you may have to provide administrator credentials to paste the files into this folder.

Step 8: Flash the Modfied Boot Image & TWRPNext, switch over to the command prompt window that you opened in Step 6. From here, type in the following commands, pressing enter after each and waiting 30 seconds between commands:fastboot flash boot boot.img fastboot flash recovery twrp.img

Step 9: Make TWRP Your Permanent RecoveryNext, press your phone's volume down button twice to highlight the "Recovery mode" option on the bootloader menu, then press the power button to select it. From here, your device should boot directly into TWRP. At this point, you'll see a menu asking to make TWRP your permanent recovery, so swipe the slider at the bottom of the screen to do just that.

Step 10: Flash the SuperSU ZIP to RootWhen that process is finished, you'll be taken to TWRP's main menu. Tap the "Install" button here and use the file browser to select the SuperSU-2.56.zip file that you downloaded in Step 3, then swipe the slider at the bottom of the screen to flash the file. When that's finished, tap the "Reboot System" button in the bottom-right corner. At this point, TWRP will say that "Your device does not appear to be rooted." This is because TWRP hasn't been updated to detect the new "Systemless" version of SuperSU, so ignore this message and tap the "Do not install" button.

Step 11: Verify RootWhen you get back up, your device should be fully rooted. To verify this, download an app called Root Checker from developer joeykrim.Install Root Checker for free from the Google Play Store Once you've installed the app, simply open it up and tap "Verify Root." From here, tap "Grant" when prompted to give the app Superuser access, and if everything went off without a hitch, you'll see a message saying "Congratulations! Root access is properly installed on this device!"
More Information About Systemless RootThe best part about this new root method is that (so far), Android Pay seems to work without a hitch, and applying OTA updates shouldn't be as difficult as it was with previous root methods. In the future, provided you didn't make any significant changes to the system partition using root access, you should only have to flash the stock boot image with the fastboot flash boot boot.img command to get your device ready for a system update.One downside, though, is that you will lose root access if you perform a factory reset. But getting it back shouldn't be much of an issue, since you'll only have to flash the SuperSU ZIP again in TWRP to re-root.What are your thoughts on this new systemless root method? Let us know in the comment section below, or drop us a line on Android Hacks' Facebook or Twitter, or Gadget Hacks' Facebook, Google+, or Twitter.



The Galaxy S8, with all its new features, is shining in the news right now as one of the best phones of the year. However, users in the US may be at a disadvantage to those overseas, as it seems that the Snapdragon 835-powered S8 models underperform variants with Exynos processors in almost every category.
ARM Snapdragon Processors Running Windows 10 Is a Good Sign


Siri leaves a lot to be desired in your iPhone whenever you come across a contact name that isn't your average 'Joe'. Some names don't carry the same phonetic pronunciation to them when written in English. Luckily, Apple had planned for such occasions, and users can get Siri to correctly pronounce and recognize a contact's name.
How to Make Siri Pronounce Contact Names Correctly in iOS 7

How to Enable Chromecast's Screen Mirroring on Any Rooted


Don't Miss: Turn Your Live Photo into a Facebook Profile Video; If you tap on your profile picture and don't see the "Select Profile Video" or "Take a New Profile Video" options, then you'll have to upload a video from the Facebook site on your computer.
Facebook: How to Make Your Profile Picture a Video | Time
time.com/4057391/facebook-profile-picture-video-gif/
Facebook is rolling out a new feature that lets you set a short, GIF-like looping video as your profile picture, the company announced Wednesday. The new feature is rolling out slowly, Facebook
How to make your Facebook profile picture a video | TechRadar


Google updates Hangouts app to support merged SMS conversations Google has announced that the new version of the app, Hangouts 2.1, is rolling out to all users over the next few days.
Hangouts Future Update Will No Longer Have the SMS Feature


In this video, I show you how to add a widget to your Android phone's or tablet's home screen. I cover doing it on Android 4.0 and up and on 2.3 and below. I also show how to resize widgets on
How to Add the Secret Weather Widget to Your iPhone's Lock


learn how easy it is to SSH into your iPhone, iPad or iPod touch Now that your device is jailbroken, you can SSH into it to transfer and edit files. SSHing will give you full access to all the files stored on your device. Before we proceed with the tutorial let's see what SSH or Secure Shell is: a
How to SSH into a Raspberry Pi [in 3 Easy Steps]

Set Default Volume Levels for Each of Your Bluetooth


The Ring/Silent switch on the side of the iPhone has always had one purpose—to toggle ring mode/silent mode. But in iOS 9, Apple gave us another choice, and that's locking the orientation of the screen. This could be a great new feature for some of you. Personally, I usually have my phone on
How to Disable the Ring/Silent Switch on an iPhone | It Still


How to Get Free Classic Video Game Ringtones on Verizon Phones. Remember those old video games that you loved, and the unforgettable music? Now you can have that music on your Verizon cell phone.
Download Our 100% Free Verizon Ringtones


To switch to another app while in one app, touch the Recent Apps icon at the bottom of the screen. NOTE: We used a Nexus 7 as an example for this article. If you are using a Samsung Galaxy device, press and hold the Home button. A list of open apps displays with thumbnails.


Why does Flickr offer 1TB of storage for free yet charge $499/yr for 2TB? The answer is that Yahoo! doesn't expect many Flickr users to use anywhere near the 1TB they are offering.
Upload Anything to Flickr's New 1TB of Space With a Simple Hack


While the iPhone XS and XS Max come equipped with 4 GB of random access memory, and the iPhone XR with 3 GB of RAM, Apple's latest flagships are still susceptible to occasional slowdowns in performance in iOS 12. This can be fixed by clearing RAM, but the process is now a little trickier compared to
How to Clear RAM on iPhone X, Xs, Xs Max, and XR


Created by by XDA developer rovo89, the Xposed Framework allows you to quickly search for, download, and install new modules that allow various forms of customization for your Android device. From getting rid of annoying icons to unlocking hidden features to adding increased functionality, there really isn't a whole lot we can't do with Xposed.
How to Use APKtool Updated Version. « Null Byte :: WonderHowTo


Listen to Music Like a Pro With These 11 Apps and Tricks. as swiping on the screen to skip to the next song. the boost in the volume of your device. I had even gone ahead and placed my
iPhone XS and iPhone XR Tricks: 16 ways to do more faster

0 comments:

Post a Comment