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

Search This thread

pacificnw

Member
Aug 17, 2014
21
20
The easiest way is you install sunshine soof apk. Run it until get temporary root and then exit. Your device with get temp root. After that you can use scotty code to get unlock bootloader via adb. Try that.

Great idea! I was able to get temp root and send the scotty code via adb to unlock bootloader. Thank you, very much appreciated!
 

treIII

Senior Member
Jul 10, 2012
3,188
586
Google Pixel 5
Google Pixel 6
So my son's phone is s off and the boot loader is unlocked. Will this work without root? He cracked his screen and he is accepted for the HTC advantage program. Thanks
His phone is completely stock other than using sunshine to unlock boot loader and get soff. After that he had never done a thing to alter anything

Sent from my HTC One_M8 using Xparent Blue Tapatalk 2
 
Last edited:

pacificnw

Member
Aug 17, 2014
21
20
So my son's phone is s off and the boot loader is unlocked. Will this work without root? He cracked his screen and he is accepted for the HTC advantage program. Thanks
His phone is completely stock other than using sunshine to unlock boot loader and get soff. After that he had never done a thing to alter anything

Sent from my HTC One_M8 using Xparent Blue Tapatalk 2

I don't think you'll be able to without root, one of the requirements listed on the initial post is to have superuser installed, which is synonymous with having root in this case.

If all that has been done is getting the bootloader unlocked and achieving s-off, all you may need to do is send the command "fastboot oem lock" through command prompt in fastboot to lock the bootloader again. From what I've read time and time again on these forums, HTC doesn't really seem to mind if the phone is S-Off when it's sent in for repairs.

Hopefully someone else can confirm this, and I would also recommend personally searching online to double-check if "fastboot oem lock" will do the job.
 

Antagonist42

Senior Member
Feb 5, 2012
682
248
52
Bolton
So my son's phone is s off and the boot loader is unlocked. Will this work without root? He cracked his screen and he is accepted for the HTC advantage program. Thanks
His phone is completely stock other than using sunshine to unlock boot loader and get soff. After that he had never done a thing to alter anything

Sent from my HTC One_M8 using Xparent Blue Tapatalk 2

You need to be rooted (SU installed) to run the command :-

su (if needed to get a # prompt)

echo -ne "HTCU" | dd of=/dev/block/mmcblk0p2 bs=1 seek=33796
(i would very strongly recomend you copy/paste this)

Sent from my B1-730HD using XDA Free mobile app
 
  • Like
Reactions: treIII

ian.anindya

Senior Member
May 10, 2008
218
108
Mojopahit
Google Glass
So my son's phone is s off and the boot loader is unlocked. Will this work without root? He cracked his screen and he is accepted for the HTC advantage program. Thanks
His phone is completely stock other than using sunshine to unlock boot loader and get soff. After that he had never done a thing to alter anything

Sent from my HTC One_M8 using Xparent Blue Tapatalk 2
Use sunshine as explain previous thread to get temporary root. Just need temporary root to get # on adb.
Then you can apply scotty code to get Lock / Unlock Bootloader as what you need.
 

treIII

Senior Member
Jul 10, 2012
3,188
586
Google Pixel 5
Google Pixel 6
Use sunshine as explain previous thread to get temporary root. Just need temporary root to get # on adb.
Then you can apply scotty code to get Lock / Unlock Bootloader as what you need.

I already locked the Bootloader and turned the phone s-on. But the h boot still says software status modified. So they will not be doing any repairs. His phone was completely stock other than using sunshine. I didn't even think about the software status modified in the h boot. I made a mistake. Sunshine will not gain temporary root either now.

Sent from my HTC One_M8 using Xparent Blue Tapatalk 2
 
Last edited:

treIII

Senior Member
Jul 10, 2012
3,188
586
Google Pixel 5
Google Pixel 6
I ran the ruu while s on. That removed the software status modified. It was clear in the disclosure that the phone MUST be the way it is intended or no warranty work. There's another thread and a gentleman said his boot loader was locked but phone was s off and they sent it back to him with no work done. So to get the screen replaced I had to make it stock. That's why s on. But HTC made it very clear on the phone before making the advantage ticket. Only thing I wish I'd have done before turning the phone son is running an ruu to and older software then I'd be able to achieve s off again. It's my son's phone he said he'd rather have his screen replaced and be s on.

Sent from my HTC One_M8 using Xparent Blue Tapatalk 2
 

Jena-HtcOneM8

Member
Dec 6, 2014
24
1
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

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 schooling me on echo comand protocol
-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
*i dont have m8. let me know if it works and ill add you to the credits.

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(windows 7 and older)


-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:


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/mmcblk0p2 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/mmcblk0p2 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 :)





(yes this is m7. i dont have an m8 yet)

other useful threads:
remove tampered banner: http://xdaforums.com/showthread.php?t=2708565
change mid without an eng bootloader: http://xdaforums.com/showthread.php?t=2708581

Hi @scotty1223 I got permission denied error in step 2 while locking.

shell@htc_m8:/ $ echo -ne '\x00\x00\x00\x00' | dd of=/dev/block/mmcblk0p2 bs=1 seek=33796
d of=/dev/block/mmcblk0p2 bs=1 seek=33796 <
/dev/block/mmcblk0p2: cannot open for write: Permission denied

Please can you help?
 

Captain_Throwback

Recognized Developer
Hi @scotty1223 I got permission denied error in step 2 while locking.

shell@htc_m8:/ $ echo -ne '\x00\x00\x00\x00' | dd of=/dev/block/mmcblk0p2 bs=1 seek=33796
d of=/dev/block/mmcblk0p2 bs=1 seek=33796 <
/dev/block/mmcblk0p2: cannot open for write: Permission denied

Please can you help?
You don't have root. Did you "su" first?
 
  • Like
Reactions: scotty1223

Jena-HtcOneM8

Member
Dec 6, 2014
24
1
You don't have root. Did you "su" first?

Yes but that didn't work. It didn't bother me as this step was optional.

shell@htc_m8:/ $ su
su
/system/bin/sh: su: not found

In the pre-requisite it said s-off which I have (screen attached). Sorry I'm a newbie.

Thanks
 

Attachments

  • DSC_0026.jpg
    DSC_0026.jpg
    261.4 KB · Views: 312

scotty1223

Inactive Recognized Contributor
Jan 3, 2011
2,813
3,056
Yes but that didn't work. It didn't bother me as this step was optional.

shell@htc_m8:/ $ su
su
/system/bin/sh: su: not found

In the pre-requisite it said s-off which I have (screen attached). Sorry I'm a newbie.

Thanks
The su step was not optional. As stated in the parenthesis,you need to enter su if the initial adb shell command does not get you a # prompt.

You've also ignored the second pre-requisite,wich was: *you must have superuser installed

You do not really need your boot loader to be unlocked. You can install a recovery as a zip file from fastboot/ruu mode,or from hboot/sd card.

You can then install superuser,or your Rom of choice.

Once you're properly rooted,you can use these commands to lock/unlock your boot loader

Sent from my HTC0P3P7 using Tapatalk
 

djhixson88

Senior Member
Aug 11, 2013
247
24
FIrst off sorry for my stupidity lol I converted my AT&T M8 to a Google Play Edition. S-Offed with Sunshine. Not caring for Lollipop right now, so I went back to Sense by flashing the 1.54 firmware and splash image. Which wiped the Google Play RUU due the system partitions changing. So I couldn't boot up. I flashed the latest TWRP recovery, but once in recovery it said I had 0MB, therefore I couldn't flash any ROMs. Or sideload. I read somewhere that the only way I could get the partitions to actually change was by running an RUU. So I figured by doing this I could just redo the bootloader unlock process and root, flash custom ROMs, etc. I never had any issues with my M7 by doing this, so I figured it would apply here. Obviously I was wrong. I locked the bootloader then ran the RUU. Worked fine, but when I went to unlock the bootloader it said FAILED (remote: unlock token check failed) I only wanted to go back to Sense because I wanted to try ARHD again. Anyway, I downloaded the Sunshine apk after I had locked the bootloader and ran the RUU and ran it to try getting temp root. All it does is tell me my device is already S-Off and reboots my phone. I'm aware you can flash a recovery when the bootloader is locked so I can root it the proper way. But I'm not sure how to flash a recovery other than through fastboot. I keep getting FAILED (remote: not allowed). So I'm stuck. The phone's still usable, the CID is CWS__001 (only way the RUU would run) but still S-Off. Again, sorry for my stupidity, any help would be appreciated. Most definitely will not be locking my bootloader again.
 

