[MOD][XPOSED][4.0+] XThemeEngine beta5 - Theme engine for any rooted phone - Xposed Framework Modules

What is XThemeEngine?
XThemeEngine allows you to theme your device similar to how T-Mobile/CM10 Theme Engine. Install theme apk, activate theme from XThemeEngine app. Voila! Forget MetaMorph. Forget flashing zips.
XThemeEngine is powered by Xposed Framework by rovo89. You will be prompted to install if you haven't.
Install Instructions
Install Xposed Installer
Install Xposed Framework (from the Xposed Installer app)
Install XThemeEngine from the link at the bottom of this post
Activate the module in Xposed Installer app
Download SampleTheme (or create your theme!), activate through XThemeEngineApp
Enjoy!
Which device has XThemeEngine been tested on?
Galaxy Nexus (4.2 stock), Xperia V (JB Stock), Galaxy S3 (JB Stock), Galaxy Note 2 (JB Stock).
Confirmed working by XDA members: Xperia U, Xperia P, Xperia T, Xperia TX, Galaxy S Duos, Lenovo A800, Ainol Novo Hero2, HP Touchpad 4.2.2, Cherry Mobile Flare / Karbonn A9+, L9, SIII, Optimus G, Motorola RAZR HD, Galaxy S Advance I9070, Xperia Sola, LG Motion 4G
Does not work: HTC One X(L) Stock, HTC One Stock
Theoretically, XThemeEngine should work with Android 4.0 and above. Only for ARM devices though. x86 devices are NOT supported. To learn more, read Xposed Framework FAQ.
This would further be limited depending on the theme selected (similar to CM10 theme engine). Do report the device you're using if it works for you too.
Current Limitations
Does not support ringtones/wallpapers
Avoid res/layout at the moment (despite supported)
res/values/styles.xml is NOT supported and may never be
XThemeEngine and Themes cannot be stored on external storage or /mnt/asec
Screenshot
Running ported LunarUI II theme on Xperia V stock rooted
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download
From G+ Page: https://plus.google.com/communities/107334160991587538620/
SampleTheme apk: https://www.dropbox.com/s/quqsjj9e6kt7nls/SampleTheme.apk
SampleTheme GitHub: https://github.com/ruqqq/SampleTheme
The SampleTheme only changes your battery icons

How To Create Theme
Refer to https://github.com/ruqqq/SampleTheme for SampleTheme project. AndroidManifest.xml has all the info. Essentially, the theme format is 90% similar to CM10 Themes.
How To Port Themes from CM10
ONLY PROCEED IF YOU'RE CONFIDENT OF FINDING SOLUTION TO PROBLEMS AND NOT RELY ON GETTING SPOON FEED.
Prerequisites
Basic Knowledge with Intellij/Eclipse + Android SDK (able to create a new project and run it on a phone)
Basic Command Line Knowledge
apktool
Some Intelligence
I will not tolerate google-able questions
Steps
apktool d THEME_APK
Create a new Intellij/Eclipse project with the same package name as the theme (can find this out in AndroidManifest.xml)
Copy res and AndroidManifest.xml apktool extracted into the new project, replacing the generated files.
Add
Code:
<uses-permission android:name="sg.ruqqq.XThemeEngine.permission.SYSTEM_THEME" />
just after manifest tag
Delete res/values/public.xml (if any)
Make sure there is a file called res/xml/redirections.xml and the file contents is set up to reflect the theme (refer to SampleTheme or read and understand T-Mobile Theme structure)
Build, Install and Apply Theme!
Soft Reboot!
Porting Themes without Intellij/Eclipse
pier10 said:
By the way there's another easier method to port a theme, without IntelliJ or Eclipse.
I assume you know how to use apktool and how to sign .apk.
1. Decompile sampletheme.apk
2. Decompile your desired theme .apk
3. In sampletheme folder just delete "res" folder, replace it with the "res" folder from your desired theme.
4. Edit androidmanifest.xml and add the line below (before application tag)
Code:
<uses-permission android:name="sg.ruqqq.XThemeEngine.permission.SYSTEM_THEME" />
(Optional) You may also replace package="com.theme.name" with the ported theme name.
5. Build, sign. Thats it.
Click to expand...
Click to collapse
XThemeEngine-only Redirections
Unlike CM Themes which is made just for CM and it's cousins (AOKP etc.), XThemeEngine is made to support various devices. Hence there will be a problem of fragmentation for theme devs.
I implemented an extra functionality to workaround the fragmentation. This require you to add a new file: res/xml/xthemeengine_redirections.xml. This file works the same as res/xml/redirections.xml except with 3 new attributes: deviceManufacturer, deviceModel, deviceId. These attributes defines the condition for which device to do the redirections for. The attribute can have multiple values separated by commas.
Example:
Code:
<package-redirections android:name="com.android.systemui" android:resource="@xml/xthemeengine_com_android_systemui" android:minSdkVersion="16" deviceManufacturer="Sony" deviceModel="LT25i,LT29i,LT30p" deviceId="9.1.A.0.490,9.1.A.1.140" />
xthemeengine_com_android_systemui.xml will be loaded to theme com.android.systemui for Sony LT25i, LT29i, LT30p and only for the specific ROM versions. This way, I can theme status bar layouts for specific device without causing FCs.
FAQ
Why does the ported theme not look 100% as the original theme?
There are 2 reason for this. Firstly, as stated in the previous post, styles.xml is not working for XThemeEngine. Hence, the ported themes would not work 100%. For better success, port a theme which is closer to Holo styles (dark background, bright text). Second reason, which is the most common reason, is that the theme is made for CM10. CM10 is very close to AOSP while your device which is running stock rom only retain some parts of AOSP. The theme need to be properly ported (analyze your stock rom frameworks and redirect the proper files in your ported theme etc.) to fully support your device.

