| 50 | == gfree version 0.03 contained in gfree_03.zip == |
| 51 | 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. |
| 52 | 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. |
| 53 | |
| 54 | It is still to be tested so use it with care. |
| 55 | |
| 56 | {{{ |
| 57 | gfree usage: |
| 58 | gfree [-h|-?|--help] [-v|--version] [-s|--secu_flag on|off] |
| 59 | -h | -? | --help: display this message |
| 60 | -v | --version: display program version |
| 61 | -s | --secu_flag on|off: turn secu_flag on or off |
| 62 | -c | --cid <CID>: set the CID to the 8-char long CID |
| 63 | -S | --sim_unlock: remove the SIMLOCK |
| 64 | -w | --disable_wp: disable write protect on eMMC and remove kernel filter only |
| 65 | -d | --debug: enable debug output |
| 66 | |
| 67 | -f | --free_all: same as --secu_flag off --sim_unlock --cid 11111111 |
| 68 | }}} |