Category

Root Sprint Galaxy note 7 and install Xposed framework

When it comes to powerful Android smartphones, the Galaxy note series is worth looking for. the latest member, Galaxy note 7 has enough hardware to take out consumer laptops out of the equation. many advanced features like Iris and fingerprint scanners, top-of-the-line processor and RAM are all incorporated in a tiny device that fits in your hand. but isn’t there any difference between your note 7 and Jack’s? Well, that’s where people look for ways to root their smartphones and make it more personalized and powerful.

Lucky for the Sprint Galaxy note 7 users, they can now root their shiny new device and install Xposed framework on it. The root for Sprint note 7 uses a leaked version of firmware PH3 which includes the August 1st security patches. This firmware is a user debug version which includes an SU binary by default. So, you’ll have to flash an entire firmware to acquire the root on your Sprint note 7 by taking advantage of user debug. long story short, you need to flash a firmware and then use few commands to acquire root access on your device.

Once we’re finished with the root, you can install all root apps and the most popular Xposed framework. The only setback is you can’t install TWRP on your device as the bootloader still stays locked with this process. So, if you’re ready, let’s start with the tutorial on how to root Sprint Galaxy note 7 followed by another tutorial which helps you install Xposed framework on your device.

Prepare your Device

Charge your device above 60% battery level to avoid shutdowns during the process.

Take a backup of everything on your device as it will be wiped completely during the process.

Install proper device chauffeurs on your PC. You can find the chauffeurs for your device from our driver downloads page → Click Here

Enable USB Debugging on your phone from Settings » developer options. If you do not find developer option under device settings, read the instructions given here.

Either configuration ADB and Fastboot on your computer, or download the very little Fastboot/ADB tool and unzip it: mfastboot-v2.zip

Download the latest Odin tool Odin3_v3.10.6.zip. You can also download the older Odin version from Here

How to root Sprint Galaxy note 7

For your convenience, we will break this into two parts. The first part covers the firmware flashing and the next part covers how to root Sprint Galaxy note 7.

PH3 Firmware Installation

Download the Odin flashable tar file of PH3 firmware from here.

Download the latest Odin zip file and extract the file on your PC. You will get the following data in the folder:

Odin3 vx.xx.exe

Odin3.ini

Double-click the Odin3 vx.xx.exe file. This will open an Odin window.

Now turn off your phone or tablet, and boot it into the download Mode. To do this:

Power off your device and wait for 5-10 seconds until the device is fully switched off.

Press and hold  Volume Down + home + Power buttons together and release them once you see the Warning screen on your device.

Press volume Up to accept the warning and boot into download mode.

Now connect your device to the computer using a USB cable and make sure it’s detected.

As soon as you connect the device the ID:COM port on Odin will turn Blue orYellow depending on the Odin version. You’ll also see “Added!!” message to indicate successful connection.

Now click the AP button (Odin3 v3.09 or 3.10) or the PDA button (older versions) on Odin. navigate to the firmware file and select it.

In the options section, make sure that only the auto Reboot and F. Reset Time boxes are inspected and everything else is unchecked.

Click the start button on Odin to start the installation. It might take some time depending on the firmware size.

A successful Odin flash is suggested by PASS! or RESET! message on Odin and then your device will restart immediately after the process is completed.

Root Sprint Galaxy note 7

Once the device boots up, go to the settings and enable USB debugging once again. connect your device to PC.

Download the sun7.zip on your PC and extract it to the location where you’ve installed the ADB files.

Navigate to the ADB data folder and open a command prompt inside the folder by pressing shift key + Right-click in the empty space inside the folder, and select Open command window here option from the Windows context menu.

In the command prompt, type in “adb shell” and then “su”. If you see a “#” symbol at the prompt, it is successful. You can type “exit” twice to get back to the command prompt.

Now you need to push the sun7 folder to your device by using the below command.
adb push sun7 /data/local/tmp/su

Change permissions of the sun7 folder contents by giving the below command.
adb shell chmod 0777 /data/local/tmp/su/*

Navigate to the su folder by entering the below two commands one-by-one.
adb shell
cd /data/local/tmp/su/

Now, acquire the root privileges by typing the “su” command.
su

Finally, execute the rnull