QUOTE(kievlueen @ Aug 16 2013, 02:28 PM)
hi guys

does anyone know how to make relocked bootloader status become locked like original stock rom ? cause i gonna sent my phone to claim ..
use revone to lock the bootloader..if u s-on+hboot 1.54, then forget about this..^^
to revert back to stock
**check if its s-off. will bricked device if flashing firmware without s-off especially hboot 1.54
**check if cid is HTC__044, if un-match then
adb reboot-bootloader
fastboot oem writecid HTC__044
fastboot reboot-booloader
1) use revone to lock bootloader and s-on
1.1) adb push revone /data/local/tmp
1.2) adb shell and type "su" to grant permission
1.3) cd /data/local/tmp
1.4) chmod 755 revone
1.5) ./revone -P [if success then manual reboot]
1.6) su
1.7) cd /data/local/tmp
1.8) ./revone -l [this will lock the bootloader]
1.2) adb shell and type "su" to grant permission
1.3) cd /data/local/tmp
1.4) chmod 755 revone
1.5) ./revone -P [if success then manual reboot]
1.6) su
1.7) cd /data/local/tmp
1.8) ./revone -s 3 -1 and reboot into fastboot
1.8) fastboot oem writesecureflag 3 [command to s-on]
1.9) bootloader will shows tempered and s-on
2) flash RUU and get back to stock. "Tempered" will be removed.
this is just my method..definitely other people will have better way/faster way..
its just that i use my own understanding to do it this way..
use it at own risk..i tried to make it as fool-proof as possible for myself..