From charlesreid1

No edit summary
Line 11: Line 11:
2. Open the folder and launch HTCSync2.0.25.exe and complete the installation
2. Open the folder and launch HTCSync2.0.25.exe and complete the installation


[[Image:droidroot1.png]]
[[Image:droidroot1.png|350px]]


[[Image:droidroot2.png]]
[[Image:droidroot2.png|350px]]


3. Copy the <code>sdk</code> directory into the root of the C drive, in <code>C:\sdk</code>
3. Copy the <code>sdk</code> directory into the root of the C drive, in <code>C:\sdk</code>
Line 19: Line 19:
4. Open <code>C:\sdk</code> and run <code>SDK Setup.exe</code>
4. Open <code>C:\sdk</code> and run <code>SDK Setup.exe</code>


[[Image:droidroot3.png]]
[[Image:droidroot3.png|350px]]


a) you may get an error about https, if you do then close the window with the error message and click "Settings" on the left-hand side, then check the box that says <code>Force https:// sources to be fetched using http://</code>)
a) you may get an error about https, if you do then close the window with the error message and click "Settings" on the left-hand side, then check the box that says <code>Force https:// sources to be fetched using http://</code>)
Line 25: Line 25:
b) you may also need to update the version of the Tools.  Click on "Available Packages" on the left-hand side of the "Android SDK and AVD Manager" window, and then check the "Android SDK Tools" box, and then click "Install Selected".
b) you may also need to update the version of the Tools.  Click on "Available Packages" on the left-hand side of the "Android SDK and AVD Manager" window, and then check the "Android SDK Tools" box, and then click "Install Selected".


[[Image:droidroot4.png]]
[[Image:droidroot4.png|350px]]


5. Go back to the unzipped HTC Droid Incredible Root folder and open <code>command.txt</code>
5. Go back to the unzipped HTC Droid Incredible Root folder and open <code>command.txt</code>
Line 39: Line 39:
</pre>
</pre>


[[Image:droidroot5.png]]
[[Image:droidroot5.png|350px]]


8. Run the adb (android debug bridge [http://developer.android.com/guide/developing/tools/adb.html]) shell
8. Run the adb (android debug bridge [http://developer.android.com/guide/developing/tools/adb.html]) shell
Line 67: Line 67:
If you see this, go back to <code>C:\sdk\</code> and re-launch <code>SDK Manager.exe</code>.  This should come up with a window that says "Choose Packages to Install."  Find "Android SDK Platform-tools, revision 3</code> or something similar.  Click "Install".  This will download for a while, then install.
If you see this, go back to <code>C:\sdk\</code> and re-launch <code>SDK Manager.exe</code>.  This should come up with a window that says "Choose Packages to Install."  Find "Android SDK Platform-tools, revision 3</code> or something similar.  Click "Install".  This will download for a while, then install.


[[Image:droidroot6.png]]
[[Image:droidroot6.png|350px]]

Revision as of 08:23, 6 April 2011

Rooting HTC Incredible

If you try rooting your phone using this guide, please email me and let me know how it worked out for you.

Following video here: http://www.youtube.com/watch?v=VVHj6J2uCKo

Files used in video available here: http://files.charlesmartinreid.com/HTC_Droid_Incredible_Root.zip

1. Extract the HTC_Droid_Incredible_Root.zip file to a folder with the same name

2. Open the folder and launch HTCSync2.0.25.exe and complete the installation

Droidroot1.png

Droidroot2.png

3. Copy the sdk directory into the root of the C drive, in C:\sdk

4. Open C:\sdk and run SDK Setup.exe

Droidroot3.png

a) you may get an error about https, if you do then close the window with the error message and click "Settings" on the left-hand side, then check the box that says Force https:// sources to be fetched using http://)

b) you may also need to update the version of the Tools. Click on "Available Packages" on the left-hand side of the "Android SDK and AVD Manager" window, and then check the "Android SDK Tools" box, and then click "Install Selected".

Droidroot4.png

5. Go back to the unzipped HTC Droid Incredible Root folder and open command.txt

6. Open a Windows command prompt (Start > Run > "cmd")

7. Change directory to C:\sdk\tools by running

> cd\
> cd sdk
> cd tools

Droidroot5.png

8. Run the adb (android debug bridge [1]) shell

> adb shell

Alternatively...

You may see a file named adb_has_moved.txt with the following content:

If you see this, go back to C:\sdk\ and re-launch SDK Manager.exe. This should come up with a window that says "Choose Packages to Install." Find "Android SDK Platform-tools, revision 3 or something similar. Click "Install". This will download for a while, then install.

Droidroot6.png