[Q] Amaze 4G root help on Mac - HTC Amaze 4G

I am having little luck rooting my Amaze 4G. I ran the Mac version of the one click root, however, after the terminal says "daemon started successfully" it hangs and does nothing. It has been sitting like that for 10 minutes now. Anyone have this problem? Or know what I should do?
[UPDATE]
I turned on USB debugging and got it to run, and the terminal returned "SUCCESSFUL".
However, after rebooting the phone, the phone is not rooted. And yes, my boot loader is unlocked using the HTCDev website.
Any thoughts?
Also the Amaze is running on Software number: 1.43.531.3

it could be because the commands for MAC are different than from windows.
mac commands contain a " ./ "
example: ./adb connect
etc
see if you can edit the script.. or paste the script here.
ill fix it

Alright, I got the one click root to work..... Kind of....
It said "successful"
However, after a reboot, my phone is not rooted.
Btw, it was because I didn't have USB debugging on. Silly me, forgot about the factory reset turned it off by default
Sent from my HTC_Amaze_4G using XDA App

apenaroks said:
I am having little luck rooting my Amaze 4G. I ran the Mac version of the one click root, however, after the terminal says "daemon started successfully" it hangs and does nothing. It has been sitting like that for 10 minutes now. Anyone have this problem? Or know what I should do?
[UPDATE]
I turned on USB debugging and got it to run, and the terminal returned "SUCCESSFUL".
However, after rebooting the phone, the phone is not rooted. And yes, my boot loader is unlocked using the HTCDev website.
Any thoughts?
Also the Amaze is running on Software number: 1.43.531.3
Click to expand...
Click to collapse
Get a PC...j/k

When I get home I will look for all my mac files for you.
Sent from my HTC Amaze 4G using xda premium

apenaroks said:
I am having little luck rooting my Amaze 4G. I ran the Mac version of the one click root, however, after the terminal says "daemon started successfully" it hangs and does nothing. It has been sitting like that for 10 minutes now. Anyone have this problem? Or know what I should do?
[UPDATE]
I turned on USB debugging and got it to run, and the terminal returned "SUCCESSFUL".
However, after rebooting the phone, the phone is not rooted. And yes, my boot loader is unlocked using the HTCDev website.
Any thoughts?
Also the Amaze is running on Software number: 1.43.531.3
Click to expand...
Click to collapse
Did you install a custom recovery after unlocking?
READ THE "BASIC KNOWLEDGE", THE "PROBLEMS" AND THE SECOND POST...http://forum.xda-developers.com/showthread.php?t=1426648
Those sticky notes on top are there for a reason

Thanks to everyone on the other thread, I was successfully able to root my phone!! Getting CWM running was what I was messing up on. Finally got the phone to boot it. After that, rooted the phone with seansk and binary100100 's help, installed the root files.
Sent from my HTC_Amaze_4G using XDA App

seansk said:
Did you install a custom recovery after unlocking?
READ THE "BASIC KNOWLEDGE", THE "PROBLEMS" AND THE SECOND POST...http://forum.xda-developers.com/showthread.php?t=1426648
Those sticky notes on top are there for a reason
Click to expand...
Click to collapse
I did not install a custom ROM. I might, but for now I am happy to be rooted!!
Sent from my HTC_Amaze_4G using XDA App

Here's_the_kernel_flasher_for_MAC.

Related

[Q] How to Reroot after OTA update to HTC EVO 4g let

Hi Everyone,
I accidentally hit the OTA update (software ver. 1.22.651.3 710RD) for my rooted HTC EVO 4G LTE phone (whoops!). I have SuperSU Pro with Survival Mode activated but that didn't work. I never installed special ROMs and primarily used ROOT for Tethering.
At any rate, my root is now gone and I can't find any discussions about how to re-root after an OTA update. I don't want to screw up my phone any further since it seems to be working ok otherwise.
Any suggestions?
Thanks!
skejmal said:
Hi Everyone,
I accidentally hit the OTA update (software ver. 1.22.651.3 710RD) for my rooted HTC EVO 4G LTE phone (whoops!). I have SuperSU Pro with Survival Mode activated but that didn't work. I never installed special ROMs and primarily used ROOT for Tethering.
At any rate, my root is now gone and I can't find any discussions about how to re-root after an OTA update. I don't want to screw up my phone any further since it seems to be working ok otherwise.
Any suggestions?
Thanks!
Click to expand...
Click to collapse
You'll have to do the HTCDev unlock method (easiest way is through RegawMod). That's the only way right now.
eXplicit815 said:
You'll have to do the HTCDev unlock method (best way is through RegawMod). That's the only way right now.
Click to expand...
Click to collapse
actually the best way is htc dev using the adb tools mini sdk, regawmod has not been fixed and there are a lot of users complaining that they get stuck. To me it only takes a little common sense to solve 90% of the issues using regawmod but some people need their hands held and that thread is slowly boiling down to the worlds most repetitive support desk.
HTC Dev Unlock
Requirements
HTC Drivers
ADB Tools Mini SDK
Setup
Install HTC Drivers if necessary
Extract ADB Tools anywhere, doesnt matter
Open ADB Tools and hold shift+right click, select open command window here
In phone settings, enable usb debugging and disable fasboot
Connect the phone to pc
Steps
In the command window type adb start-server
Next type adb reboot bootloader
Select fastboot
Type fastboot devices to make sure you are connected
Type fastboot oem get_identifier_token
Right click and select mark, click and drag from the top arrows to the bottom arrows and make sure not to highlight any empty spaces as this will confuse the website, right click and it will be saved to clipboard
Now go to HTC Dev and if you don't already have an account, sign up for it
Go to unlock bootloader and select other supported models and accept the agreements
Skip the steps until you get the to token submit window and paste the token you copied earlier and submit.
Go to your email and download the unlock_bin code
Put the code in the ADB Tools folder
Type fastboot flash unlocktoken Unlock_code.bin
When the phone prompt comes up to unlock bootloader hit yes, now you are unlocked, re-enable usb debugging and disable fastboot
Type adb reboot bootloader
Type fastboot devices to make sure phone connected
Type fastboot flash recovery openrecovery-twrp-2.2.2.0-jewel.img
Type erase cache
Reboot phone and you will have unlock and recovery, all thats missing is to restart phone in bootloader and select recovery to flash a rom. Wipe Dalvik, cache, Factory reset, system and then install the rom. If it doesn't boot, extract the boot.img from the rom and put it in the adb folder and in fastboot type fastboot flash boot boot.img and reboot
Thanks for responding so quickly! I will try this.
skejmal said:
Thanks for responding so quickly! I will try this.
Click to expand...
Click to collapse
Does this work for an LTE EVO running 2.13.651.1 710RD as well? That is what my phone is showing. Thanks.
steveiott06 said:
Does this work for an LTE EVO running 2.13.651.1 710RD as well? That is what my phone is showing. Thanks.
Click to expand...
Click to collapse
Should work for all versions because it's the HTC method for unlocking your phone to root.
eXplicit815 said:
Should work for all versions because it's the HTC method for unlocking your phone to root.
Click to expand...
Click to collapse
Hmm. Thanks for the help. However I was not aware that rooting the phone and doing this process would completely reset the phone back to stock. Now I have to set everything up again. Is this normal?
steveiott06 said:
Hmm. Thanks for the help. However I was not aware that rooting the phone and doing this process would completely reset the phone back to stock. Now I have to set everything up again. Is this normal?
Click to expand...
Click to collapse
Yes. It even tells you when you accept the terms on the phone.
skejmal said:
Thanks for responding so quickly! I will try this.
Click to expand...
Click to collapse
One last stupid question...Are the steps you describe to re-root applicable to a Mac? or Windows-based computer?
skejmal said:
One last stupid question...Are the steps you describe to re-root applicable to a Mac? or Windows-based computer?
Click to expand...
Click to collapse
Windows, although there are methods for OS X.
steveiott06 said:
Hmm. Thanks for the help. However I was not aware that rooting the phone and doing this process would completely reset the phone back to stock. Now I have to set everything up again. Is this normal?
Click to expand...
Click to collapse
Well, after getting the phone going and attempting to use programs with root privileges, it seems that the rooting process didnt work. All the steps went just fine until I got to the last one and it said to "wipe cashe" when I typed that in it didnt work, so I just skipped that step and rebooted the phone.
Is that what caused the root to not take to the phone?
steveiott06 said:
Well, after getting the phone going and attempting to use programs with root privileges, it seems that the rooting process didnt work. All the steps went just fine until I got to the last one and it said to "wipe cashe" when I typed that in it didnt work, so I just skipped that step and rebooted the phone.
Is that what caused the root to not take to the phone?
Click to expand...
Click to collapse
What steps did you do? I did RegawMOD last week and it was done in like 5 minutes.
eXplicit815 said:
What steps did you do? I did RegawMOD last week and it was done in like 5 minutes.
Click to expand...
Click to collapse
I did the HTC Dev unlock steps.
steveiott06 said:
I did the HTC Dev unlock steps.
Click to expand...
Click to collapse
Do THIS, and get back to me.
steveiott06 said:
I did the HTC Dev unlock steps.
Click to expand...
Click to collapse
You need to flash superuser in recovery or flash a rom
eXplicit815 said:
Do THIS, and get back to me.
Click to expand...
Click to collapse
Also tried this last night. I plug my phone in, hit the ROOT button and nothing happens. I actually get a "not responding" on the software. My phone does not reboot into recovery. Does the HBOOT version matter with this? I am v1.19
Sorry, I am still learning all these terms. Not exactly sure what effects what.
I rooted and put Cyanogenmod on my OG EVO and never had this much trouble.
FYI: I was rooted before doing the latest OTA update. So I still have a Super user icon but if I click it it cant update the binary (because I am no longer rooted)...I read somewhere that people said to do a factory reset then try this rooting method again, because of old junk files left behind on the phone. This true?
Does this work on hboot 1.19?
Sent from my EVO using xda premium
If I want to completely update my phone (Android 4.0.3, Soft ver 1.22.651, baseband 1.02 because I pretty much got the phone the phone in December and immediately rooted it), will this method work? I'd really like to get Mean Rom but obviously, I'm in need of a few updates and I'm trying to figure out the simplest way to get there. It seems like doing all the official updates and then re-rooting and then installing MR would be the simplest way to do it buuuuut better to ask and be wrong and pointed in the right direction than screw everything up.
ashemountain said:
If I want to completely update my phone (Android 4.0.3, Soft ver 1.22.651, baseband 1.02 because I pretty much got the phone the phone in December and immediately rooted it), will this method work? I'd really like to get Mean Rom but obviously, I'm in need of a few updates and I'm trying to figure out the simplest way to get there. It seems like doing all the official updates and then re-rooting and then installing MR would be the simplest way to do it buuuuut better to ask and be wrong and pointed in the right direction than screw everything up.
Click to expand...
Click to collapse
Why don't you try getting S-off, then updating everything without having to unroot & root again?
Sent from my EVO using xda premium
FinZ28 said:
Why don't you try getting S-off, then updating everything without having to unroot & root again?
Sent from my EVO using xda premium
Click to expand...
Click to collapse
What he said
Sent from my HTCONE using xda app-developers app

messed up my phone; no roms :(

first off, I'm an idiot with this whole thing and shouldn't be doing it probably. i just don't know enough about it to be playing with expensive phones like this so i understand I deserve whatever i get.
i was running a custom rom on an S-ON phone. i forgot the name of the rom (was made by TEAM COOL or something). But I wanted to unroot and go back to normal stock ROM and download the JB update. First, in the SU app, I did a complete unroot. that did nothing except not let me use the app anymore.
then I tried doing the RUU way of going back, but when it would go to the loading bootloader portion, the usb would disconnect and it would fail with error 171.
so then, and i don't know how i got here, but i went into recovery and did a factory reset and now i have no rom. I have tried installing meanrom but it fails after some line regarding a kernal. my phone won't do anything except boot to the white HTC screen or into the bootloader.
i have no idea what to do, I just want it working at this point.
i've been searching forums like crazy but all the solutions are things I already have done or things that won't work for me.
If you haven't done so yet, you need to relock the bootloader before running ruu. Put your phone in fastboot and using SDK or ADB Tools, type fastboot oem lock
om4 said:
If you haven't done so yet, you need to relock the bootloader before running ruu. Put your phone in fastboot and using SDK or ADB Tools, type fastboot oem lock
Click to expand...
Click to collapse
thank you for your help! however, whenever i do this, it just says < waiting for device >
so i finally got a rom to install--clean rom. that is the one i used to have. but when i reboot, it gets stuck on a black screen and won't go any further.
I had the same thing happen. Had to run a boot.img flash utility i found on another thread elsewhere on xda. The flash utility was updated for jb. If i can locate where i found it then i will get back to you.
Sent from my EVO using Tapatalk 2
I was curious if you ever found that rom or if anybody can help me? The phone is still out of commission. It's been tough to make it through the holidays especially since my laptop was stolen the very next day that all this happened
bump again. I'm assuming the phone is bricked for good if the brightest minds on the subject don't even know
i'm using my dad's old evo 4g for now.
unclefarkus said:
bump again. I'm assuming the phone is bricked for good if the brightest minds on the subject don't even know
i'm using my dad's old evo 4g for now.
Click to expand...
Click to collapse
Have you tried meanbean? It has the boot.img flash tool baked in for s-on, just follow the instructions to the tee in the OP... It's in the Android development thread... Good luck
Sent from my EVO using xda app-developers app
Sounds like you need to flash a Rom that has the s-on installer or fastboot flash the kernel for the Rom you have installed
Most roms come with the kernel installer built in now days. just keep trying to flash em. fyi if your phone turns on , even a little bit , you are not bricked
I am trying to flash meanbean. I wiped the cahes and did factory reset, then flashed the ROM. It's been on "Installing /system..." for about 30 minutes now. Something seems wrong. I'm scared to interrupt it in case that's normal or if interrupting it will break it for good.
Well, I think that might be because my twrp version is really old...2.1.8. I tried updating but had no luck.
Now nothing flashes. It gets to 'verifying partition sizes' then fails. Tried this on several roms that would previously flash, just not work.
unclefarkus said:
Well, I think that might be because my twrp version is really old...2.1.8. I tried updating but had no luck.
Now nothing flashes. It gets to 'verifying partition sizes' then fails. Tried this on several roms that would previously flash, just not work.
Click to expand...
Click to collapse
Update twrp through goomanager, its in the market, then try again.
Sent from my EVO using xda premium
mrlakadaddy said:
Update twrp through goomanager, its in the market, then try again.
Sent from my EVO using xda premium
Click to expand...
Click to collapse
lol how could he do that if he dont have any rom installed...dafuq?
You need to FASTBOOT install it:
Turn off your device. Turn on the device and keep holding volume down until a menu shows up. Select fastboot from the menu list. Plug the device into your computer. If you have the right drivers installed, your screen should now say FASTBOOT USB. Run the following command via the command line:
fastboot flash recovery TWRP.img
Boatiy said:
lol how could he do that if he dont have any rom installed...dafuq?
You need to FASTBOOT install it:
Turn off your device. Turn on the device and keep holding volume down until a menu shows up. Select fastboot from the menu list. Plug the device into your computer. If you have the right drivers installed, your screen should now say FASTBOOT USB. Run the following command via the command line:
fastboot flash recovery TWRP.img
Click to expand...
Click to collapse
Don't forget the clear cache commands
Sent from my EVO using xda app-developers app
I have given this a go, however, as I should expect by now, nothing happens.
It says "waiting for device" and that's it
Upon typing "adb devices" nothing shows up.
Furthermore, when I go to Fastboot, Fastbook usb does show up, but I get a message on the computer saying the usb device has malfunctioned.
unclefarkus said:
I have given this a go, however, as I should expect by now, nothing happens.
It says "waiting for device" and that's it
Upon typing "adb devices" nothing shows up.
Furthermore, when I go to Fastboot, Fastbook usb does show up, but I get a message on the computer saying the usb device has malfunctioned.
Click to expand...
Click to collapse
Can you get into bootloader? If so go to the TWRP website and download the hboot zip. Put on external sd card and enter bootloader.
Sent from my EVO using Tapatalk 2
Perhaps what is happening when you try oem lock and get that error is that adb is still running from a prior attempt or because of some other program. Try opening your task manager and ending all processes of adb and other programs that connect to the phone. Then try oem locking again and go from there.
Sent from my EVO using xda premium
I made a little bit of progress!
I determined that Windows 8 was the reason I get the usb malfunctioning message. I obtained a Windows 7 computer and it worked like a charm.
That said, I'm not out of the woods yet.
I relocked the phone using fastboot and then have been attempting to flash a stock RUU now that the usb issue is sorted out.
That seems to work but it gets stuck at "sending....." for as long as 35 minutes. I've tried about 4 times, giving between 20-35 minutes and it won't go beyond sending.
I can at least fastboot now; but the phone is locked. Which is fine; I just want back to stock anyways.
Tampered
Re-locked
S-On
Hboot-1.19.0000
Radio-1.12.11.0809
OpenDSP-v29-1.0.45.0622
eMMC-boot
Aug 9 2012
I flashed the 2.13.651.1 RUU by the way.
Any new advice haha?
I loaded a PJ img via sd card and it's alive and updating to JB OTA right now! Thanks for all the help over the past month folks

S Off question.

I already unlocked my phone but S-ON is still active. I looked into the dirtyraccun method but it mentions to not flash a custom recovery. I already have TRWM and Viper Rom installed. What would be the best method for getting S-Off? I have the latest firmware.
bicycle_kick said:
I already unlocked my phone but S-ON is still active. I looked into the dirtyraccun method but it mentions to not flash a custom recovery. I already have TRWM and Viper Rom installed. What would be the best method for getting S-Off? I have the latest firmware.
Click to expand...
Click to collapse
Moonshine
Sent from my Eliptic Nexus 7
Been trying moonshine but after the 1st device reboot, ADB doesnt work right
bicycle_kick said:
Been trying moonshine but after the 1st device reboot, ADB doesnt work right
Click to expand...
Click to collapse
Make sure you have the latest HTC driver installed. Use a USB 2.0 port, make sure that HTC Sync is not installed on your computer, and that your computer antivirus is off.
You can get the latest driver in the link below. Use the HTC driver from post #2.
http://forum.xda-developers.com/showthread.php?t=2179776
Also, it may take a few attempts before Moonshine is successful. On the phone I recently Moonshined, it took a few tries before it succeeded, and I had everything set up correctly.
Sent from my EVO using xda premium
FinZ28 said:
Make sure you have the latest HTC driver installed. Use a USB 2.0 port, make sure that HTC Sync is not installed on your computer, and that your computer antivirus is off.
You can get the latest driver in the link below. Use the HTC driver from post #2.
http://forum.xda-developers.com/showthread.php?t=2179776
Also, it may take a few attempts before Moonshine is successful. On the phone I recently Moonshined, it took a few tries before it succeeded, and I had everything set up correctly.
Sent from my EVO using xda premium
Click to expand...
Click to collapse
I've been running into the same issues! It keeps getting stuck on the second step! I've been following all your suggestions you posted in my other thread as well. At least it got me to the second step in Moonshine.
All HTC drivers were removed and the new ones were reinstalled. Computer and phone rebooted, USB 2.0 port, etc... I even went to another PC and ran into the same problems. I'll try it some more since you said it took a few tries.
Edit: Now it won't establish a connection to complete the first step in fastboot even though the PC keeps making sounds when fastboot USB gets turned on
venkman21 said:
I've been running into the same issues! It keeps getting stuck on the second step! I've been following all your suggestions you posted in my other thread as well. At least it got me to the second step in Moonshine.
All HTC drivers were removed and the new ones were reinstalled. Computer and phone rebooted, USB 2.0 port, etc... I even went to another PC and ran into the same problems. I'll try it some more since you said it took a few tries.
Edit: Now it won't establish a connection to complete the first step in fastboot even though the PC keeps making sounds when fastboot USB gets turned on
Click to expand...
Click to collapse
Check PM.
Sent from my EVO using xda premium
FinZ28 said:
Check PM.
Sent from my EVO using xda premium
Click to expand...
Click to collapse
I'm so close FinZ! I just need to figure out how to run RabiesShot from a Windows machine (cmd prompt) - or is it possible to run it via Terminal Emulator on the phone?
Does anyone know how to run RabiesShot without Ubuntu?
venkman21 said:
I'm so close FinZ! I just need to figure out how to run RabiesShot from a Windows machine (cmd prompt) - or is it possible to run it via Terminal Emulator on the phone?
Does anyone know how to run RabiesShot without Ubuntu?
Click to expand...
Click to collapse
You have to use a live CD with Dirty Racun if you are running Windows. To answer your second question, no, you can't use terminal emulator on your phone, either. Please be careful with what you're doing, otherwise you risk having an expensive paperweight in your hand. Personally I would have gone the Moonshine route It's Windows friendly and you don't have to fool with any commands, other then checking device connection with ADB & fastboot.
Sent from my EVO using xda premium
FinZ28 said:
You have to use a live CD with Dirty Racun if you are running Windows. To answer your second question, no, you can't use terminal emulator on your phone, either. Please be careful with what you're doing, otherwise you risk having an expensive paperweight in your hand. Personally I would have gone the Moonshine route It's Windows friendly and you don't have to fool with any commands, other then checking device connection with ADB & fastboot.
Sent from my EVO using xda premium
Click to expand...
Click to collapse
Yeah I know. I'm being really careful with everything - reading up before I do ANYTHING. I've done this to several phones before, but never had this much trouble...
Do you know if it's possible to still use Moonshine at this point? I've gone through every single step for DirtyRacun except for #14 which is to run RabiesShot. I have the RUU for 3.15 HBOOT 2.09 installed and running fine right now. If I can use Moonshine (and actually get it to connect to the device now), I would rather do that.
venkman21 said:
Yeah I know. I'm being really careful with everything - reading up before I do ANYTHING. I've done this two several phones before, but never had this much trouble...
Do you know if it's possible to still use Moonshine at this point? I've gone through every single step for DirtyRacun except for #14 which is to run RabiesShot. I have the RUU for 3.15 HBOOT 2.09 installed and running fine right now. If I can use Moonshine (and actually get it to connect to the device now), I would rather do that.
Click to expand...
Click to collapse
You need to use Facepalm. Follow Bigdaddy's instructions towards the end of the thread in the link below.
http://forum.xda-developers.com/showthread.php?t=2337029
Sent from my EVO using xda premium
FinZ28 said:
You need to use Facepalm. Follow Bigdaddy's instructions towards the end of the thread in the link below.
http://forum.xda-developers.com/showthread.php?t=2337029
Sent from my EVO using xda premium
Click to expand...
Click to collapse
Moonshine worked. My issue was I had to keep turning the USB off the HTC sync everytime the phone rebooted. Now I have S-OFF but my ROM issues still are taking place. Roms just won't boot and sit on loading screen
bicycle_kick said:
Moonshine worked. My issue was I had to keep turning the USB off the HTC sync everytime the phone rebooted. Now I have S-OFF but my ROM issues still are taking place. Roms just won't boot and sit on loading screen
Click to expand...
Click to collapse
Make sure you're doing a full system wipe in recovery prior to flashing the ROM. You also might want to try opening a command prompt in your ADB tools folder while in the bootloader and type the command "fastboot erase cache" (minus quotation marks) and hit enter. Make sure you're connected via fastboot USB first.
Sent from my EVO using xda premium
FinZ28 said:
Make sure you're doing a full system wipe in recovery prior to flashing the ROM. You also might want to try opening a command prompt in your ADB tools folder while in the bootloader and type the command "fastboot erase cache" (minus quotation marks) and hit enter. Make sure you're connected via fastboot USB first.
Sent from my EVO using xda premium
Click to expand...
Click to collapse
Issue resolved! Cheers!
bicycle_kick said:
Issue resolved! Cheers!
Click to expand...
Click to collapse
Care to elaborate it may help someone else
Sent from my Eliptic Nexus 7

Question about S-OFF on Sprint HTC EVO LTE HBOOT @.09

My evo is rooted, ive got twrp recovery installed, and i recently tried flashing a rom and its not working for me . i have S-ON and i heard you need S-OFF to flash roms properly. Ive been looking around for a tool to S-OFF my evo on windows(HBOOT 2.09.0000) and i have yet to find one! is there a tool available to do this? if so, is it going to factory reset my device? will i ave to re-root and unclock the boot loader? as you can probably tell, Im new to the whole rooting and rom ing thing. I would like to be able to flash roms, so any help would be appreciated, thanks!
iamstafford said:
My evo is rooted, ive got twrp recovery installed, and i recently tried flashing a rom and its not working for me . i have S-ON and i heard you need S-OFF to flash roms properly. Ive been looking around for a tool to S-OFF my evo on windows(HBOOT 2.09.0000) and i have yet to find one! is there a tool available to do this? if so, is it going to factory reset my device? will i ave to re-root and unclock the boot loader? as you can probably tell, Im new to the whole rooting and rom ing thing. I would like to be able to flash roms, so any help would be appreciated, thanks!
Click to expand...
Click to collapse
Try the method I described in the thread I came up with this morning - if you're comfortable with doing everything. It wasn't too hard to do. I just had to convert the jargon into words I could understand.
Try using the Moonshine method first though! It's easy and straightforward - if it will recognize your device (which it wouldn't recognize mine for some reason).
Here's what I did.
Good luck!
iamstafford said:
My evo is rooted, ive got twrp recovery installed, and i recently tried flashing a rom and its not working for me . i have S-ON and i heard you need S-OFF to flash roms properly. Ive been looking around for a tool to S-OFF my evo on windows(HBOOT 2.09.0000) and i have yet to find one! is there a tool available to do this? if so, is it going to factory reset my device? will i ave to re-root and unclock the boot loader? as you can probably tell, Im new to the whole rooting and rom ing thing. I would like to be able to flash roms, so any help would be appreciated, thanks!
Click to expand...
Click to collapse
Take a look at the link in my sig. It should answer some of your questions.
Sent from my EVO using xda premium
iamstafford said:
My evo is rooted, ive got twrp recovery installed, and i recently tried flashing a rom and its not working for me . i have S-ON and i heard you need S-OFF to flash roms properly. Ive been looking around for a tool to S-OFF my evo on windows(HBOOT 2.09.0000) and i have yet to find one! is there a tool available to do this? if so, is it going to factory reset my device? will i ave to re-root and unclock the boot loader? as you can probably tell, Im new to the whole rooting and rom ing thing. I would like to be able to flash roms, so any help would be appreciated, thanks!
Click to expand...
Click to collapse
A second what venkman21 says, moonshine is the easiest method and works with all versions of Windows. Took me about 7 minutes and I was s-off and loving it. Good luck.
Sent from my EVO using xda app-developers app
SoFaKiNgStOkeD said:
A second what venkman21 says, moonshine is the easiest method and works with all versions of Windows. Took me about 7 minutes and I was s-off and loving it. Good luck.
Sent from my EVO using xda app-developers app
Click to expand...
Click to collapse
I tried moonshine. it didnt work! i have usb debugging on, i installed the android sdk tools and yes they are working properly. i am hooked up to a usb 2.0 port. but, whenever i run the program, it says Error ccannot check for updates, and at times it says error, run distiller again and read. any help?
iamstafford said:
I tried moonshine. it didnt work! i have usb debugging on, i installed the android sdk tools and yes they are working properly. i am hooked up to a usb 2.0 port. but, whenever i run the program, it says Error ccannot check for updates, and at times it says error, run distiller again and read. any help?
Click to expand...
Click to collapse
I get the same error messages. For the update one, make sure your firewall and anti-virus are off. That solved mine. For the "Error run distiller again" issue, that's what brought me here. Pleases let me know if you solve this!
iamstafford said:
I tried moonshine. it didnt work! i have usb debugging on, i installed the android sdk tools and yes they are working properly. i am hooked up to a usb 2.0 port. but, whenever i run the program, it says Error ccannot check for updates, and at times it says error, run distiller again and read. any help?
Click to expand...
Click to collapse
I think the "run distiller again and read" part means you pushed some buttons and otherwise touched or maimed your phone while Moonshine is working. I solved my issue. I was unzipping Moonshine to one folder then cutting the visible files out and pasting them to a separate folder. This left behind a hidden file. Solved problem by unzipping directly to my SDK platform tools folder which contains adb.exe and fastboot.exe. Worked first try. I'd already stopped firewalls, turned off anti-virus and tried to switch to usb file sharing during install (which is why I was told to "read". None of those were required this time. Never touched phone even though it was not in correct file sharing mode, and it still worked.

[Q] Unlock, Re-lock, Re- Unlock issues

Hello all, I've just recently recovered my DNA back to stock from a botched ROM install on the 3.06 software. Prior to running the RUU, I used Rumrunner to unlock my bootloader to put CWM on as my recovery. Then I had to re-lock it to run the RUU. Now I'm stuck at re-unlocking it. The HTCdev site is giving me a MID not allowed error and I'm thinking it has something to do with the fact that I used Rumrunner? Call me stupid, the DNA is still relatively new to me. Thank you!!
You shouldn't need to relock it to RUU. The RUU will overwrite your recovery with stock but the bootloader should remain unlocked (and s-off if you did that as well). At this point you should be able to just run rumrunner again to unlock the bootloader and then you can flash a custom recovery and go from there.
Sent from my HTC6435LVW using xda app-developers app
iissmart said:
You shouldn't need to relock it to RUU. The RUU will overwrite your recovery with stock but the bootloader should remain unlocked (and s-off if you did that as well). At this point you should be able to just run rumrunner again to unlock the bootloader and then you can flash a custom recovery and go from there.
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
Tried doing Rumrunner again, Getting this error, "ERROR: run rumrunner again and READ (no adb connection to device. Debugging on?
Drivers?)" I've uninstalled the drivers via device manager, let windows 7 reinstall them and installed/uninstalled HTCsync with no luck.
Edit: Nevermind, tried a different cable. Hate it when that happens.
Edit 2: Rumrunner must have failed, device still relocked.
Hubblemuffin said:
Tried doing Rumrunner again, Getting this error, "ERROR: run rumrunner again and READ (no adb connection to device. Debugging on?
Drivers?)" I've uninstalled the drivers via device manager, let windows 7 reinstall them and installed/uninstalled HTCsync with no luck.
Click to expand...
Click to collapse
Does 'adb devices' show your serial number? Did you enable debugging in the developer options?
iissmart said:
Does 'adb devices' show your serial number? Did you enable debugging in the developer options?
Click to expand...
Click to collapse
I don't even see ADB devices in device manager. Just Android USB Devices.
Hubblemuffin said:
I don't even see ADB devices in device manager. Just Android USB Devices.
Click to expand...
Click to collapse
ADB Devices is a command issued from the command prompt. It should return the S/N of the device connected. If there is no response the drivers are not installed on the PC. If you are using Win 8 or 8.1 you will have issues
RLGL said:
ADB Devices is a command issued from the command prompt. It should return the S/N of the device connected. If there is no response the drivers are not installed on the PC. If you are using Win 8 or 8.1 you will have issues
Click to expand...
Click to collapse
Not too familiar with running that command. I'm new to the whole HTC scene. My Note 2 was significantly easier to work with in this respect.
Hubblemuffin said:
Not too familiar with running that command. I'm new to the whole HTC scene. My Note 2 was significantly easier to work with in this respect.
Click to expand...
Click to collapse
Hı, have you find out a solution to this one ?
I am struggling with a similar situation:
http://forum.xda-developers.com/showthread.php?p=51140962
I did, sorry for not posting it here. I went and got a new cable from tiger direct and tried again. For some reason, the bootloader still says relocked but I have root access. I don't feel confident enough to try and see if CWM or TWRP and I don't want to go through the RUU garbage again. Shoot me a PM and I'll tell you everything what not to do. LOL
Sent from my HTC6435LVW using xda app-developers app
Hubblemuffin said:
I did, sorry for not posting it here. I went and got a new cable from tiger direct and tried again. For some reason, the bootloader still says relocked but I have root access. I don't feel confident enough to try and see if CWM or TWRP and I don't want to go through the RUU garbage again. Shoot me a PM and I'll tell you everything what not to do. LOL
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
I have heard if you flash a new hboot the relocked text will go away, but I haven't had this issue myself so I can't personally confirm it. I do recommend updating your hboot and radio, though, for other reasons like better radio signal.
iissmart said:
I have heard if you flash a new hboot the relocked text will go away, but I haven't had this issue myself so I can't personally confirm it. I do recommend updating your hboot and radio, though, for other reasons like better radio signal.
Click to expand...
Click to collapse
Updating the hboot and radio seems a little daunting. Definitely something I want to look in to once I can figure out how to get a ROM on this without calling a mulligan and starting from scratch again.
Hubblemuffin said:
Not too familiar with running that command. I'm new to the whole HTC scene. My Note 2 was significantly easier to work with in this respect.
Click to expand...
Click to collapse
Adb is universal to all android devices, I highly recommend getting used to it if you plan on rooting future devices, the only thing native to HTC is the S-OFF portion of eMMC
Hubblemuffin said:
I did, sorry for not posting it here. I went and got a new cable from tiger direct and tried again. For some reason, the bootloader still says relocked but I have root access. I don't feel confident enough to try and see if CWM or TWRP and I don't want to go through the RUU garbage again. Shoot me a PM and I'll tell you everything what not to do. LOL
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
Are you S-OFF? If so issue this command in fastboot:
fastboot oem writecid 22222222
Go to htcdev.com and then it will allow you to unlock the bootloader also make sure you have 8 2's in the command.

Categories

Resources