scotty1223

Inactive Recognized Contributor
Jan 3, 2011
2,813
3,056
FIrst off sorry for my stupidity lol I converted my AT&T M8 to a Google Play Edition. S-Offed with Sunshine. Not caring for Lollipop right now, so I went back to Sense by flashing the 1.54 firmware and splash image. Which wiped the Google Play RUU due the system partitions changing. So I couldn't boot up. I flashed the latest TWRP recovery, but once in recovery it said I had 0MB, therefore I couldn't flash any ROMs. Or sideload. I read somewhere that the only way I could get the partitions to actually change was by running an RUU. So I figured by doing this I could just redo the bootloader unlock process and root, flash custom ROMs, etc. I never had any issues with my M7 by doing this, so I figured it would apply here. Obviously I was wrong. I locked the bootloader then ran the RUU. Worked fine, but when I went to unlock the bootloader it said FAILED (remote: unlock token check failed) I only wanted to go back to Sense because I wanted to try ARHD again. Anyway, I downloaded the Sunshine apk after I had locked the bootloader and ran the RUU and ran it to try getting temp root. All it does is tell me my device is already S-Off and reboots my phone. I'm aware you can flash a recovery when the bootloader is locked so I can root it the proper way. But I'm not sure how to flash a recovery other than through fastboot. I keep getting FAILED (remote: not allowed). So I'm stuck. The phone's still usable, the CID is CWS__001 (only way the RUU would run) but still S-Off. Again, sorry for my stupidity, any help would be appreciated. Most definitely will not be locking my bootloader again.

3 things come to mind:
1)change cid back to whatever so that your token works
2)get a new token
3)zip your recovery image up with an android info text document and install it via hboot/sd card or fastboot/ruu mode.
 

djhixson88

Senior Member
Aug 11, 2013
247
24
3 things come to mind:
1)change cid back to whatever so that your token works
2)get a new token
3)zip your recovery image up with an android info text document and install it via hboot/sd card or fastboot/ruu mode.

We're good, I did the first two steps and bootloader is now unlocked. It crossed my mind to try a new token before, don't know why I didn't. Oh well thank you very much! Should be all good now
 
  • Like
Reactions: scotty1223
U

ugrifja

Guest
Is this thread and files still ok for a vzw htc one m8 running 4.4.4? I am s-off currently and running the gpe rom on it.

Thanks!
 

cesar.peru

New member
Nov 4, 2012
4
1
Lock bootloader with s-on?

Hi, I have my HTC One M8 Unlocked and S-ON. I try to s-off my phone with Firewater but it didn't work. Is there another way to s-off it, or any way to lock the bootloader again with s-on?
Thanks!!
 

Attachments

  • 20150101_150801.jpg
    20150101_150801.jpg
    251.9 KB · Views: 178

