Easiest root possible - Huawei Nova/Nova Plus Questions & Answers

Hi everyone,
I just got my Huawei Nova and i wonder if there is any easy rooting-guide or app like KingRoot.
I used this app for Honor 7 and others and it's a great one, but i don't know if it's working for the Nova.
If possible, i don't want to change recovery/rom, only small root that allows me to really control my phone.
Thanks yall

At the moment, there are no automated tool or any application on XDA unfortunately...
The easiest way is unfortunately the ADB/Fastboot way.
It's not that hard, but you have to be a bit careful going through each step:
- Install ADB/Fastboot tools, and the drivers
- Unlock bootloader (you'll need an unlock code)
- Flash TWRP recovery
- Flash Root.
You'll find pretty much all the info needed in the Nova forums, but it is a bit of research. Nothing that is worth having is easy to get!

Yes, all info is in the TWRP post under development forum. Weird issue with data partition in TWRP.

Thank you for your replies. I've seen the TWRP post with all the instructions, i just don't want to take any risks with my brand new phone for now.
That's why i used King Root app before, one tap and it does everything, without flashing anything.
Anyway, i'll wait for some time then.
Again, thank you very much.

Is re-locking the boot loader after rooting possible without losing root again?

Found the tool?

Related

New to rooting - What is easiest?

Hi everyone,
I'm new to "rooting" android devices, although I have jailbroken all my iPhones and "rooted" my palm pre.
As a newbie, it seems the "root toolkit" is the best way to do this? Is this Windows only, or is there a Mac version?
anything else I should read up on / know before rooting? I basically want to root, initially at least, to get sixaxis support and stickmount working.
Thank you all for your help in advance.
First of all, this is the wrong section. You should post inquiries in the q/a section.
In terms of rooting, I personally find the easiest way is to unlock the bootloader, flash a custom recovery such as cwm/twrp, and then install the supersu zip via recovery. You should be able to unlock the bootloader and install recovery via fastboot. After that the rest is just copying a file to the device, booting into recovery and installing a zip file.
Sent from my Nexus 7
Take a peek at the nexus root toolkit thread in this forum...quick and easy.
Sent from my Nexus 7 using xda app-developers app
The tool kit is windows only, correct?
Any reason to NOT use the tool kit and go with other more manual methods?
An iphone is virtually impossible to "brick" - Is the same true for the N7?
Foxman2k said:
Any reason to NOT use the tool kit and go with other more manual methods?
An iphone is virtually impossible to "brick" - Is the same true for the N7?
Click to expand...
Click to collapse
I would agree with:
evonc said:
In terms of rooting, I personally find the easiest way is to unlock the bootloader, flash a custom recovery such as cwm/twrp, and then install the supersu zip via recovery. You should be able to unlock the bootloader and install recovery via fastboot. After that the rest is just copying a file to the device, booting into recovery and installing a zip file.
Click to expand...
Click to collapse
Then you know what is happening, and how it works... so if you run into troubles later, you know what to do.
Hard to brick this device.
Foxman2k said:
Any reason to NOT use the tool kit and go with other more manual methods?
Click to expand...
Click to collapse
For practice, and maybe the one-click solution is not flexible enough for your means. It's usually dependent on the developer to update it, so do check if it has any limitations.
Also, the ones I've seen are Windows only.
Foxman2k said:
An iphone is virtually impossible to "brick" - Is the same true for the N7?
Click to expand...
Click to collapse
As long as you don't mess up the bootloader, it should be possible to reflash stuff via recovery or fastboot. Bear in mind there have been exceptions (though that came about because of a serious kernel bug, rather than due to user error) so this can't be a guarantee.
I was new to rooting too, using the nexus toolkit helped me learn a lot about rooting and all the android stuff I wasn't used too!
I really recommend it
spdecoste said:
I was new to rooting too, using the nexus toolkit helped me learn a lot about rooting and all the android stuff I wasn't used too!
I really recommend it
Click to expand...
Click to collapse
Another recommendation for WUGS rootkit - literally very easy foolproof step by step menus/instructions - only prob I had were the drivers - just manually pointing to driver directory sorted this out.
I made a guide that could help you. http://exzacklyright.blogspot.com/2012/07/nexus-7-guide-for-adbunlocking-rooting.html There's really only 3 commands. I don't recommend toolkits.
exzacklyright said:
I made a guide that could help you. http://exzacklyright.blogspot.com/2012/07/nexus-7-guide-for-adbunlocking-rooting.html There's really only 3 commands. I don't recommend toolkits.
Click to expand...
Click to collapse
Great, will check that out!
Can someone explain to me, in layman's terms, what "unlocking the bootloader" does?
I'm familiar with what "root" technically means as I've been using Linux since back when it had to be loaded on floppys and manualy configuring X LOL. So basically "root" means you have access to super user privileges.
Why is the bootloader locked in the first place? Once it's unlocked can it be locked again?
exzacklyright said:
I made a guide that could help you. http://exzacklyright.blogspot.com/2012/07/nexus-7-guide-for-adbunlocking-rooting.html There's really only 3 commands. I don't recommend toolkits.
Click to expand...
Click to collapse
This seems to rely on Windows. Any Mac tools available?
Foxman2k said:
Great, will check that out!
Can someone explain to me, in layman's terms, what "unlocking the bootloader" does?
I'm familiar with what "root" technically means as I've been using Linux since back when it had to be loaded on floppys and manualy configuring X LOL. So basically "root" means you have access to super user privileges.
Why is the bootloader locked in the first place? Once it's unlocked can it be locked again?
Click to expand...
Click to collapse
Unlocking the bootloader allows you to mess with the bootloaders progression at startup, which gives you the ability to install a custom recovery and gives us the method to gain root access. The bootloader can be unlocked by many different methods - some manual and some "one-click". I'd suggest doing it the manual way first, so you understand the process, and are able to fix it manually if anything goes wrong.
To my understanding, it's locked so that people who don't know what they're doing can't mess the device up. It's a safety procedure basically.
To relock the bootloader, you just type (I only know how to do this in windows - Linux and Mac work as well al beit differently)
Code:
fastboot oem lock
and you're all set.
Foxman2k said:
This seems to rely on Windows. Any Mac tools available?
Click to expand...
Click to collapse
The Android SDK and ADB tools are equally available on Linux and Mac. You won't have to do the "Adding to Path" thing. All of the ADB commands will be the same, though.
I didn't know anything about rooting at all too, despite having an android phone for more than 2 years.
I went with the one-click root process.
Download this file, plug your Nexus 7, follow the instructions- which means typing Y, N, Y etc
Done in 5 minutes. There's a youtube video on it too. Go check it out.
I still dont know much about the process.. except I'm unlocked and rooted =)
I have a few naive questions
Do I have to do the OEM unlock to root the device? I would prefer not to wipe it.
Assuming I don't hard brick the device, can I go back to stock for warranty work?
Does rooting the device mean I can't get OTA updates from Google? For now I just want to run the stock kernel/rom and get updates. I just want root to run titanium and certain other apps that require root.
I've seen a thread that suggest that the play store (market) doesn't work on rooted devices. Is that true?

Titanium Backup, Recovery apps, and the noob

Noob for tablets. Got the nexus 10 for the family for christmas. Want to get it all setup before I turn it over to the wolves.
I love using TBpro on my Droid Bionic. I thought it would be good to have a solid backup program on the tablet, and since I have it on my smartphone I thought I would hang with what I've sorta know already.
Dont really understand what unlocked/locked means for a bootloader, and why the N10 needs that why many smartphone can be rooted without being unlocked.
I would love to hear some views on the purposes of apps like ClockWorkMod and TWRP and what they do and provide. Seems like they do perform backups and more. Why TBpro is likely just a backup app. What functions do these recovery apps have the make them "must have".
thanks for the time answering the tablet noob
TBPro requires Root access and to acquire root access you have to be able to modify the operating system. You can't do that until the bootloader is unlocked. Once unlocked, you then need to flash Custom Recovery (either CMW or TWRP) in order to to flash/install the the files required to install the root binaries. Other uses of recovery include making NAND/System Backups and installing custom roms. They are essential if you are into modding your device. I have an LG G2x that is rooted and has a custom rom (CM7.2) and a Custom Kernel (Faux123 v54), as well as Beats Audio for Gingerbread. I installed all of those via ClockworkMod. I followed ZedoMax's instructions to root my Nexus 10 and had only the initial bootloop issue after unlocking the bootloader. That was easy to fix but I couldn't get ClockWorkMod to stay installed so I flashed TWRP instead. Works great. Just follow this thread and watch the vids. Hope I helped some.
http://forum.xda-developers.com/showthread.php?t=1997227
bg1906 said:
TBPro requires Root access and to acquire root access you have to be able to modify the operating system. You can't do that until the bootloader is unlocked. Once unlocked, you then need to flash Custom Recovery (either CMW or TWRP) in order to to flash/install the the files required to install the root binaries. Other uses of recovery include making NAND/System Backups and installing custom roms. They are essential if you are into modding your device. I have an LG G2x that is rooted and has a custom rom (CM7.2) and a Custom Kernel (Faux123 v54), as well as Beats Audio for Gingerbread. I installed all of those via ClockworkMod. I followed ZedoMax's instructions to root my Nexus 10 and had only the initial bootloop issue after unlocking the bootloader. That was easy to fix but I couldn't get ClockWorkMod to stay installed so I flashed TWRP instead. Works great. Just follow this thread and watch the vids. Hope I helped some.
http://forum.xda-developers.com/showthread.php?t=1997227
Click to expand...
Click to collapse
Thanks!
After unlocking, and using CMW or TWRP. I can then "root" my device. ok. After rooting, I can use TBpro.
At this point, do I need to remain "unlocked" Does it matter? For the N10 will I receive OTA after being unlocked/rooted,
or do I need to be in another state?
jetguat said:
Thanks!
After unlocking, and using CMW or TWRP. I can then "root" my device. ok. After rooting, I can use TBpro.
At this point, do I need to remain "unlocked" Does it matter? For the N10 will I receive OTA after being unlocked/rooted,
or do I need to be in another state?
Click to expand...
Click to collapse
Yes to all. Another option for you if you are not comfortable typing in the various commands is to use the Wufresh method. Watch the video by qbking777 here: http://forum.xda-developers.com/showthread.php?t=2015467
bg1906 said:
Yes to all. Another option for you if you are not comfortable typing in the various commands is to use the Wufresh method. Watch the video by qbking777 here: http://forum.xda-developers.com/showthread.php?t=2015467
Click to expand...
Click to collapse
Thanks again. I did stumble across that site and was trying to compare that to the mskip Nexus root tool kit. That was had so many options and I didnt (yet) find the cliff note's version on what they all do and why you'd need to.
The GUI for Wufresh is simple. Do you use it? I read a little about the root and the root+custom recovery choices. Not entirely clear which is preferred, at least for me needs. And I've not got a warm fuzzy feeling about what state the N10 should be in, such that OTA updates still happen. Can they happen when unlocked+rooted+custom recovery but still stock ROM (without system mods)
The wugfresh version automates what the zedomax version does by hand. I did mine via the zedomax way.
Sent from my Nexus 10 using xda app-developers app
jetguat said:
Thanks again. I did stumble across that site and was trying to compare that to the mskip Nexus root tool kit. That was had so many options and I didnt (yet) find the cliff note's version on what they all do and why you'd need to.
The GUI for Wufresh is simple. Do you use it? I read a little about the root and the root+custom recovery choices. Not entirely clear which is preferred, at least for me needs. And I've not got a warm fuzzy feeling about what state the N10 should be in, such that OTA updates still happen. Can they happen when unlocked+rooted+custom recovery but still stock ROM (without system mods)
Click to expand...
Click to collapse
I would suggest using the Wugfresh method, definitely the simplest to use. And a great recovery is TWRP, it is very clear and easy to understand what it is that each menu contains.
Also with the OTA updates, it really depends on the size and type of update. If it is a fairly major one, like JB 4.1 to JB 4.2 then you will have to use the option in Wugfresh toolkit to 'unroot', then update. After the update you can simply reuse the toolkit to root again. Sometimes if the OTA is small it will simply install over the rooted device, but I wouldn't count on it. It definitely shouldn't discourage you from rooting though, its relatively simple to fix

[Q] Asus Google Nexus 7 Toolkit v4.0.0 - I just want to root and nothing else

Hi all,
After deeply snorkeling in the whole forum I ended up realizing that (perhaps) there's no answer for my question. So, I think now I'm able to post it here (since I'm so new in this forum that I'm not able to post in Development thread).
Ok, here is my issue:
I recently got my brand new N716G (JB 4.2.1), so far so good it has everything I need, except by game playing experience in some games: using a touch screen for playing some games is really anoying... The good news is that my gamming experience could be improved a little bit if I use my PS3 joystick, but again I got frustrated by the (again) anoying USB cable... I didn't give up and continued my journey to joy, by doing some extra research. I ended up finding a really nice tool on google play: "sixaxis controller" but it is required to root my device in order to run this software in my N7.
Since I just want to root my N7 in order to allow "sixaxis controller" to work, I need something really simple.
I've found that "Asus google Nexus 7 Toolkit" from mskip could help me on this but I've to be honest: I've never rooted an android device before.
Of course, I read almost the whole thread (link) in order to learn what I'm going to do and now I'm pretty sure that I really need to root my tablet but I'm not interested (at least now) on putting a custom ROM nor tweak any configuration. Also, I want to keep my tablet stil able to keep updating by itself whenever a new android version is coming (OTA) after rooting it (I know I'd need to re root after OTA but I might avoid that by installing another tool from google play that avoids that).
So, by using that tool I guess I would need to perform the following steps:
a) 1. Install Google Nexus drivers on your PC
b) 2. Back up your device
c) 3. Unlock your loader
d) 4. Root your device
e) 4.2. Root device + Install busybox
f) 2. Restore backup
Steps a) and b) are done. I didn't continue because I don't know if there's something else I've to do... Do I really need to flash a recovery? How should I continue? In my specific case, what sequence should I have to follow in order to succeed? Just a,b,c,d,e,f and that's all?
I know there's a "1-click for all" option but I don't know if that will fit my needs...
By the way, thanks for reading up to here and many thanks in advance... For sure, any help or tip will be highly appreciated.
Nico.
easiest way to gain root, and without a toolkit.. fastboot oem unlock(unlocks the bootloader), fastboot flash a custom recovery, flash the su binaries in that custom recovery, reboot.
simms22 said:
easiest way to gain root, and without a toolkit.. fastboot oem unlock(unlocks the bootloader), fastboot flash a custom recovery, flash the su binaries in that custom recovery, reboot.
Click to expand...
Click to collapse
Hi simms22,
thank you for your reply!
Sorry but I don't understand. Do you mean that I can root my N7 manually by fastboot it and then flash a custom recovery? How?
I'd rather let an application (or script) to perform such actions for me since I'm really new on this and I just want to avoid any brick
Thanks again!
Nico.
IlNiCoLiNo said:
Hi simms22,
thank you for your reply!
Sorry but I don't understand. Do you mean that I can root my N7 manually by fastboot it and then flash a custom recovery? How?
I'd rather let an application (or script) to perform such actions for me since I'm really new on this and I just want to avoid any brick
Thanks again!
Nico.
Click to expand...
Click to collapse
thats the problem, since youre new. by letting something else do it for you, you learn nothing. so when it comes time for simple maintenance, you get stuck, possibly ruining your device. rooting any nexus is easy, it was designed to be easily "rooted". all you need is to install fastboot onto your computer, and make sure the drivers are installed. there are a few threads here that explain how to do it. then, with one line(three words), you unlock the bootloader. with another four word line you flash the recovery. then all youndo is flash the su binaries zip imnthat custom recovery and reboot. anyways, it still comes down to it being your choice how you want to root your device
Agree with simms. I used a toolkit when I first got my Nexus because I thought there's no way I'll be able to figure it out and I'll probably brick the thing. Then when I had to figure out how to use adb for something else I had no idea and was starting from scratch.
Basically, go ahead, it's easy.
+1 for no toolkit. My first rooting experience was on my HTC IncS which involved downgrading HBOOT, doing everything manually, and the like. I'm glad that was the case as it certainly provided me a challenge at the time but it forced me to learn at least the basics of adb and fastboot. (although I certainly know more now) You should try to gain root manually as it is actually very easy on the Nexus 7 and the basic knowledge you will gain will stand you in good stead if you ever have any problems or want to delve into custom ROMs or kernels in the future.
simms22 said:
thats the problem, since youre new. by letting something else do it for you, you learn nothing. so when it comes time for simple maintenance, you get stuck, possibly ruining your device. rooting any nexus is easy, it was designed to be easily "rooted". all you need is to install fastboot onto your computer, and make sure the drivers are installed. there are a few threads here that explain how to do it. then, with one line(three words), you unlock the bootloader. with another four word line you flash the recovery. then all youndo is flash the su binaries zip imnthat custom recovery and reboot. anyways, it still comes down to it being your choice how you want to root your device
Click to expand...
Click to collapse
You're right. I guess I'll give that tool a try and see what happens.
Thank you for your patience!
Nico
I'm going to throw one thing out there. If you install super user and busy box THEN restore a backup, all you have done is unlocked your boot loader and flashed custom recovery. Install super user/busy box after you restore your backup. Also, you posted in the right section. If you had posted this in development you would have been flamed. Big time.
Sent from my Nexus 7 using xda app-developers app
I think there are some basics that I must learn before even rise an opinion here
Is there any tutorial or something you'd recommend to start with?
I don't know, may be "android rooting for noobs" or "teach yourself android basics in 21 days"
Thanks!
Nico.
As a fellow noob, I thought you'd appreciate a simpler answer. I'd like to learn more but it can be confusing having all these different methods to consider. I've just unlocked the bootloader and rooted the device using the toolkit. You can go ahead with steps c, d, e & f Nico. You don't need to install a custom recovery unless you plan on flashing a custom rom. I'm sticking with the official OTA updates for now so I've stuck with the stock recovery.
Sent from my Nexus 7 using xda app-developers app
For future reference read all these links
http://forum.xda-developers.com/showthread.php?t=2070419
Used wugfresh toolkit with not one single problem and its simple...in fact I even rooted my galaxy nexus with the same toolkit.
Sent from my Nexus 7 using xda premium
FlexiPack said:
As a fellow noob, I thought you'd appreciate a simpler answer. I'd like to learn more but it can be confusing having all these different methods to consider. I've just unlocked the bootloader and rooted the device using the toolkit. You can go ahead with steps c, d, e & f Nico. You don't need to install a custom recovery unless you plan on flashing a custom rom. I'm sticking with the official OTA updates for now so I've stuck with the stock recovery.
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Thank you, FlexiPack! You really made my day with your reply.
Regarding the back up, I was not able to back up the virtual SD from the back up menu (0 files were backed up) but I did a complete applications backup (including system files and SD card). I don't know what was the difference but at the end, the .bak file was noticeably bigger. Hence I assumed that in fact all SD contents were backed up.
How was your experience with the backup option and after restoring your data? Did you lost something?
Again, thank you!
Nico.
Hello there guys, I too am a utter android noob and this my my first android device. I'm basicly in the same boat as the poster, all I want to do is root. No custom ROM and flashing of any sort. All I want to accomplish is root to enable USB OTG.
I know there are apps that enable reading such as Nexus media importer but I want to be able to read and write data to external storage via USB (Flas drives, external hard drives and cameras and the sort)
What I've discovered the first big step (after installing drivers and the lot - which is all rather simple) is to unlock the bootloader if I'm correct? But in this process the device will format? I honestly dont want to format my device. I'm totally confused and put off by the whole process.
Another question, what is a good backup program to use - of course for unrooted devices.
Sent from my Nexus 7 using xda app-developers app
smartass145 said:
Hello there guys, I too am a utter android noob and this my my first android device. I'm basicly in the same boat as the poster, all I want to do is root. No custom ROM and flashing of any sort. All I want to accomplish is root to enable USB OTG.
I know there are apps that enable reading such as Nexus media importer but I want to be able to read and write data to external storage via USB (Flas drives, external hard drives and cameras and the sort)
What I've discovered the first big step (after installing drivers and the lot - which is all rather simple) is to unlock the bootloader if I'm correct? But in this process the device will format? I honestly dont want to format my device. I'm totally confused and put off by the whole process.
Another question, what is a good backup program to use - of course for unrooted devices.
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Toolkit you can backup the whole thing to your comp
Sent from my Galaxy Nexus using xda app-developers app
VonEsch said:
Toolkit you can backup the whole thing to your comp
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Alright, and formatting to unlock the bootloader?
Sent from my Nexus 7 using xda app-developers app
This is kind of a rant but applies here: Don't be afraid to unlock, install custom recoveries, and root.
I hear so many people say, "I just want to be stock... but I want all these features". I can't understand why people hold on to this "stock" state so dearly. It's like device virginity (and it is since you "can't" [mentally] really ever go back). There are so many features and updates that are worth enjoying today. At least, a custom recovery is critical for backups.
I understand this stuff isn't for everybody... but if you are reading this, you aren't grouped with everybody.
player911 said:
This is kind of a rant but applies here: Don't be afraid to unlock, install custom recoveries, and root.
I hear so many people say, "I just want to be stock... but I want all these features". I can't understand why people hold on to this "stock" state so dearly. It's like device virginity (and it is since you "can't" [mentally] really ever go back). There are so many features and updates that are worth enjoying today. At least, a custom recovery is critical for backups.
I understand this stuff isn't for everybody... but if you are reading this, you aren't grouped with everybody.
Click to expand...
Click to collapse
For me vanilla android offers me everything I need at the moment. All I want more from it at the moment is USB OTG functionality - which it has its just been locked by Google for this device.
Sent from my Nexus 7 using xda app-developers app
For all people who call themselves noobs, you really aren't cuz you now know certain things better than the average user.
Trust me, I saw a Customer buying Note 2 today, and when the sales guy told him that it's jelly bean, the retort was "what's that!!!"
And yes, all nexus devices are the easiest lot to root, unroot, unlock and then relock.
Trust me, Google and xda are your best friends.
Just remember one thing, backup before anything, you can always revert then!!!
You guys (noobs as you yourself call) have already jumped, now swim...
One most important thing, search, read, and take the plunge...
All forums have at the least one tutorial stickied!!!
As regards adb, fastboot, google, read, and trust me, you'll not be stuck for more than an hour!!!
Just my 2 cents, actually more!!
Sent from my Galaxy Nexus using xda app-developers app
It really is like that. But once you start you can't stop. I started by rooting my original android phone ( there were no toolkits and no problems) and ended up with two nexus devices compiling unofficial nightlies for them. I didn't even boot stock on my 7 before I flashed twrp. There's a whole world of fun if you're willing to get your feet wet. If you can stop with just root you're a stronger person than I.

