Rooting with Mac? - HTC Rezound

Hey guys,
Been searching trying to find out if it's possible to use the one-click root with a mac but can't find anything. Can someone point me in the right direction to help me root the Rezound since I only have a mac? Thanks.

The long and the short of it is that you need to supplement the windows commands with Mac/Linux commands. I'll put up my port of it this weekend...I've been meaning to do it anyway.

if you install AmonRA recovery one option is to root the rom your currently using (aka stock rom with an unlock, all other roms are rooted already afaik) put this on the root of your sd card and install with hboot, or pull the recovery from the .zip and flash it in fastboot (put the recovery.img in same folder as your fastboot.exe and run the command fastboot flash recovery recovery.img)

If you want to root than I'm assuming you are already unlocked correct? If so I would read post #1 in this thread
http://forum.xda-developers.com/showthread.php?p=20833039
Use the Amon version and follow the directions to the exact letter. It was very quick and very easy to do but if you are new to rooting, etc. read very carefully Especially when it comes to the naming of the file and the exact spot to place it on your sd card.

_pank said:
If you want to root than I'm assuming you are already unlocked correct? If so I would read post #1 in this thread
http://forum.xda-developers.com/showthread.php?p=20833039
Use the Amon version and follow the directions to the exact letter. It was very quick and very easy to do but if you are new to rooting, etc. read very carefully Especially when it comes to the naming of the file and the exact spot to place it on your sd card.
Click to expand...
Click to collapse
Nice this looks simple enough. So basically all I need is to Unlock via HTC, flash Amon recovery and use it to intall su? I had a Tbolt which I rooted with a mac but involved a variety of commands. I guess since HTC unlocks the bootloader, this is no longer needed. Simply flash a recovery with hboot and obtain su access?

after you flash to amonRA recovery you go to developer menu and choose install su and superuser (not sure why but i remember someone saying DO NOT use the eng unguarded SU)

Cool yea I read that too.

TeamSPD said:
Nice this looks simple enough. So basically all I need is to Unlock via HTC, flash Amon recovery and use it to intall su? I had a Tbolt which I rooted with a mac but involved a variety of commands. I guess since HTC unlocks the bootloader, this is no longer needed. Simply flash a recovery with hboot and obtain su access?
Click to expand...
Click to collapse
Right, but if you are not unlocked do some reading up on that first. You will need to download the sdk from Google. Then basically you
1. unzip it / move it to your root os x drive and I normally rename the folder to just sdk to save on typing
2. Double click on the android file inside of the /tools folder
3. Under tools download the Android SDK tools and SDK platform
Once you have the SDK installed and tools installed it's basically just a matter of CD'ing to the /platform-tools and then you can run fastboot and adb
There are a couple of cheater .zips out there that just contain the necessary adb and fastboot files for Mac that works as well. When you see instructions on how to do something using windows it's going to be pretty much the same. Just remember for most things you are going to have to add a ./ to the front of the command.
It sounds and looks harder than it really is but you need to make sure you really read up on this stuff before jumping in Don't be afraid to experiment but just have a failsafe backup plan. And if you are not sure about something ask first

_pank said:
Right, but if you are not unlocked do some reading up on that first. You will need to download the sdk from Google. Then basically you
1. unzip it / move it to your root os x drive and I normally rename the folder to just sdk to save on typing
2. Double click on the android file inside of the /tools folder
3. Under tools download the Android SDK tools and SDK platform
Once you have the SDK installed and tools installed it's basically just a matter of CD'ing to the /platform-tools and then you can run fastboot and adb
There are a couple of cheater .zips out there that just contain the necessary adb and fastboot files for Mac that works as well. When you see instructions on how to do something using windows it's going to be pretty much the same. Just remember for most things you are going to have to add a ./ to the front of the command.
It sounds and looks harder than it really is but you need to make sure you really read up on this stuff before jumping in Don't be afraid to experiment but just have a failsafe backup plan. And if you are not sure about something ask first
Click to expand...
Click to collapse
I second this. I just use a folder with a adb and fastboot-mac in it and make sure I cd the folder with it in terminal. As long as you use the ./ in front of the commands in terminal and have these files in the folder you cd to you will be
good to go. Just remember that you have to use ./fastboot-mac. The first time I did it I kept.forgetting to put the Mac part on lol. Good luck!
Sent from my ADR6425LVW using Tapatalk

Related

[Q] need quick help with adb and CWM for pudding

