Skip to content

motog2014devteam/roomservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

CyanogenMod 12

Build Instructions for CyanogenMod 12 Moto G 2014 (titan)

  1. Initialize repo using the following commands
mkdir ~/bin
PATH=~/bin:$PATH
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
mkdir -p android/cm12
cd android/cm12
repo init -u git://github.com/CyanogenMod/android.git -b cm-12.0
  1. Add our local manifest
curl --create-dirs -L -o .repo/local_manifests/titan.xml -O -L https://raw.github.com/motog2014devteam/roomservice/cm-12.0/manifest.xml
  1. Download sources
repo sync -f -j5
  1. Build CyanogenMod 12 for Moto G 2014
./build.sh -c1 titan

About

Manifests used to build CyanogenMod.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published