Lock/Unlock and remove tampered in bootloader without htcdev - HTC Butterfly S

You will need to be S-OFF
to LOCK your bootloader,enter the following:
adb devices
adb shell
su (if needed to get a # prompt)
echo -ne '\x00\x00\x00\x00' | dd of=/dev/block/mmcblk0p3 bs=1 seek=33796
(i would very strongly recomend you copy/paste this)
exit
(exit a second time if you need to to get back to a normal > prompt)
adb reboot bootloader
verify you are now locked
__________________________________________________ ___________________________________________
to UNLOCK your bootloader,enter the following:
adb devices
adb shell
su (if needed to get a # prompt)
echo -ne "HTCU" | dd of=/dev/block/mmcblk0p3 bs=1 seek=33796
(i would very strongly recomend you copy/paste this)
exit
(exit a second time if you need to to get back to a normal > prompt)
adb reboot bootloader
verify you are now unlocked
reset your "tampered flag"
enter the following:
adb devices
adb shell
su (if needed to get a # prompt)
echo -ne '\x00' | dd of=/dev/block/mmcblk0p7 bs=1 seek=4265988
(i would very strongly recomend you copy/paste this)
exit
(exit a second time if you need to to get back to a normal > prompt)
adb reboot bootloader
FAUX LOCK (@it2007me special thanks to you for the work)
Flashing this hboot make your bootloader looks as if it is s-on and locked but its actually unlocked and s-off.
In order to use this you must be s-off and have kit kat matching software (3.06.708.3)
DOWNLOAD
installation is done two ways you can
1) put on ext sd and boot into bootloader to install
2) put in fastboot folder
a) fastboot oem rebootRUU
b) fasboot flash zip PO68IMG.zip
c) type again fasboot flash zip PO68IMG.zip
SOURCES
http://forum.xda-developers.com/show....php?t=2475914
http://forum.xda-developers.com/show....php?t=2477792

I have tested this on my device personally
Sent from my HTC Butterfly s using xda premium

For the reset tampered flag method, I tried another similar method but without a pc from another user (@TJD319) straight from the phone. I went in and installed Terminal Emulator from the Play store and did the following.
1. Open Terminal Emulator
2. Su
3. Type in echo -ne '\x00' | dd of=/dev/block/mmcblk0p7 bs=1 seek=4265988
After that, the Tampered message was gone.

coremark said:
For the reset tampered flag method, I tried another similar method but without a pc from another user (@TJD319) straight from the phone. I went in and installed Terminal Emulator from the Play store and did the following.
1. Open Terminal Emulator
2. Su
3. Type in echo -ne '\x00' | dd of=/dev/block/mmcblk0p7 bs=1 seek=4265988
After that, the Tampered message was gone.
Click to expand...
Click to collapse
It's possible because it's not a fastboot command
Sent from my HTC Butterfly s using xda premium

coremark said:
For the reset tampered flag method, I tried another similar method but without a pc from another user (@TJD319) straight from the phone. I went in and installed Terminal Emulator from the Play store and did the following.
1. Open Terminal Emulator
2. Su
3. Type in echo -ne '\x00' | dd of=/dev/block/mmcblk0p7 bs=1 seek=4265988
After that, the Tampered message was gone.
Click to expand...
Click to collapse
Great. That worked for me too.

