[Q]How to approach this VZW One Max - HTC One Max

Hello everyone I'm a new VZW One Max owner and this device has proven to be the most complicated ive experienced so far in terms of Rooting/Bootloader unlocking/and S-off. (I'm temp rooted with weaksauce 1.0.1)
I cant seem to get the bootloader unlocked via HTCdev, and the firewater and rumrunner do not work for me either .
It seems like every method to help accomplish the above requires an unlocked bootloader, and after reading several threads the tool of choice is firewater.
While reading the thread for firewater I noticed it said it is for HBOOT 2.47, there was a note at the bottom of the thread for 2.49 HBOOT users but while following the instructions from that thread one of the steps was to unlock the bootloader via HTCdev :silly: . And install the Stock HTC 1.19xxxx
How can that be done in my situation?
Ive attached errors i've been experiencing from firewater and rumrunner.
***For rumrunners I'm using the custom device specific download. But i've seen all types of errors from flashing a new kernel to using a more updated version.
Verizon HTC One Max Android Version 4.4.2 with HBOOT 2.49
Thanks for any steps in the right direction!

ceo4eva said:
Hello everyone I'm a new VZW One Max owner and this device has proven to be the most complicated ive experienced so far in terms of Rooting/Bootloader unlocking/and S-off. (I'm temp rooted with weaksauce 1.0.1)
I cant seem to get the bootloader unlocked via HTCdev, and the firewater and rumrunner do not work for me either .
It seems like every method to help accomplish the above requires an unlocked bootloader, and after reading several threads the tool of choice is firewater.
While reading the thread for firewater I noticed it said it is for HBOOT 2.47, there was a note at the bottom of the thread for 2.49 HBOOT users but while following the instructions from that thread one of the steps was to unlock the bootloader via HTCdev :silly: . And install the Stock HTC 1.19xxxx
How can that be done in my situation?
Ive attached errors i've been experiencing from firewater and rumrunner.
***For rumrunners I'm using the custom device specific download. But i've seen all types of errors from flashing a new kernel to using a more updated version.
Verizon HTC One Max Android Version 4.4.2 with HBOOT 2.49
Thanks for any steps in the right direction!
Click to expand...
Click to collapse
If you still need help with this, I recently did this on a Verizon One Max, double check the following:
Fastboot mode is off in the power/battery settings
No lock screen security enabled, pattern, pin, face, nothing should be on
Leave the screen on a long timeout, or no timeout for this process, adb may prompt RSA checks you'll need to grant permissions to.
Remove all super user apps, busybox installer apps, supersu, superuser, whatever
Then:
Run weaksauce app
Install supersu from play store or you can adb install the apk if you have the updater zip or apk on your PC
After you have su (# prompt instead of $ after typing su) in adb shell turn off WiFi, leave mobile data on:
adb shell
su
If you see it change to # then proceed, if not, reboot and run weaksauce again, wait for a minute and try the commands again.
Exit adb shell (type exit and hit enter twice)
Push firewater to /data/local/tmp
adb push firewater /data/local/tmp
Set 755 permissions on firewater:
adb shell
su (if not on # prompt, it should still be there)
chmod 755 /data/local/tmp/firewater
Run firewater (still in shell, don't close the terminal or exit from su/#):
/data/local/tmp/firewater
Last time it froze the first time, then the second try it went through on the second bottle. If you see no improvement after 3 minutes hold power for 60 seconds until it reboots the device, then start again from the weaksauce running part.
Hope this helps. I did it over team viewer with another user and this is what finally got it to get it all finished.
Rumrunner doesn't work with verizon 2.49 that I can tell, it'll be weaksauce and firewater.

Related

[Procedure]No HTC unlock downgrade HC-GB for official OTA

This procedure applies to both flyers and view
Required downloads
First download the Gingerbread RUU for your device from this thread.
If you don't have adb and fastboot on your PC
Get fastboot and adb tool for windows here
Get Fastboot and adb for linux here
I don't have a simple bundde for Mac, would welcome a link if anyone has one.
Download my universal misc_version and unzip to obtain the misc_version file.
Download tacoroot
Place both the misc_version and tacoroot.bin files in the same directory as adb
Procedure
Check the version number for your gingerbread RUU
In my example I am using this RUU: RUU_Flyer_HTC_WWE_2.00.405.3_R_Radio_20.3501.30.08 9BU_3809.05.04.10_M_release_194964_signed.exe
The version is the part highlighted in red.
Boot your flyer up to android if it's not already on, with usb debugging enabled and connect it to the PC.
Run the following adb commands
Code:
adb push tacoroot.bin /data/local
adb push misc_version /data/local
adb shell chmod 755 /data/local/tacoroot.bin
adb shell chmod 755 /data/local/misc_version
adb shell /data/local/tacoroot.bin --setup
At this point your device will reboot to recovery
Simultaneously press Volume Up, Volume Down and Power
Reboot your device
Run the following command
Code:
adb shell /data/local/tacoroot.bin --root
Your device will reboot, do not worry if it does not boot fully, it doesn't matter for this procedure, and it is a side effect of this root exploit.
Run the following command:
Code:
adb shell /data/local/misc_version -s [COLOR="Red"]2.00.405.3[/COLOR]
Note that the number in RED is the version number retrieved in step 1.
Reboot to fastboot:
Code:
adb reboot bootloader
Run your RUU ( if on linux or mac, see other similar threads from me on how to RUU on those OSes )
Special Thanks
jcase for providing the tacoroot.
Nice release globatron! I was actually looking at Tacoroot for this last night but didn't really want to go into it too much and decided against using it. Glad to see I wasn't the only one with the idea for it though.
heh, Gave jcase the updated misc_version so he has it on the github radme for tacoroot already but didn't want to release the procedure until I has actually tested misc_version to run on at least a few HTC emmc devices and with multiple version string lengths.
Even if you didn't release this today, I probably would have started on it tonight, I'm a bored teenager with too much time. Still, keep up the good work. If you want me to make a script for you or anything, let me know and I'll get to work on it. (also, you know you can actually have adb from the recovery so you dont need to hit the buttons on it, just have it wait then adb reboot (or even adb shell reboot))
Of course I know that but that's not the what the buttons is about here.
What are the points of the button?
Sent by breaking the sound barrier
To ensure with absolute certainty that a log will be created.
Ah, you want the button presses to be logged to ensure it's done the job. Alright, fair enough.
Glad to TacoRoot in use!
Thanks for the spice jcase, just realized I had a typo in the procedure....jcase *provided*, not tested (well that too), tacoroot.
globatron said:
Thanks for the spice jcase, just realized I had a typo in the procedure....jcase *provided*, not tested (well that too), tacoroot.
Click to expand...
Click to collapse
is the typo msc_version being misc_version
thanks Kevin, fixed that.
yep, didnt notice it until someone tried to do my procedure today lol... copy and paste my friend lol. Plus I just need to know one thing. This brings you down to GB but still keeps you locked right? You still technically have to use HTC unlock to bring it back to 1.13.000 correct?
Part1: correct, you've never unlocked if you do this.
Part2: No, you don't have to unlock at all during this procedure.
so to go from the 1.14 hboot to 1.13 u dont need to htc unlock?
kevinrocksman said:
so to go from the 1.14 hboot to 1.13 u dont need to htc unlock?
Click to expand...
Click to collapse
That's correct.
globatron said:
This procedure applies to both flyers and view
Required downloads
First download the Gingerbread RUU for your device from this thread.
the download link takes me to the flyer RUU, i understand the view & flyer are the same except the 3g/4g network on the View. i just want to make sure i download the correct RUU for my View. what verision do i need? this one "RUU_Express_Sprint_WWE_1.22.651.1_Radio_1.05.11.0531_NV_2.28_SPCS_release_198141_signed.exe"
agian thank you for the support
Click to expand...
Click to collapse
That one is fine. Express is the board name or the view so an RUU with express (not expresskt) in the name is what you need.
Hello, thanks for the downgrade help. Upgraded to honeycomb and hated it so I followed your instructions and everything went exactly as described until the middle of the RUU upgrade itself where it stopped and gave me an
ERROR[140]: BOOTLOADER VERSION ERROR
The ROM Update utility cannot update your android phone
Please get the correct ROM update utility and try again.
It won't successfully reboot now. When I go back to bootloader mode the recover screen shows
*** LOCKED ***
express pvt ship s-on rl
hboot-1.14.0005
microp-0656
radio-1.05.01.1006_3
emmc-boot
oct 25 2011, 16:35:13
used RUU_Express_Sprint_WWE_1.22.651.1
Its completely stock, was notified of the new update by htc and installed it over wifi. Thanks in advance for any help
What appears to have happened here is that somewhere along the way something didn't work fully and you failed to set the version to the same as or lower than the RUU you used.
I would need to see the output of :
Code:
fastboot getvar version-main
to be absolutely certain of this. If that is the case then becasue you are completely stock the best course of action would be for you to return it for repair. Tell the technical support people that this happened when you tried to take the OTA update to HoneyComb. The alternative will require you to use the HTC unlock.

[Q] Evo 3D Trouble unlocking bootloader/connecting to pc

I tried a while ago to unlock my bootloader using HTCDev when it first came out, would get to the part where the confirmation screen should pop up on your phone screen to unlock the bootloader but the screen never showed after multiple attempts, so frustrated, I gave up and told my self I'd come back later. Well later came around a few days ago and I attempted to unlock the bootloader again with the same results as the first time, get to the point where I'm supposed to confirm on my phone screen but it never shows. Did some research to find out the OTA version of the update to ICS could have possibly been the problem, but before I went any further I did a full backup of my phone using Carbon, then did a factory reset from the fastboot menu. Now the problem is, after I did the factory reset my computer no longer recognizes my phone when I plug it in. It can't find HTC sync on my computer even though it is, adb devices shows nothing, same with fastboot devices in fastboot mode. My computer recognized the phone just fine up until the factory reset. So I guess my question is, what caused this to happen and how can I fix it? Also, maybe some help unlocking my bootloader? I think I have to flash the RUU but my phone is 2.95.651 and I don't think it lets you go backwards unless you are S-OFF?
Edit: I guess I should mention that I've tried uninstalling and reinstalling the HTC drivers, usb debugging is enabled and Fast Boot in the power options is disabled, I'm also using the USB cord supplied with my phone, tried different USB ports, performed a second factory reset, made sure all my SDK stuff was up to date, and scoured these forums for 2 days now trying to figure it out (apologies if I missed the one thread with all the answers I need, I did try though). Additionally, in fastboot when I plug in my USB cord it switches to fastboot usb, but nothing shows up on devices, which I find really odd.
Anybody have any ideas/solutions for this?
Yep,
http://androidforums.com/showthread.php?p=5810229
I used srs root to gain a root shell followed scotty85's instructions to set mainver low via adb shell then used the brick downgrade hboot method and followed it up with 1.13 ruu and finished with revolutionary
Post #50 is my instructions and scotty85 are a few posts back
Ok, so I got it... kind of. What I did was try the above method with no luck but I ended up using wraith's temproot and scotty's mainver workaround from above then while it was still in it's temproot state I was able to flash a 2.89 RUU, and after that I was unable to unlock the bootloader through HTCdev. Now on to actually root/s-offing it ^ ^
embersanenders said:
Ok, so I got it... kind of. What I did was try the above method with no luck but I ended up using wraith's temproot and scotty's mainver workaround from above then while it was still in it's temproot state I was able to flash a 2.89 RUU, and after that I was unable to unlock the bootloader through HTCdev. Now on to actually root/s-offing it ^ ^
Click to expand...
Click to collapse
Do 2.89 and 2.95 both use the same hboot?
Sent from my Evo V 4G using Tapatalk 2
thewraith420 said:
Do 2.89 and 2.95 both use the same hboot?
Sent from my Evo V 4G using Tapatalk 2
Click to expand...
Click to collapse
I'm not sure if they use the same hboot or not. I was able to flash 2.89 RUU in the temproot state on hboot 1.58.0000. After the flash I retried unlocking the bootloader through HTCdev and it worked flawlessly. Then I was able to root it and juopnutbear s-off, which applied juopnutbear hboot 1.58.5858. It seems like temprooting the phone using your method and flashing a 2.89 RUU might be the workaround for people who have trouble using HTCdev due to the OTA update.
I should also mention someone suggested this method on phandroid forums (scott actually, I believe) on a different thread and so I tried it. I was going to link his post here but I haven't met the link post requirement yet. So as a disclaimer, this isn't my idea, it just worked so I posted here.
Now that I'm home from work I figured I could give a more detailed list of what I did to root my Evo 3D, I feel the information above gets a little confusing with so many different places to go. As previously stated I had trouble unlocking my bootloader using HTCdev, it would get to the step where you confirm on your phone the unlock but never show up, I found this was usually caused by updating your phone to ICS using the OTA as compared to an RUU. Somehow something gets messed up and your phone never wants to confirm, hopefully this will help people who don't want to brick/downgrade hboot in order to be able to root their phones but can't unlock from HTCdev do to this error. Anyway, on to it.
1. Download SRSRoot
A 2.89 RUU
The files from [Guide] Quick And Dirty Evo 3D/V Root & S-OFF (Sprint and Virgin Mobile Only)
2. Run SRSRoot
3. SmartRoot
4. Follow the steps until your phone restarts and you just have a status bar at the top (this is your 'temproot')
5. Close SRSRoot (you may have to kill in the task manager, or at least I did to get it to completely quit mid-steps)
6. Navigate to the folder where the files from the 'QnD' guide and open the cmd link in the Root folder.
7. Type, or copy & paste the following in order (not the stuff in brackets like this, these are notes);
adb devices (should return your phones serial number, indicating drivers are working, and you're connected)
adb push misc_version /data/local/tmp/misc_version
adb shell (should change your prompt to a #, if not, have your phone awake and watch the screen to grant superuser permissions when you enter su (not likely applicable here))
chmod 777 /data/local/tmp/misc_version (have your phone awake and be watching it, in case superuser needs you to grant permission (again, not likely applicable))
/data/local/tmp/misc_version -s 1.00.000.0
exit (exit again if your prompt changes to a $)
8. Run your 2.89 RUU exe (it should run and reinstall 2.89 to stock, you may lose information, unsure about that though, so back ups are always recommended)
9. Restart your phone after the install if it doesn't happen automatically
10. Retry unlocking using HTCdev method
Hopefully at this point the bootloader actually unlocks for you and you can start at Step 2 of the 'QnD' guide to get root access and S-Off.
Big thanks to thewraith420 for the temproot method and scotty85 over at phandroid for the mainver change directions.
The reason I asked if 2.89 used the 1.58 hboot is just to further understand why it worked I think that setting the mainver is what let you run the ruu. And it didn't complain about the hboot because they use the same one. Nicely done getting the info together.
Sent from my PG86100 using Tapatalk 2
misc_version location
embersanenders said:
adb push misc_version /data/local/tmp/misc_version
Click to expand...
Click to collapse
I was encountering the same issue as you for the HTC bootloader unlock, so thanks so much for this info, it worked like a charm. It might be helpful for others to know that you can find the misc_version referenced by downloading the file scotty85 mentions in his post on guide-how-manually-downgrade-firmware-build-6-01-605-05 (Sorry, I'm unable to post the link)

[s-off]Firewater S-OFF

Mod edit: Firewater has been shut down server-side and is no longer supported. Try Sunshine.
It claims to S-off any HTC device that is rooted/unlocked.
*Works with Hboot 2.47
Home
welcome to firewater
what firewater can do for you:
S-OFF Your HTC device
Unlock your bootloader
Prerequisites
Working adb on your PC. Yes, that means OS X, linux, Windows, etc. are all supported.
HTC drivers installed and working
HTC sync removed (not closed – REMOVED)
All other phone software removed or disabled (Samsung Kies, PDANet, etc.)
A working internet connection ON YOUR DEVICE - wifi, 3g, 4g, etc. are all supported. There is no way around this requirement, don’t ask.
USB debugging enabled on your device
Your device must be HTCDEV unlocked/rooted or have a working temproot. A temproot that works with many modern (not all) HTC devices is provided below.
Do not attempt to run firewater from a terminal emulator on your device. You MUST use adb along with a PC.
A supported device. firewater *should* work with most modern QUALCOMM BASED HTC devices, including (but not limited to) the htc one, droid dna, one s, one max, and many others.
Instructions (normal, rooted device method)
Once you confirm you meet the above pre-requisites, it’s time to get started.
Ensure device is booted to android with usb debugging enabled.
USB 2.0 ports are preferred.
You should not be connected using any hubs which may cause connectivity issues
Ensure that lock screen security is disabled on your device.
no passcode lock
no pattern lock
no face lock
Download firewater HERE - _http://firewater-soff.com/firewaterdownload-3
Push, Prepare, and Execute firewater:
adb reboot <–important!!!!
adb wait-for-device push firewater /data/local/tmp
adb shell
su
chmod 755 /data/local/tmp/firewater
/data/local/tmp/firewater
Agree to the terms and conditions you are prompted with
Allow the exploit to do its work.
Profit
Instructions (temp-root method)
This method may allow firewater to work on a fully stock/htcdev locked device. This method is being provided as a convenience. Do NOT seek support if this temproot does not work for you.
Ensure device is booted to android with usb debugging enabled.
USB 2.0 ports are preferred.
You should not be connected using any hubs which may cause connectivity issues
Ensure that lock screen security is disabled on your device.
no passcode lock
no pattern lock
no face lock
Download firewater HERE - _http://firewater-soff.com/firewaterdownload-3
Download temproot HERE - _http://firewater-soff.com/temprootdownload
Push, Prepare, and Execute temproot and firewater:
adb reboot <–important!!!!
adb wait-for-device push firewater /data/local/tmp
adb push temproot /data/local/tmp
adb shell
chmod 755 /data/local/tmp/temproot
chmod 755 /data/local/tmp/firewater
/data/local/tmp/temproot
/data/local/tmp/firewater
Agree to the terms and conditions you are prompted with
Allow the exploit to do its work.
Profit
_http://firewater-soff.com/instructions/
ps: i am not a member of firewater team
Support
Support for firewater s-off is available at #firewater on the freenode and andirc networks. Please make sure you meet all of the requirements before contacting support.
Click to expand...
Click to collapse
For those in HBOOT 2.49, please revert to stock 1.19.xxx ROM and try this - more instructions http://forum.xda-developers.com/showthread.php?t=2765383
LOLZ
worked a treat, many thanks, cheers again
DANIELWHITT said:
worked a treat, many thanks, cheers again
Click to expand...
Click to collapse
Good to know mate, so your hboot is version 2.47 which you were not able to unlock before. is that correct?
pradeepvizz said:
Good to know mate, so your hboot is version 2.47 which you were not able to unlock before. is that correct?
Click to expand...
Click to collapse
I was s off in the old hboot but put it back to stock for a repair, once on the new h boot rumrunner wouldn't work, however this did and an awful lot faster as well.
DANIELWHITT said:
I was s off in the old hboot but put it back to stock for a repair, once on the new h boot rumrunner wouldn't work, however this did and an awful lot faster as well.
Click to expand...
Click to collapse
Now you are lucky! when you say new hboot, whats the version please? i suppose its 2.47 and also is your phone the international unlocked model T6UL ?
pradeepvizz said:
Now you are lucky! when you say new hboot, whats the version please? i suppose its 2.47 and also is your phone the international unlocked model T6UL ?
Click to expand...
Click to collapse
Hboot is 2.47 and int one max t6up
DANIELWHITT said:
Hboot is 2.47 and int one max t6up
Click to expand...
Click to collapse
Thanks!
help
I can't seem to get the temp root to work , I have a verizon HTC one 4.3 , last 2 commands are not working for me ,anyone mind helping me out via PM
It worked!!!
Thanks a lot! It worked like a charm...
Tried rumrunner but without success. Firewater did it in under 30 seconds! Amazing!
I have a German Telekom based One Max with 2.46 hboot (T6UL).
Thanks for your work!
OMG! Thank you so much. i have max one UK hboot 2.47 and this worked in less that 2 mins. now s-off'd
thank you
Tampered message also gone too!
will relock now and see if fingerprint scanner enables.
:laugh:
Edit: re-locked bootloader and now fingerprint scanner works too! also if i unlock, i dont ever get the tampered message again!
thank you so much.
has anyone tested on the HTC One? i dont see a thread there for that but OP says that it should work
Worked like a charm on HTC One (m7ul/International) - ****ing speedy and easy - once I dusted off my adb hahaha.
sns0582 said:
I can't seem to get the temp root to work , I have a verizon HTC one 4.3 , last 2 commands are not working for me ,anyone mind helping me out via PM
Click to expand...
Click to collapse
Use rumrunner on VZW One Max, worked like a charm for me. Fully bone stock when I ran it, worked first try.
Sent from my HTC One Max
thank you
verizon htc one 4.3 hboot 1.55 want temproot
I tried the commands to temp root ,not working on my HTC one , any ideas if it's just I have files in wrong area , I have them in my adb folder ,
sns0582 said:
I tried the commands to temp root ,not working on my HTC one , any ideas if it's just I have files in wrong area , I have them in my adb folder ,
Click to expand...
Click to collapse
is your device must be HTCDEV unlocked?
pradeepvizz said:
is your device must be HTCDEV unlocked?
Click to expand...
Click to collapse
Yes... Your device must be HTCDEV unlocked and rooted.
Worked like a charm on my International One Max, thank you!
im trying to temp root to s off and unlock
pradeepvizz said:
is your device must be HTCDEV unlocked?
Click to expand...
Click to collapse
. If I read correctly it states I need to temp root to s-off , is there a way to HTC dev unlock 4.3 hboot 1.55 on Verizon,

Relocked bootloader with S-on now how to S-off? DROID DNA

Hello guys,
I apologise if I have created a duplicate thread for this issue-but I HAVE looked everywhere to find a solution to this. I am not a 100% expert so please excuse me if I am being a time-wasting nerd.
However, in a few words, the problem I am having is:
I bought HTC DROID DNA (from the states-brand new) and I managed to unlock the bootloader (S-Off) using the info from these threads and for some really silly reason I decided and managed to relock it. Now it is showing ''Relocked'' and ''S-ON''.
I have tried everything I could find so far to unlock the bootloader (i.e. S-Off) (rumrunner,moonshine, traditional method(since I ve got the original unlock token)).
Can anyone please, please let me know how to S-Off as I would like to install a custom ROM since I can't get any updates in the UK-(which I don't see coming anytime soon anyway.)
Thanks very much.
Harry
stifer said:
Hello guys,
I apologise if I have created a duplicate thread for this issue-but I HAVE looked everywhere to find a solution to this. I am not a 100% expert so please excuse me if I am being a time-wasting nerd.
However, in a few words, the problem I am having is:
I bought HTC DROID DNA (from the states-brand new) and I managed to unlock the bootloader (S-Off) using the info from these threads and for some really silly reason I decided and managed to relock it. Now it is showing ''Relocked'' and ''S-ON''.
I have tried everything I could find so far to unlock the bootloader (i.e. S-Off) (rumrunner,moonshine, traditional method(since I ve got the original unlock token)).
Can anyone please, please let me know how to S-Off as I would like to install a custom ROM since I can't get any updates in the UK-(which I don't see coming anytime soon anyway.)
Thanks very much.
Harry
Click to expand...
Click to collapse
Why don't you look at the sticky at the top of the Q&A section. It is the same section you posted your question in!
RLGL said:
Why don't you look at the sticky at the top of the Q&A section. It is the same section you posted your question in!
Click to expand...
Click to collapse
I have. I tried to do what it says there, i.e. CID shows 1111111 and then trying to flash the unlock token but it is not working, it says Error for some reason.
stifer said:
I have. I tried to do what it says there, i.e. CID shows 1111111 and then trying to flash the unlock token but it is not working, it says Error for some reason.
Click to expand...
Click to collapse
tried firewater?
RLGL said:
tried firewater?
Click to expand...
Click to collapse
Thanks, I have just tried that, but get stuck at ''su'' step. I 've looked it up and it says that you need some sort of temp root? which I don't understand what exactly it is. So still stuck.
stifer said:
Thanks, I have just tried that, but get stuck at ''su'' step. I 've looked it up and it says that you need some sort of temp root? which I don't understand what exactly it is. So still stuck.
Click to expand...
Click to collapse
it took 30 seconds to find the following using the search function:
Default [Guide] Firewater S-Off
Disclaimer
License: Firewater S-Off is the result of many hours of hard work by beaups and fuses. The firewater binaries you download may not be shared, rehosted, bat’d, integrated into a one-click, repackaged, hotlinked, or otherwise distributed or reused. The source code and methods in firewater are closed and private.
Temproot is a hack-up build of android_run_root_shell which appears to be a work of hikezoe and fi01. Original source can be downloaded HERE, our modified mess will be made available on this website soon.
This software is provided free of charge for personal non-commercial use. For commercial use or redistribution a WRITTEN agreement with the authors is required.
Support: support for firewater s-off is available at #firewater on the freenode and andirc networks. Please make sure you meet all of the requirements before contacting support.
Official website: http://firewater-soff.com/
Welcome to Firewater
What firewater can do for you:
S-Off your HTC device
Unlock yout bootloader
There are two methods which can be used to achieve S-Off:
Method n.1: to be used with and HTCDev unlocked/rooted device;
Method n.2: temp-root method, to be used if you don't want to unlock your device through HTCDev (it may not work with all devices);
Prerequisites
Working adb on your PC (Windows, Linux, OSX, etc. are all supported);
HTC drivers installed and working
HTC sync removed (not closed - REMOVED)
All other phone software removed or disabled (Samsung Kies, PDANet, etc.)
A working internet connection on your device (Wifi, 3G, 4G, etc. are all supported). There is no way around this requirement, don’t ask;
USB debugging enabled on your device;
Your device must be HTCDEV unlocked/rooted or have a working temproot. A temproot that works with many modern (not all) HTC devices is provided below;
Do not attempt to run firewater from a terminal emulator on your device. You MUST use adb along with a PC;
A supported device. Firewater *should* work with most modern QUALCOMM based HTC devices, including (but not limited to) the HTC One, HTC Droid DNA, HTC One S, HTC One Max and many others.
Instructions: method n.1 (normal, rooted device method)
Once you confirm you meet the above pre-requisites, it’s time to get started.
Ensure device is booted to android with usb debugging enabled
USB 2.0 ports are preferred. You should not be connected using any hubs which may cause connectivity issues;
Ensure that lock screen security is disabled on your device (no passcode lock, no pattern lock, no face lock);
Download Firewater Search the download from the official site;
Push, prepare and execute Firewater:
Code:
adb reboot (<--- important!!!!)
adb wait-for-device push firewater /data/local/tmp
adb shell
su
chmod 755 /data/local/tmp/firewater
/data/local/tmp/firewater
Agree to the terms and conditions you are prompted with;
Allow the exploit to do its work;
Profit.
Instructions: method n.2 (temp-root method)
This method may allow firewater to work on a fully stock/HTCDev locked device. This method is being provided as a convenience. Do NOT seek support if this temproot does not work for you.
Ensure device is booted to android with usb debugging enabled.
USB 2.0 ports are preferred. You should not be connected using any hubs which may cause connectivity issues;
Ensure that lock screen security is disabled on your device (no passcode lock, no pattern lock, no face lock);
Download firewater Search the download from the official site;
Download temproot Search the download from the official site;
Push, prepare and execute temproot and Firewater:
Code:
adb reboot (<--- important!!!!)
adb wait-for-device push firewater /data/local/tmp
adb push temproot /data/local/tmp
adb shell
chmod 755 /data/local/tmp/temproot
chmod 755 /data/local/tmp/firewater
/data/local/tmp/temproot
/data/local/tmp/firewater
Agree to the terms and conditions you are prompted with;
Allow the exploit to do its work;
Profit.
Donate
Donate to Firewater developers
Donate to me (if you appreciate the guide; thank you!)
Thanks for that. I did try that, and now it says '' Tampered'' and ''Relocked'' and ''S-ON''. I don't understand why this is happening.
I had a similar issue. To resolve, I used the PC to RUU back to stock then started over with firewater.
Good luck.
Icyman said:
I had a similar issue. To resolve, I used the PC to RUU back to stock then started over with firewater.
Good luck.
Click to expand...
Click to collapse
Thanks again for your reply. I tried that just now. Still showing tampered, relocked and s-on. This is unbelievable. I don't think I 'll ever be able to unlock this bootloader and I don't know why!c
stifer said:
Thanks again for your reply. I tried that just now. Still showing tampered, relocked and s-on. This is unbelievable. I don't think I 'll ever be able to unlock this bootloader and I don't know why!c
Click to expand...
Click to collapse
Did you use the unlock bin from HTC?
Icyman said:
Did you use the unlock bin from HTC?
Click to expand...
Click to collapse
The first time I unlocked it which was almost a year ago I used the unlock key, tried the same two weeks ago but did not succeed. I hope this is the answer to what you asked me. (sorry if I misunderstood- I am not an expert)
thanks very much Icyman
stifer said:
The first time I unlocked it which was almost a year ago I used the unlock key, tried the same two weeks ago but did not succeed. I hope this is the answer to what you asked me. (sorry if I misunderstood- I am not an expert)
thanks very much Icyman
Click to expand...
Click to collapse
You need to use the same bin file after ruu.
But I think firewater should work too.
I used firewater on 4 phones. I only had problems when I missed a step. Try again from the beginning. From stock after ruu.
Icyman said:
You need to use the same bin file after ruu.
But I think firewater should work too.
I used firewater on 4 phones. I only had problems when I missed a step. Try again from the beginning. From stock after ruu.
Click to expand...
Click to collapse
Hi Icyman, That is what I did, I flashed the original RUU and then deactivated fast reboot, enabled debug. mode, installed weaksauce-1.01 and finally went ahead with firewater. (device always hungs with firewater in the end and I have to hold the power button down for 60s as it says-not sure if that makes a difference)
Will try again as you suggest though.
I really appreciate your help. Thanks very much.
stifer said:
Hi Icyman, That is what I did, I flashed the original RUU and then deactivated fast reboot, enabled debug. mode, installed weaksauce-1.01 and finally went ahead with firewater. (device always hungs with firewater in the end and I have to hold the power button down for 60s as it says-not sure if that makes a difference)
Will try again as you suggest though.
I really appreciate your help. Thanks very much.
Click to expand...
Click to collapse
I never used weaksauce on DNA. Maybe that's the problem.
Icyman said:
I never used weaksauce on DNA. Maybe that's the problem.
Click to expand...
Click to collapse
That's the only way I can apply temproot and then firewater, I can't find the original temproot file anywhere and I thought that weaksauce is the updated version of the temproot file. If you could send me the temproot file somehow that would be great,-just to see if it could work...
Any further advice guys? Please?!!! I've got this phone but the outdated software makes it useless.

[Q] Rumrunner, wait 30 sec, run rumrunner again

So, im stuck at the phase where rumrunner kept pouring shots and after 7 tries it stated to run it again. i know it said it doenst work on all custom rom, and i running stock rooted rom ( does that mean its custom rom?). is that the reason rumrunner wont run for my sprint htc one max phone?
i tried firewater and it also didnt S-off my phone.
im running android 4.4.2 with hboot 2.49
tampered unlocked and custom rooted stock rom.
HtcEvo4gLTE said:
So, im stuck at the phase where rumrunner kept pouring shots and after 7 tries it stated to run it again. i know it said it doenst work on all custom rom, and i running stock rooted rom ( does that mean its custom rom?). is that the reason rumrunner wont run for my sprint htc one max phone?
i tried firewater and it also didnt S-off my phone.
im running android 4.4.2 with hboot 2.49
tampered unlocked and custom rooted stock rom.
Click to expand...
Click to collapse
Rumrunner won't work with hboot 2.49 ..
u must use firewater only for s-off now
what step of firewater do you have problem?
blue8 said:
Rumrunner won't work with hboot 2.49 ..
u must use firewater only for s-off now
what step of firewater do you have problem?
Click to expand...
Click to collapse
i tried firewater. it doesnt work. i use the first step stock rooted rom. so i dont need temp root. but it didnt s-off my phone.
adb reboot <–important!!!!
adb wait-for-device push firewater /data/local/tmp
adb shell
su
chmod 755 /data/local/tmp/firewater
/data/local/tmp/firewater
The first bottle is open
chugging.....
[email protected]:/#
it just stop from there.
HtcEvo4gLTE said:
i tried firewater. it doesnt work. i use the first step stock rooted rom. so i dont need temp root. but it didnt s-off my phone.
adb reboot <–important!!!!
adb wait-for-device push firewater /data/local/tmp
adb shell
su
chmod 755 /data/local/tmp/firewater
/data/local/tmp/firewater
The first bottle is open
chugging.....
[email protected]:/#
it just stop from there.
Click to expand...
Click to collapse
Did you try different HTC driver?
Check these post
Code:
http://forum.xda-developers.com/showpost.php?p=52770187&postcount=12
Code:
http://forum.xda-developers.com/showpost.php?p=52777681&postcount=14
blue8 said:
Did you try different HTC driver?
Check these post
Code:
http://forum.xda-developers.com/showpost.php?p=52770187&postcount=12
Code:
http://forum.xda-developers.com/showpost.php?p=52777681&postcount=14
Click to expand...
Click to collapse
i did. still didnt work. i was reading about that too. people claim to got it working with older driver.
*cry*

Categories

Resources