[Xposed]XBatteryThemer.V1.2 [Image base battery] - Xposed Framework Modules

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

Related

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

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:

[Xposed Module] Xposed battery module.

[Xposed Module] Xposed battery module.
This is Xposed tweak for battery icon, this will replace stock battery icon on status bar with 1% increment. You need not to flash any mod, but just need to install simply a application.(required module from download area)
Requirements
-Xposed framwork installed
This thread is for samung S3/S4/Mega devices. Older devices like Note1/note2/S2 have this thread
I will update modules one by one as this is time consuming and i need to rename > 200 stuffs for each single module.
You have to request which modules you needs from this thread, accordingly i will add here.
Installation
-Download and install Xposed Framwork if you don't have.
-Download and Install required module
-Open xposed installer and select desired battery module which you have installed
-Reboot.
Download : Previews are on post #2
1.Green Circle
2.Grey Circle
3.White Circle
4.Black bubble
5.Grey 3D
6.Black Titanium
7.Blue Circle (solid)
8.Hour Glass
9.Sense Tube
10.Sense Tube2
19.UOT_Castaway
21.Blue glass 3D
Credit
Basically i have inspired to this module by looking to some battery modules by dully79, he has created some battery tweak and i have edited one of it with green colored circle battery.
dully79
Dully79's other battery tweaks
@majdinj - helping to port to S3/4 devices
To All unknown Designers
1.Green_circle -
{
"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"
}
2.Grey Circle -
3.White circle -
4.Black bubble -
5.Grey 3D -
6.Black Titanium -
7.Blue Circle (solid) -
8.Hour glass -
9.Sense Tube -
10.Sense Tube2 -
19. UOT Castaway -
21.Blue glass 3D -
Reserved
Thanks Mate In Advance. Its Working Fine With Me..
BTW How About The Other Icons. WIFI, Signal And 3G Or 4G..
Can you make the Grey Bar battery ? Thanks
Right now request for module only on my other thread (said in op) later on I may consider to add extra.
Sent from my GT-N7100 using xda premium
dr.ketan said:
[Xposed Module] Xposed battery module.
This is Xposed tweak for battery icon, this will replace stock battery icon on status bar to green circle with 1% increment.
Requirements
-Xposed framwork installed
This thread is for samung S3/S4/Mega devices. Older devices like Note1/note2/S2 have this thread
I will update modules one by one as this is time consuming and i need to rename > 200 stuffs.
You have to request which modules you needs from this thread, accordingly i will add here.
Installation
-Download and install Xposed Framwork if you don't have.
-Download and Install required module
-Open xposed installer and select desired battery module which you have installed
-Reboot.
Download :
1.Blue Circle (solid)
Credit
Basically i have inspired to this module by looking to some battery modules by dully79, he has created some battery tweak and i have edited one of it with green colored circle battery.
dully79
Dully79's other battery tweaks
@majdinj - helping to port to S3/4 devices
To All unknown Designers
Click to expand...
Click to collapse
Hi ketan, good to see you in s4 thread, I was daily followed your thread when I was with note.
Thanks
Sent from my GT-I9500 using Tapatalk 4 Beta
Actually there was issue for S3/S4 user to use my Xposed battery module due to samsung have change resources and icon names. So after after working on it ported for S3/4/mega users and made separate thread here common.
Thanks To Dr.ketan
The Modules Working Fine..
Hes Doing Really Nice Work. I Respect People Like Dr.ketan Who Use There Mind In Great Things.
Works well. Thanks!
Carrot81 said:
Works well. Thanks!
Click to expand...
Click to collapse
You can inform this thread to mega forum?
Sent from my GT-N7100 using xda premium
Thank you for credits and link back,your very courteous.:good:
dully79 said:
Thank you for credits and link back,your very courteous.:good:
Click to expand...
Click to collapse
It's my duty and this was not possible without you.
Regards.
Hi Ketan! So far only two modules for S4? Or I can use other modules from other thread of yours? Thanks!
Sent from my GT-I9505 using xda premium
I said in op, i need to edit 200+ stuff, and just today only I have ported to s4. It may take some time to make available other modules, and i will give priorities according request I get here.
Sent from my GT-N7100 using xda premium
Wooooooow,,, thanks a lot dr.ketan..
dr.ketan said:
I said in op, i need to edit 200+ stuff
Click to expand...
Click to collapse
OK, try to have dummy apk template for S3/S4/Mega devices (i.e all xml and smali have been edited with the new name along with dummy png files) and so what you will need to do is just to add png icons in their corresponding folders (drawable-hdpi, drawable-xhdpi and drawable-xxhdpi) for each mod later on.. It will be easier and faster like this mods will be coming like bullets, so take care
This is also good idea. For dummy just need to edit manifest and string only+sign isn't? B'coz that will allow to install multiple modules on device. Also managed to mass rename icons
But still have to support too many threads. Let's see try my best to manage.
Sent from my GT-N7100 using xda premium
dr.ketan said:
This is also good idea. For dummy just need to edit manifest and string only+sign isn't? B'coz that will allow to install multiple modules on device. Also managed to mass rename icons
But still have to support too many threads. Let's see try my best to manage.
Sent from my GT-N7100 using xda premium
Click to expand...
Click to collapse
Yup, strings.xml for module name,, and AndroidManifest.xml for package name to have independent module package later on.. then add your pngs and sign it..
This is how dummy apk should work.
Idk what I did wrong but it's not working. I installed the framework and module rebooted and still the stock icon. I have a t-mobile sgs4
Yeah that's my modus for all module on old post. i have tool now to change icon name in mass(made a rule script to add prefix tw and that's it.) I hope probably within couple of days all older module will be available for s4.
Sent from my GT-N7100 using xda premium

