Skip to content

danielfs1/device-amazon-otter

 
 

Repository files navigation

CM9 for Kindle Fire

Info

Discussion thread: http:https://forum.xda-developers.com/showthread.php?t=1411895
Building thread: http:https://forum.xda-developers.com/showthread.php?p=20844007#post20844007
IRC Channel: #kindlefire-dev on freenode
Bug List: https://docs.google.com/spreadsheet/ccc?key=0AqxTqi6CPt-RdEtHbFhHNDdjZGVONld1OGFEYmRiWUE#gid=0

Building

Initialize

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

Download sources

mkdir cm9
cd cm9/
curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/repo
chmod a+x ~/repo
repo init -u git:https://github.com/CyanogenMod/android.git -b ics
wget -O .repo/local_manifest.xml https://raw.github.com/KFire-Android/android_local_manifest/master/local_manifest.xml 
repo sync -j16
./vendor/cm/get-prebuilts

Compile

source build/envsetup.sh
brunch otter -j$(grep -c processor /proc/cpuinfo)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 62.6%
  • Python 33.6%
  • Shell 3.8%