How to Build Cyanogenmod 10.2 for Samsung Galaxy S Plus

Install repo utility

Create the directory $HOME/bin if it does not exist yet: mkdir $HOME/bin

Fetch the repo utility code: curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > $HOME/bin/repo

Make the repo utility script executable by running: chmod a+rx $HOME/bin/repo

Add the $HOME/bin directory to your PATH (if not already present): export PATH=${PATH}:$HOME/bin

Check out Cyanogenmod 10.2 Source Code

Create a directory to hold the CM 10.2 source code: mkdir /work/CM10.2 cd /work/CM10.2

Now check out the source code using:

repo init -u git://github.com/CyanogenMod/android.git -b cm-10.2
repo sync

Get prebuilt apps

Navigate to the vendor/cm directory and run get-prebuilts:

(cd vendor/cm; ./get-prebuilts)

-- IvoVanGeel - 28 Nov 2013


This topic: Main > WebHome > HowToBuildCyanogenmod102ForSamsungGalaxySPlus
Topic revision: r1 - 28 Nov 2013 - IvoVanGeel
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2010-2019 by LANIS