Skip to content

Commit

Permalink
Merge pull request #28 from Underyx/patch-1
Browse files Browse the repository at this point in the history
Updated README - mostly just to have a link to the prebuilt downloads
  • Loading branch information
intermediaterepresentation committed Jun 2, 2012
2 parents 4c25963 + 3c86dd8 commit 571ec3e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# HTC Endeavor (aka One X)

## Installation Instructions

1. Download the latest pre-built version of the ROM from [here](http://mirror.faked.org/cm9/), or build it yourself (see below)
2. Enter fastboot mode on your phone, and connect it to your computer
3. Erase your phone's cache with the following command: `fastboot erase cache`
4. Flash the boot.img from inside the zip file to your phone's partition with the following command: `fastboot flash boot boot.img`
5. Enter recovery on your phone
6. Do a nandroid backup of your phone, in case something goes wrong
7. If you're coming from another ROM, wipe data and wipe cache, otherwise a data wipe may not be necessary.
8. Flash the zip file you've previously downloaded or built


## Building the ROM yourself

Add the following to your local_manifest.xml:

<project name="intermediaterepresentation/android_kernel_htc_endeavor" path="kernel/htc/endeavor" remote="github" />
Expand All @@ -15,3 +29,8 @@ Build:
lunch cm_endeavoru-userdebug
(cd device/htc/endeavoru && ./extract_files.sh)
make -j4 otapackage

## Links

* [Discussion thread on XDA](http://forum.xda-developers.com/showthread.php?t=1661629)
* [Build history](http://faked.org/jenkins)

0 comments on commit 571ec3e

Please sign in to comment.