[Q] How to change fonts on jelly bean with fonts from ics - Sony Xperia P, U, Sola, Go

The title explains it all .. i have a xperia go .. the jelly bean update really messed up the fonts , the ics version had better fonts for the status bar
(SX go users must be knowing what i mean) ; anybody managed to fix those messed up fonts?

suyash691 said:
The title explains it all .. i have a xperia go .. the jelly bean update really messed up the fonts , the ics version had better fonts for the status bar
(SX go users must be knowing what i mean) ; anybody managed to fix those messed up fonts?
Click to expand...
Click to collapse
This forum would be helpful. If you are still unsure, quote me!
http://forum.xda-developers.com/showthread.php?t=1686074
I also found this :
http://www.phonearena.com/news/How-...nt-to-a-custom-.ttf-font-using-HiFont_id55746

Hnk1 said:
This forum would be helpful. If you are still unsure, quote me!
http://forum.xda-developers.com/showthread.php?t=1686074
I also found this :
http://www.phonearena.com/news/How-...nt-to-a-custom-.ttf-font-using-HiFont_id55746
Click to expand...
Click to collapse
will this change the fonts on the notification curtain??
see attached image , you'll see which font i want to change
EDIT: operator name looks much uglier on phone than in the screenshot

suyash691 said:
will this change the fonts on the notification curtain??
see attached image , you'll see which font i want to change
EDIT: operator name looks much uglier on phone than in the screenshot
Click to expand...
Click to collapse
Well, if you want to change specific fonts, you can install xposed framework and enable module "gravity box" to change the fonts specifically and change system UI. There are other modules in the xposed framework as well with which you can play.
Good Luck

Hnk1 said:
Well, if you want to change specific fonts, you can install xposed framework and enable module "gravity box" to change the fonts specifically and change system UI. There are other modules in the xposed framework as well with which you can play.
Good Luck
Click to expand...
Click to collapse
i already have gravity box installed .... i can't seem to find the option to change fonts for systemui or anything on that matter
EDIT: Used perappfonts module and fixed it ... Thanks man

suyash691 said:
i already have gravity box installed .... i can't seem to find the option to change fonts for systemui or anything on that matter
EDIT: Used perappfonts module and fixed it ... Thanks man
Click to expand...
Click to collapse
I'm glad I could be of help

Related

[Solved] [Q] What font used in JB notification bar?

Hello everyone! after flashing new Jelly Bean versions I found that the font that used in notifications and notification bar showing date and time is different from system font!
I love that font, anyone knows what's the name of that font? or atleast how can I find it out?
I'll really appreciate your help
ercxar said:
Hello everyone! after flashing new Jelly Bean versions I found that the font that used in notifications and notification bar showing date and time is different from system font!
I love that font, anyone knows what's the name of that font? or atleast how can I find it out?
I'll really appreciate your help
Click to expand...
Click to collapse
its called 'Roboto serie's font
using root explore/browser go to SYSTEM>Fonts and u will find all there
Sun90 said:
its called 'Roboto serie's font
using root explore/browser go to SYSTEM>Fonts and u will find all there
Click to expand...
Click to collapse
wow thanks for the fast answer!
I didn't know that I can find the font by itself!:good:
@thank sun90
i also need it :good:
Hi
I replaced Roboto-Regular.ttf and it didn;t change the font, and/or size. How can I change the specific font for the notification bar (pull down).
Thanks

Ubuntu as a system font

