[Q] HTC One M8 S-Off Issue (Using Firewater) (ARHD root)

Search This thread

aviatordrew

New member
May 30, 2014
1
0
Rooted through ARHD and attempting to go S-Off using Firewater

Heres my code in adb

C:\Users\Drew\Desktop\adb fastboot>adb reboot

C:\Users\Drew\Desktop\adb fastboot>adb wait-for-device push firewater /data/loca
l/tmp
2612 KB/s (4432776 bytes in 1.657s)

C:\Users\Drew\Desktop\adb fastboot>adb shell
root@htc_m8:/ # chmod 755 /data/local/tmp/firewater
chmod 755 /data/local/tmp/firewater
root@htc_m8:/ # su
su
root@htc_m8:/ # /data/local/tmp/firewater
/data/local/tmp/firewater
root@htc_m8:/ #

And then it stops there, where it should go on to the warning. Can anyone help?
 
Rooted through ARHD and attempting to go S-Off using Firewater

Heres my code in adb

C:\Users\Drew\Desktop\adb fastboot>adb reboot

C:\Users\Drew\Desktop\adb fastboot>adb wait-for-device push firewater /data/loca
l/tmp
2612 KB/s (4432776 bytes in 1.657s)

C:\Users\Drew\Desktop\adb fastboot>adb shell
root@htc_m8:/ # chmod 755 /data/local/tmp/firewater
chmod 755 /data/local/tmp/firewater
root@htc_m8:/ # su
su
root@htc_m8:/ # /data/local/tmp/firewater
/data/local/tmp/firewater
root@htc_m8:/ #

And then it stops there, where it should go on to the warning. Can anyone help?

I could be wrong but are you not supposed to do the 'su' command before the 'chmod' command?