| 5 | == gfree_verify == |
| 6 | Short HoTo: |
| 7 | |
| 8 | Download and unpack gfree_verify.zip and unpack it un your PC. |
| 9 | |
| 10 | Copy gfree_verify to the phone: |
| 11 | {{{ |
| 12 | adb push gfree_verify /data/local |
| 13 | }}} |
| 14 | Get a shell |
| 15 | {{{ |
| 16 | adb shell |
| 17 | }}} |
| 18 | In the shell |
| 19 | {{{ |
| 20 | su |
| 21 | cd /data/local |
| 22 | chmod 777 gfree_verify |
| 23 | stop ril-daemon |
| 24 | ./gfree_verfiy |
| 25 | }}} |
| 26 | You should see this output: |
| 27 | {{{ |
| 28 | gfree verify_cid returned: |
| 29 | @CID: 11111111 |
| 30 | |
| 31 | OK |
| 32 | |
| 33 | gfree verify_secu_flag returned: |
| 34 | @secu_flag: 0 |
| 35 | |
| 36 | OK |
| 37 | |
| 38 | gfree verify_simlock returned: |
| 39 | @SIMLOCK= 00 |
| 40 | |
| 41 | OK |
| 42 | }}} |
| 43 | |
| 44 | Start the ril-daemon again by using |
| 45 | {{{ |
| 46 | start ril-daemon |
| 47 | }}} |
| 48 | (or reboot your phone) |