Changes between Version 7 and Version 8 of g2_root_new


Ignore:
Timestamp:
03/31/11 09:27:17 (13 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • g2_root_new

    v7 v8  
    11= G2 rooting (and Desire Z, Desire HD after downgrade) =
     2== Prerequisites ==
     3# Having the proper USB drivers installed - [http://www.corylulu.com/usb_driver.zip Windows USB Drivers for the Vision]
     4
     5# Disable auto-run or uninstall Visionary if you have it (It's important!)
     6
     7# adb (installed as part of the [http://developer.android.com/sdk/installing.html Android SDK].) See [http://forum.xda-developers.com/showthread.php?t=865685 this guide on how to install/setup adb on your PC].
    28
    39== 1. Necessary files ==
    4 psneuter [http://www.thinkthinkdo.com/trac/project1/raw-attachment/wiki/psneuter/psneuter.zip] (md5sum 89c2dec8d72d87b4c669f44dd31c8d17)
     10psneuter [http://www.thinkthinkdo.com/trac/project1/raw-attachment/wiki/psneuter/psneuter.zip psneuter.zip] (md5sum 89c2dec8d72d87b4c669f44dd31c8d17)
    511
    6 gfree v0.5 [http://www.thinkthinkdo.com/trac/project1/raw-attachment/wiki/gfree/gfree_05.zip] (md5sum ee63bff8a02232e733b5c9a57580ad9a)
     12gfree v0.5 [http://www.thinkthinkdo.com/trac/project1/raw-attachment/wiki/gfree/gfree_05.zip gfree_05.zip] (md5sum ee63bff8a02232e733b5c9a57580ad9a)
    713
    8 rooting files [http://www.thinkthinkdo.com/trac/project1/raw-attachment/wiki/gfree/gfree_temp-root.zip] (md5sum d36df32bb08606f8368a73c65f148cbc)
     14rooting files [http://www.thinkthinkdo.com/trac/project1/raw-attachment/wiki/gfree/gfree_temp-root.zip gfree_temp-root.zip] (md5sum d36df32bb08606f8368a73c65f148cbc)
    915
    10 flash_image [http://www.thinkthinkdo.com/trac/project1/raw-attachment/wiki/vision_utilities/flash_image.zip] (md5sum bd475f29e0665c702f8eaf57a0423b58)
     16flash_image [http://www.thinkthinkdo.com/trac/project1/raw-attachment/wiki/vision_utilities/flash_image.zip flash_image.zip] (md5sum bd475f29e0665c702f8eaf57a0423b58)
    1117=== 1.1. engineering hboot ===
    1218Download the '''appropriate HBOOT for your phone''':
    1319
    14 T-Mobile G2: [http://android.d3xt3r01.tk/cyanogen/vision/hboot/vision.hboot-0.76.2000.zip] (md5sum 7669AE12DC2FAA10AE555A164980EFD0)
     20T-Mobile G2: [http://android.d3xt3r01.tk/cyanogen/vision/hboot/vision.hboot-0.76.2000.zip vision.hboot-0.76.2000.zip] (md5sum 7669AE12DC2FAA10AE555A164980EFD0)
    1521
    16 HTC Desire Z: [http://android.d3xt3r01.tk/cyanogen/vision/hboot/vision.hboot-0.84.2000.zip] (md5sum 2CE1BDD5E4C1119CCFCECB938710D742)
     22HTC Desire Z: [http://android.d3xt3r01.tk/cyanogen/vision/hboot/vision.hboot-0.84.2000.zip vision.hboot-0.84.2000.zip] (md5sum 2CE1BDD5E4C1119CCFCECB938710D742)
    1723
    18 HTC Desire HD: [http://android.d3xt3r01.tk/cyanogen/common/hboot/ace_glacier.hboot-0.85.2007.zip] (md5sum df4fd77f44993eb05a4732210d2eddc6)
     24HTC Desire HD: [http://android.d3xt3r01.tk/cyanogen/common/hboot/ace_glacier.hboot-0.85.2007.zip ace_glacier.hboot-0.85.2007.zip] (md5sum df4fd77f44993eb05a4732210d2eddc6)
    1925
    2026Note that the md5sums are for the actual hboot img contained within the zip file, not the for the zip file itself. Note also that the dz, g2, and dhd each use their own version of the engineering boot, as the phones are partitioned differently. (If you have previously installed the wrong HBOOT for your phone, you may need to reflash everything after partition 18)
     
    2329Download the '''appropriate clockwork recovery for your phone''':
    2430
    25 T-Mobile G2 and HTC Desire Z: [http://mirrorbrain.cyanogenmod.com/cm/recoveries/recovery-clockwork-vision.img]. The md5sum can be found in [http://mirrorbrain.cyanogenmod.com/cm/recoveries/recovery-clockwork-vision.img.md5sum.txt]
     31T-Mobile G2 and HTC Desire Z: [http://mirrorbrain.cyanogenmod.com/cm/recoveries/recovery-clockwork-vision.img recovery-clockwork-vision.img]. The md5sum can be found in [http://mirrorbrain.cyanogenmod.com/cm/recoveries/recovery-clockwork-vision.img.md5sum.txt recovery-clockwork-vision.img.md5sum.txt]
    2632
    27 HTC Desire HD: [http://mirrorbrain.cyanogenmod.com/cm/recoveries/recovery-clockwork-ace.img]. The md5sum can be found in [http://mirrorbrain.cyanogenmod.com/cm/recoveries/recovery-clockwork-ace.img.md5sum.txt]
     33HTC Desire HD: [http://mirrorbrain.cyanogenmod.com/cm/recoveries/recovery-clockwork-ace.img recovery-clockwork-ace.img]. The md5sum can be found in [http://mirrorbrain.cyanogenmod.com/cm/recoveries/recovery-clockwork-ace.img.md5sum.txt recovery-clockwork-ace.img.md5sum.txt]
    2834== 2. Copy the files to the phone ==
    2935Before you can adb as described below you need to enable debugging in the settings on the phone. In Settings go to "Applications -> Development" and check the "USB debugging" option.
     
    115121You can verify the success of gfree by using gfree_verify.
    116122
    117 Download gfree_verify.zip from [http://www.thinkthinkdo.com/trac/project1/raw-attachment/wiki/gfree/gfree_verify_v01.zip]
     123Download gfree_verify.zip from [http://www.thinkthinkdo.com/trac/project1/raw-attachment/wiki/gfree/gfree_verify_v01.zip gfree_verify_v01.zip] (md5sum 8e3535fd720d19fa0aec4eb711b897c4)
    118124
    119125Unzip gfree_verify_v01.zip to a place on your PC.