= gfree (by scotty2) = See [http://forum.xda-developers.com/wiki/index.php?title=HTC_Vision#How_To_Get_R.2FW_Access_.28Permanent_Root_.2F_.22Permaroot.22.29] for instructions. == gfree_verify == Short guide how to verify that gfree worked. Download and unpack gfree_verify.zip and unpack it un your PC. Copy gfree_verify to the phone: {{{ adb push gfree_verify /data/local }}} Get a shell {{{ adb shell }}} In the shell {{{ su cd /data/local chmod 777 gfree_verify stop ril-daemon ./gfree_verfiy }}} You should see this output: {{{ gfree verify_cid returned: @CID: 11111111 OK gfree verify_secu_flag returned: @secu_flag: 0 OK gfree verify_simlock returned: @SIMLOCK= 00 OK }}} Start the ril-daemon again by using {{{ start ril-daemon }}} (or reboot your phone) == gfree version 0.03 contained in gfree_03.zip == The new gfree version can be used to go back to S-ON and to set the CID back to whatever 8-character string you want. In addition it can now be used to just disable the write protection on eMMC and remove the kernel filter by using the -w option. It is still to be tested so use it with care. {{{ gfree usage: gfree [-h|-?|--help] [-v|--version] [-s|--secu_flag on|off] -h | -? | --help: display this message -v | --version: display program version -s | --secu_flag on|off: turn secu_flag on or off -c | --cid : set the CID to the 8-char long CID -S | --sim_unlock: remove the SIMLOCK -w | --disable_wp: disable write protect on eMMC and remove kernel filter only -d | --debug: enable debug output -f | --free_all: same as --secu_flag off --sim_unlock --cid 11111111 }}} == gfree version 0.02 contained in gfree_02.zip == The new gfree version can be used to go back to S-ON and to set the CID back to whatever 8-character string you want. It is still to be tested so use it with care. {{{ gfree usage: gfree [-h|-?|--help] [-v|--version] [-s|--secu_flag on|off] -h | -? | --help: display this message -v | --version: display program version -s | --secu_flag on|off: turn secu_flag on or off -c | --cid : set the CID to the 8-char long CID -S | --sim_unlock: remove the SIMLOCK -f | --free_all: same as --secu_flag off --sim_unlock --cid 11111111 }}}