Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 727 Bytes

README.mkdn

File metadata and controls

25 lines (15 loc) · 727 Bytes

CyanogenMod

Getting Started

To get started with Android/CyanogenMod, you'll need to get familiar with Git and Repo.

To initialize your local repository using the CyanogenMod trees, use a command like this:

repo init -u git://github.com/OldXperia/android.git -b ics

Or for using HTTP

repo init -u https://github.com/OldXperia/android.git -b ics

Then to sync up:

repo sync

Please see the CyanogenMod Wiki for building instructions.

For more information on this Github Organization and how it is structured, please read the wiki article