[XPOSED][ROOT]XThemeEngine, for any stock rom!! ScreenShots and themes :) - Galaxy S II Themes and Apps

Hey XDA'rs
while browsing i found two threads, which will allow you to change the way your phone looks,
by changing themes, in your stock rom, and lovely launcher:
The apps are xposed theme engine, and the 2nd is icon themer.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
First in order to be able to use any of those apps you have to download and install xposed installer:
download xposed installer from here Link
in the app press install
{
"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"
}
then reboot.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
now install icon themer from google play to support the developer here
or from here " not warez" LINK " the developer thread with link Here
then open xposed installer, press modules and select icon themer.
now install any apex/nova launcher theme and apply the theme by icon themer.
Note: icon themer supports nova/apex launchers themes, so by installing them you can apply the theme by icon themer if you are using touch wiz launcher
Then Soft Reboot you are done
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Xposed theme engine:
xposed theme engine allows you to change the stock theme to the theme you want:
download xposed theme engine from here Link
if you wanna port cm10 themes and for more info look in to the thread Link
after installing xposedTheme Enginge, open xposed installer and go to modules and select xposed theme enging
then reboot, after reboot open xposed theme engine and select your theme and soft reboot
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Themes ----> this post Link
how to port cm9/10 themes ----> Link
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Credits:
rovo89 creating xposed frame work Thread Link
ruqqq for creating XThemeEngine Thread link
NOMIOMI for creating this Thread for Xthemes.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Please, Don't forget to thank those dev's and please don't forget to share your ported/moded theme

here are some screen shots from my mobile, running rooted wlsd stock rom and touch wiz launcher:
Am gonna post the most sexiest themes i find

its working
thnxxx mate
Sent from my GT-I9100 using xda premium

Will this work on Chameloeon 3.0.1 ? As it is aosp themed?

some themes , for icons you can use any nova/apex launcher themes.
Chromium --- orginal thread and here is the moded one for xposed Link
MIUI V4 --- orginal thread and here is the moded one for xposed Link
PXL theme moded by NOMIOMI
Download link
Lunar UI moded by NOMIOMI download orginal thread Link
Liquid Blue by Annex1
download thread link Link
Betterbean cyan thanks to Blackout1911
http://d-h.st/9wv thread link
Betterbean Red thanks to Blackout1911
link orginal thread http://forum.xda-developers.com/showthread.php?t=2128924
Blackedout thanks to Blackout1911
http://d-h.st/r0Q orginal Link
Royal elegance thanks to artvandelay440
download orginal link Link
Alpha Blue moded by NOMIOMI
Link
Vivid moded by MU24R
link
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Here is a thread link created by Xperia T owners, Link Come on pple let's compete CM and miui themes

How to create Themes/ port cm9/10 themes​
ORIGINALLY POSTED BY rovo89 IN THIS THREAD LINK
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
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.

sukhi.priceless said:
its working
thnxxx mate
you are welcome
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
anshmiester78900 said:
Will this work on Chameloeon 3.0.1 ? As it is aosp themed?
Click to expand...
Click to collapse
actually i dont know, you can try!! "make a back-up first"

eraser0 said:
actually i dont know, you can try!! "make a back-up first"
Click to expand...
Click to collapse
Nice share mate it working good the only problem is that setting icons and few other things arent getting changed .! I will try to give you guys the screen shots tomorrow !

anshmiester78900 said:
Will this work on Chameloeon 3.0.1 ? As it is aosp themed?
Click to expand...
Click to collapse
Oh yeah it is working actually here is a theme that I missed
Sent from my GT-I9100 using Tapatalk 2

lovermed said:
Oh yeah it is working actually here is a theme that I missed
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
Mate can you please share the link ?

anshmiester78900 said:
Mate can you please share the link ?
Click to expand...
Click to collapse
Sorry man it's a paid theme I can't share it ..
Sent from my GT-I9100 using Tapatalk 2

lovermed said:
Sorry man it's a paid theme I can't share it ..
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
what clock weather widget are you using? looks awsome

anndrius said:
what clock weather widget are you using? looks awsome
Click to expand...
Click to collapse
It's a Tsf shell clock widget modded by me to match the theme
Sent from my GT-I9100 using Tapatalk 2

Please this Cobalt theme :
https://play.google.com/store/apps/details?id=com.dustinb.theme.cobalt&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5kdXN0aW5iLnRoZW1lLmNvYmFsdCJd
:good::good::good::good::good:

any themes for samsung stock 4.1 jellybean roms?

techhahn said:
any themes for samsung stock 4.1 jellybean roms?
Click to expand...
Click to collapse
follow the guide!

Are this work with other jelly bean touchwi
Sent from my SPH-D710 using xda premium

Flashed the Simplex to beans 19. Themed the framework backgrounds perfect, but only about 10 battery percentages. Switches back and forth all day.
Question: is this just due to the beta nature of the app, or was it compiled wrong? Just curious. Loving this.
Sent from my SCH-I605 using Tapatalk 4 Beta

Followed the guide but somehow things are not working.
Sent from my GT-I9100 using xda premium

My s2 I9100 is on note2mini rom.
I followed the guide carefully n sample theme also changed the battery icon..
Icon changer works fine but when I apply theme n soft reboot or reboot ,only the status bar icon changes n nothing else...
Plz guide me where im wrong..
Sent from my GT-I9100 using xda premium

Related

Infamous theme

