Installing a custom rom

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "Because everyone seems to be so angry, I've decided to take some notes as I figure my way through the process. I have a generic (unbranded) HTC Desire HD, and I want to put t...")
 
m
Line 9: Line 9:
 
The mystical term 'goldcard' refers to an SD card, whose MBR contains a magic value.
 
The mystical term 'goldcard' refers to an SD card, whose MBR contains a magic value.
 
To achieve this, you will need to download and install "GoldCard Helper" (I got it from the market), and put the 'mmc2 reverse CID' into this webpage: http://psas.revskills.de/goldcard
 
To achieve this, you will need to download and install "GoldCard Helper" (I got it from the market), and put the 'mmc2 reverse CID' into this webpage: http://psas.revskills.de/goldcard
 +
 +
This site gives you a 'goldcard.img', which you should put into your MBR.
 +
<source lang="bash">
 +
dd if=goldcard.img of=${SD_CARD}
 +
</source>
 +
 +
==Step 3 - Get Root==
 +
 +
==Step 4 - Get a Custom Recovery==
 +
By 'a custom recovery', I presume that people are meaning to say 'a custom recovery tool'.

Revision as of 19:16, 15 September 2012

Because everyone seems to be so angry, I've decided to take some notes as I figure my way through the process.

I have a generic (unbranded) HTC Desire HD, and I want to put the Blackout ICS ROM on it.

Contents

Step 1 - Unlock the bootloader

Unlock your phone's bootloader. To achieve this, head over to htcdev.com. They have really good step-by-step instructions, and it was a breeze.

Step 2 - Get a Goldcard

The mystical term 'goldcard' refers to an SD card, whose MBR contains a magic value. To achieve this, you will need to download and install "GoldCard Helper" (I got it from the market), and put the 'mmc2 reverse CID' into this webpage: http://psas.revskills.de/goldcard

This site gives you a 'goldcard.img', which you should put into your MBR.

dd if=goldcard.img of=${SD_CARD}

Step 3 - Get Root

Step 4 - Get a Custom Recovery

By 'a custom recovery', I presume that people are meaning to say 'a custom recovery tool'.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox