Well, we already have a manual to get root access in our dear terminal Htc hero. As I suppose you know, but for the one who is new I say it, having root access We have administrator access to our terminal and with this we get access to parts of the software to be able to change it, install new rooms, install applications that need to access in root mode, and endless benefits.
Also tell you that since androidsis We are not responsible for the possible damage that may be caused to the terminal, but nothing should happen if it is done correctly.
We need to download these two files recovery.img and superuser.zip. In addition to these files we need to have the Android SDK downloaded and unzipped at the root of our computer.
Steps to follow after downloading the previous files:
1.- We must turn off the phone and turn it on fastboot mode, press the back arrow key and without releasing it press the power key and an image similar to this one will appear.
This is the fastboot mode.
2.- We unzip the two files previously downloaded inside the tools folder that is inside the Sdk folder that we have also downloaded.
3.- Connect the phone to the computer using the USB cable
4.- We execute the following commands from the console or terminal:
fastboot boot cm-hero-recovery.img
The phone will reboot and enter recovery mode with a number of options on the screen.
5.- Type the following commands again from the terminal or the windows console:
adb shell mount / system
adb push su / system / bin /
adb shell chmod 4755 / system / bin / su
adb push Superuser.apk / system / app /
adb shell reboot
The phone will restart and you will have root access in our Htc hero.
This manual collects the information offered in the forum xda-developers and from here we can only thank all these gentlemen who facilitate the use of our telephones.