[Q] ADB Root without Root - G2 Q&A, Help & Troubleshooting

According to this post
http://forum.xda-developers.com/showthread.php?p=45897011#post45897011
you can get ADB root without rooting your phone first. I want to install the modded wifi tethering app on my VZW G2 but don't want to root it if I don't have to (mainly just because of time constraints). I have searched how to do this, but all the instructions I find say you need to be rooted to use ADB Insecure/root. If it is possible to just get ADB root without rooting your phone, can someone point to detailed instructions?

Yes, look for the root thread and use the side load adb option. Next, buy that dev a beer.

Related

unrEVOked 3.1 to full root....

Hello all,
I was one of those people who used the unrEVOked root to simply obtain wireless tether. Now that I have it, I cant update to Froyo. Would anyone be able to suggest a method to obtain full root so I can just flash a Froyo ROM?
FYI, I dont have adb shell or android sdk installed. I was looking at toast's method however I am unsure, if that is the correct path to march in. I have no problem learning adb shell if necessary.
Thanks in advance and look forward to buying someone a beer.
.....crickets.....
dlbevo
If you want the closest you can possibly get to unmodified stock, you could flash Unrevoked Forever and follow the "Stock 2.1 to Stock 2.2 ROOTED" guide in my sig.
Or, if you don't want to go through the work of installing the regular OTA, you could install a pre-rooted ROM. It should end up being pretty much the same thing as above. However, when I did it this way, I had issues and had to wipe to clear them up. YMMV.

s-off but not able to perm root.

I was able to get my phone to s-off permanently but its not rooted so I assume its partially rooted. When I try to us Rom Manager to install ClockworkMod it tells me the phone is not rooted. Do I have to push the root using ADB? Also to explain I used VISIONary+ version 14 with Astro to root the phone if that helps any. Now, when I try to perm root the phone with VISIONary+ it tells me I have to temp root and when I do that again it just stays in a loop, and doesn't really root it. I was able to get SU privileges in the beginning but not anymore.
I googled this issue but to much information was thrown out there so I do apologize for asking what may be a repeating question
I have the same issue.. I finally got s-off to stick and now i cant perm root plus i am not familiar using adb
Yeah I haven't bothered with pushing perm root with adb only because I want to make sure that this is common. Adb is actually really easy to use. As long as you follow and type the code exactly then all will be great.
Sent from my T-Mobile G2 using XDA App

[Q] Rooting Nexus for Android Commander

