Changes between Version 6 and Version 7 of incsfree
- Timestamp:
- 08/31/11 06:07:39 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
incsfree
v6 v7 26 26 27 27 === --secu_flag, --cid, --sim_unlock === 28 These options will change the configuration information of the phone in partition 7. Using one of these flag awill 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'''.28 These 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'''. 29 29 ==== --secu_flag ==== 30 30 Using -s off will set the phone to S-OFF and -s on will set the phone to S-ON. … … 60 60 -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. 61 61 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. 63 63 {{{ 64 64 adb push busybox /data/local/tmp/ … … 67 67 And then in your temp-root shell (the one with the # prompt) 68 68 {{{ 69 /data/local/tmp/busybox md5sum /sdcard/hboot-eng.img70 /data/local/tmp/busybox md5sum /dev/block/mmcblk0p1869 # /data/local/tmp/busybox md5sum /sdcard/hboot-eng.img 70 # /data/local/tmp/busybox md5sum /dev/block/mmcblk0p18 71 71 }}} 72 72 If the md5sums don't match then '''first of all - DON'T REBOOT''' and second run for help at the #G2ROOT IRC channel on freenode. … … 80 80 Copy gfree_verify to the phone: 81 81 {{{ 82 adb push gfree_verify /data/local 82 adb push gfree_verify /data/local/tmp/ 83 83 }}} 84 84 Get a shell … … 88 88 In the shell 89 89 {{{ 90 su91 cd /data/local 92 chmod 777 gfree_verify93 stop ril-daemon94 ./gfree_verify90 $ su 91 # cd /data/local/tmp 92 # chmod 777 gfree_verify 93 # stop ril-daemon 94 # ./gfree_verify 95 95 }}} 96 96 You should see this output: