Changes between Version 1 and Version 2 of back_to_stock


Ignore:
Timestamp:
12/25/10 14:29:01 (13 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • back_to_stock

    v1 v2  
    7878# sync
    7979}}}
     80Remove the PC10IMG.zip from the sdcard:
     81{{{
     82# rm /sdcard/PC10IMG.zip
     83}}}
     84
    8085Disconnect your phone from USB and power it down.
    8186
    8287Boot into hboot by holding <Vol-Down> while powering on.
    8388
     89The heading should now read: "VISION PVT SHIP S-ON"
     90
    8491=== restoring the backup of partition 7 ===
     92Alternatively to setting the S-ON and CID by using gfree you can also install the backup of you partition 7.
    8593
     94You will still need gfree to remove the write protection from the emmc and the kernel. To to so you can use the "-w" option of gfree.
    8695
     96ON YOUR PC:
     97
     98Get gfree_03.zip that is attached to this page [http://www.thinkthinkdo.com/trac/project1/wiki/gfree].
     99
     100Unzip 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}}}
     104Gfree should now be in your phone at /data/local/tmp
     105
     106ON YOUR PHONE:
     107
     108You 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
     111Now run:
     112{{{
     113# cd /data/local/tmp
     114# gfree -w
     115# dd if=/sdcard/part7backup-<time>.bin of=/dev/block/mmcblk0p7
     116# sync
     117}}}
     118Remove the PC10IMG.zip from the sdcard:
     119{{{
     120# rm /sdcard/PC10IMG.zip
     121}}}
     122
     123Disconnect your phone from USB and power it down.
     124
     125Boot into hboot by holding <Vol-Down> while powering on.
     126
     127The heading should now read: "VISION PVT SHIP S-ON"