Changes between Version 3 and Version 4 of back_to_stock
- Timestamp:
- 01/27/11 15:11:46 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
back_to_stock
v3 v4 60 60 ON YOUR PC: 61 61 62 Get gfree_0 3.zip that is attached to this page [http://www.thinkthinkdo.com/trac/project1/wiki/gfree].62 Get gfree_04.zip that is attached to this page [http://www.thinkthinkdo.com/trac/project1/wiki/gfree]. 63 63 64 Unzip gfree_0 3.zip to a place on your computer. Navigate to where the files are on your computer, and type:64 Unzip gfree_04.zip to a place on your computer. Navigate to where the files are on your computer, and type: 65 65 {{{ 66 66 $ adb push gfree /data/local/tmp/ … … 96 96 ON YOUR PC: 97 97 98 Get gfree_0 3.zip that is attached to this page [http://www.thinkthinkdo.com/trac/project1/wiki/gfree].98 Get gfree_04.zip that is attached to this page [http://www.thinkthinkdo.com/trac/project1/wiki/gfree]. 99 99 100 Unzip gfree_0 3.zip to a place on your computer. Navigate to where the files are on your computer, and type:100 Unzip gfree_04.zip to a place on your computer. Navigate to where the files are on your computer, and type: 101 101 {{{ 102 102 $ adb push gfree /data/local/tmp/ … … 112 112 {{{ 113 113 # cd /data/local/tmp 114 # gfree -w 115 # dd if=/sdcard/part7backup-<time>.bin of=/dev/block/mmcblk0p7 114 # gfree -r /sdcard/part7backup-<time>.bin 116 115 # sync 117 116 }}}