I flashed pudding on my 1.83 ATT atrix. This worked fine, and I am trying to get CWM for unlocked bootloaders now. I am following the instructions directly from the thread: http://forum.xda-developers.com/showthread.php?t=1138541
Problem is, after extracting the zip to C: and running "fastboot flash recovery C:\(image name).img", I get "fastboot is not recognized as an internal or external command..."
This leads me to believe that I don't have adb set up properly. I have standard adb set up for pushing apk's, but am I missing something specific for fastboot?
All i have under android-sdk-windows>platform-tools is adb.exe adbwinapi.dll and adbwinusbapi.dll. I DO have USB debugging on lol.
I seem to remember having more stuff under platform tools at an earlier date. All the threads for setting up adb are LONG buried, and after exhaustive searching, I finally gave up and decided to post (at least not in dev ). Even turning to google for adb help, I only get a bunch of the ad-farming tip websites that are outdated.
Please help me out guys. I can usually help myself after enough research, but I admit defeat on this one :/
Thanks much,
-omni
omni_angel7 said:
I flashed pudding on my 1.83 ATT atrix. This worked fine, and I am trying to get CWM for unlocked bootloaders now. I am following the instructions directly from the thread: http://forum.xda-developers.com/showthread.php?t=1138541
Problem is, after extracting the zip to C: and running "fastboot flash recovery C:\(image name).img", I get "fastboot is not recognized as an internal or external command..."
This leads me to believe that I don't have adb set up properly. I have standard adb set up for pushing apk's, but am I missing something specific for fastboot?
All i have under android-sdk-windows>platform-tools is adb.exe adbwinapi.dll and adbwinusbapi.dll. I DO have USB debugging on lol.
I seem to remember having more stuff under platform tools at an earlier date. All the threads for setting up adb are LONG buried, and after exhaustive searching, I finally gave up and decided to post (at least not in dev ). Even turning to google for adb help, I only get a bunch of the ad-farming tip websites that are outdated.
Please help me out guys. I can usually help myself after enough research, but I admit defeat on this one :/
Thanks much,
-omni
Click to expand...
Click to collapse
If your on linux it's "./moto-fastboot" not just fastboot.
Windows 7 64 bit. sorry, should have specified.
Nobody with win 7 knowledge/advice?
Alrighty, let us see here...
Try this.
1: Create a folder named fastboot (or whatever you prefer, just something simple like that) on the root of your C drive.
2: Download this file, http://www.mediafire.com/?yl17mz8l7w9h687
3: Unzip contents of said file into the folder you created in step 1
4: Click on Start, type cmd into the bar at the bottom and hit enter
5: Type cd C:\fastboot (or whatever you named the folder in step one)
6: Type moto-fastboot flash recovery recovery-en-goapk-0630-1029.img
That should work. The recovery included in the flash is current AS OF THIS POST. Obviously, the instructions will change if you download a newer copy of CWM as they are released, since the filename of the recovery file will change.
If you are wondering why it is moto-fastboot, the fastboot I included is the modified one that allows for larger img flashing. Not particularly useful anymore, with CWM working well now and all... but hey.
Diviance said:
Alrighty, let us see here...
Try this.
1: Create a folder named fastboot (or whatever you prefer, just something simple like that) on the root of your C drive.
2: Download this file, http://www.mediafire.com/?yl17mz8l7w9h687
3: Unzip contents of said file into the folder you created in step 1
4: Click on Start, type cmd into the bar at the bottom and hit enter
5: Type cd C:\fastboot (or whatever you named the folder in step one)
6: Type moto-fastboot flash recovery recovery-en-goapk-0630-1029.img
That should work. The recovery included in the flash is current AS OF THIS POST. Obviously, the instructions will change if you download a newer copy of CWM as they are released, since the filename of the recovery file will change.
If you are wondering why it is moto-fastboot, the fastboot I included is the modified one that allows for larger img flashing. Not particularly useful anymore, with CWM working well now and all... but hey.
Click to expand...
Click to collapse
Thanks SO much for the quick response and all the effort I'd actually updating OTA from 1.26 because I flashed back, thinking no one was gonna help! Well, when I feel up to it another night. I'll give this another shot. Thanks for the custom fastboot, too!
i get < waiting for device >
did i do something wrong?
Me too. ^^^^^^^
I figured it out, i forgot to put it into fastboot mode!
did not work for me
when I do what you told the other guy it says system cant find the path specified couls you please help I have spent a couple of days trying different things and also when I try to erase the recovery installer file it want let me

REAL NOOB Question