[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

[9/05] Xperia Z1 Theme [V. 1.0.0]

My plans for the future
{
"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"
}
Features
Xperia Z1 themed framework
Xperia Z1 window/transition animations
Xperia Z1 themed Settings
Xperia Z1 themed SystemUI
Xperia Z1 themed lockscreen
SST font integration (for Sony's new media apps)
Screenshots
General UI
Settings
Installation
Please make sure you have Aeon's Small Apps mod installed before installing this theme (you don't need to have the actual small apps applications installed; just the framework)
Make a backup before moving the apps into the system partition, in case you get a bootloop.
Delete DefaultThemes.apk and SemcSettings.apk
Download the zip file from the download link below (not one of the attached zips)
Flash via CWM
If you would like a different accent colour, download your accent of choice from the attached zips below and flash it after you flash the main theme. Note that the main zip comes with the blue accent, so you don't need to download the attached Blue zip below.
If flashing fails, extract each file separately from the zip file and move them to their correct locations, changing the permissions of each app to the following:
RW-
R--
R--
Click "Show Content" for a visual example
Please Note
This is intended for stock ROM. If you are using any ROM, I will not help you solve your issue if you get a bootloop. You are responsible for your own backups.
You should have apps from 2012 and/or 2013 Xperias, and/or modded 2011 apps installed to fully see the theme. Stock 2011 apps will not take advantage of the theme, as they are not written with the Theme.DeviceDefault theme. Click here if you want to download some 2012/13 apps.
Download
Please note before downloading
Read the installation instructions above first.
The zips attached to this post below are not the theme. Those zips only contain a different framework-res for all the different accents.
If you want to incorporate the theme into your ROMs, themes etc., please PM me asking for permission first.
You are not allowed to "share" this theme.
Please do not mirror my download links. If links are down, please tell me and I will mirror.
Click "Show Content" for the download links
Main Download
MediaFire
Dev-Host mirror
Special thanks to:
erorcun
Everyone that helped me when building the Xperia Z framework theme; I wouldn't have been able to make this without all your past help and knowledge!
"Optimized" Apps, Bugs/To-do List & Changelog
"Optimized" Apps
As you may know, Sahaab and I have released ports of some Z1 apps such as Phonebook and Messaging. You may notice the screenshots of those apps look different than what you may have. Now with the framework released, I will release the versions of these apps that I have been using. These apps take advantage of the new colorization system, new accents and new tabs. The apps will be attached to this post. To install, push these apps into system/app and change permissions. Do not install as a normal app.
The same bugs that are in the other versions of the apps apply here. When those get updated, these will as well.
"Optimized" apps list
Alarm and Clock (SemcClock.apk)
Calendar (SemcCalendar.apk)
Messaging (Conversations.apk)
Phonebook (Phonebook.apk)
Note
The Messaging app needs a build.prop edit. Before inserting the apk into system/app, you must add/edit these two lines into your build.prop:
dalvik.vm.verify-bytecode=false
dalvik.vm.dexopt-flags=v=n,o=v,m=y
Bugs & To-do List
Major Bugs(FCs, major visual errors etc.)
None
Minor Bugs(everything else)
Music and Camera sliders on lockscreen can look really good or really ugly depending on your background; working to make the sliders transparent
IP Address does not appear in Wi-Fi dialog in Settings
To-do
Sound effects section in Settings
"com.sonyericsson.uxp:extendedLookAndFeel"
String Translations
Changelog
September 5 (1.0.0)
Initial Release
Finally! :victory:
The best framework from the best developer
Good theme
MXY1997 said:
Finally! :victory:
The best framework from the best developer
Click to expand...
Click to collapse
That's very kind of you, but let's not single me out as the best. There are other good themers in this forum as well. I also wouldn't consider myself a developer (at least not yet); this isn't the same kind of development compared to what people do in development forums.
DdcCabuslay said:
That's very kind of you, but let's not single me out as the best. There are other good themers in this forum as well. I also wouldn't consider myself a developer (at least not yet); this isn't the same kind of development compared to what people do in development forums.
Click to expand...
Click to collapse
I think you will be a good one
awesum bro thnx
and u r a very good dev bro
here is framework files of v1.0.0 with extended powermenu
- Power Off
- Reboot
- Reboot To Recovery
The Zip Contains Framework-res.apk, framework.jar, android.policy.jar
this is not a flashable zip, just copy the files and paste it into Ddc's zip and then flash it
https://www.dropbox.com/s/rr0wxbyyu6m2ii9/framework.rar
*This is for .587*
*i am releasing this as it seems that Ddc's busy now and will not be releasing*
For .13 Please Use This Framework.jar
http://d-h.st/BGM
Thank you!!
☜ Sent from my Xperia Pro MK16a BL ☞
Wow
Its very awesome
Thanks a ton
But i have used phonebook and conversation from pranav pandey
Cos the phonebook and sms fixed
Sent from my Xperia X-666 rev.99, Devil inside not intel inside
awesome theme, apps and effect thanks:good:
but when i flash i can't use LINE app https://play.google.com/store/apps/details?id=jp.naver.line.android
i try to uninstall and re-install but when i open LINE it crash.
i'm on UHD 4.0
This looks absolutely stunning, you mady my day happier than it was alredy. Since yesterday, after the announcement of Honami, i was checking this section every hour , hoping that you gonna post it. We had some users posting their work, but their frameworks can't be compared with yours. Now, i will definitely remain on ICS, because i have everything i've wanted: looks and functionality . Thank you very much for bringing our phones back to life...once again
---------- Post added at 06:16 PM ---------- Previous post was at 06:09 PM ----------
yakuzainlove said:
awesome theme, apps and effect thanks:good:
but when i flash i can't use LINE app https://play.google.com/store/apps/details?id=jp.naver.line.android
i try to uninstall and re-install but when i open LINE it crash.
i'm on UHD 4.0
Click to expand...
Click to collapse
For me it works perfectly fine.
georgeiulian89 said:
This looks absolutely stunning, you mady my day happier than it was alredy. Since yesterday, after the announcement of Honami, i was checking this section every hour , hoping that you gonna post it. We had some users posting their work, but their frameworks can't be compared with yours. Now, i will definitely remain on ICS, because i have everything i've wanted: looks and functionality . Thank you very much for bringing our phones back to life...once again
---------- Post added at 06:16 PM ---------- Previous post was at 06:09 PM ----------
For me it works perfectly fine.
Click to expand...
Click to collapse
Thanks, I'll try again tomorrow.
please add this
you forget it
Location Based Wifi
MXY1997 said:
please add this
you forget it
Location Based Wifi
Click to expand...
Click to collapse
Whoops
Will add it to the main zip. Thanks for reminding me.
Added.
DdcCabuslay said:
Whoops
Will add it to the main zip. Thanks for reminding me.
Click to expand...
Click to collapse
man isnt the font a little big? in systemUI
Sahaab said:
man isnt the font a little big? in systemUI
Click to expand...
Click to collapse
Seems fine to me. It's same size as my Xperia Z SystemUI. Post a screenshot so we can take a look.
DdcCabuslay said:
Seems fine to me. It's same size as my Xperia Z SystemUI. Post a screenshot so we can take a look.
Click to expand...
Click to collapse
im using font size small ( it doesnt seem to change with font size )
Sahaab said:
im using font size small ( it doesnt seem to change with font size )
Click to expand...
Click to collapse
It's supposed to be that big. JB notification text size.
DdcCabuslay said:
It's supposed to be that big. JB notification text size.
Click to expand...
Click to collapse
OH
i did not know that
@DdcCabuslay
Could you please add extended power options to your Z1 theme? Keep up the good work. :good:

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