What is mean tampered flag?
daorderdillon said:
reset your "tampered flag"
enter the following:
adb devices
adb shell
su (if needed to get a # prompt)
echo -ne '\x00' | dd of=/dev/block/mmcblk0p7 bs=1 seek=4265988
(i would very strongly recomend you copy/paste this)
exit
(exit a second time if you need to to get back to a normal > prompt)
adb reboot bootloader
Click to expand...
Click to collapse
What is mean tampered flag?
'relocked' like that?

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

where should i type this commands? what is the name of the program?
Thank you

saa751 said:
where should i type this commands? what is the name of the program?
Thank you
Click to expand...
Click to collapse
Use adb
Sent from my HTC Butterfly s using XDA Premium 4 mobile app

daorderdillon said:
Use adb
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
Click to expand...
Click to collapse
any link for it?

saa751 said:
any link for it?
Click to expand...
Click to collapse
If u don't know what adb is plz dont attempt this process
Sent from my HTC Butterfly s using XDA Premium 4 mobile app

daorderdillon said:
If u don't know what adb is plz dont attempt this process
Sent from my HTC Butterfly s using XDA Premium 4 mobile app
Click to expand...
Click to collapse
i did it 2 yesrs ago for Mytouch 4g but without using PC, i may have those program somewhere in my laptop but i couldn't find them.

Before the BS, I came form a Samsung phone and it seems so easy to maneuver around the device but now, this looks so complicated lol. Anyway, what's tampered flag?
Sent from my HTC Butterfly S

Tampered means when u alter the bootloader
Sent from my HTC Butterfly s using XDA Premium 4 mobile app

saa751 said:
i did it 2 yesrs ago for Mytouch 4g but without using PC, i may have those program somewhere in my laptop but i couldn't find them.
Click to expand...
Click to collapse
U have to install HTC drivers and adb files
Sent from my HTC Butterfly s using XDA Premium 4 mobile app

Worked like a charm. The trick is to get S-OFF. For the adb you can use "mini-sdk" and the rest should be straight forward.
HTC ONE - Sprint
Android 4.3 Jelly Bean
HTC Sense 5.5
Build No. 3.62.401.1
Thank you.

htadeja said:
Worked like a charm. The trick is to get S-OFF. For the adb you can use "mini-sdk" and the rest should be straight forward.
HTC ONE - Sprint
Android 4.3 Jelly Bean
HTC Sense 5.5
Build No. 3.62.401.1
Thank you.
Click to expand...
Click to collapse
Yes it does!
Sent from my HTC Butterfly s using XDA Premium 4 mobile app

@OP..
please give proper credits by posting this links from where the original idea came from..
http://forum.xda-developers.com/showthread.php?t=2475914
http://forum.xda-developers.com/showthread.php?t=2477792
you're taking too much credit for other people's work..

kairi_zeroblade said:
@OP..
please give proper credits by posting this links from where the original idea came from..
http://forum.xda-developers.com/showthread.php?t=2475914
http://forum.xda-developers.com/showthread.php?t=2477792
you're taking too much credit for other people's work..
Click to expand...
Click to collapse
i think he know cus i asked him but thanks for pointing it out sport AND I THINK U SHOULD DO THE SAME FOR THE PORTING U DID FOR SOME OF YOUR STUFF

Hi. I am in a odd situation right now.
I want to send my phone back to the retailer with two problem that it has ( back key light is very dim compared with the other two and some weird purple zebra like pattern that the camera shows in very low light) and don't want to lose the warranty.
Now in bootloader i have tempered, unlocked, S-on messages. And the phone is not rooted.
Any advice on how to get the damn thing to work?

Related

[Guide] S-Off no PC using terminal. (Easy)

YouTube S-Off
How to S-Off HTC One without a PC.
As you can see from the video I am running ViperRom with stock kernel, from what I understand some kernels will cause S-Off to fail. Must be rooted to use this method. Also this will break Hot reboot, but doing an RUU will fix this but also wipe all your data.
Download Revone here http://revolutionary.io/revone OP is here http://forum.xda-developers.com/showthread.php?t=2314582
Once its downloaded move to data/local/tmp
Then open terminal
Type the following
su (enter)
cd /data/local/tmp (enter)
chmod 755 revone.bin (enter) (some users may have to remove the .bin if thats you remove it from all of the lines)
./revone.bin -P (enter) (Capital P is needed)
Reboot
open terminal
cd /data/local/tmp (enter)
su (enter)
./revone.bin -s 0 -u
Reboot.
To remove "tampered"
open terminal
cd /data/local/tmp
su
./revone.bin -t
Sent from my HTCONE using xda app-developers app
Konfuzion said:
YouTube S-Off
How to S-Off HTC One without a PC.
As you can see from the video I am running ViperRom with stock kernel, from what I understand some kernels will cause S-Off to fail. Must be rooted to use this method. Also this will break Hot reboot, but doing an RUU will fix this but also wipe all your data.
Download Revone here http://revolutionary.io/revone OP is here http://forum.xda-developers.com/showthread.php?t=2314582
Once its downloaded move to data/local/tmp
Then open terminal
Type the following
cd /data/local/tmp (enter)
su (enter)
chmod 755 revone.bin (enter) (some users may have to remove the .bin if thats you remove it from all of the lines)
./revone.bin -p (enter)
Reboot
open terminal
cd /data/local/tmp (enter)
su (enter)
./revone.bin -s 0 -u
Reboot.
To remove "tampered"
open terminal
cd /data/local/tmp
su
./revone.bin -t
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
works great! now S-OFF.....
Worked for me too, however in one of the first steps to enter -p, I got an invalid command error. It worked once I made it a capital P instead of lower case. Just sharing in case it helps someone else.
Sweet! S-off in about 5 minutes.
Sent from my HTCONE using Tapatalk 4 Beta
Bumping this.
as easy as one click, but funner, thanks for the tutorial
matchosan said:
as easy as one click, but funner, thanks for the tutorial
Click to expand...
Click to collapse
Made me chuckle, very true.
Sent from my HTCONE using xda app-developers app
Very easy Thank You! :beer:
Sent from my HTCONE using Tapatalk 2
Hi I'm johnny and for some reason I can't make this work. I don't know which terminal to get or how to use those terminals. I'm lost on what and how to do. I would really appreciate it if you could help me.. thank you
Sent from my HTCONE using Tapatalk 4 Beta
johnnycm77 said:
Hi I'm johnny and for some reason I can't make this work. I don't know which terminal to get or how to use those terminals. I'm lost on what and how to do. I would really appreciate it if you could help me.. thank you
Sent from my HTCONE using Tapatalk 4 Beta
Click to expand...
Click to collapse
Go to the play store and download Android Terminal Emulator. You also have to be rooted to do this.
Sent from my HTCONE using xda app-developers app
I'm rooted and unlocked but I've never really used one of those terminals
Sent from my HTCONE using Tapatalk 4 Beta
I can't find the folder /local/tmp
I see data but nothing else
from htc ONE
engelsione said:
I can't find the folder /local/tmp
I see data but nothing else
from htc ONE
Click to expand...
Click to collapse
Try the FX File Explorer app included with ViperROM, you need to browse system as root, and hit the lock in the upper right hand corner to mount your system as r/w. Remount system as read only by tapping the lock after you're finished copying the revone file to /data/local/tmp.
I see no lock on the top of Fx explorer
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
from htc ONE
Nevermind, I did it! Sweet!
from htc ONE
engelsione said:
I see no lock on the top of Fx explorerView attachment 2053229
from htc ONE
Click to expand...
Click to collapse
In FX click "View" "Customize Home" then check "System (Root)"
engelsione said:
Nevermind, I did it! Sweet!
from htc ONE
Click to expand...
Click to collapse
Haha cool I read this after I responded.
I not found "data/local/tmp" in my phone (htc one).
mcmaxi said:
I not found "data/local/tmp" in my phone (htc one).
Click to expand...
Click to collapse
Install fX file explorer from the play store, open it and click on system (root) and its in there.
Sent from my HTCONE using xda app-developers app
mcmaxi said:
I not found "data/local/tmp" in my phone (htc one).
Click to expand...
Click to collapse
Ok! i see and access with Fx Explore + Fx explore (Add-on root) in the playstore free.
---------- Post added at 11:54 AM ---------- Previous post was at 11:49 AM ----------
Sorry, but where is terminal?
Konfuzion said:
YouTube S-Off
How to S-Off HTC One without a PC.
As you can see from the video I am running ViperRom with stock kernel, from what I understand some kernels will cause S-Off to fail. Must be rooted to use this method. Also this will break Hot reboot, but doing an RUU will fix this but also wipe all your data.
Download Revone here http://revolutionary.io/revone OP is here http://forum.xda-developers.com/showthread.php?t=2314582
Once its downloaded move to data/local/tmp
Then open terminal
Type the following
cd /data/local/tmp (enter)
su (enter)
chmod 755 revone.bin (enter) (some users may have to remove the .bin if thats you remove it from all of the lines)
./revone.bin -P (enter) (Capital P is needed)
Reboot
open terminal
cd /data/local/tmp (enter)
su (enter)
./revone.bin -s 0 -u
Reboot.
To remove "tampered"
open terminal
cd /data/local/tmp
su
./revone.bin -t
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse

HELP!!Stock ROM on HTC One on Carrier!

Hi,
So I got a HTC One today, and I'm lovin it so far!
However, I want to have 4.2 ROM on my HTC One, but it's Three (3) Carrier branded!
I bought a code so I could use my own SIM from Tele2....However, when I boot op my HTC, I still get the Three Carrier Bootanimation.
But what I think is the worst, I can't get the 4.2 ROM on my HTC!
Is there any possibility that I can magicly get the official 4.2 ROM on my Three branded HTC One?
Do I need to unlock the bootloader or something?
PLEASE HELP!:crying:
yeah unlock your bootloader, flash a custom recovery and install the odexed ROM from here: http://forum.xda-developers.com/showthread.php?t=2224752
OR
you can check the dev forums, S-OFF the device and change your CID to a Debranded one and flash a worldwide RUU
youll never get updates on Three
IINexusII said:
yeah unlock your bootloader, flash a custom recovery and install the odexed ROM from here: http://forum.xda-developers.com/showthread.php?t=2224752
OR
you can check the dev forums, S-OFF the device and change your CID to a Debranded one and flash a worldwide RUU
youll never get updates on Three
Click to expand...
Click to collapse
Thank you a 100 times! When I unlock my bootloader, I will lose my data. So how do I S-OFF and change my CID?
pottemans said:
Thank you a 100 times! When I unlock my bootloader, I will lose my data. So how do I S-OFF and change my CID?
Click to expand...
Click to collapse
If you would like to skip unlocking the bootloader do revone s off.it is in the original development section
a box of kittens said:
If you would like to skip unlocking the bootloader do revone s off.it is in the original development section
Click to expand...
Click to collapse
But Revone needs Root and for Root you need to unlock your bootloader, right?
PLEASE HELP!! I WANT 4.2 ON MY HTC ONE
it could work without root, just follow the instructions http://forum.xda-developers.com/showthread.php?t=2314582
IINexusII said:
it could work without root, just follow the instructions http://forum.xda-developers.com/showthread.php?t=2314582
Click to expand...
Click to collapse
I Don't understand any of that! I'm new to this kind of stuff so please help me! I'm coming from a SGS3 so i know how Odin, SuperSU, and Clockworkmodrecovery works, but don't know anything about S-OFF, Unlocking bootloader, and what the heck is a Adb Shell??
Please help me from scratch!
The only thing I want is Android 4.2 with Sense so I can get battery percentage and make my home button act like a menu button so the irritating black menu bar on the bottom goes away....
pottemans said:
I Don't understand any of that! I'm new to this kind of stuff so please help me! I'm coming from a SGS3 so i know how Odin, SuperSU, and Clockworkmodrecovery works, but don't know anything about S-OFF, Unlocking bootloader, and what the heck is a Adb Shell??
Please help me from scratch!
The only thing I want is Android 4.2 with Sense so I can get battery percentage and make my home button act like a menu button so the irritating black menu bar on the bottom goes away....
Click to expand...
Click to collapse
1. Install adb and get it to work http://www.redmondpie.com/how-to-set-up-android-adb-and-fastboot-on-windows-tutorial/, Youtube http://www.youtube.com/watch?v=Yc4z-KYypgY.
2. Disable fastboot in settings/energ at the bottom and close HTC Sync Manager if its running.
3. Download and copy revone 0.2.1 to your phone and follow the instructions in the revone OP.
http://forum.xda-developers.com/showthread.php?t=2182792
and use the ODEXED rom from here: http://forum.xda-developers.com/showthread.php?t=2224752
gee2012 said:
1. Install adb and get it to work http://www.redmondpie.com/how-to-set-up-android-adb-and-fastboot-on-windows-tutorial/, Youtube http://www.youtube.com/watch?v=Yc4z-KYypgY.
2. Disable fastboot in settings/energ at the bottom and close HTC Sync Manager if its running.
3. Download and copy revone 0.2.1 to your phone and follow the instructions in the revone OP.
Click to expand...
Click to collapse
Okay so i got adb running in my c:/adroidadb and in downloaded revone, but i can´t push it to my devices data/local/tmp!
How to fix this>
pottemans said:
Okay so i got adb running in my c:/adroidadb and in downloaded revone, but i can´t push it to my devices data/local/tmp!
How to fix this>
Click to expand...
Click to collapse
Type: adb devices in cmd. Do you see a serial number?
If so type the right name, so adb push revone-0.2.1 /data/local/tmp/
IINexusII said:
http://forum.xda-developers.com/showthread.php?t=2182792
and use the ODEXED rom from here: http://forum.xda-developers.com/showthread.php?t=2224752
Click to expand...
Click to collapse
okay so I unlocked my bootloader and installed cwm recovery. Do i only need to download the ROM zip, or also the recovery.img.... ps im not rooted!
pottemans said:
okay so I unlocked my bootloader and installed cwm recovery. Do i only need to download the ROM zip, or also the recovery.img.... ps im not rooted!
Click to expand...
Click to collapse
First i suggest you get S-Off with revone.
adb shell ; cd /data/local/tmp ; ./revone -s 0 -t
Reboot in bootlader mode: adb reboot bootloader, then you type fastboot oem writecid 11111111
Now you can flash anu RUU or rom you want
Then copy superSU zip to the phone and flash in recovery http://download.chainfire.eu/339/SuperSU/UPDATE-SuperSU-v1.41.zip.
Then make a backup in CWM recovery before you flash any custom rom.
Don`t forget to hit thanks button
gee2012 said:
First i suggest you get S-Off with revone.
adb shell ; cd /data/local/tmp ; ./revone -s 0 -t
Then copy superSU zip to the phone and flash in recovery http://download.chainfire.eu/339/SuperSU/UPDATE-SuperSU-v1.41.zip.
Then make a backup in CWM recovery before you flash any custom rom.
Don`t forget to hit thanks button
Click to expand...
Click to collapse
no, sorry i dont want to have SOFF... but can you look at this ROM! How to install this
http://forum.xda-developers.com/showthread.php?t=2224752
pottemans said:
no, sorry i dont want to have SOFF... but can you look at this ROM! How to install this
http://forum.xda-developers.com/showthread.php?t=2224752
Click to expand...
Click to collapse
I`am running that one too, an excellent rom which is fast and stable.
I urge you to get S-Off, you`ll regret it later if you don`t do it now on Hboot 1.44.000. You cannot downgrade the bootloader so you cannot install a RUU later if you should have to turn it in for repair.
gee2012 said:
I`am running that one too, an excellent rom which is fast and stable.
I urge you to get S-Off, you`ll regret it later if you don`t do it now on Hboot 1.44.000. You cannot downgrade the bootloader so you cannot install a RUU later if you should have to turn it in for repair.
Click to expand...
Click to collapse
okay so i pushed revone to my Phone, what now! when i type in chmod 755 it says that chmod is not a command or something!
pottemans said:
okay so i pushed revone to my Phone, what now! when i type in chmod 755 it says that chmod is not a command or something!
Click to expand...
Click to collapse
Use any operating system you like, you only need adb.
1. Download revone (above) and push it to your device: adb push revone /data/local/tmp/
2. Open an adb shell and:
* cd /data/local/tmp
* chmod 755 revone-0.2.1
3. (optional) If your device is unlocked and rooted please switch to root using su.
4. Prepare to gain S-OFF by running the command: ./revone -P
4a. If revone reports success reboot the device and proceed to step 5)
4b. If revone reboots the device (we'll pretend this isn't an undiagnosed random crash) please wait 2 minutes then try again from step 2.
4c. If revone reports that you need to reboot and try again please reboot and try again from step 2.
5. Now that revone has successfully prepared your device for S-OFF please open another adb shell (as per step 2) and change to
the /data/local/tmp directory.
6. Instruct revone to grant you S-OFF and unlock status by running the command: ./revone-0.2.1 -s 0 -t
6a. Other optional command arguments:-
* -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.
7. Presuming revone reported success please reboot the device again, this time to the bootloader (adb reboot bootloader)
8. You should now observe your device is S-OFF (and the lock status changed if you invoked that option).
9. (optional) Re-run revone to remove TAMPERED from your HBOOT screen: ./revone -t
Type the red text in cmd.
gee2012 said:
Use any operating system you like, you only need adb.
1. Download revone (above) and push it to your device: adb push revone /data/local/tmp/
2. Open an adb shell and:
* cd /data/local/tmp
* chmod 755 revone-0.2.1
3. (optional) If your device is unlocked and rooted please switch to root using su.
4. Prepare to gain S-OFF by running the command: ./revone -P
4a. If revone reports success reboot the device and proceed to step 5)
4b. If revone reboots the device (we'll pretend this isn't an undiagnosed random crash) please wait 2 minutes then try again from step 2.
4c. If revone reports that you need to reboot and try again please reboot and try again from step 2.
5. Now that revone has successfully prepared your device for S-OFF please open another adb shell (as per step 2) and change to
the /data/local/tmp directory.
6. Instruct revone to grant you S-OFF and unlock status by running the command: ./revone -s 0 -t
6a. Other optional command arguments:-
* -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.
7. Presuming revone reported success please reboot the device again, this time to the bootloader (adb reboot bootloader)
8. You should now observe your device is S-OFF (and the lock status changed if you invoked that option).
9. (optional) Re-run revone to remove TAMPERED from your HBOOT screen: ./revone -t
Type the red text in cmd.
Click to expand...
Click to collapse
this is what i get
C:\Users\lorenzo>adb shell
[email protected]:/ $ cd/data/local/tmp
cd/data/local/tmp
/system/bin/sh: cd/data/local/tmp: not found
127|[email protected]:/ $
pottemans said:
this is what i get
C:\Users\lorenzo>adb shell
[email protected]:/ $ cd/data/local/tmp
cd/data/local/tmp
/system/bin/sh: cd/data/local/tmp: not found
127|[email protected]:/ $
Click to expand...
Click to collapse
You have no root sign which is # instead of $.
Do You have adb installed correct, is you serialnumber visible if you type adb devices.
Command: cd /data/local/tmp , don`t forget the space after cd.
Is usb debugging enabled in developer options on the phone?
Do you have fastboot in settings/energy disabled?
gee2012 said:
You have no root sign which is # instead of $.
Do You have adb installed correct, is you serialnumber visible if you type adb devices.
Command: cd /data/local/tmp , don`t forget the space after cd.
Is usb debugging enabled in developer options on the phone?
Do you have fastboot in settings/energy diasabled?
Click to expand...
Click to collapse
yes, when I type in adb devices my serial number show up.
when I type in that command, it says there´s no path (sorry if im translating it wrong, i´m dutch)
usb debugging is enabled and fastboot is disabled...

