-
Notifications
You must be signed in to change notification settings - Fork 14
/
README
59 lines (31 loc) · 1.05 KB
/
README
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
* Description
This repository is for MIUI CM9 on Sony Xperia Go.
It is still a work in progress.
Curently suported device is Sony Xperia Go and Sony Xperia Sola and HTC Desire C
* How To Build MIUI CM9 for Sony Xperia GO or Sony Xperia Sola
Make a workspace
$ cd ~
$ git clone [email protected]/munjeni/miui_sony_xperia.git miui_xperia
* Build MIUI CM9
Copy CM9 rom to the /root/miui_xperia/**DEVICE** and rename zip archive to stockrom.zip
...only if there is no stockrom.zip
$ cd ~/miui_xperia
To build MIUI for Sony Xperia Go
$ ./makemiui.sh lotus
To build MIUI for Sony Xperia Sola
$ ./makemiui.sh pepper
To build MIUI for HTC Desire C
$ ./makemiui.sh golfu
* Build MIUI bassed on STOCK ROM
Copy STOCK rom to the /root/miui_xperia/**DEVICE** and rename zip archive to stockrom.zip
...only if there is no stockrom.zip
$ cd ~/miui_xperia
To build MIUI for Sony Xperia Go
$ ./makemiui.sh stock_lotus
To build MIUI for Sony Xperia Sola
$ ./makemiui.sh stock_pepper
* Credit/Thanks
Cyanogen
CyanogenMod team
Micode team
FXP