Guys I just have a question,
I will be receiving my nexus 6 tomorrow and I plan on unlocking the boot loader and rooting it, but what I am curious about from reading all the threads is a few things.
1) I plan on using adb to unlock boot loader and root
2) I plan on using flashify to install twrp so i can be able to get a backup of the stock recovery
My question is this. I plan on installing cm12 on my device and i like the idea of having my device descrpyted. I am told I have to flash the script I believe made by chainfire, but i also read u can flash another kernel. Which would i have to do? I read some say that u have to do the one made by chainfire first, and others said u just have to flash another kernel.
Also since the cm12 comes encrypted as default and lets say I "dont" want to descrypt do I have to before I flash cm12 even though its set as default encrpyted just like stock?
the_rooter said:
1) I plan on using adb to unlock boot loader and root
2) I plan on using flashify to install twrp so i can be able to get a backup of the stock recovery
Click to expand...
Click to collapse
1) You'll need to use fastboot to unlock the bootloader. YOu'll then need to use fastboot to flash the recovery. If you're going to flash a rom, you may not need to then root as some roms are already rooted
2) flashify needs root to flash the recovery and you need the recovery to flash root.
What chain fire thing? Chain fire doesn't have anything in relation to encryption from what I know. Go to Android development and find the unencrypt thread and from there you'll find out how to unencrypt.
Do note that your data will be wiped. You'll have to flash a custom kernel before your phone starts up otherwise your phone will be encrypted again.
Most custom kernels have encryption patches to accelerate the encryption i/o speeds. You're better off just leaving it enabled if you want to keep things simple.
Sent from my Nexus 6 using Tapatalk
rootSU said:
1) You'll need to use fastboot to unlock the bootloader. YOu'll then need to use fastboot to flash the recovery. If you're going to flash a rom, you may not need to then root as some roms are already rooted
2) flashify needs root to flash the recovery and you need the recovery to flash root.
Click to expand...
Click to collapse
If i remember from previous devices doesnt flashify allow backup of the stock recovery? and also it flashes twrp within the app as long as root is done.
Edit:
Also I wasnt sure who made the descrypt file to flash, and yes i know it does a FDR, but wouldnt it be better just to flash a custom kernel? Most kernels are already descrypted. Sorry if i repeated anything.
the_rooter said:
If i remember from previous devices doesnt flashify allow backup of the stock recovery? and also it flashes twrp within the app as long as root is done.
Click to expand...
Click to collapse
Yes, but you wont have root at that point so, no...
rootSU said:
Yes, but you wont have root at that point so, no...
Click to expand...
Click to collapse
i am honestly not trying to pick a fight and i thank you for taking your time to help me out but if i follow this thread:
http://forum.xda-developers.com/nexus-6/general/how-to-nexus-6-one-beginners-guide-t2948481
That gives me root via fastboot up to the end of obtaining root and not doing custom recovery.
Within flashify i know u can back up the stock recovery, and then flash twrp. After i flash twrp i will be making a back up of my system just in case something goes wrong.
That sound correct? I prolly will give a few days and wait till my usb otg sd adapter to get here before i actually flash a rom. Sorry should have mentioned that.
the_rooter said:
i am honestly not trying to pick a fight and i thank you for taking your time to help me out but if i follow this thread:
http://forum.xda-developers.com/nexus-6/general/how-to-nexus-6-one-beginners-guide-t2948481
That gives me root via fastboot up to the end of obtaining root and not doing custom recovery.
Within flashify i know u can back up the stock recovery, and then flash twrp. After i flash twrp i will be making a back up of my system just in case something goes wrong.
That sound correct? I prolly will give a few days and wait till my usb otg sd adapter to get here before i actually flash a rom. Sorry should have mentioned that.
Click to expand...
Click to collapse
That uses a script to flash root... But lets break down your steps...
fastboot unlock
run script
boot into android
install flashify
flash recovery
Download rom
reboot recovery
flash rom
vs my steps...
fastboot unlock
fastboot flash recovery
put rom on sdcard
flash rom
It doesnt matter if you backup your stock recovery, because its all available on the google site anyway as this is a nexus device.
rootSU said:
That uses a script to flash root... But lets break down your steps...
fastboot unlock
run script
boot into android
install flashify
flash recovery
Download rom
reboot recovery
flash rom
vs my steps...
fastboot unlock
fastboot flash recovery
put rom on sdcard
flash rom
It doesnt matter if you backup your stock recovery, because its all available on the google site anyway as this is a nexus device.
Click to expand...
Click to collapse
thanks man that helps alot. Now still on the confusing about the encrypt and decrypt. Whats the advantages to disadvantages? because from what i here people say it should be decrpyted, and that i have to follow the step set up in that thread to do so, but wouldnt like i said before just be as easier to just flash a decrpyted kernel and be done with it?
Edit: Sorry with all the questions this is my first nexus device since i am on verizon.
the_rooter said:
thanks man that helps alot. Now still on the confusing about the encrypt and decrypt. Whats the advantages to disadvantages? because from what i here people say it should be decrpyted, and that i have to follow the step set up in that thread to do so, but wouldnt like i said before just be as easier to just flash a decrpyted kernel and be done with it?
Edit: Sorry with all the questions this is my first nexus device since i am on verizon.
Click to expand...
Click to collapse
Do some reading off XDA on what encryption is and its advantages/disadvantages.
To be simplistic,
Encryption pro: more protection with your data
Encryption disadvantage: slower I/O speed
(Most custom kernels include patches that accelerate the speed of I/O with encryption on, Google's stock kernel does not include this)
Decryption pro: faster I/O speeds, possible increase in battery life as your phone is not using clock cycles to perform encryption (not by much, if any)
Decrypton disadvantage: less protection with your data, but if you're not carrying sensitive data, then who cares.
My suggestion to you is to leave it encrypted and if you don't notice anything slowing down then leave it. Keep it simple.
zephiK said:
Do some reading off XDA on what encryption is and its advantages/disadvantages.
To be simplistic,
Encryption pro: more protection with your data
Encryption disadvantage: slower I/O speed
(Most custom kernels include patches that accelerate the speed of I/O with encryption on, Google's stock kernel does not include this)
Decryption pro: faster I/O speeds, possible increase in battery life as your phone is not using clock cycles to perform encryption (not by much, if any)
Decrypton disadvantage: less protection with your data, but if you're not carrying sensitive data, then who cares.
My suggestion to you is to leave it encrypted and if you don't notice anything slowing down then leave it. Keep it simple.
Click to expand...
Click to collapse
Thanks for you help guys. With this being my first nexus phone i think i understand now.
the_rooter said:
Thanks for you help guys. With this being my first nexus phone i think i understand now.
Click to expand...
Click to collapse
Once a Nexus you won't go back Nexus devices are the devices to be on XDA, traffic is a lot higher here than the other phones.
zephiK said:
Once a Nexus you won't go back Nexus devices are the devices to be on XDA, traffic is a lot higher here than the other phones.
Click to expand...
Click to collapse
well yeah but like i said i am on big red and this is the first nexus device they are allowing since the gnex days
Related
I followed the instructios up to step 4, now i have an android with a spinning circle on my screen.
http://nexus5.wonderhowto.com/how-to/root-nexus-6-using-windows-mac-linux-0158751/
Edit it finally stoped, then it encrypted, now its on.
Can i now turn off encryption and pick a rom?
Yes.....there is an unencrypt tutorial in the development section.....and you need to flash custom recovery in order to be able to flash ROMs, kernels, make backups....etc.
12MaNy said:
Yes.....there is an unencrypt tutorial in the development section.....and you need to flash custom recovery in order to be able to flash ROMs, kernels, make backups....etc.
Click to expand...
Click to collapse
Thanks, can i transfer my media to the nexus 6 now? Or wait till after i unecrypt and do the rom?
Wait until after you decrypt.
I found a website that shows how disable encryption, and then i also saw this topic on xda. Would either one be better than the other?
Im new to rooting/etc so i like how the 2nd link has a program that does the work.
On the xda topic, it left me consufed as im not sure how do complete the steps.
http://forum.xda-developers.com/nex...e-forced-encryption-gain-root-t2946715/page50
http://nexus5.wonderhowto.com/how-t...ption-nexus-6-for-faster-performance-0158696/
Also u said i need to flash custom recovery in order to be able to flash ROMs, kernels, make backups....etc.
Would that be after i disable the encryption?
GreeleyXda said:
I found a website that shows how disable encryption, and then i also saw this topic on xda. Would either one be better than the other?
Im new to rooting/etc so i like how the 2nd link has a program that does the work.
On the xda topic, it left me consufed as im not sure how do complete the steps.
http://forum.xda-developers.com/nex...e-forced-encryption-gain-root-t2946715/page50
http://nexus5.wonderhowto.com/how-t...ption-nexus-6-for-faster-performance-0158696/
Also u said i need to flash custom recovery in order to be able to flash ROMs, kernels, make backups....etc.
Would that be after i disable the encryption?
Click to expand...
Click to collapse
go with the xda its the one i used no problems with that whats so ever as long as your stock .
t2noob said:
go with the xda its the one i used no problems with that whats so ever as long as your stock .
Click to expand...
Click to collapse
Yeah im stock/unlocked/rooted.
On the xda one how to do i do these steps?
5.) Flash it (boot.ing noencrypt) in the bootloader (fastboot flash boot boot_noforceencrypt.img)
6.) To disable encryption, a factory reset is needed (Done by fastboot format userdata, once booted in Settings -> Backup & Reset, or in recovery)
7.) If it doesn't work, you can go back into the bootloader and flash the stock image.
8.) Run CF-Auto-Root for root, if desired. Flash TWRP, do wutever you want.
9.) Updates will overwrite this and turn encryption back on, you should probably update manually (or remove the boot.img from the update) if you don't want encryption to get turned back on (turning it back on may be a PITA in the sense that you'll have to factory reset to get it off again)
Same thing you did to unlock it. Boot into boot loader and use those commands According to what version of stock you're running.
Sent from my Nexus 6 using XDA Free mobile app
t2noob said:
Same thing you did to unlock it. Boot into boot loader and use those commands According to what version of stock you're running.
Sent from my Nexus 6 using XDA Free mobile app
Click to expand...
Click to collapse
I used the nexus root toolkit and now in unencrypted. I still havent added any of my stuff to the phone yet because i want to add a rom.
Can you or somebody explain the whole rom process? This is my first time rooting.
So far ive read i need to flash custom recovery in order to be able to flash ROMs, kernels, make backups....etc.
Hey All,
I only recently picked up an XT-1060 (2013 Moto X, Dev Ed) that I plan to set up on my Verizon account. I have some experience with both the Nexus 7 (2012) and HTC's Android variants, and, for those platforms, there are technical advantages to booting to a non-stock recovery image directly from fastboot *without flashing that recovery image to the device*. I did a search of all the Moto X forums for such an alternative, and a cursory look didn't give me anything that jumped off the page regarding whether or not this was even possible.
Which brings me to my question: Assuming that I've already taken care of unlocking the bootloader, can I boot to a non-stock recovery on my new unlocked Moto X without flashing that recovery?
Many thanks!
cheers,
john
What do you mean by flashing?
You can fastboot twrp.img,which is a custom recovery.
Unfortunately, booting a custom recovery isn't possible on the Moto X. Why? I have no idea.
Just think of it as an extra later of security against an inadvertent OTA installation.
Thanks to you both for your kind replies.
nhizzat said:
Unfortunately, booting a custom recovery isn't possible on the Moto X. Why? I have no idea.
Just think of it as an extra later of security against an inadvertent OTA installation.
Click to expand...
Click to collapse
This is a bit of a disappointment. It means that I've got to strip out and save the stock recovery somewhere, then re-flash it to enable OTAs. I tend to stay on the "current-stock-plus-rooted" track. The only reason I need a custom recovery is (1) To root the device, and (2) To do nandroid backups from time to time (and possibly restores).
On devices that allow it, this means that I only need to boot the custom one occasionally, with the side benefit of being able to accept OTAs without problems. At least that's been the case for me so far.
Nicolae-Daniel said:
What do you mean by flashing?
You can fastboot twrp.img,which is a custom recovery.
Click to expand...
Click to collapse
This line doesn't make any sense to me. My typical scenarios are: If I'm trying to boot twrm, say, I'd issue: "fastboot boot twrp.img"; and, if I want to flash it, I'd use "fastboot flash recovery twrp.img". Day to day, the only thing I do with recovery is wipe the system cache, and I can do that with the stock recovery. *Sigh*
Regardless, thanks again you two...
cheers,
john
That's the approach I've always taken with my Nexus 7. All the functionality of flashing a custom recovery with one less variable to worry about.
jrredho said:
Thanks to you both for your kind replies.
This is a bit of a disappointment. It means that I've got to strip out and save the stock recovery somewhere, then re-flash it to enable OTAs. I tend to stay on the "current-stock-plus-rooted" track. The only reason I need a custom recovery is (1) To root the device, and (2) To do nandroid backups from time to time (and possibly restores).
On devices that allow it, this means that I only need to boot the custom one occasionally, with the side benefit of being able to accept OTAs without problems. At least that's been the case for me so far.
This line doesn't make any sense to me. My typical scenarios are: If I'm trying to boot twrm, say, I'd issue: "fastboot boot twrp.img"; and, if I want to flash it, I'd use "fastboot flash recovery twrp.img". Day to day, the only thing I do with recovery is wipe the system cache, and I can do that with the stock recovery. *Sigh*
Regardless, thanks again you two...
cheers,
john
Click to expand...
Click to collapse
I'm guessing you will have to play with stock and custom recoveries for that.
jrredho said:
It means that I've got to strip out and save the stock recovery somewhere, then re-flash it to enable OTAs.
Click to expand...
Click to collapse
You always can take recovery.img from your official firmware zip archive and flash it anytime.
UPD: And i hope you know, that OTA will fail if you modify or remove pre-installed apps using root.
k3nny2k said:
You always can take recovery.img from your official firmware zip archive and flash it anytime.
Click to expand...
Click to collapse
Yes, and this is exactly what I'm trying to avoid!
k3nny2k said:
UPD: And i hope you know, that OTA will fail if you modify or remove pre-installed apps using root.
Click to expand...
Click to collapse
I do know that, yes. My plan is to leave the device largely stock. I just need nandroid backups, a handful of root-requiring apps, and tethering. These are the only reasons that I root. I also do not need moment-to-moment access to a custom recovery.
Anyway, thanks for keeping me on my toes!
cheers,
john
Should I root my Nexus 6? Why or why not?
Would I be able to go back to 100% stock everything to have my warranty back? Or will people know I unlocked/rooted it?
Would I be able to un-brick my device? (Soft and hard?)
Would I be able to install OTA updates, or would I have to use custom roms?
I have been thinking of using the Nexus toolkit by Wugfresh, what order should I do everything in? I want to decrypt my phone as well.
Should i use the root toolkit or manually unlock and root using Command prompt?
Thank you all
You should post this in the Q & A section
Unlocking and rooting means custom rom, i think you have your answer
Use the toolkit by wugfresh. Simple and good.
C00lBeanz said:
Should I root my Nexus 6? Why or why not?
Would I be able to go back to 100% stock everything to have my warranty back? Or will people know I unlocked/rooted it?
Would I be able to un-brick my device? (Soft and hard?)
Would I be able to install OTA updates, or would I have to use custom roms?
I have been thinking of using the Nexus toolkit by Wugfresh, what order should I do everything in? I want to decrypt my phone as well.
Should i use the root toolkit or manually unlock and root using Command prompt?
Thank you all
Click to expand...
Click to collapse
I am of the opinion that if you own a Nexus, you should root it.. it's too easy and development is awesome.
You could go back to 100% stock, yes. No on would ever be able to tell. You can do that in Wug's Toolkit.
You can undo a soft brick, hard bricks are hard to do on a Nexus.. don't do things you don't understand in Fastboot and you shouldn't hard brick. I dunno about undoing one of those, though.
You can't install OTA, but you can use Wug's toolkit or Fastboot to flash stock updates if you wish to go stock. If not, custom ROMs are updated to match whatever base (OTA) Google is currently using, so you would never be unable to update like on a locked phone like a Samsung because of root.
If you use the Kit, you should unlock your device, decrypt if you want to, if not no need, and install custom recovery with root, simple. It's very easy to do in Fastboot, though, and I would encourage you to learn.
wrongway213 said:
I am of the opinion that if you own a Nexus, you should root it.. it's too easy and development is awesome.
You could go back to 100% stock, yes. No on would ever be able to tell. You can do that in Wug's Toolkit.
You can undo a soft brick, hard bricks are hard to do on a Nexus.. don't do things you don't understand in Fastboot and you shouldn't hard brick. I dunno about undoing one of those, though.
You can't install OTA, but you can use Wug's toolkit or Fastboot to flash stock updates if you wish to go stock. If not, custom ROMs are updated to match whatever base (OTA) Google is currently using, so you would never be unable to update like on a locked phone like a Samsung because of root.
If you use the Kit, you should unlock your device, decrypt if you want to, if not no need, and install custom recovery with root, simple. It's very easy to do in Fastboot, though, and I would encourage you to learn.
Click to expand...
Click to collapse
Thank you for answering all of my questions
But I read somewhere that you should decrypt the phone after everything is done like the recovery, ROM, or does it not matter when you decrypt it? Would it stay decrypted?
C00lBeanz said:
Thank you for answering all of my questions
But I read somewhere that you should decrypt the phone after everything is done like the recovery, ROM, or does it not matter when you decrypt it? Would it stay decrypted?
Click to expand...
Click to collapse
No, it wouldn't even be possible to do it that way. You read exactly wrong, it's basically the opposite. You want to decrypt as soon as you unlock. Decrypting your phone formats your userdata, internal sd card at all, meaning it erases EVERYTHING on your phone. If you wish to decrypt, you want to do it after unlocking and before rooting and you always want to make sure to check if a ROM forces encryption before flashing it.. if you flash a ROM that forces encryption when you're decrypted it'll encrypt all your data. If you want to flash a ROM that forces encryption, make sure to flash it with a kernel that does not force encryption to remain unencrypted, Personally I just remain encrypted, easier and no performance difference Ive noticed, just read/write speeds and that has zero effect on use.
wrongway213 said:
No, it wouldn't even be possible to do it that way. You read exactly wrong, it's basically the opposite. You want to decrypt as soon as you unlock. Decrypting your phone formats your userdata, internal sd card at all, meaning it erases EVERYTHING on your phone. If you wish to decrypt, you want to do it after unlocking and before rooting and you always want to make sure to check if a ROM forces encryption before flashing it.. if you flash a ROM that forces encryption when you're decrypted it'll encrypt all your data. If you want to flash a ROM that forces encryption, make sure to flash it with a kernel that does not force encryption to remain unencrypted, Personally I just remain encrypted, easier and no performance difference Ive noticed, just read/write speeds and that has zero effect on use.
Click to expand...
Click to collapse
Is CyanogenMod decrypted?
No, Cm forces encryption. If you want to remain decrypted on official CM nightlies you'll need to make sure you're flashing them with a custom kernel that does not force encryption. I recommend Franco personally but many kernels will work for that purpose.
wrongway213 said:
No, Cm forces encryption. If you want to remain decrypted on official CM nightlies you'll need to make sure you're flashing them with a custom kernel that does not force encryption. I recommend Franco personally but many kernels will work for that purpose.
Click to expand...
Click to collapse
What is your recommended rom and kernel?
C00lBeanz said:
What is your recommended rom and kernel?
Click to expand...
Click to collapse
Lots of good ROMs and kernels but feel free to look in my sig lol
wrongway213 said:
Lots of good ROMs and kernels but feel free to look in my sig lol
Click to expand...
Click to collapse
Does dirty unicorns have forced decryption off? Or do I have to flash the kernel too?
C00lBeanz said:
Does dirty unicorns have forced decryption off? Or do I have to flash the kernel too?
Click to expand...
Click to collapse
I am running Dirty Unicorn as my Daily with Sensei Kernel, great battery and smooth. It does not force encryption with the Kernel that comes with it.
If you go to any Roms post it will 99% of the time tell you if it is forced or not.
I recently received my nexus 6 a couple days ago and I LOVE it. The problem I am having at the moment is that I can't seem to get it to go decrypt. I downloaded the tool kit and my devices build isn't present. As a result, the tool kit it won't allow me to run the decrypt option on the fastboot window.
It's anyone running into this. My build is a LNX***.
First, what toolkit are you talking about?
Second, to decrypt the N6 you need to flash a modified boot image and then wipe your phone.
Thirdly, what's build LNX***?
Didgeridoohan said:
First, what toolkit are you talking about?
Second, to decrypt the N6 you need to flash a modified boot image and then wipe your phone.
Thirdly, what's build LNX***?
Click to expand...
Click to collapse
I'm using the nexus root toolkit . I have the flash on my computer and LNX07M is the build I have on the device. Maybe I should install a custom ROM first?
Nexus 6....man I missed being rooted.
KappaAce2010 said:
I'm using the nexus root toolkit . I have the flash on my computer and LNX07M is the build I have on the device. Maybe I should install a custom ROM first?
Nexus 6....man I missed being rooted.
Click to expand...
Click to collapse
You just need a custom kernel and a wipe.
another prime example of why you shouldn't use toolkits, if you don't understand what they are doing you shouldn't be using them.
To decrypt all you need to do is:
Backup your internal storage to a PC
Either use custom recovery to wipe everything including internal storage, install your rom and install a kernel that doesn't force
or
factory reset your phone, but before it boots up go back into recovery and flash a custom kernel that doesn't enforce
Circaflex said:
another prime example of why you shouldn't use toolkits, if you don't understand what they are doing you shouldn't be using them.
To decrypt all you need to do is:
Backup your internal storage to a PC
Either use custom recovery to wipe everything including internal storage, install your rom and install a kernel that doesn't force
or
factory reset your phone, but before it boots up go back into recovery and flash a custom kernel that doesn't enforce
Click to expand...
Click to collapse
Well if you to come off as a jerk, you have accomplished your goal. All you had to do was state what was needed and none of bs personal ideals you have. It's a Q & A section, so you should expect questions like this to arise.
Thank you for the input though.
Nexus 6....man I missed being rooted.
KappaAce2010 said:
Well if you to come off as a jerk, you have accomplished your goal. All you had to do was state what was needed and none of bs personal ideals you have. It's a Q & A section, so you should expect questions like this to arise.
Thank you for the input though.
Nexus 6....man I missed being rooted.
Click to expand...
Click to collapse
Although you're right, it is a personal ideal of many of us, I don't think he intended to come off as a jerk. But his point is that toolkits often remove the need for knowledge, which can become a problem for some users.
The good thing about nexus devices is that everything is pretty easy to do, so if you get stuck - continue to ask.
+1 to what rootSU said. And you should probably upgrade. That build is ancient and doesn't even have an official factory image (the reason it's not available in NRT).
Didgeridoohan said:
+1 to what rootSU said. And you should probably upgrade. That build is ancient and doesn't even have an official factory image (the reason it's not available in NRT).
Click to expand...
Click to collapse
I already plan on doing this anyway. Just time is conflicting with me at the moment.
rootSU said:
Although you're right, it is a personal ideal of many of us, I don't think he intended to come off as a jerk. But his point is that toolkits often remove the need for knowledge, which can become a problem for some users.
The good thing about nexus devices is that everything is pretty easy to do, so if you get stuck - continue to ask.
Click to expand...
Click to collapse
Well it happened, it's not going anywhere. Either way thanks guys for the advice. I should figure out everything tonight.
Nexus 6....man I missed being rooted.
Everything is a go. Fully decrypted and loving it. Thanks again.
Hi Everyone
I have recently returned my Nexus 6 back to stock from Rooted 5.1.X roms by manually flashing the official google Marshmallow images. Now that 6.0 Roms are making their way out, I would like to get back to having the ability to flash the different roms. However, I am a little confused on how to successfully and easily accomplish the root and TWRP install process. I see that some of the new 6.0 ROMS say they are rooted, but I am confused on what that means.
Does anyone have a link or steps with links that you can provide so I can get my Nexus 6 ready to have custom roms flashed?
Thanks in advance!
TPADroid said:
Hi Everyone
I have recently returned my Nexus 6 back to stock from Rooted 5.1.X roms by manually flashing the official google Marshmallow images. Now that 6.0 Roms are making their way out, I would like to get back to having the ability to flash the different roms. However, I am a little confused on how to successfully and easily accomplish the root and TWRP install process. I see that some of the new 6.0 ROMS say they are rooted, but I am confused on what that means.
Does anyone have a link or steps with links that you can provide so I can get my Nexus 6 ready to have custom roms flashed?
Thanks in advance!
Click to expand...
Click to collapse
First this does not belong in the Development sections, moved here. Secondly please read the Forum Rules on posting...thanks.
Thank you for moving to the appropriate location.
as it is for every nexus, regardless of what android version youre on..
1. unlock your bootloader
2. fastboot flash twrp recovery
3. flash the latest supersu in twrp recovery
4. reboot with root
on marshmallow, with the stock rom, you will also want to flash a custom kernel with as well.
Well you need an unlocked bootloader and a custom recovery to flash custom roms.
1. Make sure that you have OEM unlock ticked in dev options
2. Use fastboot oem unlock command to unlock bootloader (this will wipe your phone completely, make a backup before doing this)
3. Use fastboot to flash twrp recovery
4. If you would like to keep stock rom and have root then you need to flash root script from chainfire or install custom rom with root already built in
5. Download and flash any rom of your choice (You can use adb sideload to sideload roms instead of having to copy them to the phone to flash)
Here is a good place to start to learn how http://forum.xda-developers.com/nexus-6/general/how-to-nexus-6-one-beginners-guide-t2948481
simms22 said:
as it is for every nexus, regardless of what android version youre on..
1. unlock your bootloader
2. fastboot flash twrp recovery
3. flash the latest supersu in twrp recovery
4. reboot with root
on marshmallow, with the stock rom, you will also want to flash a custom kernel with as well.
Click to expand...
Click to collapse
Thank you Simms
When you are referring to unlocking the bootloader, it seems pretty self explanatory, from the google search...but I have seen where there are new boot.img files to apply via adb....is this unlocking the bootloader in 6.0? Or am I making this more complicated than it really needs to be. It seems that most ROMS now have an embedded Kernel...so I would flash one immediately #3. The one ROM I would like to try first is Chroma on 6.0.
Getting TWRP installed, I completely get and every step after that one...its the modified boot.img files I have seen, that is confusing me.
Thanks!
TPADroid said:
Thank you Simms
When you are referring to unlocking the bootloader, it seems pretty self explanatory, from the google search...but I have seen where there are new boot.img files to apply via adb....is this unlocking the bootloader in 6.0? Or am I making this more complicated than it really needs to be. It seems that most ROMS now have an embedded Kernel...so I would flash one immediately #3. The one ROM I would like to try first is Chroma on 6.0.
Getting TWRP installed, I completely get and every step after that one...its the modified boot.img files I have seen, that is confusing me.
Thanks!
Click to expand...
Click to collapse
The boot.img files that your referring to are probably to un-encrypt your phone. I personally don't but other always have. Supposed to make it faster although i haven't been bothered by it being slow.
To unlock the bootloader all you have to do is used fastboot oem unlock via fastboot while your phone is in the bootloader mode.
You don't need a custom kernel anymore thanks to Chainfire. Just use the Nexus root kit. Be sure to change the root settings in the NRK to approve beta SuperSu by Chainfire as stated in wugfresh Google+ post in step 3.
plus.google.com/u/0/113329792100896065459/posts/93WR63UHuEp[
mbiscuits said:
You don't need a custom kernel anymore thanks to Chainfire. Just use the Nexus root kit. Be sure to change the root settings in the NRK to approve beta SuperSu by Chainfire as stated in wugfresh Google+ post in step 3.
plus.google.com/u/0/113329792100896065459/posts/93WR63UHuEp[
Click to expand...
Click to collapse
no more kernel then, cool. but this is not a good idea to tell a newbie to use a toolkit, as he wont learn a single thing about , ever. and root toolkits mess up on occasion. they mess up enough to make a newbie think they bricked their phone. sure, chances are that everything will be fine, but the op will come out of it learning absolutely nothing, when the proper way is very easy and faster.
---------- Post added at 12:21 PM ---------- Previous post was at 12:20 PM ----------
TPADroid said:
Thank you Simms
When you are referring to unlocking the bootloader, it seems pretty self explanatory, from the google search...but I have seen where there are new boot.img files to apply via adb....is this unlocking the bootloader in 6.0? Or am I making this more complicated than it really needs to be. It seems that most ROMS now have an embedded Kernel...so I would flash one immediately #3. The one ROM I would like to try first is Chroma on 6.0.
Getting TWRP installed, I completely get and every step after that one...its the modified boot.img files I have seen, that is confusing me.
Thanks!
Click to expand...
Click to collapse
thats a kernel thatll let you unencrypt, if you want.
simms22 said:
no more kernel then, cool. but this is not a good idea to tell a newbie to use a toolkit, as he wont learn a single thing about , ever. and root toolkits mess up on occasion. they mess up enough to make a newbie think they bricked their phone. sure, chances are that everything will be fine, but the op will come out of it learning absolutely nothing, when the proper way is very easy and faster.
Click to expand...
Click to collapse
He did say easy and it doesn't get any easier than the toolkit. But if you want to do it manually follow the easy to read instructions found here: androidmarvel.com/index.php/2015/10/15/402/
mbiscuits said:
He did say easy and it doesn't get any easier than the toolkit. But if you want to do it manually follow the easy to read instructions found here: androidmarvel.com/index.php/2015/10/15/402/
Click to expand...
Click to collapse
sure, the manual way is MUCH easier than the toolkit. is it hard typing fastboot oem unlock? is it hard typing fastboot flash recovery recoveryname.img? well, thats it. i just unlocked my bootloader and flashed the recovery.
simms22 said:
sure, the manual way is MUCH easier than the toolkit. is it hard typing fastboot oem unlock? is it hard typing fastboot flash recovery recoveryname.img? well, thats it. i just unlocked my bootloader and flashed the recovery.
Click to expand...
Click to collapse
I agree with you IF you know what you are doing and have everything setup. However that didn't seem to be the case which is why I recommended the toolkit.
mbiscuits said:
I agree with you IF you know what you are doing and have everything setup. However that didn't seem to be the case which is why I recommended the toolkit.
Click to expand...
Click to collapse
which is why i always recommend that someone new root their phone the proper way the first time, to learn how to do it, and to learn a general way to fix your phone in case you mess up. after the first time, use toolkits all you want. but the learning how to do it properly is a very important.
TPADroid said:
Thank you Simms
When you are referring to unlocking the bootloader, it seems pretty self explanatory, from the google search...but I have seen where there are new boot.img files to apply via adb....is this unlocking the bootloader in 6.0? Or am I making this more complicated than it really needs to be. It seems that most ROMS now have an embedded Kernel...so I would flash one immediately #3. The one ROM I would like to try first is Chroma on 6.0.
Getting TWRP installed, I completely get and every step after that one...its the modified boot.img files I have seen, that is confusing me.
Thanks!
Click to expand...
Click to collapse
That modified img allows for root because you cant just flash SU on the stock one (not yet anyway). Unlocking the bootloader is something different.
simms22 said:
sure, the manual way is MUCH easier than the toolkit. is it hard typing fastboot oem unlock? is it hard typing fastboot flash recovery recoveryname.img? well, thats it. i just unlocked my bootloader and flashed the recovery.
Click to expand...
Click to collapse
Anybody knows where is the correct toolkit?
cpugeeker said:
Anybody knows where is the correct toolkit?
Click to expand...
Click to collapse
in my opening, there is no 'correct" toolkit.
Jnewell05 said:
Well you need an unlocked bootloader and a custom recovery to flash custom roms.
1. Make sure that you have OEM unlock ticked in dev options
2. Use fastboot oem unlock command to unlock bootloader (this will wipe your phone completely, make a backup before doing this)
3. Use fastboot to flash twrp recovery
4. If you would like to keep stock rom and have root then you need to flash root script from chainfire or install custom rom with root already built in
5. Download and flash any rom of your choice (You can use adb sideload to sideload roms instead of having to copy them to the phone to flash)
Here is a good place to start to learn how http://forum.xda-developers.com/nexus-6/general/how-to-nexus-6-one-beginners-guide-t2948481
Click to expand...
Click to collapse
Hey thanks for all of this information. So far I'm stuck on step 2. I'm about a year into owning this phone and don't want to lose everything. One of the main reasons I want to root is to use titanium backup. However, you say to be sure to back up your phone. How do you recommend doing this.
jtmartin22 said:
Hey thanks for all of this information. So far I'm stuck on step 2. I'm about a year into owning this phone and don't want to lose everything. One of the main reasons I want to root is to use titanium backup. However, you say to be sure to back up your phone. How do you recommend doing this.
Click to expand...
Click to collapse
If you haven't rooted for over a year why do it now? There are sure to be updates to how to root on the Nexus 6 and since I don't use my nexus 6 very much I hate to steer you in the wrong direction, as to backup information. I recently got the android 7.0 update and I haven't really had a chance to check it out yet. But I bet there are dozens of ways to backup if you would search Google.
Sent from my SAMSUNG-SM-G935A using Tapatalk
jtmartin22 said:
Hey thanks for all of this information. So far I'm stuck on step 2. I'm about a year into owning this phone and don't want to lose everything. One of the main reasons I want to root is to use titanium backup. However, you say to be sure to back up your phone. How do you recommend doing this.
Click to expand...
Click to collapse
By unlocking the phone you lose everything. That's why when buying a Nexus phone, the first step should be unlocking the bootloader.
But if you want to root it anyway, then you should copy all your media and camera files to your computer. Then if you unlock it, you'll only lose some app settings. Most apps save to the cloud anyway. You can backup your text messages, and Google backups a lot of data like wallpapers or WiFi passwords. Also it will reinstall all your use apps, and since Marshmallow it will restore some app data, but that's far from consistent. For that you really need TB.
istperson said:
By unlocking the phone you lose everything. That's why when buying a Nexus phone, the first step should be unlocking the bootloader.
But if you want to root it anyway, then you should copy all your media and camera files to your computer. Then if you unlock it, you'll only lose some app settings. Most apps save to the cloud anyway. You can backup your text messages, and Google backups a lot of data like wallpapers or WiFi passwords. Also it will reinstall all your use apps, and since Marshmallow it will restore some app data, but that's far from consistent. For that you really need TB.
Click to expand...
Click to collapse
Thank you very much!!!!