[Q] PLEASE HELP. HTC One with no os

I rooted my sprint HTC One and when i was going to flash a rom i accidentaly wiped the phone completely. I can go into TWRP but cant move files into the phone. When i try plugging it into my computer all i hear is the little ring that windows does when you plug in something into the usb but i cant access the phones storage. I also tried buying a USB otg cable but the phone didnt seem to recognize it. please help. I've been stuck without a phone for about a week now
You try adb sideload(adb push (drag rom here) /sdcard / (hit enter)
From My TweakedOut ONE
Maybe
dased14 said:
You try adb sideload(adb push (drag rom here) /sdcard / (hit enter)
From My TweakedOut ONE
Click to expand...
Click to collapse
i tried to do something with the windows command line but i dont know if i did it right. im a noob with complicated stuff like this. i dont know if i had to download anything to make the adb work.
IVcruz said:
i tried to do something with the windows command line but i dont know if i did it right. im a noob with complicated stuff like this. i dont know if i had to download anything to make the adb work.
Click to expand...
Click to collapse
If your having trouble with ADB just grab this tool http://forum.xda-developers.com/showthread.php?t=2236814 and download the rom you want and within the tool click Sideload Rom and then select the rom. And you should be all set.
This might help you in the future so you dont wipe your data again http://forum.xda-developers.com/showthread.php?t=2237021
I tried
Konfuzion said:
If your having trouble with ADB just grab this tool http://forum.xda-developers.com/showthread.php?t=2236814 and download the rom you want and within the tool click Sideload Rom and then select the rom. And you should be all set.
This might help you in the future so you dont wipe your data again http://forum.xda-developers.com/showthread.php?t=2237021
Click to expand...
Click to collapse
I gave it a shot but when i tried to sideload the rom it says device not found. i got the same thing when i tried to adb push the rom onto my sdcard. i get an error saying device not found i also tried running the RUU but apparently i need a newer version of the RUU that is not out yet so i think im stuck and just have to wait and hope that the RUU i need comes out soon.
IVcruz said:
I rooted my sprint HTC One and when i was going to flash a rom i accidentaly wiped the phone completely. I can go into TWRP but cant move files into the phone. When i try plugging it into my computer all i hear is the little ring that windows does when you plug in something into the usb but i cant access the phones storage. I also tried buying a USB otg cable but the phone didnt seem to recognize it. please help. I've been stuck without a phone for about a week now
Click to expand...
Click to collapse
What os are you using?
When you plug the phone in and your computer makes the ding what shows up in device manager?
Having same issue...
Flashed Android Revolution HD...probably hosed my partitions
I can access FastBoot, but no ADB access from newly formated Windows 7 PC...
...I can't sideload via ANY recovery...
and I can't OTG with USB flash drive via ANY recovery too
Looking for latest RUU but no luck.
I tried to S-Off so I can RUU with 1.29 but no luck with RevOne since I can't ADB for some reason.
Thoughts? Suggestions? Thanks for looking
IVcruz said:
I gave it a shot but when i tried to sideload the rom it says device not found. i got the same thing when i tried to adb push the rom onto my sdcard. i get an error saying device not found i also tried running the RUU but apparently i need a newer version of the RUU that is not out yet so i think im stuck and just have to wait and hope that the RUU i need comes out soon.
Click to expand...
Click to collapse
You don't need to RUU. From that tool click install HTC drivers. And see if that works if not unusual the HTC drivers and install universal naked htc one drivers (Google it you will find it).
Sent from my HTCONE using xda app-developers app
---------- Post added at 06:00 PM ---------- Previous post was at 05:55 PM ----------
rvelajr said:
Having same issue...
Flashed Android Revolution HD...probably hosed my partitions
I can access FastBoot, but no ADB access from newly formated Windows 7 PC...
...I can't sideload via ANY recovery...
and I can't OTG with USB flash drive via ANY recovery too
Looking for latest RUU but no luck.
I tried to S-Off so I can RUU with 1.29 but no luck with RevOne since I can't ADB for some reason.
Thoughts? Suggestions? Thanks for looking
Click to expand...
Click to collapse
You flashed a GSM Rom on your Sprint CDMA device.
Now to fix it follow this guide
http://forum.xda-developers.com/showthread.php?p=44243635
To make your life easy you will need drivers for your phone the best are the universal naked drivers for HTC One
http://forum.xda-developers.com/showthread.php?t=2263822
If installed, uninstall HTC sync, and disable any anti virus or firewalls including Windows firewall. You will also need to download ADB if you don't have it minimal ADB is great
http://forum.xda-developers.com/showthread.php?p=42407269
Next time read before you flash!
Sent from my HTCONE using xda app-developers app
Still battling with ADB...no devices detected...I'm stumped
Universal Driver installed without a hitch...
No firewall
No anti-virus
No HTC Sync
Fastboot works...no adb...daemon starts on port 5037..but no luck
Thoughts?
rvelajr said:
Still battling with ADB...no devices detected...I'm stumped
Universal Driver installed without a hitch...
No firewall
No anti-virus
No HTC Sync
Fastboot works...no adb...daemon starts on port 5037..but no luck
Thoughts?
Click to expand...
Click to collapse
Are you doing this from recovery?
Sent from my HTCONE using xda app-developers app
Got device recognized in recovery...
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Program Files\Minimal ADB and Fastboot>adb devices
List of devices attached
FA35GS910838 recovery
Typed "adb shell"
Then copied/paste echo "1.29.651.10" | dd of=/dev/block/mmcblk0p19 bs=1 seek=160
with following result...
Sorry for Noob experience here...
C:\Program Files\Minimal ADB and Fastboot>adb shell
~ # ←[6necho "1.29.651.10" | dd of=/dev/block/mmcblk0p19 bs=1 seek=160
echo "1.29.651.10" | dd of=/dev/block/mmcblk0p19 bs=1 seek=160
warning: seek lseek64 failed
12+0 records in
12+0 records out
12 bytes (12B) copied, 0.006990 seconds, 1.7KB/s
~ # ←[6n
Am I missing something?
rvelajr said:
Got device recognized in recovery...
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Program Files\Minimal ADB and Fastboot>adb devices
List of devices attached
FA35GS910838 recovery
Typed "adb shell"
Then copied/paste echo "1.29.651.10" | dd of=/dev/block/mmcblk0p19 bs=1 seek=160
with following result...
Sorry for Noob experience here...
C:\Program Files\Minimal ADB and Fastboot>adb shell
~ # ←[6necho "1.29.651.10" | dd of=/dev/block/mmcblk0p19 bs=1 seek=160
echo "1.29.651.10" | dd of=/dev/block/mmcblk0p19 bs=1 seek=160
warning: seek lseek64 failed
12+0 records in
12+0 records out
12 bytes (12B) copied, 0.006990 seconds, 1.7KB/s
~ # ←[6n
Am I missing something?
Click to expand...
Click to collapse
Nope now flash the RUU.
Need anything PM me
SOLVED!
Is is worth to S-Off with revone at this point?
I've installed ViperOne rom (my fav) and all looks well.
Since, I'm back to 1.29...what is best way to get back to 1.31.651.2?
budeone said:
What os are you using?
When you plug the phone in and your computer makes the ding what shows up in device manager?
Click to expand...
Click to collapse
Im using windows 8 and when i plug in my phoen it actually does show up under devices under a "unspecified" category where it says that drivers are unavailable. I have tried installing the drivers though and it still wont work.
rvelajr said:
SOLVED!
Is is worth to S-Off with revone at this point?
I've installed ViperOne rom (my fav) and all looks well.
Since, I'm back to 1.29...what is best way to get back to 1.31.651.2?
Click to expand...
Click to collapse
S-off will help you if you need to RUU again if your on 1.31
Sent from my HTCONE using xda app-developers app

[how to] lock/unlock your bootloader without htcdev(s-off required)

this thread will let you unlock your bootloader without htcdev,or let you change your hboot watermark from relocked or locked back to stock.
originally,we used a zip file flashable in recovery. i have found it to work on gsm devices with 1.44 hboot and CW recovery. it did not work with twrp. if the following is too scary,feel free to test the zip files. that thread,info,and downloads can be found here. since not all recoverys are working,these values can be changed with simple adb commands.
advantages
-no hassle with htcdev,tokens,or unlock codes
-no submitting your phones personal info to htc
-the ability to get back to 100% stock without any visual traces or records of having been s off or unlocking your bootloader.
you do NOT need to downgrade your hboot. this simple adb command works without any scary hboot downgrades.
*you must be s off.
*you must have superuser installed(see this thread if you need help installing superuser. use the keep bootloader locked directions)
read this:
this will not work if your s on. its not a way to magically unlock
the usual disclaimers:
use this info at your own risk. if it melts your phone into a little pile of aluminum goo,its not my fault.
credits
-beaups for giving me the echo comand,so yall didnt need to dump,edit with a hex editor,and copy back
-strace for originally discovering the location of the lock status flag(check out this thread for more info)
-kdj67f for fearlessly testing on vzw m7_wlv and putting up some screenshots in post 2. thanks!
-matthew0776 for fearlessly testing for sprint m7_wls
IF you are an advanced user with adb/fastboot set up and some basic knowlede of the cmd window,you can skip to #2
1)set up adb
-download this file
-install drivers: if you have htc sync installed,you should allready have drivers. if not,you can install htc sync,or install these modified htc drivers from revolutionary (driver mirror)
-unzip your miniadb_v1031.zip file. this is native funtionality in windows 7. you otherwise may need a utility such as "7-zip" to extract,or unzip it. place the unzipped folder onto the root of your C drive on your PC. root means the top level,not inside any folders. so just copy and paste,or drag and drop the folder onto C with everything else that is there. you may want to rename it to "miniadb_m7" since youll be putting some device specific files in here.
-open a command window. on windows 7,click the start bubble in the lower left and type "command" in the search box. xp i believe is similar or the same. doing this should open a small black command window.
-change to your miniadb_m7 directory. type the following at the prompt in your cmd window:
cd c:\miniadb_m7
your command promt should change to "c:miniadb_m7>" provided you: 1)unzipped the miniadb_v1031 zip file,and 2)put the folder on your c drive,and 3)entered the name of the folder correctly ("miniadb_m7" in this case)
-now make sure usb debugging is checked in developer options(you will need to turn it on first),and plug your phone into your PC with a usb cable
-make sure your phone is being recognized- type:
adb devices
if your drivers are installed correctly,this should return your phones serial number. you should hear the "found device" noises when you plug your phone in. if it starts installing drivers,wait for it to finish before typing the adb devices command.
if you get your serial number back,then enter this command:
adb reboot bootloader
this should take your phone to the "fastboot" screen,wich is white with colored letters. this is one mode of your bootloaders interactive modes. at the top youll see fastboot devices as confirmation youre in fastboot.
now enter:
fastboot devices
again,this should return your phones serial number. you should hear the "found device" noises when you plug your phone in. if it starts installing drivers,wait for it to finish before typing the adb devices command.
if you get your serial number back,you can enter the following to boot back to the phones OS:
fastboot reboot
and now,youve installed adb/fastboot and tested youre phones drivers. if at either spot,you have trouble and dont get your serial number back,there is some sort of connection issue. use these steps to troubleshoot:
troubleshooting connectivity issues:
-try a reboot of the PC
-try different usb cables and ports
-dont use a usb hub
-dont use usb 3.0
-make sure nothing capable of comunicating with the phone is enabled and running. htc sync,pdanet,easy tether,and even itunes have all been known to cause issues.
-windows 8 has been known to have issues. try a windows 7 or older machine
failing the above,
-i use these drivers for fastboot and adb(donwload and run as admin): http://downloads.unrevoked.com/HTCDriver3.0.0.007.exe (mirror)
failing that,try manually updating the drivers in the following manner:
-put the phone in fastboot mode(select fastboot from the hboot menu)
-open device manager on the PC
-plug in phone,watch for it to pop up in device manager.
-update drivers with device manager,pointing the wizard to the extracted
driver download folder from above
note that you can check the connectivity of the phone,and make sure drivers are working by in the following manner:
-open cmd window. change to directory containing adb/fastboot utilities
-adb with the phone in the booted OS,usb debug enabled,enter:
adb devices in a cmd window
-fastboot with phone in fastboot,enter:
fastboot devices in cmd window
in either case,a properly connected phone with working drivers installed should report back the phones serial number.
Click to expand...
Click to collapse
this process,in your cmd window,should look something like this:
Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Scott>[COLOR="red"]cd c:\miniadb_m7[/COLOR]
c:\miniadb_m7>adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
FAxxxxxxxxxx device
c:\miniadb_m7>[COLOR="red"]adb reboot bootloader[/COLOR]
c:\miniadb_m7>[COLOR="red"]fastboot devices[/COLOR]
FAxxxxxxxxxx fastboot
c:\miniadb_m7>[COLOR="red"]fastboot reboot[/COLOR]
rebooting...
finished. total time: 0.037s
c:\miniadb_m7>
2)reset your "lock status flag"
to LOCK your bootloader,enter the following:
adb devices
adb shell
su (if needed to get a # prompt)
echo -ne '\x00\x00\x00\x00' | dd of=/dev/block/mmcblk0p3 bs=1 seek=33796
(i would very strongly recomend you copy/paste this)
exit
(exit a second time if you need to to get back to a normal > prompt)
adb reboot bootloader
verify you are now locked
_____________________________________________________________________________________________
to UNLOCK your bootloader,enter the following:
adb devices
adb shell
su (if needed to get a # prompt)
echo -ne "HTCU" | dd of=/dev/block/mmcblk0p3 bs=1 seek=33796
(i would very strongly recomend you copy/paste this)
exit
(exit a second time if you need to to get back to a normal > prompt)
adb reboot bootloader
verify you are now unlocked
*i have tested this on my gsm htc one. if someone wants to test on vzw,ill add you to the credits
99% is good enough for me haha! Phone just hut 50% charged, give me a minute. Will post back with pictures.
Sent from my HTC6500LVW using XDA Premium 4 mobile app
---------- Post added at 08:56 PM ---------- Previous post was at 08:41 PM ----------
Confirmed, code working. Flags set/reset. Phone even reboots and works will upload pics/screenshots.
Thanks!
Starting out unlocked:
Locking:
Locked:
Unlocking:
Re-unlocked:
Very good work!
Excellent work bro I'll add it to the FAQ Guide added to Q9
bigdaddy619 said:
Excellent work bro I'll add it to the FAQ Guide added to Q9
Click to expand...
Click to collapse
Awsome. Hope it helps some folks. matthew0776 asked in another thread,so I figured I'd bring it here
Sent from my HTC PG09410 using Tapatalk 2
I concur excellent job on this! Saves a lot of extra mumbo jumbo for us s-off people.
Sent from my HTCONE using Tapatalk 4
olorolo said:
I concur excellent job on this! Saves a lot of extra mumbo jumbo for us s-off people.
Sent from my HTCONE using Tapatalk 4
Click to expand...
Click to collapse
Saved me today when I had to return my device for new. Damn camera probs and the screen was way over saturated. ...:thumbup::beer:
Sent from my Nexus 7 using xda app-developers app
Can not find the way to root. I'm s-off, I have android 4.3 and I have hboot 1.44. To flash the recovery by fastboot tells me failed: not allowed.
AxelCM1 said:
Can not find the way to root. I'm s-off, I have android 4.3 and I have hboot 1.44. To flash the recovery by fastboot tells me failed: not allowed.
Click to expand...
Click to collapse
you might be in hboot,not fastboot,or are making some other error.
there is info on different ways to install a recovery here: http://forum.xda-developers.com/showpost.php?p=45513789&postcount=2
scotty1223 said:
Awsome. Hope it helps some folks. matthew0776 asked in another thread,so I figured I'd bring it here
Sent from my HTC PG09410 using Tapatalk 2
Click to expand...
Click to collapse
Hi Scotty!
Sent from my HTCONE using Tapatalk
pandacookie said:
Hi Scotty!
Sent from my HTCONE using Tapatalk
Click to expand...
Click to collapse
lol hi panda! small interweb,eh? lol
scotty1223 said:
you might be in hboot,not fastboot,or are making some other error.
there is info on different ways to install a recovery here: http://forum.xda-developers.com/showpost.php?p=45513789&postcount=2
Click to expand...
Click to collapse
Thanks Master!
Enviado desde mi HTC One mediante Tapatalk
scotty1223 said:
lol hi panda! small interweb,eh? lol
Click to expand...
Click to collapse
Yup!
I'm S-OFF now, thanks to Rumrunner, but it also says I'm locked again. Should I worry?
Sent from my HTCONE using Tapatalk
---------- Post added at 09:53 PM ---------- Previous post was at 09:48 PM ----------
Der. Never mind. Just Googled and sparked my memory. It's been awhile with an HTC device for me.
Sent from my HTCONE using Tapatalk
This is good stuff to know...Thank you much!
pandacookie said:
Yup!
I'm S-OFF now, thanks to Rumrunner, but it also says I'm locked again. Should I worry?
Sent from my HTCONE using Tapatalk
---------- Post added at 09:53 PM ---------- Previous post was at 09:48 PM ----------
Der. Never mind. Just Googled and sparked my memory. It's been awhile with an HTC device for me.
Sent from my HTCONE using Tapatalk
Click to expand...
Click to collapse
lol,as youve found,nothing to wory about. locking and unlocking is as easy as setting the flag to the proper values,so the rumrunner tool prolly locked the bootloader in the process.
you can leave it locked,youll just have to install recoveries a bit differently than youre used to,no big deal. if you do want to unlock just use this thread
Hi anyone tried this on a RELOCKED bootloader, or if know it works?
to UNLOCK your bootloader,enter the following:
adb devices
adb shell
su (if needed to get a # prompt)
echo -ne "HTCU" | dd of=/dev/block/mmcblk0p3 bs=1 seek=33796
(i would very strongly recomend you copy/paste this)
exit
(exit a second time if you need to to get back to a normal > prompt)
Yes. It works fine on a relocked bootlloader to lock or unlock
Sent from my HTC One using Tapatalk
scifitrekkie said:
Hi anyone tried this on a RELOCKED bootloader, or if know it works?
to UNLOCK your bootloader,enter the following:
adb devices
adb shell
su (if needed to get a # prompt)
echo -ne "HTCU" | dd of=/dev/block/mmcblk0p3 bs=1 seek=33796
(i would very strongly recomend you copy/paste this)
exit
(exit a second time if you need to to get back to a normal > prompt)
Click to expand...
Click to collapse
It works perfectly and does not reset your phone as htcdev does. Quick & painless.
scotty1223 said:
Yes. It works fine on a relocked bootlloader to lock or unlock
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
Sent from my HTCONE using Tapatalk
Thanks a bunch. I wish I could've found this before I ruued my phone and unlocked again lol
Sent from my unknown using xda app-developers app
Should I enter that command with pc or terminal emulator
Sent from my HTCONE using XDA Premium 4 mobile app
davidoisamoje said:
Should I enter that command with pc or terminal emulator
Sent from my HTCONE using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I would use your pc so you can copy and paste

Firewater does NOT Open or Execute.

Heya Guys and Bros,
I got a Sprint HTC One and im Using it here in Germany, since i have SIM unlocked it.
Problem is im at the Newest Firmware, Rooted and Bootloader unlocked, but i cant gain S Off.
I did try Firewater and USB Debugging is on, Device has No Plattern lock, or any lock at all.
When I gain SU permissions in ADB it asks for them on my device. I acceot them and after that i copy paste the two lines (i think simething with Chmod or so) but nothing Happens. I did try everything but firewater doesent even shows up in The Terminal.
What to do bros?
Should i try it with an terminal emulator on The Device?
Thanks in advance
Sent from my HTCONE using XDA Free mobile app
XxpikaachuuxX said:
Heya Guys and Bros,
I got a Sprint HTC One and im Using it here in Germany, since i have SIM unlocked it.
Problem is im at the Newest Firmware, Rooted and Bootloader unlocked, but i cant gain S Off.
I did try Firewater and USB Debugging is on, Device has No Plattern lock, or any lock at all.
When I gain SU permissions in ADB it asks for them on my device. I acceot them and after that i copy paste the two lines (i think simething with Chmod or so) but nothing Happens. I did try everything but firewater doesent even shows up in The Terminal.
What to do bros?
Should i try it with an terminal emulator on The Device?
Thanks in advance
Sent from my HTCONE using XDA Free mobile app
Click to expand...
Click to collapse
are you running it from your computer? are you booted into android or bootloader, it runs from booted into android.
don't use terminal emulator
I've made an attempt. Software info:
TWRP v2.7.1.1
SuperSU v2.02
Software Version: 5.03.651.3 (Using this ROM with many system apps removed)
"adb.exe" is in my Windows environment path and "firewater" is located in the "C:\m7root" directory. ADB Shell has automatic granted access in SuperSU.
Console Text:
(Note how after I became su, adb terminates)
Code:
C:\m7root>adb reboot
C:\m7root>adb wait-for-device push firewater /data/local/tmp
4493 KB/s (4522136 bytes in 0.982s)
C:\m7root>adb shell
[email protected]:/ $ su
su
[email protected]:/ #
C:\m7root>chmod 755 /data/local/tmp/firewater
'chmod' is not recognized as an internal or external command,
operable program or batch file.
C:\m7root>adb shell
[email protected]:/ $ su
su
[email protected]:/ # chmod 755 /data/local/tmp/firewater
chmod 755 /data/local/tmp/firewater
[email protected]:/ # /data/local/tmp/firewater
/data/local/tmp/firewater
My results with text omitted:
The first bottle is open
chugging..........
ERROR: kernel contains HTC anti-firewater patch!
Click to expand...
Click to collapse
I will probably re-lock my bootloader and try again with the 1.29.651.7 RUU.
JDB992 said:
I've made an attempt. Software info:
TWRP v2.7.1.1
SuperSU v2.02
Software Version: 5.03.651.3 (Using this ROM with many system apps removed)
"adb.exe" is in my Windows environment path and "firewater" is located in the "C:\m7root" directory. ADB Shell has automatic granted access in SuperSU.
Console Text:
(Note how after I became su, adb terminates)
Code:
C:\m7root>adb reboot
C:\m7root>adb wait-for-device push firewater /data/local/tmp
4493 KB/s (4522136 bytes in 0.982s)
C:\m7root>adb shell
[email protected]:/ $ su
su
[email protected]:/ #
C:\m7root>chmod 755 /data/local/tmp/firewater
'chmod' is not recognized as an internal or external command,
operable program or batch file.
C:\m7root>adb shell
[email protected]:/ $ su
su
[email protected]:/ # chmod 755 /data/local/tmp/firewater
chmod 755 /data/local/tmp/firewater
[email protected]:/ # /data/local/tmp/firewater
/data/local/tmp/firewater
My results with text omitted:
I will probably re-lock my bootloader and try again with the 1.29.651.7 RUU.
Click to expand...
Click to collapse
Flash the 4.06.651.4 stock rooted rom and it should work.
Aldo101t said:
are you running it from your computer? are you booted into android or bootloader, it runs from booted into android.
don't use terminal emulator
Click to expand...
Click to collapse
I am using ADB and running it from a computer. But after the /data/local/temp thing nothing happens. The cursor is blinking and i waited 5 minutes. Then i pressed enter to check if it was frozen or something but it wasnt.
It doesent give me an error neither.
And im using it fully booted up if course, how would i do adb reboot then Bro
Sent from my HTCONE using XDA Free mobile app
BD619 said:
Flash the 4.06.651.4 stock rooted rom and it should work.
Click to expand...
Click to collapse
That worked. Thank you!
XxpikaachuuxX said:
I am using ADB and running it from a computer. But after the /data/local/temp thing nothing happens. The cursor is blinking and i waited 5 minutes. Then i pressed enter to check if it was frozen or something but it wasnt.
It doesent give me an error neither.
And im using it fully booted up if course, how would i do adb reboot then Bro
Sent from my HTCONE using XDA Free mobile app
Click to expand...
Click to collapse
After the '/data/local/tmp/firewater' command, the console should print around 25 blank lines and then print a warning prompt that states that the authors of the software disclaim all liability if something breaks as the result of running their software.
Tried it again just a second ago
, nothing happens. Or must i press 25 times enter?
Sent from my HTCONE using XDA Free mobile app
XxpikaachuuxX said:
Tried it again just a second ago
, nothing happens. Or must i press 25 times enter?
Sent from my HTCONE using XDA Free mobile app
Click to expand...
Click to collapse
EDIT: Posted the ADB Screenshot
Nothing HAppens, does anyone know what to do ?
Pwease :/
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Bump
Anyone pls help,i am helpless
Sent from my HTCONE using XDA Free mobile app
Bumpy Bumpy
Sent from my HTCONE using XDA Free mobile app
Have you updated your android sdk lately?
Yep i did. Still everything works but firewater does not execute
Sent from my HTCONE using XDA Free mobile app
i was having same issues fought with it for days then something told me well maybe the firewater file was corrupted to delete it and re download so thats what i did and it worked so maybe some of you are having the same issue so re download it btw i used the weak sauce method but on an already rooted and unlocked device and without the weaksauce app .... and instead of adb wait-for-device push firewater /data/local/tmp i place firewater file on my desktop and used this command instead adb wait-for-device push desktop/firewater /data/local/tmp
Thanks Mate, I will try that as soon asim Home Tomorrow evening.
Sent from my HTCONE using XDA Free mobile app
Man this sucks. Still nothing happens when i try to execute Firewater
Sent from my HTCONE using XDA Free mobile app
XxpikaachuuxX said:
Man this sucks. Still nothing happens when i try to execute Firewater
Sent from my HTCONE using XDA Free mobile app
Click to expand...
Click to collapse
did u find a solution to this ??
am experiencing the same problem
XxpikaachuuxX said:
EDIT: Posted the ADB Screenshot
Nothing HAppens, does anyone know what to do ?
Pwease :/
Click to expand...
Click to collapse
instead of /data/local/tmp/firewater:
cd /data/local/tmp
ls -l
post the results here.
download latest version of firewater.
beaups said:
download latest version of firewater.
Click to expand...
Click to collapse
I had this problem too. Turns out window 8 was blocking firewall. click on properties and see. Easiest way is to use windows xp
muneebrocks said:
I had this problem too. Turns out window 8 was blocking firewall. click on properties and see. Easiest way is to use windows xp
Click to expand...
Click to collapse
Or a Linux live disk, if you're not interested in outdated, closed source operating systems .

Categories

Resources