Changes between Version 13 and Version 14 of gfree


Ignore:
Timestamp:
03/30/11 06:03:48 (13 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gfree

    v13 v14  
    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.5 contained in gfree_05.zip ==
     6'''WARNING 0.5 the -b option is completely experimental. It has not been tested by anyone in real life.'''
     7
     8If you are using this option then i '''highly recommend''' that after running it and syncing you create md5sums of the hboot.img that you installed and /dev/block/mmcblk0p18. If the md5sums don't match then '''first of all - DON'T REBOOT''' and second run for help at the #G2ROOT IRC channel on freenode.
     9
     10'''gfree version 0.5 is known to have problems to disable the write protection on some vodafone desire z devices.'''
     11
     12Changes:
     13
     14* added -b option to install a hboot image file to partition 18. It will create a backup file of your existing partition 18 named /sdcard/part18backup-%lu.bin
     15
     16''' Please make sure that you are using the correct hboot image file for your device! '''
     17
     18{{{
     19gfree usage:
     20gfree [-h|-?|--help] [-v|--version] [-s|--secu_flag on|off]
     21        -h | -? | --help: display this message
     22        -v | --version: display program version
     23        -s | --secu_flag on|off: turn secu_flag on or off
     24        -c | --cid <CID>: set the CID to the 8-char long CID
     25        -S | --sim_unlock: remove the SIMLOCK
     26        -w | --disable_wp: disable write protect on eMMC and remove kernel filter only
     27        -b | --hboot: <hbootFile>: install hboot from image file
     28        -r | --restore <backupFile>: restore partition from backup file
     29        -d | --debug: enable debug output
     30
     31        -f | --free_all: same as --secu_flag off --sim_unlock --cid 11111111
     32}}}
    433
    534== gfree version 0.4 contained in gfree_04.zip ==