I'm want to use Android Commander to transfer some files back and forth to the PC for development. AC needs root access... I've used WugFresh's excellent toolkit to unlock and root the device. All worked fine; SuperSU is present, BusyBox installed. But AC still reports no root access, and the FAQ briefly mentions the difference that not all rooting gives root access to adb.
Can anyone explain in simple terms (I'm pretty new to android) how to get full root access to the device so that I can use Android Commander? Googling for instructions to root the device seems to pretty much always lead back to WugFresh's toolkit, which I've already done.
Stuart
Try the link below .I remember having a similar problem on a Galaxy Note. I ain't certain but I think its to do with ADB insecure/secure. I could be completely wrong of course!!
http://www.xda-developers.com/android/run-adbd-in-root-mode-with-adbd-insecure/
ScottArten said:
Try the link below .I remember having a similar problem on a Galaxy Note. I ain't certain but I think its to do with ADB insecure/secure. I could be completely wrong of course!!
http://www.xda-developers.com/android/run-adbd-in-root-mode-with-adbd-insecure/
Click to expand...
Click to collapse
Many thanks, yes, that seems to have worked. Strange that there isn't more info about this out there.
This says that it only persists until a reboot - I would still be interested in anyone knows a way of doing this permanently without installing a custom ROM
Stuart

[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

Does ZTE Max 2 have custom recovery / root available?

Strange, I don't see ZTE Max 2 forum, so naturally I thought I'd post here.
Phone looks great on paper, but not sure if we can mod it. Thanks!
Probably no recovery yet but you can try Kingroot app to root the device. I have the first Zmax since it first came out and it was a pnta to mod. We were able to use Kingroot to root it but have to flash scripts to maintain r/w acess. Don't get me wrong the phone without root is still a great bang for the buck. If I were you I would read through the original Zmax forum.
No root right now. srsroot announced couple time but never worked. Kingroot tried some new way but still failed at the end.
Fastboot disabled
The ZTE ZMax 2 (Z958) from what I have discovered has a disabled fastboot. Without fastboot we will not be able to unlock the boot loader. Which in turn will not allow us to flash a alternative recovery.
stephencapes said:
The ZTE ZMax 2 (Z958) from what I have discovered has a disabled fastboot. Without fastboot we will not be able to unlock the boot loader. Which in turn will not allow us to flash a alternative recovery.
Click to expand...
Click to collapse
Does that mean no root? or we have to wait until root to enable fast boot?
zmax2 z955l
can any one help, just bought this zmax2 z955l phone from a non-profit organization but it kept asking for the previous email that was sync with the phone last.
has any one found a way to root the z958 yet been browsing for quite sometime and everything i've tried simply doesnt work.
Any new developments on this? I am running out of space and would like to use link2sd but it tells me I need Root access.
Has anyone tried to use the OEM unlock in developer options menu?
Upvote this to start a ZTE ZMax 2 forum: http://forum.xda-developers.com/showpost.php?p=67089358&postcount=20523
hydeah said:
Strange, I don't see ZTE Max 2 forum, so naturally I thought I'd post here.
Phone looks great on paper, but not sure if we can mod it. Thanks!
Click to expand...
Click to collapse
I have a potential root on my zmax 2. I got kingoroot on my computer and rooted it with a charging USB cord. Kingo root said it was successful and its super user app asked for root acces .
However when I download an app that uses roo . It would ask for permission uponnhitting the allow button, after a while it would say access denied.
Also root checkers will say it isn't rooted... I hope this helps at all. I guess you could say its like a semi-root. I do not know, however, if it stays after I reboot the phone
Kingo PC is actually working!!! but the kingo's superuser app has some problem with. you have to Deny and Allow the app that request for root couple times. Or you can uninstall the kingo superuser app in order to get root. But this is only a Temp root. Hopefully someone can compile a twrp for Zmax2 and hopefully we can use flashify to flash twrp..
This would be very nice!
tianyichen said:
Kingo PC is actually working!!! but the kingo's superuser app has some problem with. you have to Deny and Allow the app that request for root couple times. Or you can uninstall the kingo superuser app in order to get root. But this is only a Temp root. Hopefully someone can compile a twrp for Zmax2 and hopefully we can use flashify to flash twrp..
Click to expand...
Click to collapse
Um if you uninstall the super user app from Kingo and get like SuperSU, it requires that it get the binarys however it won't ever get them and basically you're stuck on a temp rooted phone..
I want to have root on my phone please help
stock recovery
Moon83 said:
Probably no recovery yet but you can try Kingroot app to root the device. I have the first Zmax since it first came out and it was a pnta to mod. We were able to use Kingroot to root it but have to flash scripts to maintain r/w acess. Don't get me wrong the phone without root is still a great bang for the buck. If I were you I would read through the original Zmax forum.
Click to expand...
Click to collapse
I have a ZTE ZTEX2 model Z955A, by mistake, I installed a customized recovery of another model and now I can not access the recovery mode, the black screen remains and I have to restart so that the cell phone can restart, can you help me to restore the stock recovery?
---------- Post added at 06:40 PM ---------- Previous post was at 06:38 PM ----------
Moon83 said:
Probably no recovery yet but you can try Kingroot app to root the device. I have the first Zmax since it first came out and it was a pnta to mod. We were able to use Kingroot to root it but have to flash scripts to maintain r/w acess. Don't get me wrong the phone without root is still a great bang for the buck. If I were you I would read through the original Zmax forum.
Click to expand...
Click to collapse
I have a ZTE ZTEX2 model Z955A, by mistake, I installed a customized recovery of another model and now I can not access the recovery mode, the black screen remains and I have to restart so that the cell phone can restart, can you help me to restore the original recovery?
Is anyone still on this? I was able to gain perm root I believe. After reboot, root sticks. I followed a guide to turn off nand / system write protection using ADB, then was able to use PC KingoRoot. In adb I used "adb reboot disemmcwp" to disable write protection. To re-enable it says to issue this command "adb reboot emmcwpenab". Here is the link to the post I used before attempting PC KingoRoot
http://androidforums.com/threads/zte-write-protection-for-zmax-and-other-zte-phones.1040331/
Rokrfan said:
Is anyone still on this? I was able to gain perm root I believe. After reboot, root sticks. I followed a guide to turn off nand / system write protection using ADB, then was able to use PC KingoRoot. In adb I used "adb reboot disemmcwp" to disable write protection. To re-enable it says to issue this command "adb reboot emmcwpenab". Here is the link to the post I used before attempting PC KingoRoot
http://androidforums.com/threads/zte-write-protection-for-zmax-and-other-zte-phones.1040331/
Click to expand...
Click to collapse
This was a huge help - thanks for posting it.

Categories

Resources