Changes between Version 6 and Version 7 of g2_root_new
- Timestamp:
- 03/31/11 09:14:20 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
g2_root_new
v6 v7 1 1 = G2 rooting (and Desire Z, Desire HD after downgrade) = 2 2 3 == Necessary files ==3 == 1. Necessary files == 4 4 psneuter [http://www.thinkthinkdo.com/trac/project1/raw-attachment/wiki/psneuter/psneuter.zip] (md5sum 89c2dec8d72d87b4c669f44dd31c8d17) 5 5 … … 9 9 10 10 flash_image [http://www.thinkthinkdo.com/trac/project1/raw-attachment/wiki/vision_utilities/flash_image.zip] (md5sum bd475f29e0665c702f8eaf57a0423b58) 11 === engineering hboot ===11 === 1.1. engineering hboot === 12 12 Download the '''appropriate HBOOT for your phone''': 13 13 … … 20 20 Note 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) 21 21 22 === clockwork recovery ===22 === 1.2. clockwork recovery === 23 23 Download the '''appropriate clockwork recovery for your phone''': 24 24 … … 26 26 27 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] 28 == Copy the files to the phone ==28 == 2. Copy the files to the phone == 29 29 Before 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. 30 30 … … 44 44 $ adb shell chmod 755 /data/local/tmp/* 45 45 }}} 46 === clockwork recovery for T-Mobile G2 and HTC Desire Z===46 === 2.a. clockwork recovery for T-Mobile G2 and HTC Desire Z=== 47 47 For the T-Mobile G2 or the HTC Desire Z execute the following command in the terminal or command window 48 48 {{{ 49 49 $ adb push recovery-clockwork-vision.img /data/local/tmp/recovery.img 50 50 }}} 51 === clockwork recovery for HTC Desire HD===51 === 2.b. clockwork recovery for HTC Desire HD=== 52 52 For the HTC Desire HD execute the following command in the terminal or command window 53 53 {{{ … … 55 55 }}} 56 56 57 == Temporary root ==57 == 3. Temporary root == 58 58 In the terminal (or command window) execute these commands: 59 59 {{{ … … 64 64 Leave this terminal (or command window) that contains the root shell open. 65 65 66 == S-OFF, Super-CID, SIM-unlock, engineering hboot, clockwork recovery and root ==66 == 4.a. S-OFF, Super-CID, SIM-unlock, engineering hboot, clockwork recovery and root == 67 67 From now on we recommend to install the engineering hboot as part of the gfree procedure. 68 68 … … 81 81 Wait a few seconds for the changes to "take". 82 82 83 === Check the md5sums of the installed hboot ===83 === 4.a.1. Check the md5sums of the installed hboot === 84 84 As it is very important that the hboot was installed correctly we recommend to check the md5sums of the partition. 85 85 In the root shell (indicated by the #) that you got in the Temporary root section execute the following commands: … … 92 92 If the md5sums match -> reboot your phone. 93 93 94 == S-OFF, Super-CID, SIM-unlock, clockwork recovery and root ==94 == 4.b. S-OFF, Super-CID, SIM-unlock, clockwork recovery and root == 95 95 If you do not want to install the engineering hboot follow this steps! 96 96 … … 112 112 Reboot your phone. 113 113 114 == Verify the success of gfree ==114 == 5. Verify the success of gfree == 115 115 You can verify the success of gfree by using gfree_verify. 116 116 … … 161 161 '''@secu_flag: 0''' <--- this means your radio is S-OFF. 162 162 163 == Backup and cleanup ==163 == 6. Backup and cleanup == 164 164 During the process gfree created backups of the partition that it changed to your sdcard in /sdcard/ 165 165 … … 168 168 You can delete the files in /data/local/tmp they are not needed anymore. 169 169 170 == Next steps ==170 == 7. Next steps == 171 171 Find a custom rom that you would like to install and install it using the clockwork recovery. 172 172