forked from iBotPeaches/Android-MIUI-Porting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
136 lines (100 loc) · 2.53 KB
/
CHANGES
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
v0.3.7
Updated to MIUI v3.1.11 for both d2att/d2tmo
Fixed light led issue (i hope)
v0.3.6
Used --aapt in Apktool v1.5.1 to remove needed ability of aapt in PATH (to allow customized MIUI aapt)
v0.3.5
Updated Apktool to v1.5.1
v0.3.4
Updated d2tmo to 2.12.7
Copied fixes for stalled theme manager over to d2tmo
v0.3.3
Added miui 2.12.7
It appears I suck at building an automated boot.img compiler/decompiler, so using a kitchen for now.
Fixed MIUI staling issue to shelld.
v0.3.2
Updated to miui 2.11.30 (d2att)
Included linux makebootfs/makebootimg into tools folder instead of relying on path
v0.3.1
Added ability to fix boot.img at build (tools)
Updated to miui 2.11.23 (d2att)
Added 2 new bins to handle special MIUI Shell (d2att)
v0.3.0
Fixes MIUIHome & Theme FC
v0.2.9
Various fixes regarding FC hell.
v0.2.8
Added theme fixes.
Added shelld xbin
Added installd bin
Updated unixtimestamp for builds.
v0.2.7
Updated build.prop for 2.11.16
Removed all modifications to Camera so it shows up.
v0.2.6
Forgot to update prep_rom versioning.
v0.2.5
Fixed Camera not showing up on some builds.
v0.2.4
Updated build.prop for 2.11.9
v0.2.3
Fixed bootloop due to InputService.
v0.2.2
Updated to 2.11.2
Added new telelocation.idf name instead of telelocation.td
v0.2.1
Fixed Camera issue. ( i think? )
v0.2.0
Added TMobile Port (same as AT&T except build/prop, CM Base and updater)
v0.1.9
Fix SDCard not being detected.
v0.1.8
Fix flickering.
v0.1.7
Fixing duplicating icons :/
v0.1.6
Fixed duplicating Gallery icon
v0.1.5
Fixed CPU problem again :/
v0.1.4
Script space cleanup.
Fixed CPU native bootloop problem.
v0.1.3
Fixed native bootloop problem w/ bluetooth
Updated build.prop
v0.1.2
Added zipalign, zip make, zip sign.
Finished injection of resources/classes.dex
Scripts are done. Time to test :)
v0.1.1
Added zipalign for production of ZIP file
Finished smali merges (i think?)
Added manual merges
Added License
Added Readme update
Added rebuild of apks
v0.1.0
Added fixed Gallery/CM10 Camera to prevent dupe icons on homescreen
Added more smali merge
v0.0.9
Spit of CM/MIUI decompile of JARs
Started merge of smali framework and manually merge using meld
v0.0.8
Added decompile of APKs, frames, jars
Added apktool framework finder
v0.0.7
Added build.prop && updater-script d2att
Added a good deal of copying from MIUI -> CM base
v0.0.6
Added my apktool v1.5.1-debug
Worked on expanding scripts.
v0.0.5
Fixing readme.
v0.0.4
Adding tools for signing of ROM
v0.0.3
added pre-stored libs and what not
v0.0.2
re-added folder structure
v0.0.1
initial start