Skip to content

Kasual/android_device_htc_supersonic

 
 

Repository files navigation

CM10.1 for the EVO 4G

Info

Discussion thread: http://forum.xda-developers.com/showthread.php?t=2095198

Building

Initialize

setup linux/OS X

Prepare to download sources

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 jellybean

Download the source

cd ~/cm10.1
repo sync

NOTE: This WILL take a long time.

Finish setting up repo

wget -O .repo/local_manifests/local_manifest.xml https://raw.github.com/kasual/android_device_htc_supersonic/jellybean/Manifest/local_manifest.xml

Download my sources

cd ~/cm10.1
repo sync

Build

Make sure we're in ~/cm10.1...

cd ~/cm10.1

Pull in the prebuilts, like Rom Manager...

./vendor/cm/get-prebuilts

And build!

. build/envsetup.sh && brunch supersonic

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.3%
  • C 9.6%
  • Shell 0.1%