| 4 | === misc_version 0.2 === |
| 5 | Version 0.2 can change the version string and the CID string in partition 17. |
| 6 | It 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 | {{{ |
| 9 | misc_version usage: |
| 10 | misc_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 | }}} |
| 16 | |
| 17 | === misc_version 0.1 === |
| 18 | Version 0.1 can change the version string in partition 17. |
| 19 | It 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. |