Changes between Version 2 and Version 3 of misc_version


Ignore:
Timestamp:
04/04/12 23:11:30 (12 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • misc_version

    v2 v3  
    11== misc_version ==
    22misc_version is a program to patch information in the misc partition 17
     3
     4=== misc_version 0.3 ===
     5Version 0.3 can change reset the RUU flag in partition 17 using the -r or --resetRUUflag.
     6It will create a backup of the partition 17 on the sdcard using the name "/sdcard/part17backup-<time>.bin" so make sure that the sdcard is mounted to the phone.
     7
     8{{{
     9misc_version usage:
     10misc_version [-h|-?|--help] [-v|--version] [-s|--set_version <VERSION>]
     11        -h | -? | --help: display this message
     12        -v | --version: display program version
     13        -c | --cid <CID>: set the CID in misc to the 8-char long CID
     14        -s | --set_version <VERSION>:  set the version in misc to the 10-char long VERSION
     15        -r | --resetRUUflag set. RUU flag will be cleared
     16}}}
    317
    418=== misc_version 0.2 ===