HTC Hero (GSM): Full Update Guide
This guide will walk you through the process of taking the HTC Hero (GSM) from stock to having the ability to flash the latest version of CyanogenMod.- This guide is only for the GSM version of the HTC Hero, for the CDMA version of the HTC Hero, see the HTC Hero (CDMA): Full Update Guide instructions.
Contents
Before you do anything — Make a backup
Don't forget to back up your data. If you have synced the device with a Google account, then the contacts, calendar, Gmail, & select other Google-related data will not be lost and will come back after the next sync. However, you should backup anything you want to keep that is not stored on the SD card:- SMS/MMS messages,
- Call Log,
- Bookmarks,
- Applications; use Titanium Backup or the Astro File Manager, for example,
- Any application data not on the SD card.
MyBackup Root, SMS Backup & Restore, and Call Backup & Restore are all free applications that can assist with backing up your data.
Installing a Custom Recovery Image
For the HTC Hero (GSM), there are two custom recovery images available, Amon_Ra's Recovery & the ClockworkMod Recovery. Choose one and follow the instructions below on how to install each custom recovery image. If the HTC Hero (GSM) already has a custom recovery image, skip this section.WARNING: INSTALLING A CUSTOM RECOVERY IMAGE ON THE HTC HERO (GSM) WILL VOID THE WARRANTY.
Amon_Ra's Recovery
- You will need ADB on the computer to install Amon_Ra's Recovery on the HTC Hero (GSM). Follow the Android SDK guide, to get the ADB shell on the computer.
- Download flash_image & the latest version of Amon_Ra's Recovery:
- Unzip the flash_image &and copy its contents with Amon_Ra's Recovery to the same folder as adb (the /platform-tools folder within the Android SDK folder).
- Connect the HTC Hero (GSM) to the computer via USB.
- On the computer, open terminal and run the following commands:
adb push recovery-RA-hero-v1.7.0.1.img /data/local/
adb push flash_image /data/local/
adb shell chmod 777 /data/local/recovery-RA-hero-v1.7.0.1.img
adb shell chmod 777 /data/local/flash_image
adb shell rm /data/local/rights/mid.txt
adb shell ln -s /dev/mtd/mtd1 /data/local/rights/mid.txt
adb reboot
- The HTC Hero (GSM) will reboot. Once it's booted back all the way, run the following command:
adb shell /data/local/flash_image recovery /data/local/recovery-RA-hero-v1.7.0.1.img
- Amon_Ra's Recovery should now be installed on the HTC Hero (GSM).
ClockworkMod Recovery
- You will need ADB on the computer to install the ClockworkMod Recovery on the HTC Hero (GSM). Follow the Android SDK guide, to get the ADB shell on the computer.
- Download flash_image & the latest version of the ClockworkMod Recovery:
- Unzip the flash_image &and copy its contents with the ClockworkMod Recovery to the same folder as adb (the /platform-tools folder within the Android SDK folder).
- Connect the HTC Hero (GSM) to the computer via USB.
- On the computer, open terminal and run the following commands:
adb push recovery-clockwork-2.5.0.7-hero.img /data/local/
adb push flash_image /data/local/
adb shell chmod 777 /data/local/recovery-clockwork-2.5.0.7-hero.img
adb shell chmod 777 /data/local/flash_image
adb shell rm /data/local/rights/mid.txt
adb shell ln -s /dev/mtd/mtd1 /data/local/rights/mid.txt
adb reboot
- The HTC Hero (GSM) will reboot. Once it's booted back all the way, run the following command:
adb shell /data/local/flash_image recovery /data/local/recovery-clockwork-2.5.0.7-hero.img
- The ClockworkMod Recovery should now be installed on the HTC Hero (GSM).
Flashing CyanogenMod
Amon_Ra's Recovery process
- Download the latest version of CyanogenMod.
- Optional: Download the Google Apps for the device.
- Place the CyanogenMod update.zip file on the root of the SD card.
- Optional: Place the Google Apps .zip on the root of the SD card also.
- Boot into Amon_Ra's Recovery.
- Once you enter Amon_Ra's Recovery, scroll up & down with the trackball, and the trackball button to select.
- Select Wipe, then Wipe data/factory reset
- Select Flash zip from sdcard.
- Select the CyanogenMod update.zip.
- Optional: Install the Google Apps by performing steps 6 & 7 again and choosing the Google Apps update.zip.
- Once the installation has finished, select Reboot system. The HTC Hero (GSM) now should boot into CyanogenMod.
ClockworkMod Recovery process
Method via Recovery
- Download the latest version of CyanogenMod.
- Optional: Download the Google Apps for the device.
- Place the CyanogenMod update.zip file on the root of the SD card.
- Optional: Place the Google Apps .zip on the root of the SD card also.
- Boot into the ClockworkMod Recovery.
- Once the device boots into the ClockworkMod Recovery, use the side volume buttons to move around, and either the power button or the trackball to select.
- Optional: Select backup and restore to create a backup of current installation on the HTC Hero (GSM).
- Select the option to Wipe data/factory reset.
- Then select the option to Wipe cache partition.
- Select Install zip from sdcard.
- Select Choose zip from sdcard.
- Select the CyanogenMod update.zip.
- Optional: Install the Google Apps by performing steps 7 - 9 again and choosing the Google Apps update.zip.
- Once the installation has finished, select +++++Go Back+++++ to get back to the main menu, and select the Reboot system now option. The HTC Hero (GSM) should now boot into CyanogenMod.
Method via ROM Manager
- Launch RomManager.
- Optional: Choose the first option in the app, Flash ClockworkMod Recovery to update to the latest version.
- Select the Download ROM option from the main menu in the ROM Manager.
- Select the CyanogenMod option, and then choose the latest version of CyanogenMod from the menu.
- Optional: When you select the latest version of CyanogenMod, check the Google Apps* option.
- Once the ROM is finished downloading, it asks if you would like to Backup Existing ROM and Wipe Data and Cache.
- If Superuser prompts for root permissions check to Remember and then Allow.
- The HTC Hero (GSM) will now reboot into the recovery, wipe data and cache, and then install CyanogenMod. When it's finished installing it will reboot into CyanogenMod.
Taken From: http://wiki.cyanogenmod.com/wiki/HTC_Hero_(GSM):_Full_Update_Guide
No comments:
Post a Comment