Tutorials

How to do cool things with your Android phone

HTC Hero

How To: Root the HTC Hero

HTC Hero

HTC Hero

Intro

I’ve had a lot of requests from users asking how to root their HTC Hero.  To be honest there’s been too many instructions flying around on the Internet (all different) and generally only working with one type of phone.

Today I came across a topic on XDA-Developers which goes through the complete procedure with you.

Preparation
1) Backup everything on your phone.  Try an app like MyBackupPro or Sprite Backup
2) Backup again.  Use a different app, or the same app to create another backup just in case
3) Backup SMS’s.  Use SMS Backup/Restore app to save all your SMS to an XML file
4) Sync on Google.  I don’t use Google Sync, but those that do you can make sure everything is saved on your GMail account

Why so much emphasis on backing up you ask?  Well, basically by rooting you’re going to wipe everything on your phone.  Everything on the SDcard will be preserved though.

Root!

Once you’ve got everything backed up proceed to the tutorial
The benefit of it being on XDA-Developers is that forum is full of EXCELLENT developers, and if you post any issues you’re having there you’ll get far better support than I could provide you with.  At least I’m honest eh?

PS:  Sorry that it’s been a little quiet on here, but I promise there willl be far more updates and  from now on!

How-To: Delete Stocks and Peep from your HTC Hero

uninstall

User Level
Difficulty: Easy
Time: 5 minutes

Requirements
AndroidSDK installed
Rooted HTC Hero

Description
I have a HTC Hero, rooted.  I opened Advanced Task Manager to find that Stocks and Peep are running in the background, and reopen every time I try to quit them.

Seeing as I really have no need whatsoever of those applications, I found a way to delete them.

Note:  Do make a Nandroid Backup before removing these apps (just in case)

Method

  1. Connect your HTC Hero to your computer
  2. Open Terminal/Command Prompt
  3. Type “adb remount” and press ENTER
  4. To remove Peep: Type “adb shell rm /system/app/*Twit* and press ENTER
  5. To remove Stocks: Type “adb shell rm /system/app/*Stock* and press ENTER
  6. That’s it, both apps should now be gone and no longer appear in your task manager!