Changes between Version 17 and Version 18 of g2_root_new
- Timestamp:
- 04/01/11 14:10:54 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
g2_root_new
v17 v18 40 40 == 2. Copy the files to the phone == 41 41 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. 42 43 Connect the phone to the USB of your PC. The phone will stay connected during the complete procedure. 44 45 Make sure that you do NOT turn on USB storage. There has to be a sdcard in the phone and it has to be mounted to the phone! 42 46 43 47 In the commands to run below, '''$ or # represent the prompt and should NOT be entered as part of the commands''' (in Windows this will be something like C:\> instead). … … 102 106 If the md5sums don't match then first of all - '''DON'T REBOOT''' and second run for help at the #G2ROOT IRC channel on freenode. 103 107 104 If the md5sums match -> reboot your phone. 108 If the md5sums match -> Reboot your phone by executing the following command In the root shell (indicated by the #): 109 {{{ 110 reboot 111 }}} 112 105 113 106 114 == 4.b. S-OFF, Super-CID, SIM-unlock, clockwork recovery and root == … … 120 128 Wait a few seconds for the changes to "take". 121 129 122 Reboot your phone. 130 Reboot your phone by executing the following command In the root shell (indicated by the #): 131 {{{ 132 reboot 133 }}} 123 134 124 135 == 5. Verify the success of gfree ==