[Guide][Jb]One minute porting Xperia themes 4.3[updated]

yash989

Senior Member
Sep 10, 2012
2,369
2,260
0
jodhpur

Code:
- Xperia L
- Rooted 
- z2 framework or revolution HD installed
- Mobile Apktool - http://forum.xda-developers.com/showthread.php?t=2659302
- Base theme -  https://docs.google.com/file/d/0BzOOJYPQkmXiU1oyNGdlZnN6MWc/edit?usp=docslist_api
- editing png and hex code - https://play.google.com/store/apps/details?_e_pi_=7%2CPAGE_ID10%2C4769775609
- hex code - http://repo.xposed.info/module/com.mohammadag.colouredstatusbar
First download ur Xperia theme which u want to port for download u can use playstore or many themes can get on xda cross device section

So let's start
Code:
1- after downloading base theme 
2- now decompile base theme system.apk with apktool 
3- than u will get decompile folder open it 
4 - and no go to values/color.xml and see the ss
[IMG]http://forum.xda-developers.com/picture.php?albumid=11313&pictureid=46153[/IMG]
1)the top one is accent color it should be always of 8 u can find it in tinted statusbar and edit the codes
2)the second line is approx background mine is white color If u want png than do this delete #ffffffff and add [user=3944923]@drawab[/user]le/apptray_drawer_background and add same png apptray_drawer_background.9.png in xxhdpi folder
3)it is the drawer text in mine it is dark green color u can change to urs for hex code use tinted statusbar
- save that file after editing
- now open values/drawables.xml and see the ss
[IMG]http://forum.xda-developers.com/picture.php?albumid=11313&pictureid=46154[/IMG]
1)the first one should be same as in colors.xml 
2) it's statusbar background I have kept default full transparent and if u want color u can add color also 
- now save and exit and open values/strings.xml
    <string name="semc_theme_title">Tri Flat</string>
change triflat to ur theme name
- now save and exit
- Open androidmainfest.xml search this
com.sonyericsson.TriFlat
and change triflat to ur theme name 
- now recompile the apk
- Open ur Xperia theme u want to port extract it's asset folder and res/xxhdpi
- and open the newly recompiled apk with winrar or X-plore
- now in assets/com.sonyericsson.home/res/copy all folders to newly decompiled res folder 
- now from assets/com.android.systemui/res/xxhdpi 
take extract this two pngs 
navigation_bar_transparent_background
and navigation_bar_transparent_background_land
rename them to 
navigation_bar_opaque_background
navigation_bar_opaque_background
-last step copying wallpapers open ur Xperia theme u want to port in res/xxhdpi extract it and resize 
semc_theme_wallpaper -480*854
semc_theme_lockscreen_wallpaper - 960*854 
 no need for semc_theme_preview and copy this three files in newly recompiled theme res/xhdpi folder
- half complete now go to second post
 
Last edited:

yash989

Senior Member
Sep 10, 2012
2,369
2,260
0
jodhpur
-now decompile base hktheme or xtheme.apk
-go to decompiled folder and delete values/public.xml
-now edit androidmainfest.xml
search saquib.themer.tri change tri to ur theme name
and than search for
android:label="TriflAt" and change triflat to ur name
- than recompile it(if error not a png than read png name and go to it directory and change it to jpg)
-now open Xperia theme u want to port extract it assets
-now open newly recompiled apk with winrar
- from assets/android.zip
open it and copy full res/xxhdpi folder to new recompiled res folder
- note u have to check in assets
if it has semc_bg.png and semc_bg_bright.png than u have to change it to semc_bg_dark_tile.png and semc_bg_light_tile.png
-now open assets/com.android.systemui and copy xxhdpi folder to newly decompiled apk res folder
- and last yash_opaque_status.png change this to ur theme color as it looks in official theme ss
like triflat orange,woody brown so they are different
-now sign the apk
-and install base hktheme or xtheme.apk normally
-and push base theme system.apk in system/app and reboot and apply and enjoy
 
Last edited:

Sparksys

Senior Member
Jul 22, 2012
1,181
290
0
One minute ha?

For me this needs 1 hour xD

Anyway great guide..will try it soon

Sent from my C2105 using XDA Premium 4 mobile app
 

Samuel Wankhede

Senior Member
Sep 30, 2014
149
60
0
24
Nagpur
perfect...

hey bro it worked prefectly....
And i was able to port in the first try...thanks bro..
But i have a thing to ask.....
How to add other files from assets..for example....settings,calendar,calculator etc.​