Root

aiah

Member
Dec 31, 2009
28
2
0
Yes

Edit, but I'd flash supersu 2.4 in twrp

Sent from my Nexus 9 using XDA Free mobile app

I flashed supersu using TWRP and all is working fine, thanx for the heads up.


Question regarding future OTA updates:

I read somewhere that OTA updates will fail once you change the /system partition (like supersu & busybox do).
To update you have to reflash to stock and go through all OTA's then reroot

Is this still correct ?
or
is there an way to update (without having to go through stock and having to reinstall everything)
 

prdog1

Senior Member
Mar 10, 2012
9,098
5,460
0
Houston, Texas
I flashed supersu using TWRP and all is working fine, thanx for the heads up.


Question regarding future OTA updates:

I read somewhere that OTA updates will fail once you change the /system partition (like supersu & busybox do).
To update you have to reflash to stock and go through all OTA's then reroot

Is this still correct ?
or
is there an way to update (without having to go through stock and having to reinstall everything)
Since have to go back to stock best practice is just wait for new factory image and flash it and forget about OTA. Otherwise yes have to be stock but don't have to wipe data. :cool:
 
Last edited:

DVDWSN

Member
Nov 30, 2010
20
0
0
I can successfully get through the "fastboot oem unlock" step, but when I get to "fastboot boot inject.img" I run the command, but nothing happens on the tablet (video said the screen would go out). I tried just going on to the "fastboot flash boot patched.img" step, but after doing that, and loading into the OS, SuperSU isn't there.
I downloaded SuperSU from the Play store and it gave the warning message that I had to re-root.

Here is the output from the command line, incase that's helpful.
C:\Users\David\AppData\Local\Android\sdk\platform-tools>fastboot oem unlock
...
(bootloader) ability is 1
(bootloader) Device stete is unlock already
OKAY [ 0.147s]
finished. total time: 0.148s

C:\Users\David\AppData\Local\Android\sdk\platform-tools>fastboot boot inject.img

downloading 'boot.img'...
OKAY [ 0.745s]
booting...
OKAY [ 0.159s]
finished. total time: 0.907s

C:\Users\David\AppData\Local\Android\sdk\platform-tools>fastboot flash boot patc
hed.img
target reported max download size of 518205818 bytes
sending 'boot' (7830 KB)...
OKAY [ 0.480s]
writing 'boot'...
(bootloader) Device State : Unlocked
OKAY [ 0.732s]
finished. total time: 1.215s

C:\Users\David\AppData\Local\Android\sdk\platform-tools>
Also, I should mention I'm on 5.0.1.
Is CWM or TWRP available for this device?
 

jd1639

Recognized Contributor
Sep 21, 2012
16,836
5,398
0
Minnesota
I can successfully get through the "fastboot oem unlock" step, but when I get to "fastboot boot inject.img" I run the command, but nothing happens on the tablet (video said the screen would go out). I tried just going on to the "fastboot flash boot patched.img" step, but after doing that, and loading into the OS, SuperSU isn't there.
I downloaded SuperSU from the Play store and it gave the warning message that I had to re-root.

Here is the output from the command line, incase that's helpful.


Also, I should mention I'm on 5.0.1.
Is CWM or TWRP available for this device?
Twrp is available. Flash supersu in twrp for root.

Sent from my Nexus 5 using XDA Free mobile app
 

mattspew

Senior Member
Aug 8, 2011
302
80
0
Is there a step-by-step guide yet? While I've been flashing my HOX for a years, messing with my 1 week old Nexus makes me very nervous.
 

jd1639

Recognized Contributor
Sep 21, 2012
16,836
5,398
0
Minnesota
Is there a step-by-step guide yet? While I've been flashing my HOX for a years, messing with my 1 week old Nexus makes me very nervous.
See this http://forum.xda-developers.com/showthread.php?p=56128007

Basically you want to

1 unlock the bootloader, this will wipe your device so backup first
2 flash twrp in fastboot, http://techerrata.com/browse/twrp2/flounder
3 flash supersu in twrp, http://download.chainfire.eu/695/SuperSU/UPDATE-SuperSU-v2.45.zip

That's it. It's next to impossible to brick a nexus device so don't be nervous

Sent from my Nexus 9 using XDA Free mobile app
 
Last edited:

mattspew

Senior Member
Aug 8, 2011
302
80
0
See this http://forum.xda-developers.com/showthread.php?p=56128007

Basically you want to

1 unlock the bootloader, this will wipe your device so backup first
2 flash twrp in fastboot, http://techerrata.com/browse/twrp2/flounder
3 flash supersu in twrp, http://download.chainfire.eu/695/SuperSU/UPDATE-SuperSU-v2.45.zip

