Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

MIUI patchrom workspace repository for Sony Xperia L C210X based CM11

Notifications You must be signed in to change notification settings

abielzulio/miui-taoshan-old

Repository files navigation

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!