testing now, thank you
can i run Cm theme?

[GS] said:
testing now, thank you
can i run Cm theme?
Click to expand...
Click to collapse
No. CM theme has to be ported to XThemeEngine. Porting is really simple though.

Im testing in galaxy S3 mini and work great with sample theme! batery icon change... but work afer normal reboot,no with soft reboot

Awesome!!!
Worked on my Xperia P ICS
Here screenshot(observe battery icon)
Sent from my Xperia P using XDA-premium

This is amaaazing many thanks !!
screenshots Xperia U (Stock Ics) sample green theme for framework & systemui
changes - Tabs - Slider - green button system ui - battery 100 step green , green switch , at the moment, all works well :good: :laugh:
now alot of works for do

Works great on T already got some themes ported
Sent from my LT30p using xda premium

can you post a small guide on how to do it?

josephnero said:
can you post a small guide on how to do it?
Click to expand...
Click to collapse
It is simple, here:-
1) First download and install Xposed
2) Then open Xposed and there you'll find "Install/update", press that!
3) Now reboot
4) next download and install XThemeEngine
5) Now download any of sample theme and install it
6) Open Xposed and swipe your screen to "Modules"
7) There activate XThemeEngine
8) Now open XThemeEngine
9) There you'll find option "choose theme" press and select "sample theme"
10) below that there will be a option "apply theme", press that
11) Reboot and your done!
Don't forget to hit thanx button!

Wow, this is great. I've been on stock for while, but i do missing theme engine.
Xposed is getting more mature now, nice job guys.

Very cool. Great for people on stock ROM. Good job!
[DEVICENEXUS⁴] [ROMXYLON] [KERNELMATR1X] [RECOVERYTWRP]

Great! I am installing it now on my Optimus 3D on ICS.
Can someone upload some themes for it?

I have installed LunarUI CM10 but Xtheme doesn't find it...
EDIT : Reading the 3rd post anserwed me

I will upload my themes later
Sent from my LT30p using xda premium

That example theme changes only battery icon? I just want to be sure if everything is okay

I mean how to port them lol
Sent from my T-Rex

Just like a solar eclipse, every now and then a magical moment happens on XDA, and this is one those moments.
I've been dreaming for this kind of mod for a long time and now it's a reality.
I'll send some beers on pay day.
Many thanks and kudos.:good:

dully79 said:
Just like a solar eclipse, every now and then a magical moment happens on XDA, and this is one those moments.
I've been dreaming for this kind of mod for a long time and now it's a reality.
I'll send some beers on pay day.
Many thanks and kudos.:good:
Click to expand...
Click to collapse
Right on this was one of the most major turn off for using a stock rom lack of theme support
XDA to the rescue

defcomg said:
Right on this was one of the most major turn off for using a stock rom lack of theme support
XDA to the rescue
Click to expand...
Click to collapse
Haha, put some meme now :laugh:

Related

[MOD]Xperia NXT Theme system[ICS]

As promised here I proudly presents Xperia NXT Theme system for all the sony stock firmwares & stock based roms
Now its not just for Xperia Ice Cream Pureness roms
What is Xperia NXT Theme system ?
Well do you remember when Xperia 2012 NXT phones got released you were amazed by all the colorful text,images that changes color per selected theme and then you were so envy about it yeah now that is available for the almost forgotten 2011 xperia lineup
So how to use this new theme system ?
Well all the hard work part is done for you,flash each zip when you want to change the theme and boot and voila theme is changed
Requirements
Rooted Xperia 2011 handset with any stock based ICS 4.0.4 firmware
Clockword mod recovery installed
Little tiny bit of brain :silly:
F.A.Q
Q.Hey it doesn't change colors in navigation buttons like in the screenshots ?
A.Well the reason is since each use different systemui mods I didn't included any systemui.apk in the packages.The icons for navigation buttons are taken from icons in systemui.Right now if you want this badly use Pureness rom,soon I will post separate colored navigation icons
Q.Hey its still the same ICS background in apps like root explorer,walkman.why is that ?
A.Again the reason is since each use different framework mods I didn't included anyframework-res.apk in the packages.The background is taken from framework-res.apk.Right now if you want this badly use Pureness rom,soon I will post separate colored backgrounds
Q.What is CWM ?
A.Read stickied threads in dev sections
Instructions
Choose the theme you want,download it
Flash the zip via cwm
boot to phone and select the matching theme in theme selector for backgrounds
if you want to change the theme to another one then choose that and flash it again
Themes
Blue
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download - http://d-h.st/wmV
Emerald
Download - http://d-h.st/d3g
Pink
Download - http://d-h.st/p45
Purple
Download - http://d-h.st/IVI
Orange
Download - http://d-h.st/VF0
Rainbow
Download - http://d-h.st/SwC
Black & White
Download - http://d-h.st/ajL
To Do list,
Make it for mdpi
write a guide on how to make your own colored themes
Special credits,
7OH & Skot from 4pda.ru for the help with SemcGenericUxpRes.apk,big respect for them :good:
Do not mirror any files !
Support the project =)
​
- reserved for the guide of how to make own theme -
- reserved -
FINALLY someone decompiled the friggin' SemcGenericUxpRes.apk!!
I almost cried when I saw the colors.xml file... :crying: :laugh:
Thank you for your work!
I am waiting for the tutorial or just please PM me at some point and tell me how you did it, I am very curious!
Is this possible that all of this thems come in a single file and dont need to flash files again for changing thems
ThilinaC, TNX! cool work! :good:
Looking forward for MDPI version
Sent from my SK17i using xda premium
could you combine all themes into one ? I hope it can change color theme when used default themes.
I have a problem with the Themes in IceCream Pureness 13 Rom.. I flash the .zip in CWM, Reboot, go to Settings -> Screen -> select Theme and get an error message: "Unfortunately the application Theme Manager has stopped".
What shoud I do? I wanna use the awesome Emerald Theme..!
Experiment.
Yup...confirmed working on mdpi...
Works perfectly...
The rainbow theme is in .rar format...
guess ull have to change it...
love your work like always!!!
Babis_ECE said:
I have a problem with the Themes in IceCream Pureness 13 Rom.. I flash the .zip in CWM, Reboot, go to Settings -> Screen -> select Theme and get an error message: "Unfortunately the application Theme Manager has stopped".
What shoud I do? I wanna use the awesome Emerald Theme..!
Click to expand...
Click to collapse
Can anyone help with this?
Babis_ECE said:
Can anyone help with this?
Click to expand...
Click to collapse
Considering you haven't provided any logs, no.
Check this thread on how to get useful information that will pinpoint the issue.
iridaki said:
Considering you haven't provided any logs, no.
Check this thread on how to get useful information that will pinpoint the issue.
Click to expand...
Click to collapse
catlog app
its easyer to report with this
totorial how to use it
n1kolaa said:
catlog app
its easyer to report with this
totorial how to use it
Click to expand...
Click to collapse
This app does exactly the same as aLogCat (and many other logcat apps on the Market for that matter)
and the video describes only how to install it on the phone,
whereas the thread mentioned above provides exact instructions on how to reproduce the issue, how to gather the logs,
how to filter out non-relevant information and send it to the developer.
So, yeah......
Love the themes but when I try flashing through CWM, it says it cannot open the zip and then aborts installation. If it helps I'm trying to install the black & white theme.
CynicBound said:
Love the themes but when I try flashing through CWM, it says it cannot open the zip and then aborts installation. If it helps I'm trying to install the black & white theme.
Click to expand...
Click to collapse
Until the OP looks into this, you can manually push the file to your phone.
Open the zip and extract the SemcGenericUxpRes.apk.
Place it on your SD card.
Using an app like Root Explorer, copy it to /system.
Set permissions, rw--r--r.
Move it to /system/framework.
Reboot immediately.
Enjoy!
I'm just concerned about will the HOME change colors ? I remember that the home in XS will change the color of the dock while you change the Theme..
Thank you. i will try it.