I am running infamous ics and am hoping that someone will theme for it..can we get a themer?
Sent from my SGH-T989 using xda premium
+1
Isnt it based off LE1 just use a LE1 based theme it worked with the aosp theme
Sent from my SAMSUNG-SGH-T989 using xda premium
Guess I am the black sheep of the Devs... hence the name Infamous. Oh well.
casonswag said:
Isnt it based off LE1 just use a LE1 based theme it worked with the aosp theme
Sent from my SAMSUNG-SGH-T989 using xda premium
Click to expand...
Click to collapse
And yes for the most part.
Guys check out my temp thread for the aosp theme I have versions that should work with all other uvle1 based roms. Report back and let me know just make sure to download the right 1.
http://forum.xda-developers.com/showthread.php?t=1723073
With a rom as nice as this one i cant believe there areno themers....i can do without cause this rom rocks!!!!!
Sent from my SGH-T859 using xda premium
+1
titaneds73 said:
+1
Click to expand...
Click to collapse
*1
or will any ucle1 theme work with it?
kfox1087 said:
*1
or will any ucle1 theme work with it?
Click to expand...
Click to collapse
any input here?
I was testing Infamous 2.6.5 ROM and theme from "Only Infamous 2.5" section "AOSP LCK.BAT%.MOD".
The Infamous2.5 Theme works on Infamous 2.6.5 but the icons on the toggles bar didn't change.
AOSP ICS theme:
FYI, Color series "White" for Darkside.V7 seems to work with Infamous v2.6.5 ROM, same issue with icon toggles not changed:
[Theme] Color Series for Darkside Evolution3:
http://forum.xda-developers.com/showthread.php?t=1717558
Sent from my SGH-T989 w/DARKSIDE.EVOLUTION.3.v7 using XDA app.
KRZ-2pa said:
I was testing Infamous 2.6.5 ROM and theme from "Only Infamous 2.5" section "AOSP LCK.BAT%.MOD".
The Infamous2.5 Theme works on Infamous 2.6.5 but the icons on the toggles bar didn't change.
{
"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"
}
Sent from my SGH-T989 w/DARKSIDE.EVOLUTION.3.v7 using XDA app.
Click to expand...
Click to collapse
I've been out of town for the weekend but I should have the aosp theme updated for 2.6.5 sometime tomorrow along with the version in the second post of the thread for infamous too
Sent from my SGH-T989 using Tapatalk 2
I'm on the 2.5 theme also and it's quite good. The quickpanel settings app (toggles as mentioned) are still in green and the power menu is not all in blue (though the restart submenu is perfect). Otherwise, it looks great!
Edit - also the vibrate icon when silent is enabled is grey instead of blue (not sure if that's theme or rom).
Anyone willing to test my Touch0Color theme on this rom? Please PM me and i will send you a link.
Thanks.
KRZ-2pa said:
I was testing Infamous 2.6.5 ROM and theme from "Only Infamous 2.5" section "AOSP LCK.BAT%.MOD".
The Infamous2.5 Theme works on Infamous 2.6.5 but the icons on the toggles bar didn't change.
AOSP ICS theme:
FYI, Color series "White" for Darkside.V7 seems to work with Infamous v2.6.5 ROM, same issue with icon toggles not changed:
Sent from my SGH-T989 w/DARKSIDE.EVOLUTION.3.v7 using XDA app.
Click to expand...
Click to collapse
Could you post a like for that thread with that theme in it please.
KRZ-2pa said:
I was testing Infamous 2.6.5 ROM and theme from "Only Infamous 2.5" section "AOSP LCK.BAT%.MOD".
The Infamous2.5 Theme works on Infamous 2.6.5 but the icons on the toggles bar didn't change.
AOSP ICS theme:
FYI, Color series "White" for Darkside.V7 seems to work with Infamous v2.6.5 ROM, same issue with icon toggles not changed:
Sent from my SGH-T989 w/DARKSIDE.EVOLUTION.3.v7 using XDA app.
Click to expand...
Click to collapse
If you want the toggles to theme also, just download the zip file to your computer and open it with 7zip. then navigate to MORPH\system\framework\
Inside the framework folder will be a folder called Darkside-res.apk rename it to Infamous-res.apk now the zip will theme your toggles.
Also to avoid any other problems navigate to MORPH\system\app\SystemUI.apk\res
inside the res folder delete the resources.arsc file.
Now any of the color series themes should work on Infamous v2.6
DatBoiJeremy said:
Could you post a like for that thread with that theme in it please.
Click to expand...
Click to collapse
http://forum.xda-developers.com/show....php?t=1723073
^ That's the aosp theme for 2.5, but I'm on 2.65 and it works.
DatBoiJeremy said:
Could you post a like for that thread with that theme in it please.
Click to expand...
Click to collapse
[Theme] Color Series for Darkside Evolution3:
http://forum.xda-developers.com/showthread.php?t=1717558
Here's the White theme w/AOSP lockscreen, with the edits suggested by dillym34 thanks to him.
https://www.box.com/shared/5896f462ac9a0e0212ad
Sent from my SGH-T989 w/INFAMOUS.v2.6.5 w/Kernel.VENOM.V3-#5 using XDA app.
I have tried all of the touchocolor zips and none of them changed anything for me I even tried the dark side ones and they didn't take either did I miss something
dillym34 said:
If you want the toggles to theme also, just download the zip file to your computer and open it with 7zip. then navigate to MORPH\system\framework\
Inside the framework folder will be a folder called Darkside-res.apk rename it to Infamous-res.apk now the zip will theme your toggles.
Also to avoid any other problems navigate to MORPH\system\app\SystemUI.apk\res
inside the res folder delete the resources.arsc file.
Now any of the color series themes should work on Infamous v2.6
Click to expand...
Click to collapse
I open my toggles apk with 7 zip and hate to say that I do not see a MORPH folder. First let me confirm that I am working with the correct file. Filename "14toggleLE1-Blue.zip" .. I open that file with 7zip and have the following:
system/app containing "quickpanelsettings.apk" and "systemui.apk"
and
system/framework containing "lk95-res.apk"...
where did I go wrong??
sippinalizay said:
I open my toggles apk with 7 zip and hate to say that I do not see a MORPH folder. First let me confirm that I am working with the correct file. Filename "14toggleLE1-Blue.zip" .. I open that file with 7zip and have the following:
system/app containing "quickpanelsettings.apk" and "systemui.apk"
and
system/framework containing "lk95-res.apk"...
where did I go wrong??
Click to expand...
Click to collapse
I did not make that zip. You would have to extract the drawable-hdpi folder from ik95 apk the theme you want. And also the drawable-hdpi folder from the infamous.apk folder from the rom. Then replace the images from the rom apk with the one from the theme you want. Use 7zip to put the new drawable-hdpi folder into the infamous.apk and put it in the flashable zip file. Delete all other apk's from that zip before you flash it and it should change your toggles.
If that's to confusing post the theme you want and I can do it tonight.
Sent from my SGH-T989 using xda premium

:) lovejoy's any-mods (-:

LOVEJOY'S Any-MOD'S​---------------------------------------------------------------------------------------------------------
EDIT: 12/10/2012. ONLY REQUESTED MODS WILL BE MADE FROM NOW ON I will post all new mods in op and delete them a couple of days after a new rom release.
IF YOU DO NOT SEE A MOD YOU WANT THEN PLEASE POST A REQUEST IN THIS THREAD
please don't get offended if I decline a mod request as I am a very busy man. after all this isl about enjoying ourselves and I don't want it to become a chour
I am quite new to modding/theming (so go easy) but I have managed to put together a few mods and thought i would share. The install script was given to me by lichti & kufikugel so all credit goes to them for the install method, Most of my work includes other peoples images/scripts etc, all I am worthy of any credit for is the list below.
edited all .9.png's (trancparency etc)
resized & recoloured some Icons
edited some xml's ie. Battery percentage, lockscreen text colour etc
full red theme
full darkblue theme
other minor bits and bobs
and of course I put them all in the right places (I hope)
My mods will be in two sections.
section one will be named "base-mods" as these will be rom & rom-version specific and named after the relevant rom and version.
You will only be able to install these mods first (before any other mods) as they will install any chosen mods by installing a new framework-res.apk, SystemUI.apk, settings.apk or any combo of these apk's.
section two will be named "any-mods" as these will be able to be flashed on top of any other mods without erasing previous mods(these only swap things like images etc).
Always perform a backup before flashing any mods and install at your own risk. (ok that's my ass covered )
I will take requests but please be patient as things take me a little time. If you notice anything missing or wrong with any of my mods then please let me know and I will try to fix asap.
if any apps fc after install wipe cache & data for that app in settings/apps
-------------------------------------------------------------------------------
Install Method
1/ download all the mods you want.
2/ reboot into recovery (or use cwmr app)
3/ flash which ever base-mod you want (this must be flashed before any other mods)
4/ reboot into rom (this just makes sure all apks are installed prior to installing any-mods)
5/ reboot back to recovery
6/ flash all your any-mods in any order one after the other
7/ reboot rom
8/ ENJOY
-----------------------------------------------------------------------------
Back To Stock Mods
If at any point you get mixed up just flash the back to stock zip.
pa2.18-back-to-stock Link: https://dl.dropbox.com/u/75065013/any-mods/BASEMODS/pa2.18/PA-2.18-back-to-stock.zip
rasbean 10-10-back-to-stock Link: https://dl.dropbox.com/u/75065013/any-mods/BASEMODS/ras-10-10/ras-10-10-back-to-stock.zip
------------------------------------------------------------------------------
Base Mods
P.A Base Mods
pa2.1.6-fastglow-36dpinav Link: https://dl.dropbox.com/u/75065013/any-mods/BASEMODS/pa2.1.6/pa2.1.6-36dpi-fastglow.zip
pa2.1.6-red-base-mod Link: https://dl.dropbox.com/u/75065013/any-mods/BASEMODS/pa2.1.6/pa2.1.6-red-base-mod.zip
pa2.1.6-dark-blue-base-mod Link: https://dl.dropbox.com/u/75065013/any-mods/BASEMODS/pa2.1.6/pa2.1.6.base-mod-darkblue.zip
pa2.18-36dpi-navbar Link: https://dl.dropbox.com/u/75065013/any-mods/BASEMODS/pa2.18/pa2.18-36dpinav.zip
RasBean Base Mods
ras09-26-fastglow-36dpinav Link: https://dl.dropbox.com/u/75065013/any-mods/BASEMODS/rasbean26-09/rasbean-09-26-fastglow-36dpinav.zip
ras09-26-red-base-mod2v1 Link: https://dl.dropbox.com/u/75065013/an...me-base2v1.zip
ras09-26-36dpinav Link: https://dl.dropbox.com/u/75065013/any-mods/BASEMODS/rasbean26-09/rasbean-09-26-36dpinav.zip
ras09-26-32dpinav Link: https://dl.dropbox.com/u/75065013/any-mods/BASEMODS/rasbean26-09/rasbean-09-26-32dpinav.zip
ras10-10-red-base-mod0v1 Link: https://dl.dropbox.com/u/75065013/any-mods/BASEMODS/ras-10-10/ras-10-10-red-theme-base0v1.zip
more base mods will come
slimBean Base Mods
slim-2.6-dark-blue-base-mod
Link: https://dl.dropbox.com/u/75065013/a...an2.6/slimbean2.6-base-mod-darkblue-theme.zip
------------------------------------------------------------------------------
Any Mods
NEW-ANY-MODS
NEW-any-mod-75%-black-bg (no blue)
Link: https://dl.dropbox.com/u/75065013/any-mods/any-mods/NEW-75%-black-backgrounds.zip
NEW-any-mod-3D-blue-settings
Link: https://dl.dropbox.com/u/75065013/any-mods/any-mods/NEW-any-mod-3D-blue-settings.zip
NEW-any-mod-3D-power-lockscreen-toggles 0v2
Link: https://dl.dropbox.com/u/75065013/any-mods/any-mods/NEW-any-mod-3D-power-lockscreen-toggles0v2.zip
NEW-any-mod-spinners
Link: https://dl.dropbox.com/u/75065013/any-mods/any-mods/NEW-any-mod-blue-spinner-scrubber.zip
NEW-any-mod-darkblue-glowdot
Link: https://dl.dropbox.com/u/75065013/any-mods/any-mods/NEW-any-mod-darkblue-glowdots.zip
NEW-any-mod-darkblue-stock-navkeys
Link: https://dl.dropbox.com/u/75065013/any-mods/any-mods/NEW-any-mod-stock-darkblue-navkeys.zip
any-mod-blue-sys-batt-icons Link: https://dl.dropbox.com/u/75065013/any-mods/any-mods/any-mod-blue-sys-batt-icons.zip
any-mod-70%-transparent-bg's Link: https://dl.dropbox.com/u/75065013/any-mods/any-mods/any-mod-70%-backgrounds.zip
any-mod-blue-glowdots Link: https://dl.dropbox.com/u/75065013/any-mods/any-mods/any-mod-blue-glowdots.zip
any-mod-blue-spinner&scrubber Link: https://dl.dropbox.com/u/75065013/any-mods/any-mods/any-mod-blue-spinner-scrubber.zip
any-mod-blue-zen-navkeys Link: https://dl.dropbox.com/u/75065013/any-mods/any-mods/any-mod-blue-zen-nav.zip
any-mod-red-glow-dots Link: https://dl.dropbox.com/u/75065013/any-mods/any-mods/any-mod-red-glowdots.zip
any-mod-red-spinner&scrubber Link: https://dl.dropbox.com/u/75065013/any-mods/any-mods/any-mod-red-spinner-scrubber.zip
any-mod-red-zen-navkeys Link: https://dl.dropbox.com/u/75065013/any-mods/any-mods/any-mod-red-zen-nav.zip
any-mod-colour-weather Link: https://dl.dropbox.com/u/75065013/any-mods/any-mods/any-mod-colour-weather.zip
any-mod-colour-power-menu Link: https://dl.dropbox.com/u/75065013/any-mods/any-mods/any-mod-colour-power.zip
any-mod-colour-settings Link: https://dl.dropbox.com/u/75065013/any-mods/any-mods/any-mod-colour-settings0v1.zip
Any Mod themes
any-mod-full-red (flash red base mod first) Link: https://dl.dropbox.com/u/75065013/any-mods/any-mods/any-mod-red-theme.zip
any-mod-full-darkblue (slimbean only at the minute its the only base i have modded yet) all darkblue anymods are still ok for all roms
Any Battery Mods
these mods only work when installed with cwm recovery
any-mod block battery images Link: https://dl.dropbox.com/u/75065013/any-mods/anyJB-block-battery-pngs.zip
any-mod circular battery images Link: https://dl.dropbox.com/u/75065013/any-mods/anyJB-circular-battery-pngs.zip
any-mod CM9-circular battery images Link: https://dl.dropbox.com/u/75065013/any-mods/anyJB-cm9circular-battery-pngs.zip
any-mod Honeycomb battery images Link: https://dl.dropbox.com/u/75065013/any-mods/anyJB-Honycomb-battery-pngs.zip
Any mod bootanimation
JellyBean: https://dl.dropbox.com/u/75065013/any-mods/any-mods/any-mod-JB-bootanim.zip
PLEASE LINK ANY BOOTANIMATIONS YOU WANT IN A FLASHABLE ZIP I will package and post in OP above
------------------------------------------------------------------------------
------------------------------------------------------------------------------
CREDITS
lichti & fufikugel for the install script's (please thank them
Moles, Rascarlos & Krarvind for there awesome roms (again thank them
Basian Mile who I watch and respect massively for his modding knowledge
Lichti for help with the lockscreen mod, & fastglow
fufikugel for all his help
thanks to all the people who have given me advice and sorry if I missed you
-----------------------------------------------------------------------------------------------------------------------
Please hit thanks
Enjoy
Steve
darkblue
{
"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"
}
red
stock
Awesome work, really great looking tweaks.
Sent from my Galaxy Nexus using xda app-developers app
imo 70% looks better.
anyone want anything different?
Hello, thanks for your work.
Could you please make a mod for the lockscreen clock to make it blue, and the lockscreen dots blue would be sweet.
Thanks in advance.
lovejoy777 said:
saved for screen shots
Click to expand...
Click to collapse
Share the icon pack plz for launchers as well
Thanks
Sent from my Galaxy Nexus
hazimjaved said:
Share the icon pack plz for launchers as well
Thanks
Sent from my Galaxy Nexus
Click to expand...
Click to collapse
yorks blue ADW theme. there is also a yorks white theme.
im on ADWLauncher EX with hubs setup.
here is a thread about my hubs setup
link: http://forum.xda-developers.com/showthread.php?t=1716205
cheers
steve
drziddo said:
Hello, thanks for your work.
Could you please make a mod for the lockscreen clock to make it blue, and the lockscreen dots blue would be sweet.
Thanks in advance.
Click to expand...
Click to collapse
do you mean rasbean stock with only the blue lockscreen clock & blue dots?
lovejoy777 said:
do you mean rasbean stock with only the blue lockscreen clock & blue dots?
Click to expand...
Click to collapse
That is correct my friend.
I really love holo blue over black on this screen.
Actually I would like more black and blue, for example: everywhere LOL
Thanks again!
ok im on it i will have it ready in an hour or so as i have guests over at the min.
Sent from my Galaxy Nexus using xda premium
lovejoy777 said:
ok im on it i will have it ready in an hour or so as i have guests over at the min.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Thanks!
I'll be here drooling in the meantime...
uploading now
Sent from my Galaxy Nexus using xda premium
lovejoy777 said:
uploading now
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Waiting...
drziddo said:
Waiting...
Click to expand...
Click to collapse
here you go matey, let me know how it goes.
link: https://dl.dropbox.com/u/75065013/lovejoys-ras-stock-bluelockclock&unlockdots.zip
^^^^^^^^^^^^^^^^mod added to op^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lovejoy777 said:
here you go matey, let me know how it goes.
link: https://dl.dropbox.com/u/75065013/lovejoys-ras-stock-bluelockclock&unlockdots.zip
^^^^^^^^^^^^^^^^mod added to op^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Click to expand...
Click to collapse
Oh man, this is beautiful.
Can I ask for more?
Please make everything holo blue on the lock screen, like targets and date and owner info...
That would be so sweet!!!
And thanks again!!
drziddo said:
Oh man, this is beautiful.
Can I ask for more?
Please make everything holo blue on the lock screen, like targets and date and owner info...
That would be so sweet!!!
And thanks again!!
Click to expand...
Click to collapse
no probs, do you want blue toggle icons on notification bar aswell?
it will be tomorrow though as its late
edit: do you want the lockscreen clock centring?
lovejoy777 said:
no probs, do you want blue toggle icons on notification bar aswell?
it will be tomorrow though as its late
edit: do you want the lockscreen clock centring?
Click to expand...
Click to collapse
Sure br0, that would be awesome!!!
Also I am ready to beta test any time you want.
Just let me know.
And thanks, yes again.
I love that someone is taking the time to tweak rasbean. Could you do these mods in a red color? That would be fantastic.
Also not sure if this would be something you could do, or if it's something that would have to be implemented to the rom itself, but I would love to be able to change the nav keys. Such as getting rid of the recent apps button and adding a permanent menu and search button instead. Thank you for all your hard work!
Sent from my Galaxy Nexus using Tapatalk 2
what mods do you want in red?
lockclock & dots or all mods,
Sent from my Galaxy Nexus using xda premium
Would be great if all of them could be done in red.
Sent from my Galaxy Nexus using Tapatalk 2

[JKay][ThemeCollection]

This thread is a collection of all themes which are compatibel with the JKay Deluxe Framework. Due to major changes in the structure of the modified applications "normal" themes don't work here. The themes have to be made for JKay. Here you can find every theme wich will work with JKay.
Dream Themes
This one gives you many colors in an aroma installer. Many choises, many colors, many combinations. Perfect for everybody who likes colors
Screenshots:
official topic!
Downloads + Changelog:
Downloads:
Downloads in the official topic!
Changelog:
Changelog moved to the official topic!​
Click to expand...
Click to collapse
AOSP Theme
This is the AOSP theme from JKay modified by myself to work with the latest versions and adding some missing icons.
If you're using EMR2 flash only the Version with EMR2 in its name!! The other Version will cause a Bootloop!(The same for other users: only flash the version without EMR2 in its name!!
Screenshots:
{
"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"
}
Downloads + Changelog:
Downloads:
Downloads moved to the official topic!
Changelog:
Changelog moved to the official topic!​
Click to expand...
Click to collapse
Elegant Theme by ThilinaC
This theme will give you a great looking simple but elegant UI
Screenshots:
Downloads + Changelog:
Downloads and Changelog​
Click to expand...
Click to collapse
Red and Orange Theme:
This is my Red and Orange Theme. It is close to stock look but colored in red n orange. Perfect for all people who like those colors but want to keep a bit of the stock look!
Screenshots:
Changelog:
Changelog
Downloads:
Red_Theme__Jkay_VR_V.2.7_orange_text.zip
Red_Theme__Jkay_VR_V.2.7_orange_text_EMR2.zip​
Click to expand...
Click to collapse
RED ILLUSION
This one will theme your whole System in red color. Many things are modified to get a complete themed System.
Screenshots:
Downloads + Changelog:
Downloads and Changelog can be found in the official thread!​
Click to expand...
Click to collapse
DOMINATION
This awesome theme will turn your device in a completly AOSP looking one.
Screenshots:
Downloads + Changelog:
Download + Changelogs
MOD's for DOMINATION Theme:
MOD's and Add-ons​
Click to expand...
Click to collapse
REVOGLASS:
This one gives you a fancy blue themed UI.
Screenshots:
Downloads + Changelog
Downloads and the Changelog can be found in the official thread​
Click to expand...
Click to collapse
REVOPASSION
This theme gives you a fancy red themed UI.
Screenshots:
Downloads + Changelog:
Downloads + Changelogs can be found in the offical thread​
Click to expand...
Click to collapse
Red Jelly
This theme is a very red one. It's for all people who like a strong themed UI.
Screenshots:
Screenshots can be found HERE
Downloads + Changelog:
Downloads + Changelogs can be found in the official thread​
Click to expand...
Click to collapse
Kalagas Themes:
Kalagas ICS Mix:
This one gives you a ICS like theme with some great visual modifications.
Screenshots:
A slideshow with Screenshots can be found HERE
Downloads + Changelog:
Can be found in the official thread
Kalagas Mixed Theme:
The Mixed theme gives you, as the name says, a colorful and mixed Ui. Looks great for those who like a funky System.
Screenshots, Downloads + Changelogs:
can be found in the official thread
Kalagas Grayscale Theme:
This one will theme your device in shades of grey and add some nice new icons
Screenshots, Downloads + Changelogs:
can be found in the official thread​
Click to expand...
Click to collapse
Mad Theme by Sammy:​​​
This nice theme gives you a completly themed System. It's themed with nice looking decent icons,textes and its own bootanimation.
Screenshots, Downloads + Changelogs:
can be found in the official thread​
Click to expand...
Click to collapse
GS4 Theme:​​​
You wanna have the Galaxy S4 look on your S3? No problem with this one!
Screenshots:
Screenshots can be found >>HERE<<
Downloads + Changelog:
Downloads + Changelog can be found >>HERE<<
​
Click to expand...
Click to collapse
Illusion Themes:​​​
With this awesome theme chooser you can select you desired color for many many things via Aroma installer.. One file, many options and colors to choose from!
Screenshots:
Screenshots can be found >>HERE<<
Downloads + Changelog:
Downloads can be found >>HERE<<
Changelog can be found >>HERE<<
​
Click to expand...
Click to collapse
If I have forgotten a theme please post the Link and I'll update the OP with the missing themes!!
General questions about the themes can be posted here aswell.. For specific questions please go to the themes thread!
If this post helped you please press thanks ​
In this post you can find a short guide how to install the themes.
Installation of the themes:
Be careful you choose a theme which matches you JKay Framework Version! If you use an old theme on a new JKay release it could mess things up and you will end in a Bootloop!!
-Download the theme you want to install
-Boot into CWM
-install the theme with "install .zip"
-reboot
-enjoy​
Click to expand...
Click to collapse
Reserved 2
MotoMotos theme also works with Jkay
Wish Alexanders worked too
Are for odexed or deodexed? Thanks
Sorry that one I must have overseen I'll add it to the OP
Can anyone please give me the Link to the MotoMoto Thread? I'm not able to find it
@xatxin: They will work with odexed and deodexed roms. As long as you're using JKay Deluxe Framework! (The themes are usually VRThemes. That means only the things which are modified will be changed during the flash process. That means it doesn't matter weather odexed or deodexed )
Not a fan of jkay mods, but I'm willing to wait for your screenshots and show off what one can really do with it.
Kalagas theme for OMEGA ROM is also compatible I suppose?
Sent from my GT-I9300 using xda premium
orangerot. said:
Can anyone please give me the Link to the MotoMoto Thread? I'm not able to find it
@xatxin: They will work with odexed and deodexed roms. As long as you're using JKay Deluxe Framework! (The themes are usually VRThemes. That means only the things which are modified will be changed during the flash process. That means it doesn't matter weather odexed or deodexed )
Click to expand...
Click to collapse
here... http://forum.xda-developers.com/showthread.php?t=1844756
but I must say 1% battery mod will not work.
when I flash motomoto theme I always recruit jkay battery, then I flash over it other bat mods (jkay compatible of course)
Nico Job! Man but a suggestion domination theme is very out of date, so should state that, to avoid issues! Waiting for your moded aosp look
AW: [JKay][ThemeCollection]
Good job, keep up the good work orange.
Gesendet von meinem GT-I9300 mit Tapatalk 2
AW: [JKay][ThemeCollection]
Railius said:
Nico Job! Man but a suggestion domination theme is very out of date, so should state that, to avoid issues! Waiting for your moded aosp look
Click to expand...
Click to collapse
You're right.. I'll add a note as soon as I'm on the pc
Sent from my GT-I9300 using xda app-developers app
Hey orange,
Still waiting for EMR2.... Thank you for bringing different look to this awesome filmware.....
Sent from my GT-I9300 using Tapatalk 2
still no update for xxemr2?
AW: [JKay][ThemeCollection]
Emr2 will come in the evening I think
Sent from my GT-I9300 using xda app-developers app
any difference from the jkay aosp theme?
AW: [JKay][ThemeCollection]
alandd86 said:
any difference from the jkay aosp theme?
Click to expand...
Click to collapse
Yeah quiet a lot difference
With my theme you'll get a fully themed statusbar(all icons are blue) and the text colors of the notifications are colored in aosp blue too.
If you're a fan of transparency you'll get a fully transparent pull down drawer(toggles are transparent too now)
Screenshots will come in the evening. Then you'll see it on your own.
Or just flash it and see
Sent from my GT-I9300 using xda app-developers app
hello.which files are different between aosp xxemr2 and aosp non xxemr2?thank you and sorry for my bad english
hurray :victory: nice job!! :good::good::good:

[VRTheme][Transparent Touchwiz]

This theme will make your complete system transparent! Your Homescreen Wallpaper will be the background in all touchwiz apps. All PopUps are 50% transparent too!
About the Theme:
As mentioned above this theme will turn your system completly transparent!
While you have to change the background in the zip and reflash the whole theme if you want to change the background in existing themes, you'll get your Homescreen-Wallpaper as background in the apps with my Transparent Touchwiz! No need to reflash if you want a change
Currently Themed:
-PullDown-Drawer(Background, BrightnessSlider,Toggles)
-All PopUps!
-PhoneOptions-Dialog
-Settings
-Phone
-Contacts
-MusicPlayer
-Alarm
-VideoPlayer
-Email
-Some other apps which are using the touchwiz design, such as CPU Spy Plus,[...]​
Click to expand...
Click to collapse
Compatibility:
The theme is compatible with JKay Deluxe Framework and ANY other Rom without it!
Not Compatible with 4.2 Roms!!
If you're using TWRP this theme won't work as TWRP has some problems with the VRTheme Engine.. Please install CWM to flash this theme!!(I suggest you Philz Touch Recovery)
Please note that there's a version for EMR2 and all other firmwares!! Due to some huge changes in EMR2 themes for other firmawares are not compatible with it. For that reason there's a special EMR2 Version. If you flash it on an other firmware or vice versa you'll end up in a Bootloop!! ​
Click to expand...
Click to collapse
Screenshots:
Please ignore the blue text/statusbar! The screenshots are taken from my AOSP style theme.. Every color will remain white as on stock!! I'll add some more Screenshots soon(and with the stock colors)
{
"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"
}
Click to expand...
Click to collapse
If you found a bug please report it and I'll fix it as soon as possible!
If you have some suggestions what to theme tell me and I'll try to realize it!
If you like my theme please hit thanks and maybe buy me a beer ​
Click to expand...
Click to collapse
Credits:
-Team Villain for the Theme flasher!
-All people who helped me with issues​
Click to expand...
Click to collapse
..
Downloads:
Transparent Touchwiz v1.1
Transparent Touchwiz v1.0 (EMR2)
Transparency:
If you don't like the transparency like it's set now, here are some zips to change it. 100% Transparency will make it completly transparent while the 0% zip will restore the stock black background. The default in my theme is 75% transparent.
Transparency 100%
Transparency 75%
Transparency 50%
Transparency 25%
Transparency 0%(Stock black background)
​
Click to expand...
Click to collapse
..
Changelog:
v1.1
-updated to latest JKay -> No Error Message by Deluxe Settings any more.
​
Click to expand...
Click to collapse
Thank you very much!!!!
*--------------------------------------------*
* Sent from my ASUS TF300T using Tapatalk *
*--------------------------------------------*
AW: [VRTheme][Transparent Touchwiz]
No problem I'm glad you like it
Sent from my GT-I9300 using xda app-developers app
screenshots
could you post some more screenshots please? :good:
looks great
Continued from JKay topic...
Latest JKay, Omega 43.1 MB5, ant the CWM zip that you linked above.
after installed your mod the phone is stucked in a bootloop
Maybe the edited JKay notification LEd Colors caused the problem? I modded the array.xml, and the new framework-res file is only 22 mb instead of the original ~ 29
AW: [VRTheme][Transparent Touchwiz]
gasb00st said:
could you post some more screenshots please? :good:
looks great
Click to expand...
Click to collapse
Sure will add some more later..
rankesz said:
Continued from JKay topic...
Latest JKay, Omega 43.1 MB5, ant the CWM zip that you linked above.
after installed your mod the phone is stucked in a bootloop
Maybe the edited JKay notification LEd Colors caused the problem? I modded the array.xml, and the new framework-res file is only 22 mb instead of the original ~ 29
Click to expand...
Click to collapse
Just flashed it again to be sure and it worked again..
The modded array can't cause the problem as it gets overwritten..
Did you choose the version WITHOUT emr2 in its name? If not you have the explanation..
But maybe you broke the framework file while editing it.. Please reflash (original) jkay and afterwards my theme and report back.
Sent from my GT-I9300 using xda app-developers app
orangerot. said:
Sure will add some more later..
Just flashed it again to be sure and it worked again..
The modded array can't cause the problem as it gets overwritten..
Did you choose the version WITHOUT emr2 in its name? If not you have the explanation..
But maybe you broke the framework file while editing it.. Please reflash (original) jkay and afterwards my theme and report back.
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
Its ok, with the original jKay:good:
But then how can i edit the framework-res.apk, and recompile it to earn the same size?
AW: [VRTheme][Transparent Touchwiz]
I think you set the compression level wrong.. Which tool are you using?
Just for my understanding : with the unmodified jkay my theme works?
Sent from my GT-I9300 using xda app-developers app
orangerot. said:
I think you set the compression level wrong.. Which tool are you using?
Just for my understanding : with the unmodified jkay my theme works?
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
Just for my understanding : with the unmodified jkay my theme works?
Yes, it works
Im using the command line apktool.jar (1.5.2 if i remember) and this guide
AW: [VRTheme][Transparent Touchwiz]
Okay good, so not my fault please try it again using wanams apk manager.. But the modifying of your arrays will be lost after flashing my theme as it overwrites this file(LEDs will have jkays default color)
Sent from my GT-I9300 using xda app-developers app
Thank you very much.:thumbup:
................................................................................................
orangerot. said:
Okay good, so not my fault please try it again using wanams apk manager.. But the modifying of your arrays will be lost after flashing my theme as it overwrites this file(LEDs will have jkays default color)
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
If I ask you kindly and send my arrays file to you with the edited colors can you recompile for me to an update zip with your transparent mod?
AW: [VRTheme][Transparent Touchwiz]
sanjaykumar.sanjay69 said:
Thank you very much.:thumbup:
................................................................................................
Click to expand...
Click to collapse
I'm happy that you like it
rankesz said:
If I ask you kindly and send my arrays file to you with the edited colors can you recompile for me to an update zip with your transparent mod?
Click to expand...
Click to collapse
Yeah sure.. Just send it to me and I can Compile it for you
Sent from my GT-I9300 using xda app-developers app
To be sure the mod Working on latest omega rom v44.3?thanks!
egel1 said:
To be sure the mod Working on latest omega rom v44.3?thanks!
Click to expand...
Click to collapse
If it's either based on EMR2 or any other 4.1.2 rom yes.. On 4.2 it won't work I think.
orangerot. said:
I'm happy that you like it
Yeah sure.. Just send it to me and I can Compile it for you
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
private sent with the dropbox link:good:
rankesz said:
private sent with the dropbox link:good:
Click to expand...
Click to collapse
recompiled one sent to you with download-link and "flash instuctions"
orangerot. said:
If it's either based on EMR2 or any other 4.1.2 rom yes.. On 4.2 it won't work I think.
Click to expand...
Click to collapse
It does not work on Omega latest rom Or any version of 4.2!!
Too bad it was not say on the first page of the post,Anyway, thanks for sharing!