Hi guys!
I've seen here in a couple of screenshots... Ubuntu font in system menus.
How can i achieve that and how can I revert back afterwards?
Stock, LQE, rooted, cocore 7.2...
jazzh said:
Hi guys!
I've seen here in a couple of screenshots... Ubuntu font in system menus.
How can i achieve that and how can I revert back afterwards?
Stock, LQE, rooted, cocore 7.2...
Click to expand...
Click to collapse
You need to install the Ubuntu font either as System app or as a Normal app... Then go to Settings > Display > Font Style and select the font...
Below is the attached .apk for Ubuntu font... I took it from my upcoming ROM
Thx Sami!
I installed it, set it, set size normal, great!
Do you have any recommendation for some also great font like this (similar as ubuntu)?
jazzh said:
Thx Sami!
I installed it, set it, set size normal, great!
Do you have any recommendation for some also great font like this (similar as ubuntu)?
Click to expand...
Click to collapse
Dude I'm sorry I can't answer that question because the only font I love and use on my phone is the Default one at small size.. You can ask that question on the Q&A thread and I am sure someone will recommend you some good fonts for your phone :good:
jazzh said:
Thx Sami!
I installed it, set it, set size normal, great!
Do you have any recommendation for some also great font like this (similar as ubuntu)?
Click to expand...
Click to collapse
Here is a thread that if you used search for fonts you would have found:
Font Thread
Ok, I'll take a look...
Wonderfull font thanks a lot for sharing , i would like a ubuntus roms hahah

[Q] Porting Emoji from Android 4.4 in any rom.