[Q] What is the Easiest Method to Unlock and Root Nexus 4...

Hello Community.
I am new to the Nexus forums. Previously with HTC and Samsung Android devices. The root process has always been extremely simple and for the most part a pc was never needed with Samsung devices. I am now an owner of a TMobile Nexus 4 and would like to know what is the easiest process to obtain root on my device? Im not looking to do much, just want to get rid of some apps I dont use that are locked into the stock ROM.
Is there an automated root process (one click root) or anything similar? Ive read through the Root Guide but im a bit hesitant to use anything related to command prompts unless its the only way.
Thanks
jgentry151 said:
Hello Community.
I am new to the Nexus forums. Previously with HTC and Samsung Android devices. The root process has always been extremely simple and for the most part a pc was never needed with Samsung devices. I am now an owner of a TMobile Nexus 4 and would like to know what is the easiest process to obtain root on my device? Im not looking to do much, just want to get rid of some apps I dont use that are locked into the stock ROM.
Is there an automated root process (one click root) or anything similar? Ive read through the Root Guide but im a bit hesitant to use anything related to command prompts unless its the only way.
Thanks
Click to expand...
Click to collapse
Learn to use the command prompt. This will save you if you ever run into issues. As a nexus is a developers device you will not find any one clicks here. It is better to know what you are doing then for someone else to do it for you.
jgentry151 said:
Hello Community.
I am new to the Nexus forums. Previously with HTC and Samsung Android devices. The root process has always been extremely simple and for the most part a pc was never needed with Samsung devices. I am now an owner of a TMobile Nexus 4 and would like to know what is the easiest process to obtain root on my device? Im not looking to do much, just want to get rid of some apps I dont use that are locked into the stock ROM.
Is there an automated root process (one click root) or anything similar? Ive read through the Root Guide but im a bit hesitant to use anything related to command prompts unless its the only way.
Thanks
Click to expand...
Click to collapse
Install the drivers for your phone download su.zip to your phone download a recovery img to you computer open a command prompt type
fastboot OEM unlock
fastboot flash recovery recovery.img
then flash the su.zip in recovery reboot done
From my BLACKED OUT N4
Look for the unlock without losing data method. Can't remember what it's called, maybe someone will enlighten.
The best way isn't always the easiest way. Using a toolkit is the easiest way, especially if you're not confident with using command prompts. That's the method I used to root, and had great success with Wug's nexus toolkit. Like was posted previously, rooting via fastboot is the better way, because you're not depending on someone else's work to do the job for you. Plus you'll learn more about your phone and how to fix it should something go wrong.
I find following a video step by step very helpful. I used this to root my N4:
http://www.youtube.com/watch?v=sV355YEDzc8
WugFresh toolkit is the easiest that you're going to find. It even allows you to easily unroot and oem lock.
You should learn command prompt like stated but the tool kit is the easiest.
meangreenie said:
Look for the unlock without losing data method. Can't remember what it's called, maybe someone will enlighten.
Click to expand...
Click to collapse
Its very simple just don't reboot the phone after you do oem unlock just flash the recovery right after then wipe caches and reboot.
From my BLACKED OUT N4
Easiet way ? Here u go.
Download and install frama root apk and then download boot unlocker from play store and unlock. Done.
Link frama root- http://forum.xda-developers.com/showthread.php?t=2130276
Sent from my HTC One using Tapatalk 2

