-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
39 lines (30 loc) · 1.13 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
Overlay for porting MIUI to the HTC Evo
Original froyo overlay by bcnice20 and bigrushdog
Updated gingerbread overlay by myself
framework.jar instructions:
Use baksmali to decomiple classes.dex from original MIUI framework.jar
Overwrite two files from overlay in respective directory (pduparser.smali and pdupersister.smali)
Use smali to recompile classes.dex and insert in MIUI framework.jar
framework-res.apk instructions:
Replace eri.xml in MIUI framework-res.apk/res/xml/ with file from overlay (no need to decompile)
7/18/2011
Initial commit of overlay
7/18/2011
- Fix ramdisk to allow FM Radio (Credit: Lithid)
: In boot.img-ramdisk/init.supersonic.rc
Add:
service fmradio /system/bin/fmradioserver
group bluetooth net_bt_admin
7/19/2011
Touched up build.prop for Rom Manager and OTA detection
Make search capacitive key default to Google search instead of MIUI
Add MIUI.us forums app
9/27/2011
- Remove lib file causing bootloops
- Update ramdisk for netd service
Add last line:
service netd /system/bin/netd
socket netd stream 0660 root system
socket dnsproxyd stream 0660 root inet
10/4/2011
- Organize repo and README