That's it. It's next to impossible to brick a nexus device so don't be nervous

Sent from my Nexus 9 using XDA Free mobile app
Cheers!! I'm happy with the stock ROM, I just want Root to install ad blocking.
 

jd1639

Recognized Contributor
Sep 21, 2012
16,836
5,398
0
Minnesota
Cheers!! I'm happy with the stock ROM, I just want Root to install ad blocking.
If you follow my steps all you're going to get is root. You're not going to get a custom rom. If you don't want twrp on your device then just boot into it to flash supersu

fastboot boot twrp.img

Sent from my Nexus 5 using XDA Free mobile app
 

Dunka

Senior Member
May 14, 2014
373
158
0
New York
Cheers!! I'm happy with the stock ROM, I just want Root to install ad blocking.
I was also happy with the stock ROM at first. Promised my wife I wouldn't mess around with this like I do with my phone. If you're going to install TWRP to root it wouldn't hurt to make a nandroid of your stock rom and test out the custom Roms and kernels here. If they aren't to your liking just restore your backup. The Roms I have tried have ad blocking installed.
 

vinay12301

Member
Sep 2, 2014
24
3
0
root Nexus 9

How to root Nexus 9 and Unlock Bootloader
Nexus 9 is an android smartphones developed by Google and HTC.

Nexus 9 come with 2 x 153.7 x 8 mm dimensions and 126 g of weight.
Having 1.6 MP front Camera.
9 inch Touchscreen display with 1536 x 2048 pixels.
8 MP primary camera Dual LED flash, phase detection autofocus and 3264 x 2448 pixels.
Having gyro sensor, Accelerometer sensor and compass sensor.
Full HD recording
It is powered with 6700 mAh Li-Po battery.
Screen is protected with Corning Gorilla Glass 3.
 

aiah

Member
Dec 31, 2009
28
2
0
aiah said:
I flashed supersu using TWRP and all is working fine, thanx for the heads up.
Question regarding future OTA updates:
I read somewhere that OTA updates will fail once you change the /system partition (like supersu & busybox do).
To update you have to reflash to stock and go through all OTA's then reroot

Is this still correct ?
or
is there an way to update (without having to go through stock and having to reinstall everything)

Since have to go back to stock best practice is just wait for new factory image and flash it and forget about OTA. Otherwise yes have to be stock but don't have to wipe data. :cool:
Now 5.0.2 fatory image is available
Can you give me a short description (or point me to a post with it) on how to flash the new 5.0.2 stock without having to wipe data ?
 

prdog1

Senior Member
Mar 10, 2012
9,098
5,460
0
Houston, Texas
Now 5.0.2 fatory image is available
Can you give me a short description (or point me to a post with it) on how to flash the new 5.0.2 stock without having to wipe data ?
http://forum.xda-developers.com/showpost.php?p=57410449&postcount=243

If want to dirty flash (keep data) do not erase/format/flash user data or user data.img. Just erase/flash/format everything else in tut. If the ones that say format don't use erase. Some don't format on N6 but worked last time I tried on N9. 5.0.2 really not needed unless gonna OTA update 5.1.1. If that is plan don't root or mod any file or will be back to fastboot for everything anyway. Will have to test. This update may fix the flash.bat error so that factory image bat works without flashing all individually. :cool:
 

aiah

Member
Dec 31, 2009
28
2
0
Since have to go back to stock best practice is just wait for new factory image and flash it and forget about OTA. Otherwise yes have to be stock but don't have to wipe data. :cool:
http://forum.xda-developers.com/showpost.php?p=57410449&postcount=243

If want to dirty flash (keep data) do not erase/format/flash user data or user data.img. Just erase/flash/format everything else in tut. If the ones that say format don't use erase. Some don't format on N6 but worked last time I tried on N9. 5.0.2 really not needed unless gonna OTA update 5.1.1. If that is plan don't root or mod any file or will be back to fastboot for everything anyway. Will have to test. This update may fix the flash.bat error so that factory image bat works without flashing all individually. :cool:
Thanks for the quick reply.
You are right, waiting for and manual flash 5.1.1 is the way to go.

PS:
can i skip erasing / flashing recovery to ? (sinds i already have TWRP)
 

ganGeee

Senior Member
Jan 3, 2013
84
2
0
5.1.1?

New to nexus and have been out of rooting business for a while due to verizon's knox.. CURSE YOU VERIZON!!! anyways, will this rooting method work on 5.1.1 update? Thank you.
 
Our Apps
Get our official app!
The best way to access XDA on your phone
Nav Gestures
Add swipe gestures to any Android
One Handed Mode
Eases uses one hand with your phone