[MOD][APP][4.0+] XThemeEngine - Get CM's Theme Engine alike for Stock/Stock Based ROM

I'm not the original author..
I just see that many people here still using stock ICS / stock ICS based ROM, so i decided to share it here
Original thread : http://forum.xda-developers.com/showthread.php?t=2240180
Click to expand...
Click to collapse
What is XThemeEngine?
XThemeEngine allows you to theme your device similar to how T-Mobile/CM10 Theme Engine. Install theme apk, activate theme from XThemeEngine app. Voila! Forget MetaMorph. Forget flashing zips.
XThemeEngine is powered by Xposed Framework by rovo89. You will be prompted to install if you haven't.
Install Instructions
Install Xposed Installer
Install Xposed Framework (from the Xposed Installer app)
Install XThemeEngine from the link at the bottom of this post
Activate the module in Xposed Installer app
Download SampleTheme (or create your theme!), activate through XThemeEngineApp
Enjoy!
Which device has XThemeEngine been tested on?
Galaxy Nexus (4.2 stock), Xperia V (JB Stock), Galaxy S3 (JB Stock), Galaxy Note 2 (JB Stock), Live with Walkman (ICS Stock).
Confirmed working by XDA members: Xperia U, Xperia P, Xperia T, Xperia TX, Galaxy S Duos, Lenovo A800, Ainol Novo Hero2, HP Touchpad 4.2.2, Cherry Mobile Flare / Karbonn A9+, L9, SIII, Optimus G, Motorola RAZR HD, Galaxy S Advance I9070, Xperia Sola, LG Motion 4G
Does not work: HTC One X(L) Stock, HTC One Stock
Theoretically, XThemeEngine should work with Android 4.0 and above. Only for ARM devices though. x86 devices are NOT supported. To learn more, read Xposed Framework FAQ.
This would further be limited depending on the theme selected (similar to CM10 theme engine). Do report the device you're using if it works for you too.
Current Limitations
Does not support ringtones/wallpapers
Avoid res/layout at the moment (despite supported)
res/values/styles.xml is NOT supported and may never be
XThemeEngine and Themes cannot be stored on external storage or /mnt/asec
Screenshot
Running ported MIUIv4.1 theme on my Xperia Live with Walkman with Zelly Cream ROM :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[IMGhttp://forum.xda-developers.com/attachment.php?attachmentid=1916309&stc=1&d=1367073978[/IMG]
Download
XThemeEngine beta4
How To Create Theme
Refer to https://github.com/ruqqq/SampleTheme for SampleTheme project. AndroidManifest.xml has all the info. Essentially, the theme format is 90% similar to CM10 Themes.
How To Port Themes from CM10
Steps
1. Decompile sampletheme.apk
2. Decompile your desired theme .apk
3. In sampletheme folder just delete "res" folder, replace it with the "res" folder from your desired theme.
4. Edit androidmanifest.xml and add the line below (before application tag)
Code:
<uses-permission android:name="sg.ruqqq.XThemeEngine.permission.SYSTEM_THEME" />
(Optional) You may also replace package="com.theme.name" with the ported theme name.
5. Build, sign. Thats it.
XThemeEngine-only Redirections
Unlike CM Themes which is made just for CM and it's cousins (AOKP etc.), XThemeEngine is made to support various devices. Hence there will be a problem of fragmentation for theme devs.
I implemented an extra functionality to workaround the fragmentation. This require you to add a new file: res/xml/xthemeengine_redirections.xml. This file works the same as res/xml/redirections.xml except with 3 new attributes: deviceManufacturer, deviceModel, deviceId. These attributes defines the condition for which device to do the redirections for. The attribute can have multiple values separated by commas.
Example:
Code:
<package-redirections android:name="com.android.systemui" android:resource="@xml/xthemeengine_com_android_systemui" android:minSdkVersion="16" deviceManufacturer="Sony" deviceModel="LT25i,LT29i,LT30p" deviceId="9.1.A.0.490,9.1.A.1.140" />
xthemeengine_com_android_systemui.xml will be loaded to theme com.android.systemui for Sony LT25i, LT29i, LT30p and only for the specific ROM versions. This way, I can theme status bar layouts for specific device without causing FCs.
FAQ
Why does the ported theme not look 100% as the original theme?
There are 2 reason for this. Firstly, as stated in the previous post, styles.xml is not working for XThemeEngine. Hence, the ported themes would not work 100%. For better success, port a theme which is closer to Holo styles (dark background, bright text). Second reason, which is the most common reason, is that the theme is made for CM10. CM10 is very close to AOSP while your device which is running stock rom only retain some parts of AOSP. The theme need to be properly ported (analyze your stock rom frameworks and redirect the proper files in your ported theme etc.) to fully support your device.
[/QUOTE]
I know about this,but what beauty is there to only ICONS themed in the rom?
I know this is beta(or alpha),but i think it is leading to a smackdown theme engine
I know about that too. Anyway thanks for sharing iiandskater, is good for people to become aware.:good:
is this working on your xperia mini?
when i apply a theme nothing changes.

[THEME] [SHARE] XThemes Collections (3/8/13)

XThemes Engine is similar to CM10 themes engine and allow you to apply Ported CM10 themes to your Stock.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is some screen shot of SimpleX
Instructions
MUST BE ROOTED!
1-Download and Install Xposed Framework http://d-h.st/d8d
2-Download and Install Xtheme Engine http://d-h.st/vyn
3-Download and Install desired themes from below
4-Open Xposed Installer and Choose "Install/Update"
5-Click "Modules" and enable "XThemeEngine"
6-Click "XThemeEngine" and select "Choose theme"
7-Select your themes and click "Apply Theme"
8-SoftReboot and ENJOY!
Themes Download
AlphaBlueX3 (Good Theme)
HTC_EleganceX_xTheme.apk
Hue.apk
royal elegance.apk
lunar_Ui_signed.apk
Flatron.apk
URBaNX.THEME.v0.1.9-R3Ds.apk
XperiaSense5_JB05.apk
Chromiumfree.apk
mixer.apk
xTe_port_Crystal_2_Theme.apk
simplex.apk (Good Theme)
Later,I will add more screen
FAQ
Why does the ported theme not look 100% as the original theme?
There are 2 reason for this. Firstly, as stated in the previous post, styles.xml is not working for XThemeEngine. Hence, the ported themes would not work 100%. For better success, port a theme which is closer to Holo styles (dark background, bright text). Second reason, which is the most common reason, is that the theme is made for CM10. CM10 is very close to AOSP while your device which is running stock rom only retain some parts of AOSP. The theme need to be properly ported (analyze your stock rom frameworks and redirect the proper files in your ported theme etc.) to fully support your device.
Original link to Xposed Framework http://forum.xda-developers.com/showthread.php?t=1574401
Original link to XThemeEngine http://forum.xda-developers.com/showthread.php?t=2240180
These are not by me and I am sharing what I found.So
SPECIAL THANKS to
ruqqq (XTheme Engine)
rovo89 (Xposed Framework)
and also mcsqwizzys98, pier10, Blackout1911, Ryan R, proseray, elelinux and other developers.
IF YOU LIKE,DON'T MISS TO PRESS "THANKS"
Awesome was looking for this... Thanx a lot bro
phyowaiummg said:
Themes Download
Click to expand...
Click to collapse
Upload some screenshots for each themes. Its very usefull for colleagues to see how it looks. :good:
thx buddy for share..
awesome... can use cm 10 themes but not use cm10 .. thanks
anddy777 said:
awesome... can use cm 10 themes but not use cm10 .. thanks
Click to expand...
Click to collapse
Yes you can, but themes must be ported first to cm10 to xtheme engine.
R_a_z_v_a_n said:
Upload some screenshots for each themes. Its very usefull for colleagues to see how it looks. :good:
Click to expand...
Click to collapse
Ok I will
Sent from my GT-I9070 using xda premium
The themes are not aplied on LightJB 1.2, that ROM is deoexed and has a status bar 50% transparent. I didn't modified nothing after flash this ROM
Can someone tell me what I'm doing wrong?
would like to try !!
Anyone's personal recommendation ?
which is the best?
Holy cow! This is better than installing custom rom! Thanks alot mate!
Sent from my ehmm... well... phone with xdw... cda... err... well I sent it, okay?
Thanks.
Sent from my GT-I9070 using xda app-developers app
Please can someome help me with this and LightJB 1.2 ;_;
Here is Mega xthemes collection with 54 xthemes http://forum.xda-developers.com/showthread.php?t=2371574
Click to expand...
Click to collapse
Hit thanks if you have found your actual destination
proseray said:
Hit thanks if you have found your actual destination
Click to expand...
Click to collapse
Oh!yes..sorry I didn't remember your name..now added in thank list
Sent from my GT-I9070 using xda premium
phyowaiummg said:
XThemes Engine is similar to CM10 themes engine and allow you to apply Ported CM10 themes to your Stock.
This is some screen shot of SimpleX
Instructions
MUST BE ROOTED!
1-Download and Install Xposed Framework http://d-h.st/d8d
2-Download and Install Xtheme Engine http://d-h.st/vyn
3-Download and Install desired themes from below
4-Open Xposed Installer and Choose "Install/Update"
5-Click "Modules" and enable "XThemeEngine"
6-Click "XThemeEngine" and select "Choose theme"
7-Select your themes and click "Apply Theme"
8-SoftReboot and ENJOY!
Themes Download
AlphaBlueX3 (Good Theme)
HTC_EleganceX_xTheme.apk
Hue.apk
royal elegance.apk
lunar_Ui_signed.apk
Flatron.apk
URBaNX.THEME.v0.1.9-R3Ds.apk
XperiaSense5_JB05.apk
Chromiumfree.apk
mixer.apk
xTe_port_Crystal_2_Theme.apk
simplex.apk (Good Theme)
Later,I will add more screen
FAQ
Why does the ported theme not look 100% as the original theme?
There are 2 reason for this. Firstly, as stated in the previous post, styles.xml is not working for XThemeEngine. Hence, the ported themes would not work 100%. For better success, port a theme which is closer to Holo styles (dark background, bright text). Second reason, which is the most common reason, is that the theme is made for CM10. CM10 is very close to AOSP while your device which is running stock rom only retain some parts of AOSP. The theme need to be properly ported (analyze your stock rom frameworks and redirect the proper files in your ported theme etc.) to fully support your device.
Original link to Xposed Framework http://forum.xda-developers.com/showthread.php?t=1574401
Original link to XThemeEngine http://forum.xda-developers.com/showthread.php?t=2240180
These are not by me and I am sharing what I found.So
SPECIAL THANKS to
ruqqq (XTheme Engine)
rovo89 (Xposed Framework)
and also mcsqwizzys98, pier10, Blackout1911, Ryan R, proseray, elelinux and other developers.
IF YOU LIKE,DON'T MISS TO PRESS "THANKS"
Click to expand...
Click to collapse
shieeeeeettttt is working on P version too
thanks
Now. I try
Send to my Samsung Galaxy S Advance v4.1.2 LQL Kernel Cocore8.2 using xda-developer app
seems nice !. :good:
but i am not able to download xposed framework as it says file not found !<Solved !>
by the way thanks
Droids king said:
seems nice !. :good:
but i am not able to download xposed framework as it says file not found !<Solved !>
by the way thanks
Click to expand...
Click to collapse
This is just a thread about it (share). Go and search XDA for original thread of developer of it and download it.
shut_down said:
This is just a thread about it (share). Go and search XDA for original thread of developer of it and download it.
Click to expand...
Click to collapse
yeah i had already found the thread !!
May someone port this one pls.
http://forum.xda-developers.com/showthread.php?t=2631573

[Xposed]XBatteryThemer.V1.2 [Image base battery]

Changelog
2013/11/21
Fixed icon size for built-in battery theme
2013/11/20
Fixed for battery not showing properly on plug/unplug status on TW 4.2.+ Non-International variants Sprint, T-mobile...
2013/11/07
Added
Hello everyone,
Here I am sharing with you guys a xposed module called XBattery Themer. It's an engine theme just like theme chooser applying battery sets on fly without any reboot. The module has an in-built battery sample which is colorable means you can choose any color for it and apply instantly. As it's called "Themer" you can create themes separately and not as a xposed module but as a normal app so that no need to enable it on xposed framework but on the themer itself with a preview of battery sets. Themes for this engine are categorized to "colorable" which can easily set any color for (HSV, RGB or HEX code) and "non-colorable" which has stock look and cannot change its color.
This module is a cooperational app with the recognized developer @xperiacle, and developed version of XBatteries V1.1. I should say I have done almost nothing but sharing it here. Though I have brought over 30 themes (most of them brought from my xposed battery modules) that you can install them separately and have them all on the themer with instant preview and apply. All themes are rebuilt and resized for every resolutions including mdpi, hdpi, xhdpi and xxhdpi and should be working on all devices. You can find these themes on post 2 and also how to create a theme for this engine on post 3.
Supporting Devices
ALL rung android version of 4.+
How to install:
Download XposedInstaller.apk from here and install it
Launch the Xposed Installer, click on "Install/Update and give root permission"
Reboot
Then install XBattery Themer, enable it on Xposed framework and reboot.
If you like to install any theme install it as a normal app and it would be appeared instantly on the themer without any reboot.
Credit:
@xperiacle for the themer itself
@rovo89 for his wondeful framework
@OlliG for his amazing tool "The Rom Fumbler" aka "The Battery Icon Creator"
@RockRatt for testing
If you have any request regarding to xbattery themer please see post below:
xperiacle said:
@kmokhtar79 - Thanks Mate for your support. XBatteryThemer would be nothing without your great themes.
To all users - Hope you guys are able to make XBatteryThemer work and hope you enjoy it. I would appreciate if you leave feedback and suggestions for improvement. Your opinions would help us improve this module better.
To battery themers - we appreciate if you could support this module and make your themes compatible with it. Future updates to the apps will include links to theme contributors threads so users can be able to go to your thread from within the app and download themes from your dedicated battery theme threads. PM me if you need support for making themes or help converting your existing themes for XBatteryThemer.
Thanks.
Click to expand...
Click to collapse
Download
XBatteryThemer_v1.2
Mirror 1
Xposed Repo
XBatteryThemer_v1.1
Mirror 1
Got problem on Kit Kat look following threads for how to turn to image base:
All devices [HOW TO][Special KK]Change The Battery Icon On KitKat Rom!
Samsung S4 [Ported MOD][HOW-TO] Imaged Battery for 4.4.2 KitKat I9505/I9500 Odex/Deodexed
Samsung Note 3 [MOD][HOW-TO] Imaged Battery for 4.4.2 KitKat NA6/NA7/NB3
Xperia [TUT]How To Change The Battery Icon On Stock Xperia KitKat..UPDATED!!
XDA:DevDB Information
Battery Themeing module, Xposed for all devices (see above for details)
Contributors
kmokhtar79, xperiacle
Xposed Package Name:
Version Information
Status: Stable
Current Stable Version: V1.2
Stable Release Date: 2013-11-07
Created 2013-11-07
Last Updated 2014-12-15
Theme post
Pack 1 and 2: Starter
List of themes:
Colorable(White)
BoxWhite.apk
CircleWhite.apk
ClockWhite.apk
GearWhite.apk
SammyWhite.apk
SprintBatteryWhite.apk
TachnoBattery.3QuarterWhite.apk
TachnoBatteryGaugeWhite.apk
Zoopa.Clock.White.apk
Zoopa.Clock.WideWhite.apk
Zoopa.Wide.V2.White.apk
Zoopa.Wide.V3.White.apk
non-Clorable(Stock)
BarGraph.Wide.V1.apk
BarGraph.Wide.V4.apk
BatterySymbol.V3.apk
BinaryBarBattery.apk
BrickBattery.Decimal.V1.apk
BrickBattery.V1.apk
CircleMod.V1.apk
HoneycombBattery.apk
SliderBattery.apk
SprintBattery.apk
TachoBattery.3Quater.apk
TwoBarsBattery.apk
Zoopa.3Quater.apk
Zoopa.Circle.apk
Zoopa.Circle.V2.apk
Zoopa.Clock.apk
Zoopa.Clock.Wide.apk
Zoopa.Gauge.apk
Zoopa.Wide.V1.apk
Zoopa.Wide.V3.apk
Download Starter Pack Here​
Pack 3: Fun pack
added in 2013/11/11, including
AlienBattery.apk
AndroidBattery.apk
AOKP.Minimal.Battery.apk
ApfelBattery.apk
BrickBattery.Solid.apk
BubbleBattery.apk
CastawayBattery.apk
CircleArrowBattery.apk
Segment.Box.apk
Download Pack 3 here​
Pack 4: Exclusive Sets
added in 2013/11/13, including
Angle Battery
Kamran Battery
Download Here​
Pack 5: Stockish Sets
added in 2013/11/15, including
ApfelBattery1%.apk
DrakBlueGlass.Battery.apk
DrakRedGlass.apk
DrakRedGlass.Battery.apk
Edge_blue.Battery.apk
Edge_green.apk
Xperia.Stockbattery.Horizonal.apk
Xperia.Stockbattery.Vertical.apk
XperiaStockBlue.Battery.apk
XperiaStockBlue_Vertical.apk
xperiaZ.stockBattery.apk
Download Pack 5 here​
@_alex74_'s themes
@_alex74_ just joint this thread and he is adding his themes in this post daily.
Find them here​
@linsalata28's themes
Find them here​ @linsalata28 just joint this thread and he is active and helping people to fulfill their request please ask your theme request from him. ​
Install each app normally.​
Tutorial for how to make a theme for Xbattery Themer
Decompile two of themes one from colorable and one from non-colorable theme, you will see the differences in the androidmanifest.xml which contains the metadata that needs to be included so the module can detect the themes when installed. As you can see, it has the metadata "xbatterythemer.THEME" and "xbatterythemer.COLORABLE". When it is colorable, the value is set to true, otherwise it is false.
Code:
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
[COLOR="Red"] <meta-data android:name="xbatterythemer.THEME" android:value="Lime Green" />
<meta-data android:name="xbatterythemer.COLORABLE" android:value="false" />[/COLOR]
</application>
To make themes, it is the same like making the xposed battery modules described by @dully79 here. Edit the androidmanifest.xml and inserting the metadata for xbatterythemer, putting the necessary theme drawables, edit theme name in string.xml, and making sure you put the correct package name in the androidmanifest. Read here for better understanding.
If you already have a battery xposed module and would like to convert it to theme using in xbattery themer, all that needs to be done is to insert the metadata as described above and maybe remove the metadata for xposed so it doesn't run as an xposed module.
Sweet idea. Thanks for the link back also.
I'll try this out later and convert my battery modules over to use this.
is this an official continuation of XBatteries, or another standalone project?
if i have XBatteries module installed, do i have to uninstall that before using this module?
@kmokhtar79 does it support gingerbread? if no then can u plz implement gingerbread & LDPI support?
dully79 said:
Sweet idea. Thanks for the link back also.
I'll try this out later and convert my battery modules over to use this.
Click to expand...
Click to collapse
Got to see you here mate, yeah I found this tool more convenient to apply my batteries and thanks for trying it.
iamelton said:
is this an official continuation of XBatteries, or another standalone project?
if i have XBatteries module installed, do i have to uninstall that before using this module?
Click to expand...
Click to collapse
This is developed version of Xbatteries module, and it's better to uninstall xbattery to avaid any conflict.
killoid said:
@kmokhtar79 does it support gingerbread? if no then can u plz implement gingerbread & LDPI support?
Click to expand...
Click to collapse
I didn't try on GB, if you can install xposed framework this module can be working too I guess.
I didn't try on GB, if you can install xposed framework this module can be working too I guess.
Click to expand...
Click to collapse
@kmokhtar79 i cant download it from androidfilehost.plz provide a mirror,i will try & report asap. thanks.
Of you could port over the horizontal battery from xbatteries, I would absolutely use this. Thanks in advance
Gesendet von meinem C6903 mit Tapatalk
will try the module and report back the result..
just noticed that the "Colorable.zip" download file has a "WhiteSamples.zip" file inside which seems to contain duplicate (or older version) theme apps..
this extra file doubles the total file size..
iamelton said:
will try the module and report back the result..
just noticed that the "Colorable.zip" download file has a "WhiteSamples.zip" file inside which seems to contain duplicate (or older version) theme apps..
this extra file doubles the total file size..
Click to expand...
Click to collapse
Thank you for report, link for "Colorable.zip" is corrected
killoid said:
@kmokhtar79 i cant download it from androidfilehost.plz provide a mirror,i will try & report asap. thanks.
Click to expand...
Click to collapse
Please try another time
dtekkt said:
Of you could port over the horizontal battery from xbatteries, I would absolutely use this. Thanks in advance
Gesendet von meinem C6903 mit Tapatalk
Click to expand...
Click to collapse
later I would
Please try another time
Click to expand...
Click to collapse
actually i am only using mbl & i couldnt download it yet! if u attach the apk here,that would be great too.
installed this and it works flawlessly. thank you so much for the great app.
is it possible to request something to change other icons like signal bar and wireless? there is one app on xposed module list but there are no good theme's for it. but if you could make a module with theme's similar to the ones here it would be great.
thanks
@Kmochtar79, pure genius. About to give this a whirl. You and the guys you're working with are wicked smart and talented.
Sent from my EVO 4G LTE using XDA Premium 4 mobile app
woomera said:
installed this and it works flawlessly. thank you so much for the great app.
is it possible to request something to change other icons like signal bar and wireless? there is one app on xposed module list but there are no good theme's for it. but if you could make a module with theme's similar to the ones here it would be great.
thanks
Click to expand...
Click to collapse
Thank you guys for your feedback. Maybe some other time we try for other iocns on status bar but no promise. For a time being you can use xblast it offers you color change For other icons to suite all icons color.
Sent from my GT-N7000 using Tapatalk
kmokhtar79 said:
Thank you guys for your feedback. Maybe some other time we try for other iocns on status bar but no promise. For a time being you can use xblast it offers you color change For other icons to suite all icons color.
Sent from my GT-N7000 using Tapatalk
Click to expand...
Click to collapse
Thanks for the new apk! Greate
But xblast is not working properly on samsung (and possible others)...
No SapPhire.Circle mod yet changed?
Have a nice day!
Xblast doesnt work for me either. running 4.2.2 stock on HTC ONE X.
Amazing app.
Is there anyway you could create a similar app or add an option to change status bar icons (wifi signal, vibrate mode, silent mode). I find touchwiz icons not as aesthetically pleasing as aosp.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
There are two NON-FLASHABLE zips including over 30, white(colorable) and Stock(non-colorable) themes. Just extract files and install them as a normal app. Thank to @OlliG for his tool.
Download
White
Stock​
confirmed, working perfectly on my Galaxy S4-i9505 with Android 4.3.
thanks for this module for xposed, was waiting for something like this for my S4 for a while

Official [Xposed] Air Command Themer- by xperiacle

Here I'm releasing the official Xposed Module Air Command Themer for @xperiacle.
It works just fine, but I haven't created any themes yet as the qmg to png converters that are available blow up the images. Once I find the right scale, themes will be forth coming. I wanted to make this available to Note 4 & DN4 users and other themers, so here it is:
(AC THEMER MODULE IS ATTACHED AT BOTTOM)
From the Original thread HERE
xperiacle said:
Hello Folks,
Well, I would like to share my experimental xposed module called AIR COMMAND THEMER. As the name suggests, it is a module to easily apply themes for air command without flashing, just installing themes like any apk. You can even sell your themes on the Play Store if you like. As it is an xposed module, it requires and runs on the Xposed Framework by @rovo89 so make sure you already have xposed working.
DOWNLOAD:
Air Command Themer
For themes, see post attachments below.
REQUIREMENTS: Rooted Note 3, working Xposed framework and knowledge with activating xposed modules
HOW TO USE:
1. Download the module and install, activate in Xposed Installer. (don't need to reboot just yet)
2. Install some themes. I made some sample themes below courtesy of our friend @sibinn. (I will post a HOW-TO on making apk themes later)
3. Open Air Command Themer and make sure the installed themes are listed. Select and apply a theme.
4. Reboot.
5. Test. (For now, you need to do at least a soft reboot whenever you change theme. I am still trying to figure out how to do it without rebooting everytime)
6. I would appreciate your feedback/opinion/suggestion so I can fix what is not working if I can and so I can make it better.
GREAT COLLECTION OF THEMES - Thanks to @sibin & @FootSlave
Click to expand...
Click to collapse
How to create theme apks:
xperiacle said:
Themes are just normal apks with all the replacement images/pngs and with added meta-data : "aircommand.THEME" inserted in the apk's AndroidManifest.xml for the Themer app to recognize and load a theme.
REQUEST: If you made a theme, I would appreciate it if you could share it in the forum for others as well. I myself am not a themer, so I could use some good themes.
HOW TO FOR NOOBS:
For noobs who don't know how to use apktool or similar tools, the simplest way to put your own designs/themes is open any of the pre-compiled themes with 7zip (don't extract, just open) and navigate to /res/drawable-xxhdpi or /res/drawable-xhdpi folder and replace the images/png files with your own. Of course, make sure you maintain the same filenames and also image size/resolution. And just install the theme like a normal app.
Below I attached some pre-compiled themes. They all contain the same default theme and named numerically. Just download theme, pick any one of them and follow the noob instruction above. (About 10 precompiled themes for now but I will add more later).
Pre-Compiled Air Command Themes Set 1
Pre-Compiled Air Command Themes Set 2
HOW TO FOR THE NOT-SO NOOB:
Requirement: Knowledge on how to decompile/recompile apks
Tools: Apktool/ZipSigner or ApkMultitool or ApkManager, Notepad++
1. Decompile any of the ready-made or precompiled themes.
2. Open AndroidManifest.xml and edit the packagename. Make sure it is unique for every theme so there is no conflict when you install the theme.
Code:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
[COLOR="Red"]package="xperiacle.aircommandtheme.twenty"[/COLOR]
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="18"
android:targetSdkVersion="18" />
[/QUOTE]
My AC theme tutorials can be found via my signature (links there)
HUGE thanks to [user=4948919]@xperiacle[/user] for his hard work & keeping us updated!
[COLOR="Red"]For Lollipop Roms, use the newest themer module attached (Note 4 Lollipop AC themer)[/COLOR]
Thanks and Enjoy!
Click to expand...
Click to collapse
​
Alternative LINK: https://www.dropbox.com/sh/xhkcedifx9rpl8m/AADHg6mRN43UJAwZ7y7iR1pCa?dl=0
congrats for mod Lady A
And Im here to serve...will be in touch...
Waiting for more themes:good:
congrats :good:
Works great on my 915P (sprint note edge). Old more 3 themes work, though 'image clip' does not have an icon.
great
worked great.
thanks for this for both of you.
I will add some till back home...now still on vacation.....tq so much sis @absinthesummer
Sent from my SM-N910C using XDA Premium 4 mobile app
batlyn said:
Waiting for more themes:good:
congrats :good:
Click to expand...
Click to collapse
A bunch of themes are available go to original thread and check there.
aukhan said:
A bunch of themes are available go to original thread and check there.
Click to expand...
Click to collapse
All that themes is for n2 air command themer and image clip icon is not supported by the theme...
aukhan said:
A bunch of themes are available go to original thread and check there.
Click to expand...
Click to collapse
batlyn said:
All that themes is for n2 air command themer and image clip icon is not supported by the theme...
Click to expand...
Click to collapse
@aukhan, @batlyn is right, those are for the note 3 air command, so they have different elements (number & type of icons, and the focus element is different). They're still usable as far as I know, but they won't match 100%. We're all still working on note 4 themes, but they will be available ASAP.
absinthesummer said:
@aukhan, @batlyn is right, those are for the note 3 air command, so they have different elements (number & type of icons, and the focus element is different). They're still usable as far as I know, but they won't match 100%. We're all still working on note 4 themes, but they will be available ASAP.
Click to expand...
Click to collapse
Here is one for testing Lady a....when time is on your side
For testing do not flash/use in module
Please post results
no rush
Thanks guys I had posted the phonearena link and thanks to @sibinn for pointing out this thread thanks op very nice mod.
sibinn said:
Here is one for testing Lady a....when time is on your side
For testing do not flash/use in module
Please post results
no rush
Click to expand...
Click to collapse
I'll test it today @sibinn
sibinn said:
Here is one for testing Lady a....when time is on your side
For testing do not flash/use in module
Please post results
no rush
Click to expand...
Click to collapse
Did get to look at it, I'll pm you- found something in your folder structure. Also, I need to convert my framework & swap it out if I want to test any flashable themes. But I'm gonna try just converting to apk form first and i'll pm you the results of it with the module. I've also got an idea on fixing the blown out center image issue, so I'm playing with that too.
[Port] Snapdragon theme for the note 4
Hey Guys i ported this theme from ( Note 4 Snapdragon ) :
Review of the theme :
http://www.youtube.com/watch?v=k652HAMIROM
How to install :
1-Download Air Command Themer V1.1
2-go to Xposed and Active ( Air Command Themer V1.1 )
3-Download and install the theme : https://userscloud.com/h4nne25q3rti it is ( apk file )
4-go to ( Air Command Themer V1.1 ) and select the theme
5-Reboot and Enjoy
Thank you soo much @sibinn For Making this theme
More Themes : Coming Soon :good:
Theme module for Xposed will not install.....bad upload perhaps?
Sent from my SM-N910V / VZW Note 4 DE / Factory Bootloader Unlocked / Rooted / StarKissed / TWRP 2.8.3.0.trltevzw
manbat said:
Theme will not install.....bad upload perhaps?
Sent from my SM-N910V / VZW Note 4 DE / Factory Bootloader Unlocked / Rooted / StarKissed / TWRP 2.8.3.0.trltevzw
Click to expand...
Click to collapse
It's not a theme, it's a module. The themes are separate but there aren't any yet they're still in testing
...unless you're referring to the one above- that's not mine so I can't help you with that one
absinthesummer said:
It's not a theme, it's a module. The themes are separate but there aren't any yet they're still in testing
...unless you're referring to the one above- that's not mine so I can't help you with that one
Click to expand...
Click to collapse
=======
The one above...
Sent from my SM-N910V / VZW Note 4 DE / Factory Bootloader Unlocked / Rooted / StarKissed / TWRP 2.8.3.0.trltevzw
That Air command is created by me and not xposed module take look on Themes section (see my signature)
Sent from my SM-N910F using xda premium
Hey everyone, I just wanted to stop in and post some images of my first working test theme. It's not perfect, needs some tweaking, but the center image isn't blowing out anymore.
Pics below:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Holy Crap those images are huge.... gonna resize :/
This is on DN4, I need someone with a note 4 to test this test theme with the module @CasTTeLLo or @sibinn ?
Here's the test theme if either of you want to give it a try on note 4: https://copy.com/Ya0kk1C1bhKtpW9l
Again it needs some tweaking, isn't perfect at all, but working well enough. I need it tested to know the themes will work consistently on note 2 (dn4), note 3 (n4 roms for it yet?) AND note 4 before I tweak out my template and start making real themes.

Categories

Resources