[MOD][APP][4.0+] XThemeEngine - Get CM's Theme Engine alike for Stock/Stock Based ROM - Sony Ericsson Xperia Mini, Mini Pro, Xperia Pro, A

I'm not the original author..
I just see that many people here still using stock ICS / stock ICS based ROM, so i decided to share it here
Original thread : http://forum.xda-developers.com/showthread.php?t=2240180
Click to expand...
Click to collapse
What is XThemeEngine?
XThemeEngine allows you to theme your device similar to how T-Mobile/CM10 Theme Engine. Install theme apk, activate theme from XThemeEngine app. Voila! Forget MetaMorph. Forget flashing zips.
XThemeEngine is powered by Xposed Framework by rovo89. You will be prompted to install if you haven't.
Install Instructions
Install Xposed Installer
Install Xposed Framework (from the Xposed Installer app)
Install XThemeEngine from the link at the bottom of this post
Activate the module in Xposed Installer app
Download SampleTheme (or create your theme!), activate through XThemeEngineApp
Enjoy!
Which device has XThemeEngine been tested on?
Galaxy Nexus (4.2 stock), Xperia V (JB Stock), Galaxy S3 (JB Stock), Galaxy Note 2 (JB Stock), Live with Walkman (ICS Stock).
Confirmed working by XDA members: Xperia U, Xperia P, Xperia T, Xperia TX, Galaxy S Duos, Lenovo A800, Ainol Novo Hero2, HP Touchpad 4.2.2, Cherry Mobile Flare / Karbonn A9+, L9, SIII, Optimus G, Motorola RAZR HD, Galaxy S Advance I9070, Xperia Sola, LG Motion 4G
Does not work: HTC One X(L) Stock, HTC One Stock
Theoretically, XThemeEngine should work with Android 4.0 and above. Only for ARM devices though. x86 devices are NOT supported. To learn more, read Xposed Framework FAQ.
This would further be limited depending on the theme selected (similar to CM10 theme engine). Do report the device you're using if it works for you too.
Current Limitations
Does not support ringtones/wallpapers
Avoid res/layout at the moment (despite supported)
res/values/styles.xml is NOT supported and may never be
XThemeEngine and Themes cannot be stored on external storage or /mnt/asec
Screenshot
Running ported MIUIv4.1 theme on my Xperia Live with Walkman with Zelly Cream ROM :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[IMGhttp://forum.xda-developers.com/attachment.php?attachmentid=1916309&stc=1&d=1367073978[/IMG]
Download
XThemeEngine beta4

How To Create Theme
Refer to https://github.com/ruqqq/SampleTheme for SampleTheme project. AndroidManifest.xml has all the info. Essentially, the theme format is 90% similar to CM10 Themes.
How To Port Themes from CM10
Steps
1. Decompile sampletheme.apk
2. Decompile your desired theme .apk
3. In sampletheme folder just delete "res" folder, replace it with the "res" folder from your desired theme.
4. Edit androidmanifest.xml and add the line below (before application tag)
Code:
<uses-permission android:name="sg.ruqqq.XThemeEngine.permission.SYSTEM_THEME" />
(Optional) You may also replace package="com.theme.name" with the ported theme name.
5. Build, sign. Thats it.
XThemeEngine-only Redirections
Unlike CM Themes which is made just for CM and it's cousins (AOKP etc.), XThemeEngine is made to support various devices. Hence there will be a problem of fragmentation for theme devs.
I implemented an extra functionality to workaround the fragmentation. This require you to add a new file: res/xml/xthemeengine_redirections.xml. This file works the same as res/xml/redirections.xml except with 3 new attributes: deviceManufacturer, deviceModel, deviceId. These attributes defines the condition for which device to do the redirections for. The attribute can have multiple values separated by commas.
Example:
Code:
<package-redirections android:name="com.android.systemui" android:resource="@xml/xthemeengine_com_android_systemui" android:minSdkVersion="16" deviceManufacturer="Sony" deviceModel="LT25i,LT29i,LT30p" deviceId="9.1.A.0.490,9.1.A.1.140" />
xthemeengine_com_android_systemui.xml will be loaded to theme com.android.systemui for Sony LT25i, LT29i, LT30p and only for the specific ROM versions. This way, I can theme status bar layouts for specific device without causing FCs.
FAQ
Why does the ported theme not look 100% as the original theme?
There are 2 reason for this. Firstly, as stated in the previous post, styles.xml is not working for XThemeEngine. Hence, the ported themes would not work 100%. For better success, port a theme which is closer to Holo styles (dark background, bright text). Second reason, which is the most common reason, is that the theme is made for CM10. CM10 is very close to AOSP while your device which is running stock rom only retain some parts of AOSP. The theme need to be properly ported (analyze your stock rom frameworks and redirect the proper files in your ported theme etc.) to fully support your device.
[/QUOTE]

I know about this,but what beauty is there to only ICONS themed in the rom?
I know this is beta(or alpha),but i think it is leading to a smackdown theme engine

I know about that too. Anyway thanks for sharing iiandskater, is good for people to become aware.:good:

is this working on your xperia mini?
when i apply a theme nothing changes.

Related

[MOD]Xperia NXT Theme system[ICS]

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

[ROM][JB] [4.1.2] Avatar ROM for Sony Xperia Mini (smultron)

The Avatar Team is proud to present:
Avatar ROM
CM based ROM for Sony Experia Mini (smultron)
Love the minimal feel of CM? Love the themeing capability of MIUI?
The Avatar team brings you, both combined in one ROM. Now enjoy beautiful MIUI themes on Cyanogen base.
{
"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"
}
​
Details:
Android JB - 4.1.2
CM10
Instructions:
If it's the first time flashing avatarrom or coming from another ROM
Install ClockworkMod Recovery.
Do a NANDroid backup of your current ROM from backup/restore menu.
Wipe Data/Factory Reset & Wipe cache partition
Flash the downloaded .zip file.
Install Gapps package.
Our Changes:
The platform for avatarrom as of now is CM10. The following components are changed on top CM10.
Status Bar
Toggles page to contain controls for toggles
Fixed memory leaks
Theme Chooser
Has an online theme server - head here and download cool MIUI converted themes.
Changed the layout
Added previews
Bazooka Launcher (market link)
Own launcher which is an enhanced version of Trebuchet (you can download this at the end of this post)
Enhanced theming by adding dockbar
Preview mode to edit workspaces
Messaging App
Changed message thread to make them themeable
Boot Animation
A beautiful boot animation - will be made themeable in upcoming versions
Settings
Changed statistics to point to Avatar statistics server
OTA updater - you can check for updates to Avatar right from your device
Changed to support Avatar ROMs
Support for Gapps - download latest Gapps package as an OTA update
Framework
Integrated with ACRA Error Reporter for system wide crashes
Lockscreen
Changed to make them themeable
Support for complex unlock gestures
Recent Changelog
02/02/2012
Performace improvement in launcher, lockscreen.
Bug fixes in frameworks and statusbar.
Fix for OOM (out of memory) issues when applying new themes.
Graphics fix for already existing themes
Partial Support for font theming
Download Avatar ROM Sony Experia Mini (smultron):
Link(Feb 02,2013)
Gapps
Videos:
Sample Video - checkout our MIUI style lockscreens, statusbar, messaging, etc and the smooth transition of themes:
Review by Phone tech kid
All Videos
Credits:
Cyanogen Team
Trebuchet launcher
MiUi Theme creators
If there are any errors let us know in the comments or file the bug at http://issues.avatarrom.com
You can find more information at http://www.avatarrom.com
Feature request page - https://avatarrom.uservoice.com/forums/193652-avatarrom-feature-request
Reserved.
Re: [ROM][JB] [4.1.2] Avatar ROM for Sony Experia Mini (smultron)
I can flash it on my XM rooted stock rom and kernel with locked bl?
Re: [ROM][JB] [4.1.2] Avatar ROM for Sony Experia Mini (smultron)
arvarobert said:
I can flash it on my XM rooted stock rom and kernel with locked bl?
Click to expand...
Click to collapse
No. You need an unlocked boot loader to flash JB.
Sent from my Xperia Mini Pro using xda premium
looks nice. for live walkman please...
if its stock based rom i can just swapped binries, but since its cm based i dont know what binary to change, dont want to kill my touchscreen
an0nym0us_ said:
looks nice. for live walkman please...
if its stock based rom i can just swapped binries, but since its cm based i dont know what binary to change, dont want to kill my touchscreen
Click to expand...
Click to collapse
i killed it wice a time!!
.
.
.
why u not make on thread for all mdpi?
i cant enter into the screen..it always say bazooka has stopped
and avatar rom has detected a crash
Try this thanks :cyclops:
Waiting for Screenshots !
Device : ST15i
ROM : Pureness v5
Kernel : Lupus v9
Selling ST15i. Getting LT26i
Anyone tested this to work on mini??
Working?
Not working?
akshay13071990 said:
i cant enter into the screen..it always say bazooka has stopped
and avatar rom has detected a crash
Click to expand...
Click to collapse
i have too
change launcher and system ui
same here (
bazooka has stopped :|
Sorry we will look into that. Does it happen always ?
If possible please send us the log report. We released the same ROM for Sony Xperia (nozomi) and it is working fine.
amiraDKcrysis said:
same here (
bazooka has stopped :|
Click to expand...
Click to collapse
bazooka has stopped
Bazooka has stopped..............
akshay13071990 said:
i cant enter into the screen..it always say bazooka has stopped
and avatar rom has detected a crash
Click to expand...
Click to collapse
Same here OP please do help...........................
I did the port to satsuma and have the same problems as the other guys. The bazooka problem was solved using another launcher, but systemUI keeps crashing. (and it's probably related, i don't know if anyone tried this, but also theme chooser fc's when launched)
is this rom dead or what?
never got chance to even try it. what a bummer.
Odp: [ROM][JB] [4.1.2] Avatar ROM for Sony Xperia Mini (smultron)
This rom is may be fixed.
Sent from my SK17i using xda app-developers app
No update?? or even fix?

[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:

[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

[THEME+MODULE] Sense6 Theme For Sense5 roms (BETA)

Hi !!! Everyone... Sorry for my Bad English. I have made Sense6 Theme for Sense 5 Roms. Basically I made this for my personal use. It is not completed yet (BETA)
But Still you can use this theme and have a taste of Sense6. I am not a Themer, So anyhow I am trying to understanding sense5 structure...
If anyone is interested for suggestions,tips,ideas,xmls,codes,etc are heartily invited..
REQUIREMENTS:
1. Sense 5 Rom with android 4.2.2
2. Xposed Module Installer
3. Root
4. TWRP Recovery
5. Flashable zip: Sense6 Theme.zip and Module : Sense6 Theme.apk
Click to expand...
Click to collapse
COMPATIBLE WITH:
Click to expand...
Click to collapse
** IF THIS THEME IS WORKING WITH INTERNATIONAL ROMS THEN REPORT ME **
ELEGANCIA 6.5.0 (AT&T)
Click to expand...
Click to collapse
BUGS: Nothing... if there then tell me...
Click to expand...
Click to collapse
How to use theme:
1. Download [MOD] Sense6 Theme and Sense6 Theme Module from attachments
2. Install Sense 6 Theme Module and Activate it in Xposed Installer
3. Open Sense6 Xposed Module and Select Your options then apply
4. Go to your Recovery and flash [MOD] Sense6 Theme
5. Restart and Voila Its working ...
Click to expand...
Click to collapse
DOWNLOAD LINK:
1. Download from Attachments
2. Mirror Link : Download Now
Click to expand...
Click to collapse
Addons
Here are some addons, Which you may like:
ADDONS:
1. Sense6 Fonts : This a flashable zip, So directly flash it in recovery
2. Sense 6 Whatsapp+ theme : This is not a flashable zip, so extract it, you will get sense6.xml file.
i. Open your Whatsapp, Then go to Plus menu
ii Then Go to More In Themes
iii. Click on Load.
iv. Select Sense6.xml File
v. If you don't like wallpaper, then open any chat. Go to menu, then change your wallpaper or simply select no wallpaper for material look
3. Tinted Status Bar : For Sense6 Tinted Status Bar
4. Smooth System ProgressBars
i. Actiavte It.
ii. Go to add more colors and select 1st color
iii. At hexcode type : ff31ab9f and apply it
iv. Apply and Restart
Click to expand...
Click to collapse
Screenshots
Here are some 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"
}
..
..
..
screenshots?
Matt
Here you go
https://www.dropbox.com/sh/wfv36gqbd8hcnnp/AABzDFp6ZajEHsui25iNPE8ha?dl=0
This is dropbox folder link, open it through web or app.
PS: I have completed ALPHA and fixed all the major bugs expecting minor 2-3 bugs. I have to upload ALPHA Flashable zip and xposed.
Last Version ??
veer.killerboy said:
Here you go
https://www.dropbox.com/sh/wfv36gqbd8hcnnp/AABzDFp6ZajEHsui25iNPE8ha?dl=0
This is dropbox folder link, open it through web or app.
PS: I have completed ALPHA and fixed all the major bugs expecting minor 2-3 bugs. I have to upload ALPHA Flashable zip and xposed.
Click to expand...
Click to collapse
Does we have the last version on dropbox for this Theme ?
It's not available there but I am going to upload it soon ...
Uninstalling?
How do you uninstall it and do you lose all your ringtones wallpapers etc..
Also can you explain how to flash the zip file please
INFO
eskimosound said:
How do you uninstall it and do you lose all your ringtones wallpapers etc..
Also can you explain how to flash the zip file please
Click to expand...
Click to collapse
For Unistalling the Theme just disable or unistall the Sense5 Module in Xposed Module App.
For installing Zip just flash it in recovery (it checked it on TWRP). Just remember to make a backup :just in case: .
Ok I've installed it, activated it. The apply button doesn't reboot the phone.
I've also tried to uninstall it but have got risidual icons in settings.
How do I uninstall the theme zip?
Hi there, so for me oh I have the international Rom Android Revolution HD, when applying anything from wall paper to ringtones the app would not reboot, so I manually soft booted it and the only icons that changed were the system icons. When uninstalling I am left with yhree or four sense 6 icons.
Am I going to have to boot a recovery or can I manually delete them?
And will you be able to sort it out in your Alpha?
Incovience for a Moment
eskimosound said:
Hi there, so for me oh I have the international Rom Android Revolution HD, when applying anything from wall paper to ringtones the app would not reboot, so I manually soft booted it and the only icons that changed were the system icons. When uninstalling I am left with yhree or four sense 6 icons.
Am I going to have to boot a recovery or can I manually delete them?
And will you be able to sort it out in your Alpha?
Click to expand...
Click to collapse
I never tried on ARHD, is it working fine on it? Well know I am going to upload BETA version.
Well here are explantation of modules and zip regarding this :
1. Module : It changes popup, buttons, fades, loading bar, windows, frames,etc It only Changes Default Android UI not sense UI.
2. Zip : It changes above things only for Sense UI.
So, its a difficult part for me to pack them in one as Android UI is different and Sense UI are different because there framework, resources files are different.
Well I dont have an Idea (lack of much knowledge regarding SENSEUI) to remove changes is SenseUI as it overides the HTC's apps. If anyone is able to tell something on this, please PM me.
Well BETA is going to be AIR soon...
icons?

Categories

Resources