Skip to content

Latest commit

 

History

History
55 lines (45 loc) · 1.12 KB

README.md

File metadata and controls

55 lines (45 loc) · 1.12 KB

CM9 for the EVO 4G

Info

Discussion thread: http://forum.xda-developers.com/showthread.php?t=1625096
Bug List: http://code.google.com/p/cm9-supersonic/

Building

Initialize

setup linux/OS X - Please note: it must be sun-java-6, not openjdk

Prepare to download sources

mkdir ~/cm9
cd ~/cm9/
curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
chmod a+x ~/bin/repo
repo init -u git://github.com/CyanogenMod/android.git -b ics

Download the source

cd ~/cm9
repo sync -j16

NOTE: This WILL take a long time.

Finish setting up repo

wget -O .repo/local_manifest.xml https://raw.github.com/jmztaylor/android_device_htc_supersonic/master/Manifest/local_manifest.xml

Download my sources

cd ~/cm9
repo sync -j16

Build

Make sure we're in ~/cm9...

cd ~/cm9

Pull in the prebuilts, like Rom Manager...

./vendor/cm/get-prebuilts

And build!

. build/envsetup.sh && brunch supersonic