**************************RXS Moonbreakers presents proudly**************************
![]()
Hi guys,
We (RXS DEV TEAMS) have ported many Xperia Themes to Cm11 before 4-5 months.
Now i will show you how to add quickly xperia stuffs(like Theming of Launcher,Widgets,Apps).I hope you like it
This method is only working with this Xperia Stuffs (we have configured all apps to cm based Rom)
Download Link
Xperia_Z3_Stuffs_for_Cm12_by_RXS_Moonbreakers.zip]Click me!!
How to make Colorful Xperia Launcher and add into your cm12 theme?
-Download a xperia theme from googleplay
Click
-Decompile it via apktool
-go to this place --->xperia_theme.apk/assests/com.sonyericsson.home.zip
-rename it from """com.sonyericsson.home.zip""" to """com.sonyericsson.home.apk"""
-And decompile it and copy all drawable dpi files(ex:drawable-hdpi,xdpi,xxhdpi,drawable-land xdpi...) to Cm12theme.apk/assets/overlays/com.sonyericsson.home(file name)
-Download this pack for cm12 and paste it to Cm12theme.apk/assets/overlays/com.sonyericsson.home(file name)
-go to res/values/colors.xml and configure it
<resources>
-Last go to res/values/dimens.xml
if you are using your hand without on screen button,dont change them.
if not; change this value from 0.0dip to 48.dip
-For Lockscreen and Homescreen wallpapers
Go to xperia_theme.apk/res/drawable-xhdpi or drawable-xxhdpi(choose one of them)
Copy three jpgs
Paste them Cm12theme.apk/assets/images and rename
-Done you have now colorful Xperia Launcher and drawer color will change according to your theme color
How to change color of Xperia Widgets according to your cm12 theme?
Clock Widgets
-Go to Cm12theme.apk/assets/overlays/com.sonyericsson.advancedwidget.clock
-Paste this pack into com.sonyericsson.advancedwidget.clock folder
-Go to com.sonyericsson.advancedwidget.clock/res/values/colors.xml and configure it
-Done.Color of Clock widgets changes according to your main color of cm12 theme
Music Widgets
-Go to Cm12theme.apk/assets/overlays/com.sonyericsson.advancedwidget.music
-Paste this pack into com.sonyericsson.advancedwidget.music
-Go to com.sonyericsson.advancedwidget.music/res/values/colors.xml and change it according to your theme
-Go to com.sonyericsson.advancedwidget.clock/res/drawable-xhdpi or drawable-xxhdpi
-Make colorizable all pngs according to your theme
-Done
Top Contacts
-Go to Cm12theme.apk/assets/overlays/com.sonymobile.advancedwidget.topcontacts
-Paste this pack into com.sonymobile.advancedwidget.topcontacts
-Go to com.sonymobile.advancedwidget.topcontacts/res/drawable-xxhdpi/
-Make colorizable all pngs according to your theme
-Done
How to change color of Xperia Keyboard according to your cm12 theme?
[HIDE]-Go to Cm12theme.apk/assets/overlays/com.sonyericsson.textinput.uxp
-Paste this pack into com.sonyericsson.textinput.uxp
-Go to com.sonyericsson.textinput.uxp/res/values/colors.xml and change it according to your theme
-Done
Credits
Ambor

Hi guys,
We (RXS DEV TEAMS) have ported many Xperia Themes to Cm11 before 4-5 months.
Now i will show you how to add quickly xperia stuffs(like Theming of Launcher,Widgets,Apps).I hope you like it
This method is only working with this Xperia Stuffs (we have configured all apps to cm based Rom)
Download Link
Xperia_Z3_Stuffs_for_Cm12_by_RXS_Moonbreakers.zip]Click me!!
How to make Colorful Xperia Launcher and add into your cm12 theme?
-Download a xperia theme from googleplay
Click
-Decompile it via apktool
-go to this place --->xperia_theme.apk/assests/com.sonyericsson.home.zip
-rename it from """com.sonyericsson.home.zip""" to """com.sonyericsson.home.apk"""
-And decompile it and copy all drawable dpi files(ex:drawable-hdpi,xdpi,xxhdpi,drawable-land xdpi...) to Cm12theme.apk/assets/overlays/com.sonyericsson.home(file name)
-Download this pack for cm12 and paste it to Cm12theme.apk/assets/overlays/com.sonyericsson.home(file name)
-go to res/values/colors.xml and configure it
<resources>
PHP Code:
<color name="apptray_drawer_text_color">#main color value of your theme</color>
<color name="apptray_drawer_badge_text_color">#ff000000</color>
</resources>
if you are using your hand without on screen button,dont change them.
if not; change this value from 0.0dip to 48.dip
PHP Code:
<dimen name="home_default_navigation_bar_offset">0.0dip</dimen>
Go to xperia_theme.apk/res/drawable-xhdpi or drawable-xxhdpi(choose one of them)
Copy three jpgs
PHP Code:
semc_theme_lockscreen_wallpaper
semc_theme_preview
semc_theme_wallpaper
PHP Code:
from "semc_theme_lockscreen_wallpaper" to "lockscreen_preview"
from "semc_theme_preview" to "styles_preview"
from "semc_theme_wallpaper" to "wallpaper_preview"
How to change color of Xperia Widgets according to your cm12 theme?
Clock Widgets
-Go to Cm12theme.apk/assets/overlays/com.sonyericsson.advancedwidget.clock
-Paste this pack into com.sonyericsson.advancedwidget.clock folder
-Go to com.sonyericsson.advancedwidget.clock/res/values/colors.xml and configure it
PHP Code:
<color name="accent_material_light">#main color value of your theme</color>
Music Widgets
-Go to Cm12theme.apk/assets/overlays/com.sonyericsson.advancedwidget.music
-Paste this pack into com.sonyericsson.advancedwidget.music
-Go to com.sonyericsson.advancedwidget.music/res/values/colors.xml and change it according to your theme
PHP Code:
<color name="light_theme_accent_addition">#main color value of your theme</color>
<color name="art_pane_title_text_color">#main color value of your theme</color>
-Make colorizable all pngs according to your theme
-Done
Top Contacts
-Go to Cm12theme.apk/assets/overlays/com.sonymobile.advancedwidget.topcontacts
-Paste this pack into com.sonymobile.advancedwidget.topcontacts
-Go to com.sonymobile.advancedwidget.topcontacts/res/drawable-xxhdpi/
-Make colorizable all pngs according to your theme
-Done
How to change color of Xperia Keyboard according to your cm12 theme?
[HIDE]-Go to Cm12theme.apk/assets/overlays/com.sonyericsson.textinput.uxp
-Paste this pack into com.sonyericsson.textinput.uxp
-Go to com.sonyericsson.textinput.uxp/res/values/colors.xml and change it according to your theme
PHP Code:
<color name="accent_color_default">#main color value of your theme</color>
<color name="privacy_policy_title">#main color value of your theme</color>
Credits
Ambor