Hello all!
As you maybe seen, Android 4.4 (KitKat) has awesome color emoji.
I looked into the sources, and I think I managed to found what does make emoji in color :
--system
------- fonts
--------- AndroidEmoji.ttf
--------- NotoColorEmoji.tff
-- etc
--------- fallback_fonts.xml
--------- system_fonts.xml
In framework-res.apk, it as some png of some simple emoji.
EDIT :
I found something else in my insvestigations.
In CM11 and KitKat source code, it has a folder emoji inside "framework/opt/".
In emoji folder, it has
- Android.mk
- CleanSpec.mk
- EmojiFactory.cpp
- EmojiFactory.h
And i'm sure EmojiFactory has something to do with colored emoji.
Like these comments line say :
// Returns binary image data corresponding to "pua". The size of binary is
// stored to "size". Returns NULL if there's no mapping from the "pua" to a
// specific image. Currently, image format is all (animated) gif.
Click to expand...
Click to collapse
In "frameworks/base/core/java/android" it has an emoji folder, with EmojiFactory.java file, which call libemoji.so.
EDIT 2 :
They talk about emoji here :
External
/home/loic/cm11/external/chromium_org/third_party/WebKit/Source/core/rendering/RenderText.cpp
/home/loic/cm11/external/chromium_org/third_party/skia/gyp/freetype.gyp
/home/loic/cm11/external/skia/gyp/freetype.gyp
/home/loic/cm11/external/linux-tools-perf/Documentation/maps
/home/loic/cm11/external/icu4c/.git/index
/home/loic/cm11/external/icu4c/data/mappings/softbank-shift_jis-2012.ucm
/home/loic/cm11/external/icu4c/data/mappings/kddi-jisx-208-2007.ucm
/home/loic/cm11/external/icu4c/data/mappings/README.emoji
/home/loic/cm11/external/icu4c/data/mappings/docomo-shift_jis-2012.ucm
/home/loic/cm11/external/icu4c/data/mappings/softbank-jisx-208-2007.ucm
/home/loic/cm11/external/icu4c/data/mappings/kddi-shift_jis-2012.ucm
Out
/home/loic/cm11/out/target/common/obj/APPS/Mms_intermediates/public_resources.xml
/home/loic/cm11/out/target/common/obj/APPS/Mms_intermediates/src/R.stamp
/home/loic/cm11/out/target/common/obj/APPS/Mms_intermediates/src/com/android/mms/R.java
/home/loic/cm11/out/target/common/obj/APPS/Mms_intermediates/src/com/android/ex/chips/R.java
/home/loic/cm11/out/target/common/obj/APPS/LatinIME_intermediates/public_resources.xml
/home/loic/cm11/out/target/common/obj/APPS/LatinIME_intermediates/src/R.stamp
/home/loic/cm11/out/target/common/obj/APPS/LatinIME_intermediates/src/com/android/inputmethod/latin/R.java
/home/loic/cm11/out/target/common/obj/APPS/LatinIME_intermediates/proguard_options
/home/loic/cm11/out/target/common/R/com/android/mms/R.java
/home/loic/cm11/out/target/common/R/com/android/inputmethod/latin/R.java
/home/loic/cm11/out/target/common/R/com/android/ex/chips/R.java
Test
/home/loic/cm11/cts/tests/tests/text/src/android/text/cts/EmojiConstants.java
/home/loic/cm11/cts/tests/tests/text/src/android/text/cts/StaticLayoutLineBreakingTest.java
/home/loic/cm11/cts/tests/tests/text/src/android/text/cts/EmojiTest.java
Android
/home/loic/cm11/android/default.xml
Framework
/home/loic/cm11/frameworks/base/preloaded-classes
/home/loic/cm11/frameworks/base/core/jni/android_emoji_EmojiFactory.cpp
/home/loic/cm11/frameworks/base/core/jni/Android.mk
/home/loic/cm11/frameworks/base/core/jni/AndroidRuntime.cpp
/home/loic/cm11/frameworks/base/core/java/android/text/Layout.java
/home/loic/cm11/frameworks/base/core/java/android/text/StaticLayout.java
/home/loic/cm11/frameworks/base/core/java/android/text/TextLine.java
/home/loic/cm11/frameworks/base/core/java/android/emoji/EmojiFactory.java
/home/loic/cm11/frameworks/base/core/java/android/view/inputmethod/InputConnection.java
/home/loic/cm11/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationBuilderTest.java
/home/loic/cm11/frameworks/base/tests/StatusBar/res/layout/notification_builder_test.xml
/home/loic/cm11/frameworks/base/tools/preload/20100223.compiled
/home/loic/cm11/frameworks/base/tools/preload/20090811.compiled
/home/loic/cm11/frameworks/base/.git/index
/home/loic/cm11/frameworks/opt/emoji/Android.mk
/home/loic/cm11/frameworks/opt/emoji/EmojiFactory.cpp
/home/loic/cm11/frameworks/opt/emoji/EmojiFactory.h
/home/loic/cm11/frameworks/opt/timezonepicker/src/com/android/timezonepicker/TimeZonePickerUtils.java
.repo
/home/loic/cm11/.repo/projects/frameworks/opt/emoji.git/config
/home/loic/cm11/.repo/projects/frameworks/opt/emoji.git/.repopickle_config
/home/loic/cm11/.repo/projects/frameworks/opt/emoji.git/FETCH_HEAD
/home/loic/cm11/.repo/projects/frameworks/base.git/objects/pack/pack-822265727f5bd79fd7574e8251fd9cff98559d8b.pack
/home/loic/cm11/.repo/projects/packages/inputmethods/LatinIME.git/objects/pack/pack-f75f41c8589b316ac7313a2f533b3d37aa9072ba.pack
/home/loic/cm11/.repo/project.list
/home/loic/cm11/.repo/manifests/default.xml
/home/loic/cm11/.repo/.repopickle_fetchtimes
Vendor
/home/loic/cm11/vendor/cm/config/common.mk
Packages
/home/loic/cm11/packages/apps/Mms/.git/index
/home/loic/cm11/packages/apps/Mms/res/values-el/cm_strings.xml
/home/loic/cm11/packages/apps/Mms/res/values-hu/cm_strings.xml
/home/loic/cm11/packages/apps/Mms/res/values-iw/cm_strings.xml
/home/loic/cm11/packages/apps/Mms/res/values-cs/cm_strings.xml
/home/loic/cm11/packages/apps/Mms/res/values-nb/cm_strings.xml
/home/loic/cm11/packages/apps/Mms/res/values-hr/cm_strings.xml
/home/loic/cm11/packages/apps/Mms/res/values-da/cm_strings.xml
/home/loic/cm11/packages/apps/Mms/res/values-nl/cm_strings.xml
/home/loic/cm11/packages/apps/Mms/res/values-fr/cm_strings.xml
/home/loic/cm11/packages/apps/Mms/res/values-zh-rCN/cm_strings.xml
/home/loic/cm11/packages/apps/Mms/res/values-ru/cm_strings.xml
/home/loic/cm11/packages/apps/Mms/res/values-ug/cm_strings.xml
/home/loic/cm11/packages/apps/Mms/res/values-fi/cm_strings.xml
/home/loic/cm11/packages/apps/Mms/res/values-pl/cm_strings.xml
/home/loic/cm11/packages/apps/Mms/res/values-it/cm_strings.xml
/home/loic/cm11/packages/apps/Mms/res/values-ca/cm_strings.xml
/home/loic/cm11/packages/apps/Mms/res/values-zh-rTW/cm_strings.xml
/home/loic/cm11/packages/apps/Mms/res/values-es/cm_strings.xml
/home/loic/cm11/packages/apps/Mms/res/values-uk/cm_strings.xml
/home/loic/cm11/packages/apps/Mms/res/values-af/cm_strings.xml
/home/loic/cm11/packages/apps/Mms/res/values-pt/cm_strings.xml
/home/loic/cm11/packages/apps/Mms/res/values-de/cm_strings.xml
/home/loic/cm11/packages/apps/Mms/res/values/cm_arrays.xml
/home/loic/cm11/packages/apps/Mms/res/values/cm_strings.xml
/home/loic/cm11/packages/apps/Mms/res/values-sv/cm_strings.xml
/home/loic/cm11/packages/apps/Mms/res/values-sk/cm_strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/InputLogicTests.java
/home/loic/cm11/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/KeyboardId.java
/home/loic/cm11/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/KeyboardSwitcher.java
/home/loic/cm11/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/EmojiPalettesView.java
/home/loic/cm11/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/KeyboardState.java
/home/loic/cm11/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/KeyboardTextsSet.java
/home/loic/cm11/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/KeyboardIconsSet.java
/home/loic/cm11/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/KeyboardCodesSet.java
/home/loic/cm11/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/EmojiCategoryPageIndicatorView.java
/home/loic/cm11/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/EmojiLayoutParams.java
/home/loic/cm11/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/Constants.java
/home/loic/cm11/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/LatinIME.java
/home/loic/cm11/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/SubtypeSwitcher.java
/home/loic/cm11/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/Settings.java
/home/loic/cm11/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/SubtypeLocaleUtils.java
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-et-rEE/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-v19/emoji-categories.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-ka-rGE/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-sl/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-vi/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-rm/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-zh-rHK/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-el/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-fa/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-pt-rPT/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-hu/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-iw/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-sw540dp/dimens.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-en-rGB/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-cs/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-ar/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-hy-rAM/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-nb/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-zu/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-ja/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-hi/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-ro/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-hr/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-ko/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-da/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-nl/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-th/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-tl/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-en-rIN/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/xml-sw600dp/key_styles_common.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-v18/emoji-categories.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-fr/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-zh-rCN/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-lv/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-ru/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-bg/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-sr/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/drawable/ic_emoji_objects_light.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/drawable/ic_emoji_nature_light.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/drawable/ic_emoji_places_light.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/drawable/ic_emoji_people_light.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/drawable/ic_emoji_recent_light.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/drawable/ic_emoji_symbols_light.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-fi/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-pl/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-it/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-am/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-be/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-es-rUS/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-land/dimens.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-ca/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-zh-rTW/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-es/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-fr-rCA/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-sw540dp-land/dimens.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-in/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-tr/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-uk/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-km-rKH/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-af/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/layout/input_view.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/layout/emoji_keyboard_page.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/layout/emoji_palettes_view.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-sw768dp-land/dimens.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-lo-rLA/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-pt/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-sw/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-ms-rMY/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-de/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/xml/kbd_emoji_category1.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/xml/method.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/xml/kbd_emoji_category4.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/xml/row_pcqwerty5.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/xml/kbd_emoji_category6.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/xml/kbd_emoji_recents.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/xml/key_styles_enter.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/xml/key_styles_common.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/xml/keyboard_layout_set_emoji.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/xml/key_f2.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/xml/kbd_emoji_category5.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/xml/kbd_emoji_category3.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/xml/kbd_emoji_category2.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values/themes-common.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values/colors.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values/attrs.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values/dimens.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values/emoji-categories.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values/themes-gb.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values/themes-ics.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-lt/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-mn-rMN/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-sv/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-sw768dp/dimens.xml
/home/loic/cm11/packages/inputmethods/LatinIME/java/res/values-sk/strings.xml
/home/loic/cm11/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values/donottranslate-more-keys.xml
/home/loic/cm11/packages/inputmethods/LatinIME/.git/index
/home/loic/cm11/packages/inputmethods/LatinIME/dictionaries/en_emoji.combined.gz
/home/loic/cm11/packages/inputmethods/LatinIME/dictionaries/fr_emoji.combined.gz
/home/loic/cm11/packages/inputmethods/OpenWnn/.git/index
/home/loic/cm11/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/TextCandidatesViewManager.java
/home/loic/cm11/packages/inputmethods/OpenWnn/res/values-land/dimens.xml
/home/loic/cm11/packages/inputmethods/OpenWnn/res/values-sw768dp-land/dimens.xml
/home/loic/cm11/packages/inputmethods/OpenWnn/res/values/dimens.xml
Please help me to search !
You have erased your old emoji font or your phone doesn't read the new files, all you have to do is restore the old files
use
use all knew Google keyboard (Google it)
Do you have Skype ??
Lo-P said:
Hello all!
As you maybe seen, Android 4.4 (KitKat) has awesome color emoji.
I looked into the sources, and I think I managed to found what does make emoji in color :
--system
------- fonts
--------- AndroidEmoji.ttf
--------- NotoColorEmoji.tff
-- etc
--------- fallback_fonts.xml
--------- system_fonts.xml
In framework-res.apk, it as some png of some simple emoji.
Anyway, I made a flashable zip with these files and fonts, and I don't see any emoji, even in white in black.
So, could someone help me to find what's wrong?
Click to expand...
Click to collapse
Disputed said:
You have erased your old emoji font or your phone doesn't read the new files, all you have to do is restore the old files
Click to expand...
Click to collapse
gohel.vishal said:
use all knew Google keyboard (Google it)
Click to expand...
Click to collapse
My post is old from 1 Novemer. Since, CM 11 is out, and I have KitKat.
MRL3GS said:
Do you have Skype ??
Click to expand...
Click to collapse
Yes why?
Lo-P said:
My post is old from 1 Novemer. Since, CM 11 is out, and I have KitKat.
Yes why?
Click to expand...
Click to collapse
Might know a way to do it add me MRL3GS
MRL3GS said:
Might know a way to do it add me MRL3GS
Click to expand...
Click to collapse
Sorry my Skype it's for private use~
Share your method with us?
I'm 80% sure I found the trick for enable color emoji in any Android rom. All you need is source code.
Just have to check if my method work, and I give you
Lo-P said:
Sorry my Skype it's for private use~
Share your method with us?
Click to expand...
Click to collapse
i was going to say to make the emojs in colour you need to modify/murg the framwork files. But if you are can make an xposed module it will be a breeze
Lo-P said:
I'm 80% sure I found the trick for enable color emoji in any Android rom. All you need is source code.
Just have to check if my method work, and I give you
Click to expand...
Click to collapse
Really???? How did you get on mate???
MRL3GS said:
i was going to say to make the emojs in colour you need to modify/murg the framwork files. But if you are can make an xposed module it will be a breeze
Click to expand...
Click to collapse
I'm not enough skilled for make one
MRL3GS said:
Really???? How did you get on mate???
Click to expand...
Click to collapse
Check my EDIT 2 on my post! I founded something like EmojiFactory, and so one inside framework. Anyway, I have to check how it work and which files I have to change... Please, a skilled dev can search with us and make an xposed module? I would be awesome!
Got an idea. Have to extract maybe KitKat already build framework and check for Emoji...
Hoping to see this solved and ported to an xposed framework!
tramane said:
Hoping to see this solved and ported to an xposed framework!
Click to expand...
Click to collapse
I hope too. But I guess dev or members who are in 4.4 doesn't care about Emoji in old version, I understand them.
For me, I would love to enable it in Android version coz I have a rom which is in 4.2.2 and I'd love to use with Emoji, in color.
But for the moment, I'm not even enough skilled for build a rom, it always crash... :crying:
I hope someone gets an answer soon, cause I want KK emoji in my JB ROM
hussam91 said:
I hope someone gets an answer soon, cause I want KK emoji in my JB ROM
Click to expand...
Click to collapse
Nobody look like to care
Sent from my GT-I9305 using XDA Premium 4 mobile app
Any Dev think they could give this a go
I hope some developers make appropriate modifications.
WAITINGG!!!
josue276 said:
WAITINGG!!!
Click to expand...
Click to collapse
Yeah you can. For the moment we're alone.
Sent from my GT-I9305 using XDA Premium 4 mobile app
This would be awesome
You should try with KK Keyboard on Play Store, is the stock Kit Kat with colored emoji. https://play.google.com/store/apps/details?id=com.kitkatandroid.keyboard&hl=es_419

[SONY]Xperia Theme - Xposed Module[4.1.x+]

This is a Xposed Module.
Requirements :
Sony Xperia Device
Rooted Stock Rom
Xposed framework Installed & Active.
This module allows you to change the Xperia Theme System Colour On-The-Go*.
It won't allow you to change the default wallpaper or replace any other drawable as with new Xperia Themes for Android 4.3+
With this module you can set your desired colour as system accent.
Features :
Change System Accent Colour On The Go.
Change App Background On The Go. [New]
Change System Bar Background [System Bar includes Statusbar and Navigation Bar]. [New]
Using the module is very simple.
Download and Install.
Activate in Xposed App.
Open The Module either from Xposed app/Modules or Direct from App Drawer.
Activate the only Check Box you see.
Choose desired colours in all the rest of the Colour Picker options.
Exit the app by Back press.
* You need to restart your smart phone for the first time. Its a Xposed requirement for new modules to work. After that whenever you change the colours most of the parts will get the new settings immediately. Swipe out all the apps from recent app panel. But for the whole changes to take place you need to reboot every time you change colours.
I have tested it in Xperia M Dual 4.3
Confirmed Working in Xperia L 4.2.2
Users please test in 4.1,4.2 and 4.4 and report.
For Downloads Check Attachments.
DOWNLOAD
I have Added new Ads free version and as well as ads supported version in attachments.
If you want to support me then you can do so by using the ads supported version.
First to reply - love it.
Xperia L Android 4.2.2 didn't work
Jok3rrr said:
Xperia L Android 4.2.2 didn't work
Click to expand...
Click to collapse
Post your com.sonyericsson.uxp.apk from /system/framework
Also post any one xperia theme apk from /system/apk Recommended either red or green one.
Helps in differentiating easily.
SArnab©® said:
Post your com.sonyericsson.uxp.apk from /system/framework
Also post any one xperia theme apk from /system/apk Recommended either red or green one.
Helps in differentiating easily.
Click to expand...
Click to collapse
I find only 'com.sonyericsson.uxp.jar' not 'com.sonyericsson.uxp.apk', but i uploaded it to attachments, also like 'GreenTheme.apk'.
Jok3rrr said:
I find only 'com.sonyericsson.uxp.jar' not 'com.sonyericsson.uxp.apk', but i uploaded it to attachments, also like 'GreenTheme.apk'.
Click to expand...
Click to collapse
This will do.
Do you have any other apk in framework folder excluding framework-res.apk?
If you have then plz post that too.
Working on the Z2 4.4.2 stock. Just got to clear the apps from the recentes and open them again
SArnab©® said:
This will do.
Do you have any other apk in framework folder excluding framework-res.apk?
If you have then plz post that too.
Click to expand...
Click to collapse
Yes, 'SemcGenericUxpRes.apk'
Jok3rrr said:
Yes, 'SemcGenericUxpRes.apk'
Click to expand...
Click to collapse
I will update the Module and publish a new version with working 4.2.2 support.
Thanks for providing me with the files.
SArnab©® said:
I will update the Module and publish a new version with working 4.2.2 support.
Thanks for providing me with the files.
Click to expand...
Click to collapse
Ok thanks
[Update/Trial][4.1/4.2 Fix]
Jok3rrr said:
Ok thanks
Click to expand...
Click to collapse
Here, test this one and reply if it works now or not.
There's only one option to choose as Sony 4.1/4.2 Themes work differently.
SArnab©® said:
Here, test this one and reply if it works now or not.
There's only one option to choose as Sony 4.1/4.2 Themes work differently.
Click to expand...
Click to collapse
It works now !
Jok3rrr said:
It works now !
Click to expand...
Click to collapse
Am happy that my Module works for you.
I will try to port more things to Android 4.1/4.2 later on.
Please do buy from Play Store if you can to support my work and give a good rating.
thank you.
Xperia Z1 with KK 4.4.4
Neutral color does not apply (quick settings remain white)
thegios said:
Xperia Z1 with KK 4.4.4
Neutral color does not apply (quick settings remain white)
Click to expand...
Click to collapse
Post logcat please.
SArnab©® said:
Post logcat please.
Click to expand...
Click to collapse
let me know if it is ok
thegios said:
let me know if it is ok
Click to expand...
Click to collapse
Xposed Logcat is what I need.
SArnab©® said:
Xposed Logcat is what I need.
Click to expand...
Click to collapse
can you pls explain what exactly I need to do then?
here it is
any update on my feedback?

Need someone help

I am a new one for this forum and also for android rooting. I attachaone imahe that shows colourful icons in the settings menu. Its really nice one. If I get that type of view in my device? Is yes kindly anyone help how to get that theme? Which theme is used in this image?
Hi,
Could you please tell us a bit more about your device, like, is it rooted, which rom are you using, do you have xposed framework installed ? ...
vinoca said:
I am a new one for this forum and also for android rooting. I attachaone imahe that shows colourful icons in the settings menu. Its really nice one. If I get that type of view in my device? Is yes kindly anyone help how to get that theme? Which theme is used in this image?
Click to expand...
Click to collapse
@vinoca u can get this type of theme in DROIDWIN ROM 5.0 So download that rom and then go to HT ktheme manager then apply kitkat theme nd done
primaelq said:
Hi,
Could you please tell us a bit more about your device, like, is it rooted, which rom are you using, do you have xposed framework installed ? ...
Click to expand...
Click to collapse
Yes its rooted
Am using Cosmic Rom
Latest xposed installer installed and busybox installed
As you have xposed install you might be able to use SystemUI Icons which allows you to change every images from the system UI apk. The only problem is it's a bit long to change each icons one by one. I may be able to make an app to automate the process, but I need to find time for that. You could try using SystemUI icons for now and I'll tell you if I've found time to make an app or if I find a quicker way
Hope that was helpful
primaelq said:
As you have xposed install you might be able to use SystemUI Icons which allows you to change every images from the system UI apk. The only problem is it's a bit long to change each icons one by one. I may be able to make an app to automate the process, but I need to find time for that. You could try using SystemUI icons for now and I'll tell you if I've found time to make an app or if I find a quicker way
Hope that was helpful
Click to expand...
Click to collapse
Thanks for ur reply prprimaelq. I can try but also Am waiting for your work for the app.
vinoca said:
Thanks for ur reply prprimaelq. I can try but also Am waiting for your work for the app.
Click to expand...
Click to collapse
Ok I took a bit of time to see how I could manage to automate the process, for now the app is able to get superuser rights and access the SecSettings.apk file in System/app, now I need to see if I could modify the apk without decompile it. The problem is I have a lot of exams these weeks so it might take some time before I can finnish the whole app. I'll tell you when it will be ready

Categories

Resources