I have an S-OFF HTC Incredible S 4G running 2.3.3 trying to get it rooted, I am trying to keep up but so use to stupid iPhone modding/themeing so just lost on how to send or use my SD card for ROMS? Can I just use the old word (shsh) files over to my phone while its plugged in its the Fdisk and do I put the files into 'root', I have installed Superuser app/ROM Manager app onto my phone also have Gingerbreak.v.120apk on my desktop plus Superuser.apk am I lost or what and anyone willing to help but go easy on me?
Thanks, TheCrow
Do you have ClockworkMod Recovery installed?
I have ROM Manager installed off the Market but my question is probably the one that I'm can't get the answer for which is, how do I transfer things onto my SD card cuz I have played a lot with my old iPhone 4 with mods/themes and so on but never had to write to my SD card atleast I don't think I did thats why I ask if its as easy as dragging and dropping files over to my phone while its plugged into my computer as 'use as driver'? I can't even get the CWM to work properly because it says something about 'special privillages', I have S-OFF but just want to get rooted so I can move on to the fun . Do I need something set on my phone or installed to get going, I also put Superuser & Astro on my phone from the Market so can if you have the time just give me a few dumby steps to point me in the right direction and I am over at the Android Newzealand site which is awesome but they get most files from here and only one guy is trying to help
Thanks, TheCrow
@Crow1372
I am all about trying to get things done in the easiest way possible to help the people that are new to Android.
This method has worked for me but there is no guarentee that it will work for you and I am no way responsible for anything that happens to your device.
DO THE ROOTING PROCESS AT YOUR OWN RISK
Procedure to Root HTC Incredible S
1. Install the ADB on your computer, but before that you will have to turn on the USB debugging in your incredible S which can be turned ON by pressing the “Menu” key first then “Settings” > “Applications” > “Development”. Now here you will find an option of “USB debugging”, select the option and just accept the warning which it will pop up. It’s very important to put the device in the USB debugging and also important to go through the ADB setup process without which it’s not advised to proceed.
2. Now you will have to download the Rooting package which you will have to unzip the same and need to place in the location path c:\adb after which you will have to connect the phone to the computer.
3. Now, open the command prompt and key in the “cmd” and then you will have to make use of the change directory command so that the directory in which you have placed the rooting file can be accessed.
4. Next type in the “pushroot” and enter the same, basically this will push in the pushroot.bat file.
After this type in adb shell /data/local/tmp/getroot and after that type in adb shell and press enter.
After typing in the above commands, you will now be prompted as # after which you will have to type in /data/local/tmp/pushroot.
That’s it you have now successfully rooted the HTC Incredible S
TheCrow1372 said:
I have ROM Manager installed off the Market but my question is probably the one that I'm can't get the answer for which is, how do I transfer things onto my SD card cuz I have played a lot with my old iPhone 4 with mods/themes and so on but never had to write to my SD card atleast I don't think I did thats why I ask if its as easy as dragging and dropping files over to my phone while its plugged into my computer as 'use as driver'? I can't even get the CWM to work properly because it says something about 'special privillages', I have S-OFF but just want to get rooted so I can move on to the fun . Do I need something set on my phone or installed to get going, I also put Superuser & Astro on my phone from the Market so can if you have the time just give me a few dumby steps to point me in the right direction and I am over at the Android Newzealand site which is awesome but they get most files from here and only one guy is trying to help
Thanks, TheCrow
@Crow1372
Click to expand...
Click to collapse
Try reflashing CWM Recovery. Since you have S-OFF, it should work. If you get it to work, then flash (install zip from SD in CWM) the attached file and you should be rooted.
Theonew said:
Try reflashing CWM Recovery. Since you have S-OFF, it should work. If you get it to work, then flash (install zip from SD in CWM) the attached file and you should be rooted.
Click to expand...
Click to collapse
I appreciate the one above yours and kinda understand it but waaay too indepth maybe, I also tried yours but when I go to HBoot menu and Recovery to look for the .zip file it is no where and I plugged my device into computer and 'debugging Enabled' also set my connection as 'disk drive' to load the file to my SD card but still can't find it?? I can't believe it is this hard cuz I see many others rooted and flying away on their Incredible S 4G, I was able to get the Gingerbreak.v.1.20apk on my device but it just keeps loading and saying that it will reboot once successful but after 20-30mins I figured it was not going to work also I have ROM Manager installed already but as you know no Superuser previlliages yet so can't load CWM
TheCrow1372 said:
but as you know no Superuser previlliages yet so can't load CWM
Click to expand...
Click to collapse
Have you tried searching for the zip when your device is NOT connected to your pc? And just so you know, you do NOT need superuser privileges (root) to be able to use ClockworkMod especially since you already have S-OFF. Have you tried flashing a different version of ClockworkMod? You could try using this: http://forum.xda-developers.com/showthread.php?t=794638 to flash it from your PC.
Theonew said:
Have you tried searching for the zip when your device is NOT connected to your pc? And just so you know, you do NOT need superuser privileges (root) to be able to use ClockworkMod especially since you already have S-OFF. Have you tried flashing a different version of ClockworkMod? You could try using this: http://forum.xda-developers.com/showthread.php?t=794638 to flash it from your PC.
Click to expand...
Click to collapse
I'll try finding it without being plugged in to pc, I put Gingerbreak.v.1.20apk on my SD card no issues so I shouldn't have an issue putting the CWM on but do you have a newer version (sorry) also do you think one of my issues is that I have a CWM on my 'Astro' file finder but the files say they don't exist so should I delete it and start over with a newer one that you may have and should I take of ROM Manager until I finish putting these files in cuz it should not be this hard others are rooted on their Incredible S 4G 2.3.3.
TheCrow1372 said:
so I shouldn't have an issue putting the CWM on
Click to expand...
Click to collapse
Please explain this. Here's the image: http://downloads.unrevoked.com/recoveries/cwm-4.0.1.4-vivo.img .
I can't open that image, my Winrar is acting up can you explain the image please (sorry)?
Also when I go to my 'Programs' on my computer 'Uninstall' it shows the SDK Tools with an 'X' beside it like it did not fully install, I don't know if I really need the ADB & SDK tools but I'll keep trying that later but I want to try your methods as well cuz as I mentioned it should not be this hard to root my phone right but I have to go to Doctors so I will check in later and keep trying
TheCrow1372 said:
I can't open that image, my Winrar is acting up can you explain the image please (sorry)?
Click to expand...
Click to collapse
You are not supposed to open the image. Download Android Flasher, connect your device to your pc, run Android Flasher, select recovery (at the side), find the image file you downloaded, select it, click ok (and again if necessary), and it'll do the rest.
Question, I drag and drop files over to my phone while plugged in to my SD card but everyone says to the root folder I just don't have a 'root' folder so one guy said to drop the files into the very first one and that is what I did with Gingerbreak.v1.20apk but it just says its rooting and will reboot device when done? After 3 attempts each at 15-25mins the wheel is still spinning so am I putting it in the right spot, Gingerbreak does show up in my apps drawer but the unzipped versions of CWM or Superuser never show up on my device even when I go to 'recovery' through Revolutionary to unzip it?
TheCrow1372 said:
Question, I drag and drop files over to my phone while plugged in to my SD card but everyone says to the root folder I just don't have a 'root' folder so one guy said to drop the files into the very first one and that is what I did with Gingerbreak.v1.20apk but it just says its rooting and will reboot device when done? After 3 attempts each at 15-25mins the wheel is still spinning so am I putting it in the right spot, Gingerbreak does show up in my apps drawer but the unzipped versions of CWM or Superuser never show up on my device even when I go to 'recovery' through Revolutionary to unzip it?
Click to expand...
Click to collapse
Did you read/understand my previous post?
Kinda but how does that have anything to do with rooting my Incredible S (sorry) its just that I'm new to HTC devices and I've been told that I have to be rooted to put ROM themes on my device and I have S-OFF, thats not enough is it? I tried the guy above yous method of ADB but my computer does not 'recognize that path', I did exactly what his video says but again is either of these methods going to get me 'rooted cuz all I want to do is start enjoying my phone plus your saying I don't have to have 'Superuser Permissions' to use CWM?? Sorry bro if I'm being difficult but I just want to be rooted already and have you heard of this angermod or what ever its called, like Gingerbreak or something?
HELP PLEASE lol, thanks
Forget about Gingerbreak. The tool (and instructions) is to flash the custom recovery (ClockworkMod) to your device. I said this before, and I'll say it again, using ClockworkMod recovery DOES NOT require root. You are going to root your device by using Clockwork to flash the file attached in post #5. After flashing that file, your device will be rooted.
When I go to extract it they ask for a gehroot password, I copied what looks like a password under my Incredible S/Vivo but that one did not work for the CWM download
I will try this tomorrow 4 sure and thanks for your patients, fill you in when I'm rooted (hopefully) Also is there a special password to download the CWM for my Incredible S/Vivo, sorry again?
One more question (sorry) the one I did download the other day was supposed to be CWM but it has all kinds of other files with it like 13 files including 'SuperOneClick' also suv1/v2/v3 plus 'busybox' but don't see cwm anywhere so anyway do I use the 'Android Flasher' and flash all of them like the whole folder or each one individually?
In the CWM image file, there are like 13 files that came with it like suv1/v2/v3 plus busybox and SuperOneClick so which or all of these files do I flash with Android Flasher?

