I've got a dilemma where my HTC One's volume rocker doesn't work properly (the volume down button seems to work when it's convenient while the volume up never works). So when I get to the screen where it asks me to confirm the unlocked bootloader, I can't confirm it at all. I've looked into other methods and revone seems to be the most promising. I tried it yesterday and got the error "segmentation fault". Is there another method to unlocking the bootloader aside from HTCDev or a workaround to the volume button problem?
Gigaman92 said:
I've got a dilemma where my HTC One's volume rocker doesn't work properly (the volume down button seems to work when it's convenient while the volume up never works). So when I get to the screen where it asks me to confirm the unlocked bootloader, I can't confirm it at all. I've looked into other methods and revone seems to be the most promising. I tried it yesterday and got the error "segmentation fault", which I found a solution to. Before I try this solution, however, I want to know, is there an easier method?
Click to expand...
Click to collapse
1st method to unlock bootloader is from htcdev.com which will require your volume button to works.
2nd method require s-off either by using the guru bootloader tool or using dd commands
alray said:
1st method to unlock bootloader is from htcdev.com which will require your volume button to works.
2nd method require s-off either by using the guru bootloader tool or using dd commands
Click to expand...
Click to collapse
I'll look into Guru a bit more. I might be able to use it but I'm not sure yet.
Sorry for the bump. I looked into the Guru bootloader tool and it says I need S-Off as a prerequisite. Revone should be capable of giving me S-off as my HTC One's HBOOT version is 1.44. and its software version is 1.26.502.15. However, I get the Segmentation fault error when I try to run revone. I've read that HBOOT should be dated for May 2013 but mine is dated for July 2013 so that might be why revone doesn't work.
Are there any other solutions to my problem?
Gigaman92 said:
Sorry for the bump. I looked into the Guru bootloader tool and it says I need S-Off as a prerequisite. Revone should be capable of giving me S-off as my HTC One's HBOOT version is 1.44. and its software version is 1.26.502.15. However, I get the Segmentation fault error when I try to run revone. I've read that HBOOT should be dated for May 2013 but mine is dated for July 2013 so that might be why revone doesn't work.
Are there any other solutions to my problem?
Click to expand...
Click to collapse
You can try to revone using a terminal emulator on your phone. Download a terminal emulator from the Play Store, then follow these steps:
Download the Revone file and transfer it to your phone (or download on your phone)
Use a root file explorer and paste the file inside the /data/local/tmp folder
Open a terminal emulator and type of the following:
su (enter)
cd /data/local/tmp (enter)
chmod 755 revone (enter) (IF revone doesn’t work, type revone.bin)
./revone -P (enter)
Reboot
Open terminal again and type:
su (enter)
cd /data/local/tmp (enter)
./revone -s 0 -u (That would be a ZERO) (enter)
Reboot
That’s it!
majmoz said:
You can try to revone using a terminal emulator on your phone. Download a terminal emulator from the Play Store, then follow these steps:
Download the Revone file and transfer it to your phone (or download on your phone)
Use a root file explorer and paste the file inside the /data/local/tmp folder
Open a terminal emulator and type of the following:
su (enter)
cd /data/local/tmp (enter)
chmod 755 revone (enter) (IF revone doesn’t work, type revone.bin)
./revone -P (enter)
Reboot
Open terminal again and type:
su (enter)
cd /data/local/tmp (enter)
./revone -s 0 -u (That would be a ZERO) (enter)
Reboot
That’s it!
Click to expand...
Click to collapse
Thanks for the help. However, revone will not work with my phone. Using weaksauce, I was able to root the phone. I tried revone with the phone rooted and got Error 6, so apparently my HBOOT 1.44 is patched. I'm going to try using firewater a bit later today. Wish me luck.
Related
Guys, I have a problem with my HTC One M7. I am trying to unlock the bootloader using the HTCDev guide (available at htcdev site).
But suddenly I am not able to complete Step 8 (running command "fastboot oem get_identifier_token").
Command "fastboot devices" shows my phone in a fastboot mode:
\> fastboot devices
mt6589_phone_720pv2 fastboot
But none of fastboot oem commands executes successfully (including "get_identifier_token").
Instead I get only three dots ("...") and nothing changes after that:
\> fastboot oem get_identifier_token
...
Other commands (like fastboot reboot) function, but not "fastboot oem get_identifier_token". I can't unlock my bootloader, could you please help!
andrey o said:
Guys, I have a problem with my HTC One M7. I am trying to unlock the bootloader using the HTCDev guide (available at htcdev site).
But suddenly I am not able to complete Step 8 (running command "fastboot oem get_identifier_token").
Command "fastboot devices" shows my phone in a fastboot mode:
\> fastboot devices
mt6589_phone_720pv2 fastboot
But none of fastboot oem commands executes successfully (including "get_identifier_token").
Instead I get only three dots ("...") and nothing changes after that:
\> fastboot oem get_identifier_token
...
Other commands (like fastboot reboot) function, but not "fastboot oem get_identifier_token". I can't unlock my bootloader, could you please help!
Click to expand...
Click to collapse
Never seen that before but since we have S-off now you can unlock the bootloader without HTCDev
check out the revone thread in the Original Development section.
If you're using Windows 8, I would use the following link that I've seen floating around here"
http://plugable.com/2012/12/01/windows-8-and-intel-usb-3-0-host-controllers
I had issues getting the token for mine until I used that guide to convert my Microsoft USB 3.0 drivers into Intel drivers.
gunnyman said:
Never seen that before but since we have S-off now you can unlock the bootloader without HTCDev
check out the revone thread in the Original Development section.
Click to expand...
Click to collapse
Thanks for this advice, I am now trying to do it with revone.
I have successfully pushed the file to the phone, but when executing adb shell commands I get a error:
"- exec '/system/bin/sh' failed: No such file or directory"
How to fix it?
andrey o said:
Thanks for this advice, I am now trying to do it with revone.
I have successfully pushed the file to the phone, but when executing adb shell commands I get a error:
"- exec '/system/bin/sh' failed: No such file or directory"
How to fix it?
Click to expand...
Click to collapse
Not sure, but the folks in that thread are super helpful
you're in an ADB shell when you execute the command?
gunnyman said:
Not sure, but the folks in that thread are super helpful
you're in an ADB shell when you execute the command?
Click to expand...
Click to collapse
Yes, I am now reading that thread to find the answer.
Here's what i do and what I get:
> adb devices
List of devices attached
0123456789ABCDEF recovery
> adb push revone /data/local/tmp/
4584 KB/s (648208 bytes in 0.138s)
>adb shell cd /data/local/tmp
- exec '/system/bin/sh' failed: No such file or directory (2) nRet(-1) -
Start the shell. Then do the cd command separately
gunnyman said:
Start the shell. Then do the cd command separately
Click to expand...
Click to collapse
same result
> adb shell
- exec '/system/bin/sh' failed: No such file or directory (2) nRet(-1) -
Is the phone in recovery or booted up? Needs to be booted
gunnyman said:
Is the phone in recovery or booted up? Needs to be booted
Click to expand...
Click to collapse
It was in recovery mode - my mistake, thank you for pointing.
I have booted it and executed the needed commands, but still another mistake:
>sudo adb shell
[email protected]:/ # cd /data/local/tmp
[email protected]:/data/local/tmp # chmod 755 revone
[email protected]:/data/local/tmp # ./revone -P
revone v0.2.1
revone failed (error code = 1)
1|[email protected]:/data/local/tmp #
Step by step I am coming closer to the result, thanks so much for your help
[Q] change "relocked" to "locked" when putting phone back to stock?
I followed this thread but mine says "relocked" and it still says S-OFF. is it possible to get it to say "locked" without going through the whole process of unlocking, rooting, and using revone again?
I'm sending my phone back to get the screen replaced which isn't under warranty, so does it even matter that it says "relocked?"
mcarswell said:
I followed this thread but mine says "relocked" and it still says S-OFF. is it possible to get it to say "locked" without going through the whole process of unlocking, rooting, and using revone again?
I'm sending my phone back to get the screen replaced which isn't under warranty, so does it even matter that it says "relocked?"
Click to expand...
Click to collapse
Use revone -l to change back to "locked"
There is not a way without rerooting for Tue device to day say locked and not relocked BUT you can easily get rid of S-Off. It doesn't take long either...
1.) Reroot.
2.) Download revone to computer.
3.) Navigate Using Command Prompt to where revone file is located on computer and move the Downloaded file to /data/local/tmp using the command "adb push revone /data/local/tmp" without quotations while phone is booted into OS and connected to computer.
3.) Use Command Prompt with phone connected to computer to run these commands or you can use Terminal Emulator app without a computer but will need a computer later on to run RUU again...
3A.) adb shell
3B.) su(SU Will Now Request SU Access For ADB Shell, Grant It)
3C.) cd /data/local/tmp
3D.) chmod 755 revone
4.) Reboot device
5.) Once device is fully booted back up run these commands again while connected to computer
5A.) adb shell
5B.) su(Will Not Need To Request Access Again)
5C.) cd /data/local/tmp
5D.) ./revone -P(If It Tells You "No Need To Reboot" Then Move On To Step 7 And If It Tells You To "Reboot To Continue" Move On To Step 6).
6.) Reboot
7.) Once fully booted back into OS open another command prompt and run these commands with Command Prompt while connected to computer.
7A.) adb shell
7B.) su
7C.) cd /data/local/tmp
7D.) ./revone -s 0 -u(To Be Safe).
7E.) Reboot
8.) Once again open another command prompt window and run these commands
8A.) adb shell
8B.) su
8C.) cd /data/local/tmp
8D.) ./revone -t -l
9.) Reboot
10.) Run RUU And Allow It To Successfully Complete.
11.) Once booted back into OS open command prompt and type in the final two commands
11A.) adb reboot bootloader
12.) Once it boots into bootloader and recognizes device type in this command
12A.) fastboot oem writesecureflag e
Sent from my HTCONE using Tapatalk 4
I downloaded and installed the OTA today .I have a stock rooted installation.I clicked install and the phone went to perform the install but instead restarted quickly and reset all my settings back to factory. I checked and still on 4.1..
Help!
I would suggest getting S-OFF before updating
bigdaddy619 said:
I would suggest getting S-OFF before updating
Click to expand...
Click to collapse
Thanks.that would have been super helpful to know before hand lol. Anyway, here is how to resolve this problem for anyone else experiencing it:
http://qbking77.com/development/how-to-gain-s-off-on-the-htc-one-with-revone/
Revone Download:
http://revolutionary.io/revone
Big thanks to the Revolutionary dev team. The original thread can be found here.
Written instructions:
Download the Revone file above and transfer it to your phone (or download on your phone)
Use a root file explorer and paste the file inside the /data/local/tmp folder
Open a terminal emulator and type of the following:
su (enter)
cd /data/local/tmp (enter)
chmod 755 revone (enter) (IF revone doesn’t work, type revone.bin)
./revone -P (enter)
Reboot
Open terminal again and type:
su (enter)
cd /data/local/tmp (enter)
./revone -s 0 -u (That would be a ZERO) (enter)
Reboot
That’s it! To get rid of the tampered, or relock, follow instructions below
To remove “tampered”
open terminal
cd /data/local/tmp
su
./revone.bin -t
These are other commands that you can fill in above to
-u – Unlock the device
-l – Lock the device (as if it was never unlocked)
-r – Relock the device (mark the device as relocked)
-t – Reset the device’s tamper flag.
Click to expand...
Click to collapse
Hey guys,
Super excited about the new 7.0 release of Viper and ready to get my phone tearing it up again.
I'd like some advice on which firmware to update fully to get things running best as possible before flashing Viper 7.0.
I'm coming from basically stock 6.20, and TWRP 6.2.3.3 atm.
I'll go ahead and drop my fastboot getvar all below.
Should just be a few minutes because I'm backing up atm and then good to go.
Can't wait...
Thanks in advance for the help it's much appreciated - brothers!
You guys are seriously fantastic.
I'd thumbs up each and every one of you fine folks.
-SD
C:\adb>fastboot getvar all
< waiting for device >
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.44.0000
(bootloader) version-baseband: 4A.17.3250.20
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.26.502.15
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HT34YW905216
(bootloader) imei: **********************
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: CWS__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4062mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-152f57d927912d0704cf7272206b5fa2f
getvar:all FAILED (unknown status code)
finished. total time: 0.066s
*PS*
^^^^^
SyntheticDynamics said:
Hey guys,
Super excited about the new 7.0 release of Viper and ready to get my phone tearing it up again.
I'd like some advice on which firmware to update fully to get things running best as possible before flashing Viper 7.0.
I'm coming from basically stock 6.20, and TWRP 6.2.3.3 atm.
-SD
Click to expand...
Click to collapse
IMO, get S-OFF then flash the firmware that the ROM is based on. Based on your low hboot you could probably start with revone S-OFF. This would give you much more flexibility in the future. Don't forget to make a nandroid of your present system and save it off of your phone. Stuff happens!!!
majmoz said:
IMO, get S-OFF then flash the firmware that the ROM is based on. Based on your low hboot you could probably start with revone S-OFF. This would give you much more flexibility in the future. Don't forget to make a nandroid of your present system and save it off of your phone. Stuff happens!!!
Click to expand...
Click to collapse
Alright that's a good place to start...
I was thinking about going S-OFF actually, so this may be right down my alley.
I've already got the nandroid backups saved and I'm copying it off my phone.
Why don't you S-OFF your phone before?
majmoz said:
IMO, get S-OFF then flash the firmware that the ROM is based on. Based on your low hboot you could probably start with revone S-OFF. This would give you much more flexibility in the future. Don't forget to make a nandroid of your present system and save it off of your phone. Stuff happens!!!
Click to expand...
Click to collapse
danielr18 said:
Why don't you S-OFF your phone before?
Click to expand...
Click to collapse
I'm in the process of trying to get it S-OFF'd.
ADB isn't recognizing the device for doing the revone method.
Firewater might be another option.
Also use this thread:
http://forum.xda-developers.com/showthread.php?t=2419699
danielr18 said:
Also use this thread:
http://forum.xda-developers.com/showthread.php?t=2419699
Click to expand...
Click to collapse
Alright, thanks and I'm ready to get this thing up and running soon!
:good:
-SD
SyntheticDynamics said:
I'm in the process of trying to get it S-OFF'd.
ADB isn't recognizing the device for doing the revone method.
Firewater might be another option.
Click to expand...
Click to collapse
Here is the method I used many moons ago. If it works great!
Written instructions:
Download the Revone file and transfer it to your phone (or download on your phone)
Use a root file explorer and paste the file inside the /data/local/tmp folder
Open a terminal emulator and type of the following:
su (enter)
cd /data/local/tmp (enter)
chmod 755 revone (enter) (IF revone doesn’t work, type revone.bin)
./revone -P (enter)
Reboot
Open terminal again and type:
su (enter)
cd /data/local/tmp (enter)
./revone -s 0 -u (That would be a ZERO) (enter)
Reboot
That’s it! To get rid of the tampered, or relock, follow instructions below
To remove “tampered”
open terminal
cd /data/local/tmp
su
./revone.bin -t
These are other commands that you can fill in above to
-u – Unlock the device
-l – Lock the device (as if it was never unlocked)
-r – Relock the device (mark the device as relocked)
-t – Reset the device’s tamper flag.
SyntheticDynamics said:
I'm in the process of trying to get it S-OFF'd.
ADB isn't recognizing the device for doing the revone method.
Firewater might be another option.
Click to expand...
Click to collapse
Maybe you are using old adb. Here you have the adb & fastboot from last sdk.
Try to check if you have installed the drivers
majmoz said:
Here is the method I used many moons ago. If it works great!
Written instructions:
Download the Revone file and transfer it to your phone (or download on your phone)
Use a root file explorer and paste the file inside the /data/local/tmp folder
Open a terminal emulator and type of the following:
su (enter)
cd /data/local/tmp (enter)
chmod 755 revone (enter) (IF revone doesn’t work, type revone.bin)
./revone -P (enter)
Reboot
Open terminal again and type:
su (enter)
cd /data/local/tmp (enter)
./revone -s 0 -u (That would be a ZERO) (enter)
Reboot
That’s it! To get rid of the tampered, or relock, follow instructions below
To remove “tampered”
open terminal
cd /data/local/tmp
su
./revone.bin -t
These are other commands that you can fill in above to
-u – Unlock the device
-l – Lock the device (as if it was never unlocked)
-r – Relock the device (mark the device as relocked)
-t – Reset the device’s tamper flag.
Click to expand...
Click to collapse
I have the steps done thus far -
Download the Revone file and transfer it to your phone (or download on your phone)
Use a root file explorer and paste the file inside the /data/local/tmp folder
How do I open the Terminal Emulator?
Is that similar to ADB?
SyntheticDynamics said:
I have the steps done thus far -
Download the Revone file and transfer it to your phone (or download on your phone)
Use a root file explorer and paste the file inside the /data/local/tmp folder
How do I open the Terminal Emulator?
Is that similar to ADB?
Click to expand...
Click to collapse
The terminal method all takes place on the phone it's self
you download Terminal Emulator from the play store
clsA said:
The terminal method all takes place on the phone it's self
you download Terminal Emulator from the play store
Click to expand...
Click to collapse
Thank you sir!
Just downloaded it.
SyntheticDynamics said:
I have the steps done thus far -
Download the Revone file and transfer it to your phone (or download on your phone)
Use a root file explorer and paste the file inside the /data/local/tmp folder
How do I open the Terminal Emulator?
Is that similar to ADB?
Click to expand...
Click to collapse
You can download one from the Play Store. This is the one I used.
I'm in the Terminal Emulator now.
Here is the progress.
Works all the way until I hit....
.revone -P
revone v0.2.1
revone failed (error code = 1)
majmoz said:
You can download one from the Play Store. This is the one I used.
Click to expand...
Click to collapse
It's not letting me push revone.
Getting device not found/recognized...
-SD
SyntheticDynamics said:
I'm in the Terminal Emulator now.
Here is the progress.
Works all the way until I hit....
.revone -P
revone v0.2.1
revone failed (error code = 1)
Click to expand...
Click to collapse
Are you entering .revone -P or ./revone -P? If you cannot get this to work you may have to go to rumrunner or firewater.
majmoz said:
Are you entering .revone -P or ./revone -P? If you cannot get this to work you may have to go to rumrunner or firewater.
Click to expand...
Click to collapse
Yeah I'm entering ./revone -P and getting the following.
revone failed (error code =1)
Can you walk me through rumrunner or firewater?
Thank you,
SD
SyntheticDynamics said:
Yeah I'm entering ./revone -P and getting the following.
revone failed (error code =1)
Can you walk me through rumrunner or firewater?
Thank you,
SD
Click to expand...
Click to collapse
Here are the steps to rumrunner S-OFF.
Here are the steps to firewater S-OFF.
Q&A for [S-OFF] revone - DEVELOPER EARLY ACCESS PREVIEW EDITION
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer. Thanks for understanding and for helping to keep XDA neat and tidy! :smile:
error
i got this error when i use revone to set my phone on s-off :
C:\Program Files (x86)\Minimal ADB and Fastboot>adb shell
[email protected]/# su
su
[email protected]/# cd /data/local/tmp
cd /data/local/tmp
cd /data/local/tmp
[email protected]/data/local/tmp# chmod 755 revone
chmod 755 revone
chmod 755 revone
[email protected]/data/local/tmp# ./revone -P
./revone -P
./revone -P
revone v0.2.1
revone failed (error code = 1)
1|[email protected]/data/local/tmp#
Can anyone help me pleaseeee???????:angel::angel::angel::angel:
theforgottenjaber said:
i got this error when i use revone to set my phone on s-off :
C:\Program Files (x86)\Minimal ADB and Fastboot>adb shell
[email protected]/# su
su
[email protected]/# cd /data/local/tmp
cd /data/local/tmp
cd /data/local/tmp
[email protected]/data/local/tmp# chmod 755 revone
chmod 755 revone
chmod 755 revone
[email protected]/data/local/tmp# ./revone -P
./revone -P
./revone -P
revone v0.2.1
revone failed (error code = 1)
1|[email protected]/data/local/tmp#
Can anyone help me pleaseeee???????:angel::angel::angel::angel:
Click to expand...
Click to collapse
is you phone hboot 1.44 dated before june of 2013 ?
if not your using the wrong tool... theirs also Moonshine / Firewater and Sunshine for s-off
THank youuuu
clsA said:
is you phone hboot 1.44 dated before june of 2013 ?
if not your using the wrong tool... theirs also Moonshine / Firewater and Sunshine for s-off
Click to expand...
Click to collapse
Thankss my hboot is 1.57 and i tried now firewater and it Works i thinking
Is revolutionary 0.4pre4 still active?
I'm trying to flash an HTC Desire fron Android 2.2.2. Revolutionary managed to S-OFF last night but failed to download ClockworkMod Recovery. Same problem again this morning.
Usb debugging is set on, Accept non-market apps set on, working on Linux Mint 16 netbook.
Do you want to download (Internet connection required) and flash ClockworkMod Recovery? [Y/n] Y
Downloading recovery for your phone (bravo)...FAILED.
Retrying download...FAILED.
Retrying download...FAILED.
Retrying download...FAILED.
Unable to download recovery. Please download custom recovery yourself and flash it over fastboot.
Click to expand...
Click to collapse
Work in hboot 1.57.0000?
Hi, I have a question, this method work in hboot 1.57 on m7 sprint (m7_wls) , Thanks
Frikso1 said:
Hi, I have a question, this method work in hboot 1.57 on m7 sprint (m7_wls) , Thanks
Click to expand...
Click to collapse
Read the OP (In red)
doesnt work since 1.54
revone failed with error code 1
[email protected]:/ $ cd /data/local/tmp
cd /data/local/tmp
[email protected]:/data/local/tmp $ su
su
[email protected]:/data/local/tmp # ./revone -P
./revone -P
revone v0.2.1
revone failed (error code = 1)
cid: CWS__001
version-bootloader: 1.55.0000
version-main: 3.17.502.3
Linux version 3.4.10-gcfc57d3 ([email protected]) (gcc version 4.7 (GCC) ) #1 SMP PREE
MPT Tue Sep 10 01:56:05 CST 2013
Please help me how to resolve the issue
revone failed with error code 1
adb shell
[email protected]:/ $ cd /data/local/tmp
cd /data/local/tmp
[email protected]:/data/local/tmp $ su
su
[email protected]:/data/local/tmp # ./revone -P
./revone -P
revone v0.2.1
revone failed (error code = 1)
cid: CWS__001
version-bootloader: 1.55.0000
version-main: 3.17.502.3
Linux version 3.4.10-gcfc57d3 ([email protected]) (gcc version 4.7 (GCC) ) #1 SMP PREE
MPT Tue Sep 10 01:56:05 CST 2013
any help is really appreciated....
kshans said:
adb shell
[email protected]:/ $ cd /data/local/tmp
cd /data/local/tmp
[email protected]:/data/local/tmp $ su
su
[email protected]:/data/local/tmp # ./revone -P
./revone -P
revone v0.2.1
revone failed (error code = 1)
cid: CWS__001
version-bootloader: 1.55.0000
version-main: 3.17.502.3
Linux version 3.4.10-gcfc57d3 ([email protected]) (gcc version 4.7 (GCC) ) #1 SMP PREE
MPT Tue Sep 10 01:56:05 CST 2013
any help is really appreciated....
Click to expand...
Click to collapse
This does not work with your HBoot 155 you need to use rumrunner or sunshine to s-off
Thanx it really helps
will work on hboot 1.61?
HELP
tugui95 said:
HELP
Click to expand...
Click to collapse
NO .. use Sunshine s-off
Revone
Ok so I'm not rooted bit want to be that's why I need this.I can't hook my phone to a computer because the charger port is broken.so I have my phone running from a wire hooked to the battery port.But I still got it running.I want to get S -off from this method.first thing first I know u need root so I use the Sunshine app to temp root my device so I do have most root privledges.
I downloaded revone.bin moved to /data/local/tmp
Open terminal
Su
CD /data/local/tmp
chmod 755 revone
./revone -p (lower case only works)
then revone successful
then reboot
the I have to temp root again cause I lose root when rebooting
then
Su
CD /data/local/revone
./revone -s 0 -u
revone failed now what's going on how can I fix this
also I have no other method works on my device cause can't use computer
and Sunshine only gets to temp root and that's as far as that goes anyways I woildnt have 25$ bucks anyway.But need to unlock my bootloader PLease HELP
also how can I change my cid too 11111111 that might have something to do with it
Sent from HTC one s 4.1.1 not rooted not unlocked besides SIM unlock
will it work on hboot 1.57?
how to make it work that is to remove tampered flag on hboot 1.57?
thanks in advance
I tried removing it but -t doesn't work or --T but says successful but nothing happened and I'm not on hboot 1.57
Sent from my HTC One S using XDA Free mobile app
vsriperu said:
how to make it work that is to remove tampered flag on hboot 1.57?
thanks in advance
Click to expand...
Click to collapse
htc1one1 said:
I tried removing it but -t doesn't work or --T but says successful but nothing happened and I'm not on hboot 1.57
Sent from my HTC One S using XDA Free mobile app
Click to expand...
Click to collapse
revone is for hboot 1.44 only, read previous page.
You can use the bootloader reset tool from htc1guru.com to remove the tampered banner.
How can I unlock my bootloader for free no computer
Sent from my HTC One S using XDA Free mobile app
htc1one1 said:
How can I unlock my bootloader for free no computer
Sent from my HTC One S using XDA Free mobile app
Click to expand...
Click to collapse
you need a computer with fastboot to unlock the bootloader or without a computer the only possibility is sunshine but cost 25$
Yeh Sunshine don't work only goes last trmproot then stops or shuts down phone
Sent from my HTC One S using XDA Free mobile app