WARNING!!!
DO NOT turn your secureflag on unless on a stock,signed hboot.
s-on with an eng signed or patched hboot will hard brick your device immediately.(read: permanently bricked,unrecoverable)
in other words,ONLY use the writesecureflag 3 command AFTER running an RUU. never before.
im sure were mostly to excited to want to go back to s on just yet,since we just got s-off :eek: but its a matter of time before this comes up,so here ya go:
prerequisites:
-that you know your stock CID and build number(x.xx.xxx.x for example, xxx=531= tmobile, xxx=401= htc europe)
if you have a relocked bootloader,and want to reset the lock status to read locked,reference this thread: http://forum.xda-developers.com/show....php?t=2155955
flash "lock_bootloader.zip" in your recovery of choice,then procede to the following steps.
1)donwload and run an RUU for your most current STOCK carrier/reigonal build
2)open a cmd window. plug in phone,charge only mode,usb debugging on.
3)run the following:
adb devices
adb reboot bootloader
fastboot devices
fastboot oem writecid xxxxxxxx (where xxxxxxxx is your stock CID. example: HTC__001 or T-MOB010)
fastboot reboot-bootloader
fastboot getvar cid (verify your stock CID)
fastboot oem writesecureflag 3
fastboot reboot-bootloader
*verify you are locked s-on
fastboot reboot
*verified working if you need it for warranty. :)
*current RUUs can be found here:
http://androidfiles.org/ruu/?dir=Ville
or here:
http://shipped-roms.com/index.php?ca...id&model=Ville
*if you need adb/fastboot you can use this:
http://www.mediafire.com/?hzf1u4bowjewhdq
(extract,move to root of c,change to that directory with cd c:\mini-adb )
DO NOT turn your secureflag on unless on a stock,signed hboot.
s-on with an eng signed or patched hboot will hard brick your device immediately.(read: permanently bricked,unrecoverable)
in other words,ONLY use the writesecureflag 3 command AFTER running an RUU. never before.
im sure were mostly to excited to want to go back to s on just yet,since we just got s-off :eek: but its a matter of time before this comes up,so here ya go:
prerequisites:
-that you know your stock CID and build number(x.xx.xxx.x for example, xxx=531= tmobile, xxx=401= htc europe)
if you have a relocked bootloader,and want to reset the lock status to read locked,reference this thread: http://forum.xda-developers.com/show....php?t=2155955
flash "lock_bootloader.zip" in your recovery of choice,then procede to the following steps.
1)donwload and run an RUU for your most current STOCK carrier/reigonal build
2)open a cmd window. plug in phone,charge only mode,usb debugging on.
3)run the following:
adb devices
adb reboot bootloader
fastboot devices
fastboot oem writecid xxxxxxxx (where xxxxxxxx is your stock CID. example: HTC__001 or T-MOB010)
fastboot reboot-bootloader
fastboot getvar cid (verify your stock CID)
fastboot oem writesecureflag 3
fastboot reboot-bootloader
*verify you are locked s-on
fastboot reboot
Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Scott>cd c:\mini-adb_vigor
c:\mini-adb_vigor>adb devices
List of devices attached
HTxxxxxxxxxx device
c:\mini-adb_vigor>adb reboot bootloader
c:\mini-adb_vigor>fastboot devices
HTxxxxxxxxxx fastboot
c:\miniadb_ville>fastboot oem writecid HTC__001
...
(bootloader) Start Verify: 0
OKAY [ 0.014s]
finished. total time: 0.016s
c:\miniadb_ville>fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ 0.066s]
finished. total time: 0.068s
c:\miniadb_ville>fastboot getvar cid
cid: HTC__001
finished. total time: 0.004s
c:\mini-adb_vigor>fastboot oem writesecureflag 3
... OKAY [ 0.051s]
finished. total time: 0.051s
c:\mini-adb_vigor>fastboot reboot-bootloader
rebooting into bootloader... OKAY [ 0.177s]
finished. total time: 0.177s
c:\mini-adb_vigor>fastboot reboot
rebooting...
finished. total time: 0.168s
c:\mini-adb_vigor>
*current RUUs can be found here:
http://androidfiles.org/ruu/?dir=Ville
or here:
http://shipped-roms.com/index.php?ca...id&model=Ville
*if you need adb/fastboot you can use this:
http://www.mediafire.com/?hzf1u4bowjewhdq
(extract,move to root of c,change to that directory with cd c:\mini-adb )