forked from MiCode/patchrom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
37 lines (22 loc) · 870 Bytes
/
README
File metadata and controls
37 lines (22 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Patchrom
===========
Get Android SDK
----------------
In order to build patchrom project, you must have android sdk installed.(http://developer.android.com/sdk/installing.html)
Getting Started
---------------
To get started with MiCode/patchrom, you'll need to get
familiar with [Git and Repo](http://source.android.com/download/using-repo).
To initialize your local repository using the patchrom trees, use a command like this:
mkdir patchrom
cd patchrom
repo init -u git://github.com/ExPeacer/patchrom.git -b ics
Then to sync up:
repo sync
Build
--------
Assumed current directory is patchtom and you want to build the ROM for Xperia 2011 MDPI Series
. build/envsetup.sh
cd sk17i
sh build.sh
After build completed, there will be a update_ExMIUIv4.zip in the device directory, now you can flash this file into your device.