Top Liked Posts

  • There are no posts matching your filters.
  • 86
    READ THIIS!
    *this thread is for m8. it will NOT work on m7,or any older device. please check the general forum for your particular device for a similar thread.


    this thread will let you unlock your bootloader without htcdev,or let you change your hboot watermark from relocked or locked back to stock.


    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

    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 schooling me on echo comand protocol
    -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
    *i dont have m8. let me know if it works and ill add you to the credits.

    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(windows 7 and older)


    -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.

    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/mmcblk0p2 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/mmcblk0p2 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 :)





    (yes this is m7. i dont have an m8 yet)

    other useful threads:
    remove tampered banner: http://xdaforums.com/showthread.php?t=2708565
    change mid without an eng bootloader: http://xdaforums.com/showthread.php?t=2708581
    7
    Finally got it!

    Yes it is possible. Having a locked bootloader will NOT prevent you from flashing a recovery, firmware, or an ruu.

    Files just need properly packed as a zip file, you cannot use the fastboot flash command.

    Sent from my One using Tapatalk

    Dear scotty1223, StuMcBill, Brds7t7, skulldreamz, miggsr, EddyOS, David Cogen from "The Unlockr" site, the always available Mr. Hofs and all the others that I may have forgotten to refer,..

    THANK YOU ALL for your excellent support .. my HTC is finally stock (firmware and stock recovery) with my bootloader locked :D:D:D


    Let me just make a quick summary for future reference for all other users that may also need to bring their HTC One m8 fully stock and that may find some of the (maybe noob) problems that I found..


    Initial state: Unbranded HTC One m8 CID HTC__102 (s_off) with locked bootloader and with mikes1986 firmware ("Android Revolution HD 8.1 by mike1986")..

    Main objective: return device to full stock firmware like if it was coming directly from store....


    1. Used the excellent step by step tutorial from "The Unlockr" site in here..

    2. Downloaded the Stock nandroid and stock recovery for my CID (in this specific case, I downloaded "1.12.401.17 - TWRP Thanks to MaximN97" and "stock recovery 1.12.401.17") from Mr. Hofs thread

    3. After flashed the stock nandroid accordingly with the tutorial, I had trouble in flashing stock recovery... received error:
    "writing 'recovery'
    FAILED (remote: not allowed)
    finished. (...)"

    4. Mr. Hofs told me that was due to locked bootloader...

    5. Unlocked the bootloader following Scotty1223's post

    6. Flashed stock recovery flawlessly (following the above tutorial)..

    7. Ignored every HTC system updates that I was already getting notified in the device (not sure if it would have any impact);

    8. Tried to lock bootloader through the same post from Scotty1223, but no "# prompt" appeared when I was working with adb.. this was when I understood that this situation happened due to the fact that supersu had "disappeared" after flashed stock firmware (was unrooted)....

    9. Downloaded supersu from Google Play... although, when I ran it.. I received the message that it "wasn't possible to install the binary (bla (...) bla (...)".. spent several days trying to understand how could I solve that, since, without supersu I couldn't lock the bootloader...

    10. After lots of time spent and some posts...I finally got it... downloaded twrp's img (got it from here.. and placed it in fastboot directory and followed StuMcBill's tip

    11. When I was rebooting system in TWRP it told me that system was unrooted and if I wanted to install supersu.. I've installed it... after system reboot.. I ran supersu.. it asked for the binary update (again the fuc**** binary)... therefore,.. I downloaded the SuperSU v2.02 update from here (CWM / TWRP / MobileODIN installable ZIP), placed it in a directory from phone's SD card..and once again ran TWRP without flashing it, thru StuMcBill's tip... selected Install option in TWRP, selected the directory where I've placed SuperSU v2.02 update and installed it....

    12. After system reboot, Supersu was already working :highfive::highfive: ..locked the bootloader thru scotty1223's post already referred..

    13. Reboot system,.. uninstalled supersu, thru its uninstall option.. and .. ended all this long journey :D :cool: :cool:

    Hope that this could help anyone with the same problems.


    Thank you and my apologies for the long post.

    Best regards,
    SkElEtIkO
    4
    @scotty1223 will this royally mess anything up if I try this on my Sprint M8?

    Possibly. If the flag is in a different spot,and you overwrite something important. You can dump p2 and p6 and I can take a look,if you'd like.

    Sent from my HTC PG09410 using Tapatalk 2
    3
    A couple questions:

    1). Does this actually change you back to locked the way <fastboot oem lock> would? or is it just changing the header text?
    2). I see references to the Sprint M8 and this is in the M8 forum, but would if foul anyting up to try it on a Verizon M8 with the 3.16 HBoot?

    Thanks for the clarification.

    1) actual lock

    2) it will work on vzw m8

    Sent from my HTC One VX using Tapatalk