[GUIDE]Program Flashing with hboot1.50

Hi this is a simple program i made to flash new Kernels/Roms Super easy
all you need to do is download the file and place it on the C drive Make sure you READ THE READ ME FILE to set this up correctly
I made this program because i havent had any luck with the FlashImageGUI.apk
and i was tired of opening a cmd prompt and entering all the commands one line at a time so i made a program that does all that for you and it has onscreen instructions if you dont know what to do so give it a try and tell me what you think
PS if someone makes a video of it i will put it in
Download Link: http://www.megaupload.com/?d=XDR5MLTF
I'll give it a shot.
This would be better if you:
Started off with adb reboot bootloader as this will reboot the device into fastboot mode for you
Didn't fastboot flash the recovery every time you run this as seen on line 5
Changed line 4 to "cd .\Evo3DTwrp" so that it would work from any location instead of just C:\
There's also no need to wipe cache / dalvik twice and it puts more wear and tear on your emmc
But a good first attempt.
Dees_Troy said:
This would be better if you:
Started off with adb reboot bootloader as this will reboot the device into fastboot mode for you
Didn't fastboot flash the recovery every time you run this as seen on line 5
Changed line 4 to "cd .\Evo3DTwrp" so that it would work from any location instead of just C:\
There's also no need to wipe cache / dalvik twice and it puts more wear and tear on your emmc
But a good first attempt.
Click to expand...
Click to collapse
thank you for the feedback i will make those changes now i new there were going to be a few problems becasue i have never made a .bat file so i taught myself and did a lot of testing to get it where it did what i wanted to i also just got the evo3d 2 days ago
Dees_Troy said:
This would be better if you:
Started off with adb reboot bootloader as this will reboot the device into fastboot mode for you
Didn't fastboot flash the recovery every time you run this as seen on line 5
Changed line 4 to "cd .\Evo3DTwrp" so that it would work from any location instead of just C:\
There's also no need to wipe cache / dalvik twice and it puts more wear and tear on your emmc
But a good first attempt.
Click to expand...
Click to collapse
I was looking at the bat file and came back to comment on this, but it seems you me to it.
mkeller96 said:
thank you for the feedback i will make those changes now i new there were going to be a few problems becasue i have never made a .bat file so i taught myself and did a lot of testing to get it where it did what i wanted to i also just got the evo3d 2 days ago
Click to expand...
Click to collapse
May be first thing you should do is to change your signiture. lol.
alammori said:
I was looking at the bat file and came back to comment on this, but it seems you me to it.
May be first thing you should do is to change your signiture. lol.
Click to expand...
Click to collapse
Just changed my signature thanks for reminding me
command line
mkeller96 said:
Hi this is a simple program i made to flash new Kernels/Roms Super easy
all you need to do is download the file and place it on the C drive Make sure you READ THE READ ME FILE to set this up correctly
I made this program because i havent had any luck with the FlashImageGUI.apk
and i was tired of opening a cmd prompt and entering all the commands one line at a time so i made a program that does all that for you and it has onscreen instructions if you dont know what to do so give it a try and tell me what you think
PS if someone makes a video of it i will put it in
Download Link: http://www.megaupload.com/?d=XDR5MLTF
Click to expand...
Click to collapse
I dont understand what youre saying about having to type a lot of command lines to flash correct with 1.5 all i do is navigate to my sdk i copy everything from platform-tools to tools folder. And that is where put my recovery.img, another simple trick if you have a winrar or whatever you prefer this is where you can bypass all those command lines by simply navigating to your folder where you have your recovery.img when you get there hightlight it hit shift rightclick it gives you a option to open command line there very simple. from there you can simply type adb reboot bootloader, then one more command fastboot boot recovery.img then you can wipe and flash so only 2 simple commands. And remember to have your recovery.img in the tools folder or where ever you navigate to get to it, but me i prefer copying everything from flatform-tools to tools folder
how do you embed youtube videos this is the link i need
http://www.youtube.com/watch?v=o676ePQLKlo
Hey mkeller96 its KillerDroid96 of wait we are the same person lol. KillerDroid is my new profile for development. I have to make posts to reach the minimum so I can create a thread.
I miss having these cool little unlock rings. I made this tutorial when I was 16.

