Changes between Version 4 and Version 5 of incsfree
- Timestamp:
- 08/31/11 05:54:37 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
incsfree
v4 v5 1 1 = incsfree = 2 2 3 incsfree is tool for the HTC incredible S to get the phone to S-OFF, SuperCID and remove the SIM-lock (hopefully).3 incsfree is tool for the HTC Incredible S to get the phone to S-OFF, SuperCID and remove the SIM-lock (hopefully). 4 4 5 It is still in an very stage and has only been tested for S-OFF and SuperCID. The removel of the SIM-lock is still untested.5 It is still in an very early stage and has only been tested for S-OFF and SuperCID. The removal of the SIM-lock is still untested. 6 6 7 7 == incsfree and it's options == … … 28 28 These options will change the configuration information of the phone in partition 7. Using one of these flaga will create a backup file of your existing partition 7 named /sdcard/part7backup-<time>.bin. '''Please make a backup of these files in a secure place on your computer - especially the first file created is the only chance you have to restore the phone to it's original state'''. 29 29 ==== --secu_flag ==== 30 using -s off will set the phone to S-OFF and -s on will set the phone to S-ON.30 Using -s off will set the phone to S-OFF and -s on will set the phone to S-ON. 31 31 ==== --cid ==== 32 using --c 11111111 will set the phone to SuperCID.32 Using --c 11111111 will set the phone to SuperCID. 33 33 ==== --sim_unlock ==== 34 using -S will remove the SIM-lock data from the phone. '''This feature is untested for the Incredible S''' 34 Using -S will remove the SIM-lock data from the phone. '''This feature is untested for the Incredible S''' 35 === --disable_wp === 36 This option defaults to yes. So if you do not specify is the same as -w yes. 37 38 Using this option will attempt to powercycle the emmc chip of the phone and thereby remove it's write protection. 39 40 incsfree uses a kernel module called gfmod that is embedded in incsfree. The output of the kernel module will be written to the kernel messages. You can retrieve the output by either using the command (without the # - that only indicates a root command prompt) 41 {{{ 42 # demsg 43 }}} 44 or by running the following command in parallel (in a second adb shell to the phone) while running incsfree: 45 {{{ 46 # cat /proc/kmsg 47 }}} 35 48 === -- restore === 36 49 -r (or --restore) option allows you to restore the backupfile of your partition 7. It expects a backup file created be gfree in a previous run.