Rooting?

I'm new to xda and obviously I'm not a dev. I just want to root my Axon 7 so I can download root apps. I'm not tech savvy at all and I've created this thread because I have no idea what to do with this page : http://forum.xda-developers.com/axon-7/how-to/guide-how-to-unlock-bootloader-stay-t3461165 . Can anyone give a step by step tutorial on how to root my phone?
I feel so so out of place here... please don't scold me :x
inb4 banned cuz didn't read the rules or stickies
I'm running B29.
What version are you running? B20/B27/B29
If you are not tech savvy, do not attempt the root method. It's for advance user and too many people have bricked their phone already. Just read the threads and you will know what I mean.
S8ntsHaz3 said:
What version are you running? B20/B27/B29
Click to expand...
Click to collapse
I'm running B29.
And yes I can probably guess the amount of people who bricked their phones. But what if everything were to be laid out simple and I follow the directions in every respect? I'm not going to start rooting until I know what I'm doing. So don't worry. I'm stupid but I'm not THAT stupid.
No your fine lmao I started with this phone so we're pretty much same level. As to my understanding it is possible but I would wait just a bit for the b29 stuff to come out.
Don't worry, you're not the only one. I've been reading these tutorials and it's all gibberish, lol.... Every phone I have has been rooted within the first day, this phone I've had over 2 months, and I still can't get it. So you're not alone, lol...
There definitely needs to be some cleaning done on this forum, with far too many threads covering the same topics and many OPs being out of date.
Best rooting guide I found was buried in a thread, but is now also out of date if you're running B29.
http://forum.xda-developers.com/showpost.php?p=68302434&postcount=157
It might help if you're still on B27. I used it, had root and bootloader still locked, updated to B29 for the security patch, and was able to keep TWRP but lost root. Having TWRP still allows me to flash all the Google pixel stuff though, which is nice
Bolandk said:
There definitely needs to be some cleaning done on this forum, with far too many threads covering the same topics and many OPs being out of date.
Best rooting guide I found was buried in a thread, but is now also out of date if you're running B29.
http://forum.xda-developers.com/showpost.php?p=68302434&postcount=157
It might help if you're still on B27. I used it, had root and bootloader still locked, updated to B29 for the security patch, and was able to keep TWRP but lost root. Having TWRP still allows me to flash all the Google pixel stuff though, which is nice
Click to expand...
Click to collapse
I'm looking closely at this phone now myself...
I've seen the bootloader thread: http://forum.xda-developers.com/axon-7/development/wip-axon-7-root-bootloader-unlokced-t3441204
I'm only interest in this if I can successfully unlock the bootloader and stock root is possible...from what I've read, BOTH can be done. According to the root thread, the model I need (A2017G) is listed as unlockable, correct? What's the difference between a2017g B02 and B03??
RoOSTA
totalFX said:
I'm new to xda and obviously I'm not a dev. I just want to root my Axon 7 so I can download root apps. I'm not tech savvy at all and I've created this thread because I have no idea what to do with this page : http://forum.xda-developers.com/axon-7/how-to/guide-how-to-unlock-bootloader-stay-t3461165 . Can anyone give a step by step tutorial on how to root my phone?
I feel so so out of place here... please don't scold me :x
inb4 banned cuz didn't read the rules or stickies
I'm running B29.
Click to expand...
Click to collapse
OK I have read far too many of these questions here about root on B29 - so here goes.
1. Go to the ZTE website, download the stock B20, and install it.
2. http://forum.xda-developers.com/axon-7/development/wip-axon-7-root-bootloader-unlokced-t3441204 use this to get TWRP installed on your phone - don't worry about root.
3. http://forum.xda-developers.com/axon-7/how-to/guide-how-to-unlock-bootloader-stay-t3461165 UNLOCK the bootloader
4. http://forum.xda-developers.com/showpost.php?p=68873482&postcount=2 flash boot file, system file, and SuperSU 2.65
Now please relax - anyone here with any dev skills whatsoever are neck deep in other projects (like CM13). B29 hasn't been out long and the only stock image we have from ZTE is B20, which doesn't give us a ton to work with
I also very new to android smartphone and I also feel so so out of place too.
I wish someone make a video how to root this axon 7 phone.
search around youtube jailbrake iPhone is so easy root samsung phone is so easy.... but root axon 7 nothing
I love axon 7 so much now but if I know it's so hard to root i'm just gonna buy samsung phone .
so F..... tired of this youtube ads
ads block is the only reason why I want to root
and that is the only reason why I jailbrake all my ideviese
For me, also with B29, the best and easy way was this from rczrider (thanx a lot). http://forum.xda-developers.com/showpost.php?p=69507226&postcount=766
But one issue after root: I have no access to system, i noticed that, as i install Gsam Battery Monitor root companion, that will install in priv-app but i was write protect. Also RootExplorer was not possible to copy/delete files in system, because write protect. How to change that?
tasar said:
For me, also with B29, the best and easy way was this from rczrider (thanx a lot). http://forum.xda-developers.com/showpost.php?p=69507226&postcount=766
But one issue after root: I have no access to system, i noticed that, as i install Gsam Battery Monitor root companion, that will install in priv-app but i was write protect. Also RootExplorer was not possible to copy/delete files in system, because write protect. How to change that?
Click to expand...
Click to collapse
I forgot to add a final step to that list. I've updated it and here's the new one:
Copy everything off your internal storage that you don't want to lose.
Get all of the files you need from the steps below and put them on your microSD card.
Flash TWRP (recovery) using the method in the OP (B27 file is fine). You don't need to flash the boot image.
Unlock the bootloader (B27 is fine): http://forum.xda-developers.com/axon-7/how-to/guide-how-to-unlock-bootloader-stay-t3461165
Flash B29: http://forum.xda-developers.com/showpost.php?p=68873482&postcount=2
Boot phone, set it up, whatever
*Reboot to TWRP, go to Advanced > Terminal and type: reboot disemmcwp
This will leave you with an unlocked bootloader, a fully functioning TWRP (no data encryption issue), and rooted B29. You will not be able to receive OTAs.
*This disables write protection and allows your changes (such as AdAway) to stick with reboot. You need to run this before your changes will stick. You don't have to use TWRP (you could also use a terminal emulator or ADB), but I find that since you have to reboot anyway, it's just as easy to do it in TWRP.
---------- Post added at 08:45 ---------- Previous post was at 08:02 ----------
In case anyone stumbles across this thread, here's a "Newbie's Guide to Unlocking and Rooting the Axon 7": http://forum.xda-developers.com/axon-7/how-to/newbies-guide-to-unlocking-rooting-axon-t3496234
It will be updated as necessary and contains a step-by-step process with links to the appropriate threads.
So are they still releasing a new bootloader unlock tool? Or should I just go ahead and do these steps?
Sent from my ZTE A2017U using Tapatalk
polar2792 said:
So are they still releasing a new bootloader unlock tool? Or should I just go ahead and do these steps?
Click to expand...
Click to collapse
Yes, ZTE still supports bootloader unlocking on the Axon 7. It is currently on hold, but yes, our understanding is that they will be releasing a new process (likely with Nougat).
I can't think of any reason not to unlock now because you can always re-lock if you want to. Who knows what the new process will entail.
rczrider said:
[*] *Reboot to TWRP, go to Advanced > Terminal and type: reboot disemmcwp
*This disables write protection and allows your changes (such as AdAway) to stick with reboot. You need to run this before your changes will stick. You don't have to use TWRP (you could also use a terminal emulator or ADB), but I find that since you have to reboot anyway, it's just as easy to do it in TWRP.
Click to expand...
Click to collapse
Thanks, reboot disemmcwp fixed my write access to /system
rczrider said:
Yes, ZTE still supports bootloader unlocking on the Axon 7. It is currently on hold, but yes, our understanding is that they will be releasing a new process (likely with Nougat).
I can't think of any reason not to unlock now because you can always re-lock if you want to. Who knows what the new process will entail.
Click to expand...
Click to collapse
Yea well I was hoping the new tool wouldn't kill the warranty but that's wishful thinking, and after some thought I highly doubt that will happen. So time to unlock the bootloader,l and flash TWRP.....soon as I get off work in 9 hours.
Sent from my ZTE A2017U using Tapatalk
polar2792 said:
Yea well I was hoping the new tool wouldn't kill the warranty but that's wishful thinking, and after some thought I highly doubt that will happen. So time to unlock the bootloader,l and flash TWRP.....soon as I get off work in 9 hours.
Sent from my ZTE A2017U using Tapatalk
Click to expand...
Click to collapse
I think ZTE will eventually put out a bootloader unlock without killing the warranty. But, yeah, either way it's easy enough to do it on your own now.
rczrider said:
I forgot to add a final step to that list. I've updated it and here's the new one:
Copy everything off your internal storage that you don't want to lose.
Get all of the files you need from the steps below and put them on your microSD card.
Flash TWRP (recovery) using the method in the OP (B27 file is fine). You don't need to flash the boot image.
Unlock the bootloader (B27 is fine): http://forum.xda-developers.com/axon-7/how-to/guide-how-to-unlock-bootloader-stay-t3461165
Flash B29: http://forum.xda-developers.com/showpost.php?p=68873482&postcount=2
Boot phone, set it up, whatever
*Reboot to TWRP, go to Advanced > Terminal and type: reboot disemmcwp
This will leave you with an unlocked bootloader, a fully functioning TWRP (no data encryption issue), and rooted B29. You will not be able to receive OTAs.
*This disables write protection and allows your changes (such as AdAway) to stick with reboot. You need to run this before your changes will stick. You don't have to use TWRP (you could also use a terminal emulator or ADB), but I find that since you have to reboot anyway, it's just as easy to do it in TWRP.
---------- Post added at 08:45 ---------- Previous post was at 08:02 ----------
In case anyone stumbles across this thread, here's a "Newbie's Guide to Unlocking and Rooting the Axon 7": http://forum.xda-developers.com/axon-7/how-to/newbies-guide-to-unlocking-rooting-axon-t3496234
It will be updated as necessary and contains a step-by-step process with links to the appropriate threads.
Click to expand...
Click to collapse
Thank you; thank you, THANK YOU!!!!! I tried for an hour or two, using both ADB and Terminal Emulator to apply this "reboot disemmcwp" fix, and I just couldn't get it to work (I'm on B29). Then, I saw your instructions to use TWRP and followed them, and it worked first time, like a charm!
Thanks again - I'm a very happy camper. You da' man, LOL!
Dennis

Categories

Resources