Skip to content

jacobcrigby/android_device_htc_inc

 
 

Repository files navigation

CM9 for the Droid Incredible

Info

XDA Discussion thread

Rootz Wiki Thread

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

Finish setting up repo

wget -O .repo/local_manifest.xml https://raw.github.com/drkhd/android_device_htc_inc/ics/Manifest/local_manifest.xml

Download the source

cd ~/cm9
repo sync -j16

NOTE: This WILL take a long time.

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 inc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 69.8%
  • C 28.5%
  • Shell 1.7%