CM10.1 for the EVO 4G
| Discussion thread: | http://forum.xda-developers.com/showthread.php?t=2095198 |
mkdir ~/cm10.1
cd ~/cm10.1/
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 jellybeancd ~/cm10.1
repo syncNOTE: This WILL take a long time.
wget -O .repo/local_manifests/local_manifest.xml https://raw.github.com/kasual/android_device_htc_supersonic/jellybean/Manifest/local_manifest.xmlcd ~/cm10.1
repo syncMake sure we're in ~/cm10.1...
cd ~/cm10.1Pull in the prebuilts, like Rom Manager...
./vendor/cm/get-prebuiltsAnd build!
. build/envsetup.sh && brunch supersonic