Sprint HTC hero (hero 200) get root permissions

Source: Internet
Author: User
Tags root access

I. What you need to do before you start:

You need to confirm that you can access your hero through ADB. If not, first check how to install the hero Driver (this method is switched from DraculadingThe post HTC hero obtained root permissions for a completely dummies tutorial, suitable for newcomers... Install the driver .) 1. Download the android SDK
Go to the Google official website to the next SDK contains root to use tools and drivers, web site http://developer.android.com/index.html ( Blogger: The webpage has been walled. Try this webpage Http://androidappdocs.appspot.com/sdk/index.html) After downloading, You can decompress the package to any location. We recommend that you decompress the package to C:/SDK/. The SDK folder mentioned in the following tutorial refers to this folder.
2. Installation USB De Bug Ging driver
Make sure that USB debugging is enabled on your mobile phone. In settings-applications-Development-USB debugging
Now connect your mobile phone to your computer through USB cable, and the computer will prompt you to install the driver. The driver is located in the USB _ Driver in the SDK folder. If the driver is installed in a 32-bit system, select the x86 folder, for a 64-bit system, select the amd64 folder (the driver is compatible with win7, and I use 64-bit win7). In addition, it is best to use the same USB interface from the kernel, otherwise, you may be prompted to install the driver again.
Blogger: If htcsync2.0.8 is installed, the USB driver has been installed. The second step can be omitted.]

After the driver is completed, you can start (the following part is fromHttp://www.androidspin.com/index.php? Option = com_content & view = article & id = 254: how-to-root-CDMA-hero & catid = 10: rooting & Itemid = 4Translated from)

Ii. Get the root permission of CDMA hero

  1. Download the asroot2.zip file in the attachment and decompress it.
  2. Put the decompressed asroot2 In the SDK tools directory.
  3. Remove the SD card and connect to your computer
  4. Open the command line tool of XP and enter the following command in the tools directory of the SDK,

CD/<br/> Cd androidsdk/tools/(enter the SDK tools directory here) <br/> ADB devices (establish a connection with your mobile phone)
Check whether the serial number of your mobile phone is listed and the prompt is successful. Otherwise, check whether the first step is complete (that is, if your hero sequence does not appear, the driver is not installed successfully)

5. Enter
ADB push asroot2/data/local/(Press ENTER) <br/> ADB shell chmod 0755/data/local/asroot2 (Press ENTER) <br/> ADB shell (Press enter, will be changed to $ prompt) <br/>/data/local/asroot2/system/bin/sh (Press enter, it will be changed to # prompt)
6. Enter
Mount-O remount, RW-T yaffs2/dev/block/mtdblock3/system (Press ENTER) <br/> Cd/system/bin (Press ENTER) <br/> cat sh> SU (Press ENTER) <br/> chmod 4775 SU (Press ENTER)
7. Always enter exit and press enter to exit.Then OK! Restart the host!

After the above steps are completed, install root explorer to test whether the above operations are successful. For details, refer to the "False Alarm experience ~~~ Root Explorer File Management


========================================================== ========================== [Original ENGLISH] How to root your cdma htc hero

Posted by on 8th November 2009

This guide will walk you through gaining root access to your cdma htc hero currently on the sprint and Verizon networks.

I. Before you begin

You need to be able to access the phone via ADB.

Follow this procedure to get ADB setup on your hero.

How to setup ADB/install USB Drivers

Ii. Root the CDMA hero

1. download the following file and then unzip it.

Asroot2

2. Take the unzipped file and save it into the Tools Folder of your androidsdk.
3. Plug your phone in via USB and do not mount the SD card.
4. Open the command prompt and type the following (hitting Enter at the end of every line ):

CD/
CD androidsdk/tools/
ADB Devices

And make sure your phones's serial number pops up
(If not redo section I ).

5. Then type:

ADB push asroot2/data/local/
ADB shell chmod 0755/data/local/asroot2
ADB Shell
/Data/local/asroot2/system/bin/sh

6. Then type:

Mount-O remount, RW-T yaffs2/dev/block/mtdblock3/System
CD/system/bin
Cat SH> Su
Chmod 4775 Su

All done! You now have root access! Try to download a root program from the market and see if it works

 

Bytes -------------------------------------------------------------------------------------------------------

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.