Changes between Version 11 and Version 12 of gfree


Ignore:
Timestamp:
01/10/11 23:41:46 (13 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gfree

    v11 v12  
    22
    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.
     4
     5== gfree version 0.4 contained in gfree_04.zip ==
     6'''gfree version 0.4 is known to have problems to disable the write protection on some vodafone desire z devices.'''
     7
     8Changes:
     9
     10* added -w option to ONLY disable the write protection on eMMC and remove the kernel filter. (this will make no changes to partition 7)
     11
     12* added -d option to enable debug output
     13
     14* added -r option to restore a backup file of partition 7 that was created during a previous run of gfree.
     15
     16{{{
     17gfree usage:
     18gfree [-h|-?|--help] [-v|--version] [-s|--secu_flag on|off]
     19        -h | -? | --help: display this message
     20        -v | --version: display program version
     21        -s | --secu_flag on|off: turn secu_flag on or off
     22        -c | --cid <CID>: set the CID to the 8-char long CID
     23        -S | --sim_unlock: remove the SIMLOCK
     24        -w | --disable_wp: disable write protect on eMMC and remove kernel filter only
     25        -r | --restore <backupFile>: restore partition from backup file
     26        -d | --debug: enable debug output
     27
     28        -f | --free_all: same as --secu_flag off --sim_unlock --cid 11111111
     29}}}
     30
     31== gfree version 0.2 contained in gfree_02.zip ==
     32The 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.
     33
     34It is still to be tested so use it with care.
     35{{{
     36gfree usage:
     37gfree [-h|-?|--help] [-v|--version] [-s|--secu_flag on|off]
     38        -h | -? | --help: display this message
     39        -v | --version: display program version
     40        -s | --secu_flag on|off: turn secu_flag on or off
     41        -c | --cid <CID>: set the CID to the 8-char long CID
     42        -S | --sim_unlock: remove the SIMLOCK
     43
     44        -f | --free_all: same as --secu_flag off --sim_unlock --cid 11111111
     45}}}
    446
    547== gfree_verify ==
     
    4890(or reboot your phone)
    4991
    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 }}}
    69 
    70 == gfree version 0.02 contained in gfree_02.zip ==
    71 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.
    72 
    73 It is still to be tested so use it with care.
    74 {{{
    75 gfree usage:
    76 gfree [-h|-?|--help] [-v|--version] [-s|--secu_flag on|off]
    77         -h | -? | --help: display this message
    78         -v | --version: display program version
    79         -s | --secu_flag on|off: turn secu_flag on or off
    80         -c | --cid <CID>: set the CID to the 8-char long CID
    81         -S | --sim_unlock: remove the SIMLOCK
    82 
    83         -f | --free_all: same as --secu_flag off --sim_unlock --cid 11111111
    84 }}}