[THEME][GB][Updated May 27, 2013] Pelangi.UI for Galaxy W

PELANGI.UI THEME FOR GALAXY W​
{
"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"
}
Hello Community.....this theme is created from base LunarUI by R3D X , I ported and mixed with my theme.. so many improved in appearance to make it look different.
INDEX THREAD
1st Post : Requirements, Features, Changelogs & Credits
2nd Post : Screenshots, Download & How to Install​
REQUIREMENTS :
1. Stock ROM XXLM6 and XXLM8 (Deodexed Only)
2. Custom ROM :
- Black Notes Hybrid 2nd gen and the last page,
- Rebel ROM
- F.A.W ROM
- Bagux ROM
- Mutant ROM
- Gaming Rom Stable i8150XXLM8
- EZliciousand ROM
- Wapak ROM
- And others ROM with base XXLM6/XXML8
FEATURES :
holo style theme
ICS and Jelly bean mixed style on status bar
ICS transition animation
ICS popup dialogs with colored under line
ICS style setting's
Face unlock looks like "face unlock" from official ICS
CRT off animation
Extended power menu
Unlimited sms "no converting to mms"
Zipalign for better, faster and smoother
And more..
CHANGELOG :
Update : v2.0 (17/05/12)
- Redesaigned SystemUI
- Brightnees Setting on notification drawer
- Fixed text color on pop up font size on accesibility setting
- 14 toggles is included (not separated by an add-on)
- New MyFiles style
- Fixed setting button on notification drawer (now is auto close like Ice Dark S series)
- smaller toggle
- Fixed space on setting button and clear button notification drawer
Initial Release : v1.0 (12/12/12)
- Swipe to remove notificaton (Please follow the installation instructions for base ROM XXLM8 "Stock Deodex/Custom ROM)"
- Jelly bean colored status bar style
- JB/ICS recent Apps Style
- Colored Pop up line
- Setting shortcut on notification drawer
- Recent apps shortcut on notification drawer
- BIG photo when calling/BIG Caller id
- Divider like CM9/AOSP ICS
- And more like Ice Dark S v4.2
Credits and big thanks to :
- Team tw.UI
- R3D X
- DaXmax
- hansip87
- agmtpd
- Vertumus
- CM theme
- dcsms for statusbar greper app
- [Official Community] Galaxy Wonder GT - I8150 Indonesia
- XDA Forum and All XDA member
DOWNLOAD :
Pelangi.UI™ v2.0
ADD-ON :
1. Patch Swipe to remove notification for based ROM XXLM8
SCREENSHOT :
More Screenshots
HOW TO INSTALL :
Just apply via cwm, don't forget before installing, please wipe cache, wipe dalvik cache, reboot and enjoy...!!!
PLEASE READ THIS :
[About Swipe to remove notifications]
To user with ROM base of XXLM8 (Base System, not base band), please note this installation method :
1. Download the theme, Pelangi.UI v1.0.zip
2. Open theme using Winrar or 7zip
3. Go to framework folder, and delete framework.jar
4. Now install the theme
5. Reboot recovery in CWM
6. Download and install Swipe to remove notifications for base ROM XXLM8
7. For Base ROM XXLM6, Install it as normally
Please always backup before any flashing, because I am not responsible for any damage your device​
As always wonderful work my brother
I will make Theme Chooser like this theme
Will be easy, because I will take your icon
Hey brother
Btw what code for Magenta did you use?
Sent from my Xperia V using Tapatalk 2
Rizal Lovins said:
As always wonderful work my brother
I will make Theme Chooser like this theme
Will be easy, because I will take your icon
Hey brother
Btw what code for Magenta did you use?
Sent from my Xperia V using Tapatalk 2
Click to expand...
Click to collapse
Just decompile the SystemUI to see the magenta color, or check my pm.
By the way, here is lonely.... although pretty much the download.
Pretty soon I was heading to the Xperia (Maybe TX or SP). and when the time comes, I will start to develop. also continue to share with all devices
Thank you for your job.
Hey tahnk you for your work
I just wanted To ask if you tried cydia Substrate and winterboard for theming Roms. With winterboard u can apply cyanogenmod themes in any Rom. I think also in rooted stock Roms.
Thank you and keep workin on
naydin36 said:
Thank you for your job.
Click to expand...
Click to collapse
your welcome dude...
sinboy said:
Hey tahnk you for your work
I just wanted To ask if you tried cydia Substrate and winterboard for theming Roms. With winterboard u can apply cyanogenmod themes in any Rom. I think also in rooted stock Roms.
Thank you and keep workin on
Click to expand...
Click to collapse
thanks for your suggestion, I think the application is similar to Xposed framework mod that are here (XDA),,
Okay... I would consider it .. but now I'm focused on the theme chooser...
Really nice, thanks dude
More color more powerful ...nice
:thumbup:
Hi i like your touchwiz 5.0 theme also this theme...
can u make this theme for galaxy s plus...?
Sent from my GT-I9001 using xda premium
coliv_aja said:
Really nice, thanks dude
Click to expand...
Click to collapse
kyoshiro67 said:
More color more powerful ...nice
:thumbup:
Click to expand...
Click to collapse
thank...guys and you are welcome...
abhimukesh25 said:
Hi i like your touchwiz 5.0 theme also this theme...
can u make this theme for galaxy s plus...?
Sent from my GT-I9001 using xda premium
Click to expand...
Click to collapse
sure.. i can, but only the SystemUI (not the other apk file). because I don't have the device and it takes quite a long time. For now I don't have much time.. so just send me the framework-res.apk and SystemUI.apk (Make sure the Original Deodexed) from latest Gingerbread ROM or GB ROM are mostly used by your device.
Here is...
Framework. http://db.tt/AG79BP6X
Systemui. http://db.tt/Oe6oft2S
Please make s3 theme 1st....
Thanx in advance...
Sent from my GT-I9001 using xda premium
ibanez7 said:
thank...guys and you are welcome...
sure.. i can, but only the SystemUI (not the other apk file). because I don't have the device and it takes quite a long time. For now I don't have much time.. so just send me the framework-res.apk and SystemUI.apk (Make sure the Original Deodexed) from latest Gingerbread ROM or GB ROM are mostly used by your device.
Click to expand...
Click to collapse
Not forcing but can u made...?
Sent from my GT-I9001 using xda premium
this is life so colorful
nice one
really like it

Categories

Resources