[MOD][XPOSED][4.0+]Android Theme Engine updated 19.04.15

Would You Like To Donate To Help Us extend This Module To Different Brands


  • Total voters
    280
Search This thread

badkill

Senior Member
Apr 17, 2011
525
367
México
www.google.com

vishal11in

Senior Member
Jan 1, 2012
3,280
1,469
@SArnab©® will you plz support this module for GingerBread?

Send us your system ui

Sent from my GT-I9100 using xda premium

---------- Post added at 08:05 PM ---------- Previous post was at 08:03 PM ----------

hi friends, here is my files i hope you can solve the problem, thanks for your time and job
SystemUI and Framework.rar

Thanks for the file. Will update once the support is ready

Sent from my GT-I9100 using xda premium
 
  • Like
Reactions: killoid and badkill

sarbe

Senior Member
Sep 26, 2010
1,754
564
Yes i too would like to use it but I'm not jumping through hoops to get it.

Sent from my GT-I9505 using XDA Premium 4 mobile app
 
  • Like
Reactions: DatJoe

Ilxaot

Senior Member
May 1, 2013
1,473
763
26
Parrish
Wow, this looks like it has phenomenal potential! I wish more xposed modules would be like this! :) Great work mate!

Sent from my LGMS769 using Tapatalk
 
  • Like
Reactions: arnabJ

arnabJ

Senior Member
Dec 18, 2012
2,951
2,958
Asansol
www.proficientapps.in
@SArnab©® will you plz support this module for GingerBread?

Will try my best to do so.
Yet I can't confirm right now.





Hey, Guys, could you upload it somewhere else? I don't hav eany 4shared account :/
Yes i too would like to use it but I'm not jumping through hoops to get it.

Sent from my GT-I9505 using XDA Premium 4 mobile app

Okie,

Will upload to a new file shqring site and update the op.

Sent From My Sony M Dual C2004
 
  • Like
Reactions: sarbe

arnabJ

Senior Member
Dec 18, 2012
2,951
2,958
Asansol
www.proficientapps.in
Merry Christmas To All Present Here,

Op updated with new download link of Dev-host.

have fun guys.Working on a new update. :)

NEW UPDATE : Its Just in Alpha State. You may or May not see any change at all.
Change Log:
Added Android API 10 Support[Only WiFi and unselected signal Icon is supported in Samsung dual Sim Gingerbread phones.]
Added Android API 19 Support-Battery+WiFi Signal+Network Signal Support.[Added Code From Nexus 5(Thanxxx to @iamelton), So a branded modified Rom may not Support all these)

Download : Ex-Themer Version 2.1 Alpha
 
Last edited:

mjrifath

Senior Member
May 13, 2012
1,809
956
Colombo
Merry Christmas To All Present Here,

Op updated with new download link of Dev-host.

have fun guys.Working on a new update. :)

NEW UPDATE : Its Just in Alpha State. You may or May not see any change at all.
Change Log:
Added Android API 10 Support[Only WiFi and unselected signal Icon is supported in Samsung dual Sim Gingerbread phones.]
Added Android API 19 Support-Battery+WiFi Signal+Network Signal Support.[Added Code From Nexus 5(Thanxxx to @iamelton), So a branded modified Rom may not Support all these)

Download : Ex-Themer Version 2.1 Alpha

Great work mate, perfectly working on my Galaxy Note device.
 
  • Like
Reactions: arnabJ

iamelton

Senior Member
Feb 10, 2011
1,825
1,466
Hong Kong
OnePlus Nord
installed 2.1alpha in my n5 without success..
theres no change on battery icons, signal bars and wifi icons after choosing themes, and also after a hard reboot..

here are the last entries in my xposed debug log.. it seems to be related to missing resource in setReplacement() call..

-----------------
Dec 25, 2013 4:15:31 AM UTC
Loading Xposed v42 (for Zygote)...
Loading modules from /data/app/ic.lunar.xposed.exthemer-2.apk
Loading class ic.lunar.xposed.exthemer.theme
Loading modules from /data/app/com.gzplanet.xposed.ringerandnotificationvolumeunlink-1.apk
Loading class com.gzplanet.xposed.ringerandnotificationvolumeunlink.NotificationVolumeUnlink
-----------------
Dec 25, 2013 4:20:38 AM UTC
Loading Xposed v42 (for Zygote)...
Loading modules from /data/app/ic.lunar.xposed.exthemer-2.apk
Loading class ic.lunar.xposed.exthemer.theme
Loading modules from /data/app/com.gzplanet.xposed.ringerandnotificationvolumeunlink-1.apk
Loading class com.gzplanet.xposed.ringerandnotificationvolumeunlink.NotificationVolumeUnlink
android.content.res.Resources$NotFoundException: com.android.systemui:drawable/stat_sys_battery
at android.content.res.XResources.setReplacement(XResources.java:261)
at ic.lunar.xposed.exthemer.ex_themer_battery.handleInitPackageResources(ex_themer_battery.java:33)
at ic.lunar.xposed.exthemer.theme.handleInitPackageResources(theme.java:29)
at de.robv.android.xposed.IXposedHookInitPackageResources$Wrapper.handleInitPackageResources(IXposedHookInitPackageResources.java:20)
at de.robv.android.xposed.callbacks.XC_InitPackageResources.call(XC_InitPackageResources.java:28)
at de.robv.android.xposed.callbacks.XCallback.callAll(XCallback.java:70)
at de.robv.android.xposed.XposedBridge$1.afterHookedMethod(XposedBridge.java:668)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:561)
at android.app.ResourcesManager.getTopLevelResources(Native Method)
at android.app.ActivityThread.getTopLevelResources(ActivityThread.java:1534)
at android.app.LoadedApk.getResources(LoadedApk.java:488)
at android.app.ContextImpl.init(ContextImpl.java:2025)
at android.app.ContextImpl.init(ContextImpl.java:2004)
at android.app.ActivityThread.handleCreateService(ActivityThread.java:2566)
at android.app.ActivityThread.access$1800(ActivityThread.java:135)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1278)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5017)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:126)
at dalvik.system.NativeStart.main(Native Method)
 

arnabJ

Senior Member
Dec 18, 2012
2,951
2,958
Asansol
www.proficientapps.in
installed 2.1alpha in my n5 without success..
theres no change on battery icons, signal bars and wifi icons after choosing themes, and also after a hard reboot..

here are the last entries in my xposed debug log.. it seems to be related to missing resource in setReplacement() call..
Clear App data and try again.
Sometimes old entries are used instead of new.
So clearing the Ex-Themer data may do the work.
Shrinking wifi icon set is not working for some reason.
trying to fix that.
 

iamelton

Senior Member
Feb 10, 2011
1,825
1,466
Hong Kong
OnePlus Nord
Clear App data and try again.
Sometimes old entries are used instead of new.
So clearing the Ex-Themer data may do the work.
Shrinking wifi icon set is not working for some reason.
trying to fix that.

disabled the module in xposed, cleared app data, re-enabled the module, chose some themes and rebooted..
still got the same error in xposed debug log..

[edit]
btw, i read from some threads here in xda that kitkat has a different implementation of battery icons (changed from icons to a java class implementation)..
not sure if this is the caues as im not familiar with android theming stuff..
 

arnabJ

Senior Member
Dec 18, 2012
2,951
2,958
Asansol
www.proficientapps.in
disabled the module in xposed, cleared app data, re-enabled the module, chose some themes and rebooted..
still got the same error in xposed debug log..

[edit]
btw, i read from some threads here in xda that kitkat has a different implementation of battery icons (changed from icons to a java class implementation)..
not sure if this is the caues as im not familiar with android theming stuff..
Yeah I know that kitkat has some new way for battery. But other then that signal bar should be changed. have to see again.

