Changes between Version 4 and Version 5 of incsfree


Ignore:
Timestamp:
08/31/11 05:54:37 (14 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • incsfree

    v4 v5  
    11= incsfree =
    22
    3 incsfree is tool for the HTC incredible S to get the phone to S-OFF, SuperCID and remove the SIM-lock (hopefully).
     3incsfree is tool for the HTC Incredible S to get the phone to S-OFF, SuperCID and remove the SIM-lock (hopefully).
    44
    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.
     5It 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.
    66
    77== incsfree and it's options ==
     
    2828These 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'''.
    2929==== --secu_flag ====
    30 using -s off will set the phone to S-OFF and -s on will set the phone to S-ON.
     30Using -s off will set the phone to S-OFF and -s on will set the phone to S-ON.
    3131==== --cid ====
    32 using --c 11111111 will set the phone to SuperCID.
     32Using --c 11111111 will set the phone to SuperCID.
    3333==== --sim_unlock ====
    34 using -S will remove the SIM-lock data from the phone. '''This feature is untested for the Incredible S'''
     34Using -S will remove the SIM-lock data from the phone. '''This feature is untested for the Incredible S'''
     35=== --disable_wp ===
     36This option defaults to yes. So if you do not specify is the same as -w yes.
     37
     38Using this option will attempt to powercycle the emmc chip of the phone and thereby remove it's write protection.
     39
     40incsfree 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}}}
     44or by running the following command in parallel (in a second adb shell to the phone) while running incsfree:
     45{{{
     46# cat /proc/kmsg
     47}}}
    3548=== -- restore ===
    3649-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.