| 96 | ON YOUR PC: |
| 97 | |
| 98 | Get gfree_03.zip that is attached to this page [http://www.thinkthinkdo.com/trac/project1/wiki/gfree]. |
| 99 | |
| 100 | Unzip gfree_03.zip to a place on your computer. Navigate to where the files are on your computer, and type: |
| 101 | {{{ |
| 102 | $ adb push gfree /data/local/tmp/ |
| 103 | }}} |
| 104 | Gfree should now be in your phone at /data/local/tmp |
| 105 | |
| 106 | ON YOUR PHONE: |
| 107 | |
| 108 | You should still have terminal emulator up, at a root prompt from earlier. |
| 109 | (We assume that the backup of your partition 7 in in /sdcard and is called part7backup-<time>.bin |
| 110 | |
| 111 | Now run: |
| 112 | {{{ |
| 113 | # cd /data/local/tmp |
| 114 | # gfree -w |
| 115 | # dd if=/sdcard/part7backup-<time>.bin of=/dev/block/mmcblk0p7 |
| 116 | # sync |
| 117 | }}} |
| 118 | Remove the PC10IMG.zip from the sdcard: |
| 119 | {{{ |
| 120 | # rm /sdcard/PC10IMG.zip |
| 121 | }}} |
| 122 | |
| 123 | Disconnect your phone from USB and power it down. |
| 124 | |
| 125 | Boot into hboot by holding <Vol-Down> while powering on. |
| 126 | |
| 127 | The heading should now read: "VISION PVT SHIP S-ON" |