WiFi Network signal not changing. Am fixing it right now.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 130
    Android Theme Engine
    [Using a third party App/Module along with a theme.apk will be a thing of the PAST:D]​

    Download

    LOLLIPOP TEST VERSION HERE

    Version 6.0.3---NEW!!

    Version 6.0.2
    For those who are having issues with Xposed repo download go Here

    [A Warehouse Of Android Themes]​

    Android Theme Engine allows you to theme your Android Device on the go without the need to flash or install any extra file. Most of the Mods and Themes can even be applied without the need to restart the device.
    Android Theme Engine is the one stop shopping mall for changing the look of your device. It is a treasure full of themes and other unique options.
    It supports all Android Versions From 4.0 and Up (ICS, JB & KitKat). Different Brand specific Roms are also supported.


    All Major Brands Like Samsung, LG, Sony, Htc, few MKT devices etc are supported.

    FEATURES OF THIS MODULE:
    This Module is designed to tweak/change the following components your Android phone software with help of Xposed Module Framework installer.

    Signal Bars
    Battery icons
    Wifi icons
    Alarm, BT, Sound, Vibrate icons
    Navigation Buttons
    Power menu Icons
    Quick Tiles (Toggle) icons
    Status Bar Clock mods

    Languages Supported
    English (By Default)
    Russian Credit @gaich


    STATUS-BAR MODS & THEMES: More than 200+ wide range of icon Themes and still growing:

    Signal Bar Themes : 34 Themes
    Wifi Themes:
    Status Bar Misclleaneous themes:
    Alarm, BT, Sound,Vibration icon themes
    Framework Themes:
    Power Menu themes
    Toggle Themes: 3 themes

    A wide range of themes to choose from for different Soft Keys
    Navigation Button Themes: 23 Themes

    MODS:
    Show Clock in Lock Screen Status Bar
    Replace Status Bar Clock with Custom Text
    Add Custom Text To The Status Bar Clock[/INDENT][/INDENT]

    THEMES:
    A wide range of themes to choose from for different Soft Keys
    FRAMEWORK LEVEL MODS & THEMES:
    MODS:
    Change System Animation [COMING SOON][/INDENT]

    New Feature Added for Stock Android Phones----- Toggle Themeing
    New Feature Added ---- Lock Ring Style Changer for Stock Android Rom (PRE- ALPHA state)

    Screenshot:

    Downloads

    IMPORTANT Final RELEASE Version 6.0 (31.12.14) ---- MAY REQUIRE FRESH INSTALL IN SOME CASES.


    ChangeLog:
    Corrected Code for Samsung and other brands phones for breaking the moduel when applying status bar icon themes
    Corrected more icon pack size
    More Stability
    P.S- A fresh Install is required to avoid any issues but this module can be installed over the previous version, a reboot is must for module to work.

    Version 6.0.1 Here

    Change Log:
    1.Added support for themeing signal bars in Verizon Samsung Devices(Trial)
    2.Added new Quick Toggle icons in LG theme for Samsubg devices and fixed wrong icons for sound quick toggle.
    3.Rewrote signal bar theme code for Samsung devices for more stability.
    4.Corrected more theme sizes.
    5.Modifies Lockscreen Statusbar Clock mod.


    External download link--Version 6.0
    Alternatively use Xposed download section to update.

    Change Log:
    Version 6.0 :
    1.Tabs with Swipe Navigation.
    2.Android Lollipop Material UI[Custom Themed
    3.Samsung Quick Toggles Theme Support.
    4.Samsung Galaxy Devices Support Fix.
    5.LG Devices Support.
    6.LG Navbar Background Themes.
    7.Hide WiFi Signal Indicators Option.
    8.Theme Selection for Module along with an all new Icon.
    9.Code Corrections.
    10.Other Minor Bug Fixes.

    Version 5.1.0 Language Support added- Now Supports Russian langauge, Thanks to @gaich
    For Changelog Refer Here

    VERSION 5.0.0
    Version 4.2.1
    Version 4.2.0 (LG support added)
    For installation and non working issue please refer this post : REFER
    Version 4.1.3
    Version 4.1.2
    Version 4.1




    Version 4.1.2 Changelogs:

    Added New Themes : Signal, Wifi, Nav Bars & Switches
    Removed Progress bar Color Changer
    Added Lock Rings Style Changer

    Version 4.1: Added progress/Volume bar Color Changer
    Update can be done from Xposed Repo Download section.

    Guys Please Note That After Updating To A Newer Version You Need To Restart Your Device Once For The New Mods and Themes To Work.

    IF FOR ANY REASON THIS MODULE DOES NOT WORK'S FOR YOU, READ THIS POST : GUIDE

    Requirements
    • Have Xposed Framework installed--- Download Link

    This module is not possible without:
    @rovo for developing the xposed installer Framework.
    @zst123 for helping even when I was acting NOOBY.
    @rovo89 for Xposed Framework, Xposed Documentation.
    @Ticklefish for his Tickle My Android Tool.
    @serajr for his code to add Restart System ui option.
    All the creators whose icons will be used in this module.

    Supported Devices:
    All Devices Running Pure Android[Or Its Sister Projects Like Cyanogen Mod]
    Sony Xperia™ M Dual [4.2.2]
    Samsung Galaxy S II [4.1.2]
    Samsung Galaxy Tab 3 8.0 T311 [4.2.2]
    Samsung Galaxy Note 2 [Unknown]
    Samsung Galaxy S [Unknown]
    Samsung Galaxy S IV [4.3.x]
    Samsung Galaxy S4 GT-I9500[4.4.2]
    Samsung Galaxy S Duos [4.0.4]
    Sony Xperia™ L [4.2.2]
    hTC Incredible S[4.0.4]
    Xolo A500S [4.2.2]
    Galaxy s5-- new added
    SG Note 4

    Note for Users:
    If the module does not works on your device either completely or partially then please provide us with the basic information needed such as:
    Your device's brand name
    Model number
    The android version you are running
    And whether it has a stock or a custom ROM.
    • If it has a custom ROM then please also provide us with the link to the thread of that ROM.

    Along with these info we will also need few files as follows:
    Xposed Log cat;
    1. To get this go to Xposed Installer App/Logs
    2. Press on menu and then choose, “Save to SD card”
    3. Then navigate to your internal memory and send us the newly saved Xposed log file.
    System files:
    Applications:
    1. Settings.apk
    2. SystemUI.apk
    Framework Apk:
    1. framework-res.apk

    WE DO NOT GUARANTEE COMPLETE WORKING OF THE MODULE ON CARRIER ROMS, STOCK BASED CUSTOM ROMS AND OTHER CUSTOM ROMS SUCH AS MIUI. WE WILL NOT PROVIDE ANY SUPPORT FOR THESE ROMS. SO PLEASE DO NOT BOTHER US AGAIN AND AGAIN FOR SUPPORTING CUSTOM OR CARRIER BASED ROMS.

    If you feel like supporting the development then kindly keep the ads active.

    XDA:DevDB Information
    [MOD][XPOSED][4.0+]Android Theme Engine, Tool/Utility for the Android General

    Contributors
    SArnab©®, vishal11in, vikasb32, || OFFICIAL TESTERS : coltonwood, Mav3rick40, thahim

    Version Information
    Status: Stable
    Current Stable Version: Version 6.0.2
    Stable Release Date: 2014-12-31

    Created 2013-12-24
    Last Updated 2017-01-14
    39
    Ex-Themer KitKat Version

    Ex-Themer

    [Using a third party App/Module along with a theme.apk will be a thing of the PAST:D]​


    [A Warehouse Of Android Themes]​


    KitKat VERSION​

    [CHECK POST #1]​
    15
    Change Logs & ScreenShots

    Screen Shots :

    ICS/JB:
    KitKat:
    Change Logs:

    KitKat version :
    Version 4.2:
    • Added Motorola Kitkat Signal Bar Theming Support
    • Add 2 New Themes
    • Updated Codes.

    Version 4.1:
    • Updated 80% of the HDPI themes. Now Bigger in size.
    • iOS 7 Signal Bar icon Problem fixed
    • Nexus Navigation Button Theme Fixed
    • Power Menu Theme not working fixed

    Version 4.0[Built 10]:
    Added :
    • Custom Text+Text Position on Statusbar
    • Clock + Custom Text Colour Chooser
    • Power Menu Themes + Advanced Power Menu Support[This means that if you use Advanced Power Menu Xposed Module then the options created by it will be themed too]
    • 6 New Signal Bar Themes + 7 New Wifi Network Themes + 3 New Nav Bar Themes + 2 Power Menu Themes + All Theme Added In built 9 Beta 1[So it makes 20+ New Themes]
    • Facebook Page Link
    Updated:
    • HDPI & XHDPI Themes
    • Java Codes For Better Support.
    Fixed:
    • Xperia Switch And Touch Wiz Switch for Pure Android or its Sister Projects

    Version 4.0[Built 9-Beta 1]:
    • Added Option to Enable Status-bar Clock in Lock-screen [For Stock Android Based Roms]
    • Added Option To Replace The Clock in Status Bar With Custom text
    • Added Option to Add Text To The Clock In Status-bar
    • Added 4 New Themes.
    • Extended Samsung Note 3[Android 4.4.2 TW] Support

    Version 3.3
    • Added Samsung Note 3 Android 4.4.2 Support
    • Added 3 New Themes
    • Fixed XHDPI AND XXHDPI Themes[Well Almost]
    • Now Lesser space between Battery>Signal Bars>Wifi Signals.
    • Other Minor Bug Fixes
    • Samsung KK battery Support Removed As Default Settings Do Not Allow These.

    Version 3.2[KK][BETA]
    • This version is only For Samsung Users With Stock Touch Wiz KitKat Rom, For Example NOTE 3 users.
    • Battery Themeing Support Added[Testing Only]

    Version 3.1[KK]
    • Added 1 New Signal bar Theme
    • Fixed HDPI Themes[Well Almost]
    • Now Lesser space between Battery>Signal Bars>Wifi Signals.[HDPI Only]
    • Made KK Version 3.1 Identical to ICS/JB Version 6.1.1

    Version 3.0[Stable][KK]
    • Added 8 New Themes In Total
    • Code Correction
    • Better Stock Android Support
    • KitKat version 3.0 Made Identical To ICS/JB Version 6.0

    Version 2.2[Stable][KK]
    • Navigation Bar Buttons Not getting Themed In Stock Android 4.4 Fixed

    Version 2.1[Stable][KK]
    • Added 2 New Signal Bar Themes
    • Reduced Ads.
    • KitKat version 2.1 Made Identical To ICS/JB Version 5.2

    Version 2.0[Stable][KK]
    • Added Navigation bar Buttons[Soft-keys] Themeing Option
    • Added 10 New Themes :

    1. 3 Signal Bar Themes
    2. 4 WiFi Themes
    3. 3 Navigation Bar Buttons themes
    • Signal Bars Themes Automatically on Status Bar. No more Force Themeing Required
    • Bug Fixes At Code Level
    • KitKat version 2.0 Made Identical To ICS/JB Version 5.1
    • Added Advertisements

    Version 1.0[Stable][KK]
    • First Independent KitKat Version.
    • Free Version Of the module for Android Kitkat.
    You Can Find Paid KitKat Version On Play Store With Extra Features.
    • Supports : Signal Bar Themeing || Wifi Network Themeing || Switch Themes || Toast Message Themes.
    Ice-Cream Sand-which/Jelly Bean Version:
    Version 7.4:
    • Added 6 New Themes :
    • 2 battery themes
    • 1 signal theme
    • 1 WiFi theme
    • 2 hTC Switch Themes
    • Updated code.

    Version 7.3:
    • Full hTC Support Except Power Menu Themes.
    • Full MDPI Screen Support.
    • Only Device Brand Specific Preferences Will Be Shown Now.
    • Better Power Menu Theme Support For All Other Brands except hTC.
    • Dropped Samsung Sim Icon Changer.

    Version 7.2:
    • HTC Device Support : Battery, Signal & WiFi
    • MDPI Device Support : Still Working On It[50% Done]
    • Now Only Device Brand Specific Settings Will Be Shown[Under Development[60% Done]]
    • Option To Hide Status Bar Clock.

    Version 7.1:
    • Integrated Ex Themer-2
    • Updated 80% of the HDPI themes. Now Bigger in size.
    • iOS 7 Signal Bar icon Problem fixed
    • Nexus Navigation Button Theme Fixed
    • Power Menu Theme not working fixed

    Version 7.0 Built 17 :
    Added :
    • Custom Text+Text Position on Statusbar
    • Clock + Custom Text Colour Chooser
    • Power Menu Themes + Advanced Power Menu Support[This means that if you use Advanced Power Menu Xposed Module then the options created by it will be themed too]
    • 6 New Signal Bar Themes + 4 New battery Themes + 7 New Wifi Network Themes + 3 New Nav Bar Themes + 2 Power Menu Themes + All Theme Added In built 16 Beta 1[So it makes 25+ New Themes]
    • Option to Hide an Inactive Sim in Dual Sim Devices.
    • Facebook Page Link
    Updated:
    • HDPI & XHDPI Themes
    • Java Codes For Better Support.
    • Fix For Verizon Note 3 Running Android 4.3[Experimental]
    • The Module Icon back to the Original one.
    Fixed:
    • Xperia Switch And Touch Wiz Switch for Pure Android or its Sister Projects
    Edited:
    • App UI For better Dual Sim support.

    Version 7.0[Built 16 Beta 1]
    • Added Option to Enable Status-bar Clock in Lock-screen [For Stock Android Based Roms]
    • Added Option To Replace The Clock in Status Bar With Custom text
    • Added Option to Add Text To The Clock In Status-bar
    • Added 4 New Themes.
    • Added Samsung Note 3[Android 4.3.x] Support
    • Added Sony Xperia Z series Support
    • Changed The App Icon.

    Version 6.2[Built-15]:
    • Added 3 New Themes
    • Fixed Touch Wiz Battery Theme Selection FC
    • Fixed XHDPI AND XXHDPI Themes[Well Almost]
    • Now Lesser space between Battery>Signal Bars>Wifi Signals.
    • Other Minor Bug Fixes

    Version 6.1/6.1.1[ICS/JB]
    • Added 2 New themes[1 Battery and 1 Signal Bars]
    • Fixed HDPI Themes[Well Almost]
    • Now Lesser space between Battery>Signal Bars>Wifi Signals.[HDPI Only]
    • Fixed few mods not working on Samsung and other Stock Based Roms.
    • Added creator's name for both new Themes.

    Version 6.0[Stable][ICS/JB]
    • Added 8 New Themes In Total
    • Added Dual Sim Specific Themeing Option:
    • Theme Your Both Sims' Signal Bars With 2 Different Themes
    • Options To Theme Both, Only Sim1/2 Or Theme Both With 2 Different Themes.
    • Added Sim Card Indicator Icon Themeing
    • [Note : The Dual Sim Theme Feature Works Only For Samsung And Sony Devices, No Other Brand Yet Supported]
    • Code Correction

    Version 5.2[Stable][ICS/JB]
    • Added 2 New Signal Bars theme[As On Request]
    • Reduced Advertisements[Sorry For The Inconvenience Caused][If Still You All Think It's Too Much Then Feel free To Report]

    Version 5.1[Stable][ICS/JB]
    • Added 2 New Battery Themes, 1 New Navigation Button Theme
    • Corrected Touch Wiz Roms Switch Theme's "Resource Not Found Error"
    • Reduced Advertisements[Sorry For The Inconvenience Caused]
    • Added Links to XDA Threads Of We Developers And All Testers[Thank-You Friends]
    Version Note :
    1] Sony Devices Support All Theme Options Except Switch[Will Be Added In Next Version Probably][This Is Not A Bug]
    2] Samsung Devices Support All Theme Options Except Navigation Bar Buttons[And I Think You Know Why]
    3] MTK Devices Support All Theme Options Except Signal Bars[Will Be Added In Next Version Probably][This Is Not A Bug]
    4] HTC Device Support Is Known.[Any One There With A HTC Device?]

    Version 5.0[Stable][ICS/JB]
    • Re-Written Code
    • Added 1 New Battery Theme, 3 New WiFi Themes, 2 New Navigation Button Themes
    • Updated Arrow Theme Battery Charging Animation
    • Added Navigation Button Themeing Option
    • Drop Down Emoticons Themeing[Was Causing problems]
    • Added Samsung Touch Wiz Devices Switch Theme Support
    • Samsung JB Devices Not Getting Themed Fixed and Fully Tested This Time
    • Added Advertisements
    Version Note :
    1] Sony Devices Support All Theme Options Except Switch[Will Be Added In Next Version Probably][This Is Not A Bug]
    2] Samsung Devices Support All Theme Options Except Navigation Bar Buttons[And I Think You Know Why]
    3] MTK Devices Support All Theme Options Except Signal Bars[Will Be Added In Next Version Probably][This Is Not A Bug]
    4] HTC Device Support Is Known.[Any One There With A HTC Device?]

    Version 4.0[Stable][ICS/JB]
    • Separated ICS/JB and KK Theming.
    • Added 3 Signal Bars Theme.
    • Added Samsung TW Dual Sim Phones Selected Sim Signal Changer.
    • Added Option To restart System UI to change System-UI Themes on the go.
    • Samsung Devices Not Getting Theme Bug Fixed.
    • 1st version to be live on Xposed Repo and Google Play Store.
    Note : Mtk Dual Sim Devices does not support Signal bar themeing yet.

    Version 3.2[Stable]
    • Separated KitKat Signal bar Themeing.
    • Samsung Devices not getting themed bug fixed.

    Version 3.1[Stable]
    • Added support for changing Toast Notification Frame.
    • Added support for Android KitKat(Confirmed Working)
    • Added 1 new Battery Theme.

    Version 3.0[Stable]
    • Added support for changing Emoticons in messaging app.
    • Added support for changing switches system wide.
    Note : Sony Xperia™ Devices does not support these yet.
    Note 2 : These 2 Tweaks should work with all Vanilla Android Devices including Android 4.4.x + on all Samsung Devices.[Please test and report us asap]

    Version 2.2[Stable]
    • WiFi Network Signals not changing bug fixed.[Checked and confirm M/M Dual, ZEN Ultrafone 303[MTK Device], Samsung Galaxy S II].
    • Added 2 new Battery themes with 100% Mod.
    • Added 1 new WiFi signal theme.
    • XHDPI Devices are now officially supported.
    Note : Mtk Dual Sim Devices does not support Signal bar themeing yet.

    Version 2.1 Alpha:
    • Its Just in Alpha State. You may or May not see any change at all.
    • Added Android API 10 Support[Only WiFi and unselected signal Icon is supported in Samsung dual Sim Gingerbread phones.]
    • Added Android API 19 Support-Battery+WiFi Signal+Network Signal Support.[Added Code From Nexus 5(Thanxxx to @iamelton), So a branded modified Rom may not Support all these)
    • Download : Ex-Themer Version 2.1 Alpha

    Version 2.0:
    • Added 2 new battery Icon sets,
    • Added 1 new Signal Bar Icons set,
    • Corrected Percentage Not showin in Battery(Not all Battery Icon sets support this option),
    • Added Support for Theming Wifi Network Signals,
    • Added 2 Wifi Network Icon sets,
    • Kitkat is not yet supported, working to support it asap.
    • Signal Bar Themeing will not work with MTK devices(Working For A Fix),
    • Dual Sim LG, HTC and Samsung Devices does not support Signal Bar Themeing(Working For A Fix)

    Version 1.0:
    • Change Battery And Signal bars.
    • Contains 2 themes.
    • Supports HDPI Devices.
    • Supports Vanilla Android, Touch wiz[Single Sim], Xperia Devices,HTC[Single Sim], MTK Devices[Only battery]
    =========================================================================

    User Feed Backs :
    Simply amazing. Keep up dev:cool::good:
    Wow, this looks like it has phenomenal potential! I wish more xposed modules would be like this! :) Great work mate!

    Sent from my LGMS769 using Tapatalk
    Love your work ! :)

    Tapatalké depuis mon RSII
    Great work mate, perfectly working on my Galaxy Note device.
    work great on AryaMod ROM v1 on GT-N7000... more signal bar , WiFi Signal Themes in the future maybe? or could implement themes for mobile data? thanks for ur great module sir
    9
    Lollipop Test Version Android Theme Engine

    We are trying hard to make this module fully compatible for lollipop users. Since there are so many android phones and it is not practically possible to test the module on each and every rom/phone and release it. Hence we request you to please test the module and update us if this is working for your lollipop rom.



    Requires fresh Install.
    Please test each and every aspect so that we know what is not working for major community and it can looked on priority.

    Please Note: xpose for lollipop is still not stable and module can or cannot work fully/ partially for you.

    Thanks in advance.

    Version 6.0.4 ---- Lollipop Fix (LG Devices Only)

    ChangeLog:
    Singal Themes- Working
    Battery themes- Working
    Wifi theme- Working
    Navbar themes support added for Lollipop , KK was alreading working
    Status Bar theme- Working
    Framework
    Power Menu themes support added for Lollipop
    Misc
    Entire tab tweaks works for Both lollipop and KK users.

    Other brand which have lollipop 6.0.3a working can also try this as the new 6.0.4 should also work for them.
    6
    Ex-Themer New Version

    Hello Everyone,

    I am up with new builds for ICS/JB[FREE] and KK.
    The changelogs are up at the #3 post.

    Please note : If a feature or fix is not listed in Change log than it clearly means it has not been added in the current version. Do not post back just for asking or complaining that such and such is not happening.

    The Problem with navigation Soft Buttons will soon be fixed and an update will be pushed out.
    Keep Calm and have fun.

    GUYS WE KNOW THAT NEW VERSIONS ARE TAKING TIME TO COME AND SO THERE ARE VERY FEW THEMES TO CHOOSE FROM BUT WE CONFIRM YOU THAT WE ARE NOT SITTING FREE.

    HERE'S FEW GLIMPSE OF WHAT VERSION 7.0/4.0 FINAL RELEASE WILL PROVIDE YOU ALL :
    attachment.php
    attachment.php


    attachment.php
    attachment.php