Changes between Version 6 and Version 7 of incsfree


Ignore:
Timestamp:
08/31/11 06:07:39 (13 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • incsfree

    v6 v7  
    2626
    2727=== --secu_flag, --cid, --sim_unlock ===
    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'''.
     28These options will change the configuration information of the phone in partition 7. Using one of these flags 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 ====
    3030Using -s off will set the phone to S-OFF and -s on will set the phone to S-ON.
     
    6060-b (or --hboot) option allows you to install a hboot image file to partition 18. It will create a backup file of your existing partition 18 named /sdcard/part18backup-<time>.bin. ''' Please make sure that you are using the correct hboot image file for your device! '''. You can use -b together with -w: This will disable the write protection of the emmc and install the recovery image but will not change anything in partition 7.
    6161
    62 '''WARNING''' if you are using the -b 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. This can be done using busybox.
     62'''WARNING''' if you are using the -b option then it is '''highly recommended''' that after running it and syncing you create md5sums of the hboot.img that you installed and /dev/block/mmcblk0p18. This can be done using busybox.
    6363{{{
    6464adb push busybox /data/local/tmp/
     
    6767And then in your temp-root shell (the one with the # prompt)
    6868{{{
    69 /data/local/tmp/busybox md5sum /sdcard/hboot-eng.img
    70 /data/local/tmp/busybox md5sum /dev/block/mmcblk0p18
     69# /data/local/tmp/busybox md5sum /sdcard/hboot-eng.img
     70# /data/local/tmp/busybox md5sum /dev/block/mmcblk0p18
    7171}}}
    7272If the md5sums don't match then '''first of all - DON'T REBOOT''' and second run for help at the #G2ROOT IRC channel on freenode.
     
    8080Copy gfree_verify to the phone:
    8181{{{
    82 adb push gfree_verify /data/local
     82adb push gfree_verify /data/local/tmp/
    8383}}}
    8484Get a shell
     
    8888In the shell
    8989{{{
    90 su
    91 cd /data/local
    92 chmod 777 gfree_verify
    93 stop ril-daemon
    94 ./gfree_verify
     90$ su
     91# cd /data/local/tmp
     92# chmod 777 gfree_verify
     93# stop ril-daemon
     94# ./gfree_verify
    9595}}}
    9696You should see this output: