-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathREADME
87 lines (57 loc) · 2.25 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
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
******************************************************************
************************** GREAT FREEDOM ************************
******************************************************************
Assets are available under Apache licence, except Lato font
CM-11.0 NEW THEME ENGINE THEME!
This is my contribution to celebrate the new theme engine.
I have chosen to have this theme as an open source project, the
source code can be used as a template, source code is available here
https://github.com/elelinux/GreatFreedom
For those who want the theme Great Freedom with boot animation, I have made 2 versions,
Note: just install on newer devices that have at least 512 mb of RAM memory
Great Freedom with boot animation 768x1280
http://d-h.st/4BY
Great Freedom with boot animation 1080x1920
http://d-h.st/l7b
Uninstall play store version before installing this
DISCLAIMER: I take no responsibility if your phone does not boot up with the boot animation
To build this theme use eclipse or android-studio, to build from the source
for a rom for eg. description can be found at the bottom
GreatFreedom is a theme that is stylishly designed with solid colors,
I tried to keep it as close to stock CM as possible apart from the icons.
What's Themed/Included
* Framework
* Systemui
* Settings
* Dialer
* Mms Widget
* Email Widget
* Gmail Widget
* Facebook Widget
* LockClock
* ApexLauncher
* Power Control Widget
* Custom ringtones/alarms/notifications
* GreatFreedom wallpaper
* GreatFreedom iconpack
* GreatFreedom fonts
Link to Play Store
https://play.google.com/store/apps/details?id=org.cyanogenmod.great.freedom
Made by Esa Laukkanen <[email protected]>
##TODO LIST
* Add more icons
* Feel free to request for specific icons
*MISC
Widget Border Blue Color
#55acee
# Howto build the theme in console "terminal"
1. Remove the bin folder
2. Add a Android.mk file that looks like this
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := THEME_NAME
LOCAL_AAPT_FLAGS := -c mdpi,hdpi,xhdpi,xxhdpi -x 10
# LOCAL_CERTIFICATE := name_of_releasekey "additional, place your releasekey in /system/build/target/product/security " for Google Play etc.
include $(BUILD_PACKAGE)
3. Use the tradional build commands " make etc.."