Changes between Version 2 and Version 3 of gfree


Ignore:
Timestamp:
12/08/10 21:23:16 (13 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gfree

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