[Q] Mounting trouble, bloatware removal only.

Greetings everyone!
New *registered* user here! I've been frantically sifting through post after post on the forums all night hoping to get some help with an issue I am having on my Vibrant.
Goal:
Remove some bloatware ONLY, not looking to install any ROMs or modify the phone too much...just clean some annoying apps and icons off.
Phone Information:
Model SGH-T959
Firmware 2.2
Baseband T959UVKB5
Kernel 2.6.32.9
Build FROYO.UVKB5
I currently have the latest version of Java, Android SDK, and SuperOneClick installed.
Install directory of AndroidSDK:
C:\AndroidSDK
My method of failure:
Open SuperOneClick, Click "Root"
Start, Run, "CMD"
cd c:\AndroidSDK\tools
adb shell
mount -o rw,remount /dev/block/st19/system
This is where it fails and I run into an endless loop of it telling me the proper usage of the "mount" command. I thought I had it at one point but when I typed: rm /system/AmazonMp3.apk all it did was tell me that it was a read-only file and that it couldn't be deleted.
Can someone help lead me in the right direction of what I am doing wrong? I rooted and removed all bloatware about a year ago but I just did an upgrade through MiniKies to the latest version of firmware and I can't seem to remember the process I went through that long ago to get it done right.
I apologize for possibly asking a question that has been asked numerous times but I just couldn't seem to get the wording right to get any helpful results in the search of the forums. Thank you so much for the time in reading this and the future help if any can be provided. Have a great night!!!
It looks like you are in the wrong directory. Open a command prompt in
C:\AndroidSDK\platform-tools
Open the platform tools folder. Click on a blank space > hold down the shift key > hit right click > select open command window here. Then enter the commands:
adb devices "to check if your device is connected. also make sure usb debugging is enabled on your phone.
adb remount
adb shell
su
mount -o remount,rw -t rfs /dev/stl5 /system
rm -r /system/app/[AppName].apk
If you want a list of all your /system/apps enter this command
cd /system/app
ls *.apk
This is much easier if you download rom toolbox from the market. All you do is go to /system/app and delete whatever bloatware you dont want.
BUT BE EXTREMELY CAREFUL WHEN DELETING SYSTEM APPS. ONLY DELETE WHAT YOU KNOW IS BLOATWARE OTHERWISE YOU WILL GET FC'S
good luck
Would I still need to follow the steps prior to that and use SuperOneClick to root the device or do I just skip that process and go straight to the cmd prompt?
Also, I followed a tutorial I found for installing the Android SDK that informed me to copy all the files from android-tools to the tools directory and use that instead but I don't know what the use in that is except for maybe a smaller directory name?
EDIT: I tried what you said with and with using SuperOneClick prior to the procedure and the cmd prompt displayed the following text:
*opened cmd promt in C:\AndroidSDK\tools (no files in platform-tools anymore)*
adb devices (it found my device connected)
adb remount (adb remount: no such file or directory exists)
The adb shell and su commands works fine BUT I still hit the endless loop of it trying to explain to me the "usage" of the mount command.
I will look into Rom toolbox as I'm trying to figure this out as well. Thank you.
I strongly recommend you download root explorer or some similar root browser app. Of course though your phone must be rooted. Just try rom toolbox. It has its own root browser within the app along with other useful features. This is probably the easiest way to uninstall the bloatware in your case since you are having issues with adb.
Sent from my Galaxy Nexus using XDA
Thank you!
Okay, I have the suggested "rom toolbox" downloaded from the market and I will try to use that but SuperOneClick does not root the phone deep enough for rom toolbox to see the phone as rooted so...will the "updated.zip" method work for this instead?
I haven't tried it before but I am willing to give it a go if you think it's the best method. If this is the method you recommend, would you happen to have a link to the most recent or atleast most trusted updated.zip rooting method?
CScrivener said:
Thank you!
Okay, I have the suggested "rom toolbox" downloaded from the market and I will try to use that but SuperOneClick does not root the phone deep enough for rom toolbox to see the phone as rooted so...will the "updated.zip" method work for this instead?
I haven't tried it before but I am willing to give it a go if you think it's the best method. If this is the method you recommend, would you happen to have a link to the most recent or atleast most trusted updated.zip rooting method?
Click to expand...
Click to collapse
You can try rooting your phone using this toolbox.
http://forum.xda-developers.com/showthread.php?t=954509
If that does not work for you i will try and find the link to the "one click root program" i use all the time.
Here is an excellent guide to root.
http://forum.xda-developers.com/showthread.php?t=849028
Sent from my Galaxy Nexus using XDA
Here is the program i use. Just remember to have usb debugging enabled on your phone. It really cant get any easier than this.
http://forum.xda-developers.com/showthread.php?t=739300
Sent from my Galaxy Nexus using XDA
So I downloaded the one click program you suggested and the program itself seems to bee pretty straight forward.
I connected phone to computer with debugging on. Opened program and hit one click root. It started doing it's thing...phone rebooted and went into recovery. I started to follow instructions up until I got to where it said install packages. When I clicked it, the phone said installation failed no such file our directory exists.
The phone is looking for the updated.zip file but none exists in the one click folder. There is a root.zip and an unroot.zip...do I need to rename one of them to proceed???
Thank you so much for all the help so far, I feel like I'm so close but just not there yet. You have been an incredible help!
Sent from my SGH-T959 using XDA
CScrivener said:
The phone is looking for the updated.zip file but none exists in the one click folder. There is a root.zip and an unroot.zip...do I need to rename one of them to proceed???
Click to expand...
Click to collapse
The way (Stock) Recovery works is if you are not "Install from SD" then it will look for the file labeled Update.zip. So you can rename only the Root.zip to Update.zip and make sure that is the only thing on your internal SD labeled that or with .zip Put the unroot.zip in a folder for now. Then try again.
Alright, will give that a try when I get home. I thought I read that the program copied the update.zip file to the phone during it's process so I didn't want to do anything to work against that. I will rename one of the files, copy it to the phone and give the one click root another shot. Thank you!
Sent from my SGH-T959 using XDA
CScrivener said:
Alright, will give that a try when I get home. I thought I read that the program copied the update.zip file to the phone during it's process so I didn't want to do anything to work against that. I will rename one of the files, copy it to the phone and give the one click root another shot. Thank you!
Sent from my SGH-T959 using XDA
Click to expand...
Click to collapse
There is no need to rename anything. The program does it all for you. Play close attention to the first screen (green one) if it says update.zip copied successfully it will then reboot your phone to stock recovery. Once you are in stock recovery all you do is click reinstall packages. Keep clicking reinstall packages even if it reboots the first time. To prove my point mount your phone to your pc and check to see if the update.zip is copied onto the root of your into storage. If not well copy the update.zip from the last guide i suggested from above.
Also check to see if the superuser app is installed on your phone. The program also installs that along with the update.zip. If you have superuser then go to the market download rom manager so you could download CWM.
Sent from my Galaxy Nexus using XDA
Alright, so I tried it again once I got home. Didn't work BUT I did see that update.zip was installed into my phone. The sig verification failed, which means I need to change recovery versions to the one that skips sig verification correct?
I'll go search the forums for that since I remember seeing that a little while ago but that is the correct path I need to take at this point in time am I right?
Thank you so much! Big big help!
You can pull the CWR from my signature. Same as before. Put it on your internal labeled update.zip, boot into recovery and and scroll down to Reinstall Packages. Hit it. It will cycle and probably come back to stock recovery. Hit Reinstall Packages again and the stock recovery will go from blue to green (CWR).
Side note, probably from there you will be able to install the Superuser update.zip. Just go to Install from SD card and find it and hit it. The reboot. Might not but the CWR instructions above shoudl work for you.
Well I changed the recovery version using the file from http://forum.xda-developers.com/showthread.php?t=833423 and then used the OneClickRoot and was able to get the update installed (I think). The phone booted up normally, I noticed that SU Permissions was installed so I figure I am rooted correct? WRONG. Rom toolbox says I am not. Is there another way to verify? Should I reinstall Rom toolbox incase it's just bugging out on me?
So I tried using Rom Manager too. Looks as tho SU is not installed correctly, will have to try again I guess.
Cannot install CWR, tried and the recovery text stays blue even after 14 times of reinstalling packages...
This phone will be sent flying across the room sometime tonight I'm guessing. About to erase the entire thing and try starting from scratch again. (Start from Eclair and work my way up maybe)
If you are willing to start from Eclair it would be soooo much easier that all this stuff.
Odin to stock, flash CWR from my signature, go from blue to green and then flash Fishman's Bionix and you are good to go. Simple and way easier than all this mess. Just download Fish's and put it on you SD card somewhere you'll remember. Once in green recovery just scroll to that ROM and flash it per OP.
We've just been trying to Root you since on your OP you said you didn't want to flash a custom ROM.
Well...I'm still trying to avoid flashing Roms (I've upgraded through MiniKies and that's it).
I've only been trying to root just to clean bloatware off but it seems that I must be lacking the technical skills to follow instrcutions properly....nothing is cooperating and even after following all steps nothing wants to work like it should.
Grrrr! One last try to get CWR working before I lose my mind and need to take a break/walk away for a bit.
Ok, so I'm currently back to stock Eclair (ew!!) and about to boot to recovery to install CWR. Wish me luck on that one....
Wooo, CWR up and running! Now I just have to work on a flash maybe or whatever steps were suggested next...I might try the ROM you suggested.
The ROM gets placed on external sdcard and installed from within CWR correct?
Do most ROMs remove bloatware and useless apps?
Yes and are pre-Rooted. Put the ROM.zip on either card. I have a folder that I use. Boot into recovery and get green recovery back. Go to install from SD, find the ROM and flash it per the OP instructions.
Bloat free, pre-Rooted and usually has Voodoo so you can get Voodoo Sound from the market and have a sonic ear-gasm.
Just wanted to say thanks for all the help! I installed the suggested ROM last night and I am very happy with the results thus far. It was alot easier than I thought it would be. Flashing a ROM was MUCH more simpler than the root only decision. Thank you again!

