abielzulio / miui-taoshan-old

MIUI patchrom workspace repository for Sony Xperia L C210X based CM11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIUI Patchrom

Get Android SDK

In order to build patchrom project, you must have Android SDK installed and add the sdk tools and platform-tools to PATH.

$ vim .bashrc

Add this line to .bashrc

export PATH=$PATH:/home/xxx/android-sdk/tools:/home/xxx/android-sdk/platform-tools

Setting Up Initial Patchrom

To get started with patchrom, you'll need to get familiar with git and repo.

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

$ mkdir -p patchrom

$ cd patchrom

$ repo init -u git://github.com/abielzuliom/MIUI_patchrom.git -b kitkat -m sony_taoshan.xml

Then to sync up:

$ repo sync

Build

$ cd /your/patchrom/dir

$ source build/envsetup.sh

$ cd taoshan

$ make fullota

For now, you will be faced some problem(s). I will fixed it ASAP!

About

MIUI patchrom workspace repository for Sony Xperia L C210X based CM11


Languages

Language:Smali 99.8%Language:Vim Script 0.1%Language:HTML 0.0%Language:Shell 0.0%Language:Roff 0.0%Language:OpenEdge ABL 0.0%Language:C 0.0%Language:Makefile 0.0%