| 49 | |
| 50 | |
| 51 | == new gfree version containded in gfree_test.zip == |
| 52 | 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. |
| 53 | |
| 54 | It is still to be tested so use it with care. |
| 55 | {{{ |
| 56 | gfree usage: |
| 57 | gfree [-h|-?|--help] [-v|--version] [-s|--secu_flag on|off] |
| 58 | -h | -? | --help: display this message |
| 59 | -v | --version: display program version |
| 60 | -s | --secu_flag on|off: turn secu_flag on or off |
| 61 | -c | --cid <CID>: set the CID to the 8-char long CID |
| 62 | -S | --sim_unlock: remove the SIMLOCK |
| 63 | |
| 64 | calling gfree without arguments is the same as calling it: |
| 65 | gfree --secu_flag off --sim_unlock --cid 11111111 |
| 66 | }}} |