How to root now?

I used to have a copy of Hasoon's tool, but I reformatted my PC a while ago and no longer have it.
I have a replacement for my son's broken phone, but I can't get it rooted or even install recovery because I get the Main Version is older error. I used to just use the tool, but all links to it have been removed from everywhere I can find. Is there anything I can do to get that back?
ncwildcat said:
I used to have a copy of Hasoon's tool, but I reformatted my PC a while ago and no longer have it.
I have a replacement for my son's broken phone, but I can't get it rooted or even install recovery because I get the Main Version is older error. I used to just use the tool, but all links to it have been removed from everywhere I can find. Is there anything I can do to get that back?
Click to expand...
Click to collapse
It is so simple to root the Rezound, there is no real need for an all in one tool just remember that it will wipe the phone...
1) Download the latest SuperSU.zip from here: http://download.chainfire.eu/supersu and place it in the root of the SD Card
2) Unlock via HTCdev (instructions are all over the place, including at HTCdev.com) and verify booting and operation
3) Extract recovery.img from the latest TWRP package and place in adb directory
4) Boot into Hboot and then start Fastboot
5) Execute "fastboot boot recovery.img"
6) Install/Flash SuperSU.zip from Step #1
7) Reboot
Done... That's it, your rooted and no MainVer issues!
Although, I would keep it stock until it OTA's to the latest version... unless it is already 4.5.605.14, then you have to do it the way I mentioned, the all in one tool won't work due to Hboot being to new.
To add; you may want to install busybox as some root apps need it. Its simple as getting Stericson's BusyBox app and pressing install then rebooting.
Sent from my Rezound using Tapatalk 4
3) Extract recovery.img from the latest TWRP package and place in adb directory
Does this mean create an adb folder on root of SD? What else should be in it? Sorry, not a noob just been a while since I rooted and I have to root\s-off a replacement. Thanks!
tholmes8291 said:
3) Extract recovery.img from the latest TWRP package and place in adb directory
Does this mean create an adb folder on root of SD? What else should be in it? Sorry, not a noob just been a while since I rooted and I have to root\s-off a replacement. Thanks!
Click to expand...
Click to collapse
No... On your computer you should have installed ADB (Android Debug Bridge), this is what gives you the adb.exe and fastboot.exe files to talk to the phone and perform operations from your PC... The directory that contains these files (usually .\adb\platform-tools\) is where you copy this file... These commands are done on your PC and the recovery.img is pushed to the phone.
There are tons of guides on this that are literally step by step, even Youtube videos, no offense, bur if you don't comprehend some of these steps you might want to do some more research before continuing.
Sent from my Nexus 4 using Tapatalk
acejavelin said:
No... On your computer you should have installed ADB (Android Debug Bridge), this is what gives you the adb.exe and fastboot.exe files to talk to the phone and perform operations from your PC... The directory that contains these files (usually .\adb\platform-tools\) is where you copy this file... These commands are done on your PC and the recovery.img is pushed to the phone.
There are tons of guides on this that are literally step by step, even Youtube videos, no offense, bur if you don't comprehend some of these steps you might want to do some more research before continuing.
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
No offense taken. Been brushing up and weeding out stuff that is out of date. I did install updated ADB/SDK and go over the guides. All coming back to me now. Think I've got all I need now. Thanks for the reply.
tholmes8291 said:
No offense taken. Been brushing up and weeding out stuff that is out of date. I did install updated ADB/SDK and go over the guides. All coming back to me now. Think I've got all I need now. Thanks for the reply.
Click to expand...
Click to collapse
OK, cool. If you need more assistance, fell free to ask.
Just for future reference... avoid the "one click" tools, especially on the Rez, they are mostly out of date. Plus knowing how to do it manually is usually quite useful.
acejavelin said:
OK, cool. If you ne. more assistance, fell free to ask.
Just for future reference... avoid the "one click" tools, especially on the Rez, they are mostly out of date. Plus knowing how to do it manually is usually quite useful.
Click to expand...
Click to collapse
Yeah I don't use 1 click. Thanks for the offer

Categories

Resources