[Guide][Mod][LP] Add A Custom Panel BG & Header Image In Your SystemUI - Z1 - Sony Cross-Device Development Themes and Apps

Hello Folks, You may saw Niaboc's Thread, Which Was about changing the already modified SystemUI Header Image not how to make it, So here i provide the guide for How to make this Mod, This Guide will work on Stock LP 5.0/5.1 / CM12-12.1 / AOSP LP / Any Stock SystemUI Like ROM.​
What You Need :
Knowledge About Decompiling/Compiling .
Photoshop / Any Image Editing Software .
Pressing Thanks & Sharing the guide with your Bros ( Yay :$ ).
Info :
Header : h.500 w.2000 .
Panel BG : h.2000 w.2000 .
There are 2 versions, One For Header only Modify, Two for Header & BG Modify.
How To :
Header Modify :
Design your Header image as above & Put it in Drawable/xxhdpi .
Open notification_header_bg.xml in Drawable folder .
Replace the content with :
HTML:
<?xml version="1.0" encoding="utf-8"?>
<ripple android:color="?android:colorControlHighlight"
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/custom_header" />
</ripple>
Compile & Sign .
Changing Quick Toggles BG May Cause Force-Close​Panel ( Quick Settings ) BG Modify :
Design your Panel BG image as above & Put it in Drawable/xxhdpi .
Open qs_background_primary.xml in Drawable folder .
Replace the content with :
HTML:
<?xml version="1.0" encoding="utf-8"?>
<inset android:insetTop="@dimen/notification_material_rounded_rect_radius_negative"
xmlns:android="http://schemas.android.com/apk/res/android">
<shape>
<solid android:drawable="@drawable/qs_bg" />
<corners android:radius="@dimen/notification_material_rounded_rect_radius" />
</shape>
</inset>
Compile & Sign.
Download :
Index For Z1 ( For Now ) - Press Me .
You Can either modify images in the SystemUI, Or Make an overlay, Check Niaboc's Guide, Don't forget to rename the image to be exact like the ones in SystemUI .​
Credits :
Niaboc for Inspiration .

Here's An Image From ZU - Version 1 ( Header Only ), Thanks Tristan For The Screenshot!
{
"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"
}

Next guide : Darky Theming! Theme almost every system app, and i will update it to tech you how to make your system fully darky .
Still writing & tested it already, just need a free time to write complete it .

Awesome guide RXS bro @abo hani ^^
Verstuurd vanaf mijn D6603 met Tapatalk

Woow
Thank you Bro
I was waiting you to make it for Z1 And you made it
Works great ???

abo hani said:
Next guide : Darky Theming! Theme almost every system app, and i will update it to tech you how to make your system fully darky .
Still writing & tested it already, just need a free time to write complete it .
Click to expand...
Click to collapse
good one & good news buddy.....:good::good::good:

abo hani said:
Next guide : Darky Theming! Theme almost every system app, and i will update it to tech you how to make your system fully darky .
Still writing & tested it already, just need a free time to write complete it .
Click to expand...
Click to collapse
Sweet, I was going to write one but I'll wait for yours, started adding info to my Xperia theming guide already.

abo hani said:
Next guide : Darky Theming! Theme almost every system app, and i will update it to tech you how to make your system fully darky .
Still writing & tested it already, just need a free time to write complete it .
Click to expand...
Click to collapse
Oh thanks a lot
We wait for darky theming :good:
Thanks before

Great and it looks nice on my Z3 ^^
Verstuurd vanaf mijn D6603 met Tapatalk

Great Guide Bro @abo hani [emoji106]
I play with this a little bit.
It looks Awesome [emoji2]
Thanks for all your great Guides.
Gesendet von meinem C6903 mit Tapatalk

Xperia M
I tried, but the background is transparent, could not solve. I followed every step, but cannot solve.
Plz, what I did wrong?
Attached the SystemUI, if you can take a look.
Tks in advance, sorry my bad english.
Xperia M2 D2306 5.1.1

Great guide.. waiting for your black guide bro

boyrock said:
I tried, but the background is transparent, could not solve. I followed every step, but cannot solve.
Plz, what I did wrong?
Attached the SystemUI, if you can take a look.
Tks in advance, sorry my bad english.
Xperia M2 D2306 5.1.1
Click to expand...
Click to collapse
For the background there's a problem, I've put a notice about it, gonna dig a bit to know .
jitz975 said:
Great guide.. waiting for your black guide bro
Click to expand...
Click to collapse
Thanks, glad you like it!
Pandemic said:
Great and it looks nice on my Z3 ^^
Verstuurd vanaf mijn D6603 met Tapatalk
Click to expand...
Click to collapse
xxx_sunnyboy_xxx said:
Great Guide Bro @abo hani [emoji106]
I play with this a little bit.
It looks Awesome [emoji2]
Thanks for all your great Guides.
Gesendet von meinem C6903 mit Tapatalk
Click to expand...
Click to collapse
XperienceD said:
Sweet, I was going to write one but I'll wait for yours, started adding info to my Xperia theming guide already.
Click to expand...
Click to collapse
Hamidreza2010 said:
Oh thanks a lot
We wait for darky theming :good:
Thanks before
Click to expand...
Click to collapse
whalesplaho said:
good one & good news buddy.....:good::good::good:
Click to expand...
Click to collapse
Darky guide almost completed, ETA : tomorrow.

boyrock said:
I tried, but the background is transparent, could not solve. I followed every step, but cannot solve.
Plz, what I did wrong?
Attached the SystemUI, if you can take a look.
Tks in advance, sorry my bad english.
Xperia M2 D2306 5.1.1
Click to expand...
Click to collapse
Same problem, hope will see fix soon
Thx for the guide :thumbup:

But in wifi list and blutooth seems working

abo hani said:
Next guide : Darky Theming! Theme almost every system app, and i will update it to tech you how to make your system fully darky .
Still writing & tested it already, just need a free time to write complete it .
Click to expand...
Click to collapse
Master Abo hani, can i change the background of the notification and make it to a drawable instead of color?
And is this the code of notification background located at res/drawable of systemUi
Thanks ?

Kran007 said:
Master Abo hani, can i change the background of the notification and make it to a drawable instead of color?
And is this the code of notification background located at res/drawable of systemUi
Thanks ?
Click to expand...
Click to collapse
replace android:color with android:drawable, replace " color/ " with " drawable/ ", and put your drawable.
Sent from my C6903 using Tapatalk

abo hani said:
replace android:color with android:drawable, replace " color/ " with " drawable/ ", and put your drawable.
Sent from my C6903 using Tapatalk
Click to expand...
Click to collapse
What size could be the drawble to be not pixelize, sir? Thanks in Advance is it ok to be 2000x500pi

Kran007 said:
What size could be the drawble to be not pixelize, sir? Thanks in Advance is it ok to be 2000x500pi
Click to expand...
Click to collapse
Same as Header width & height .

abo hani said:
Same as Header width & height .
Click to expand...
Click to collapse
Thanks. I will try hopefully it works ?

Related

[HOW TO] ☆ Transparent homescreen statusbar on JellyBean ☆ for themers and everyone

[HOW TO] ☆ Transparent homescreen statusbar on JellyBean ☆ for themers and everyone
{
"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"
}
SGNII JB THEMES ☆ SGSIII JB THEMES ☆ SGSIII ICS THEMES ☆ NEXUS PRIME JB THEME ☆ NEW CENTER CLOCK GUIDE ☆ JB TRANSPARENT STATUSBAR GUIDE
- - - - - - - - - - - -
​
Hi everyone!
Because it looks like we have practically ready for official release sammy JellyBean seems to me it's time to make our themes better
Here's a simple guide how to make homescreen statusbar transparent:
1. You should decompile SystemUI.apk
2. Open /SystemUI/res/layout/tw_super_status_bar.xml and change android:background to 100% transparent:
Code:
<com.android.systemui.statusbar.phone.StatusBarWindowView [B]android:background="#[COLOR="Red"]00000000[/COLOR]"[/B] android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">
3. Save /SystemUI/res/layout/tw_super_status_bar.xml
4. Open /SystemUI/res/values/drawables.xml and edit this line to get transparency you need, for example, 100% transparent:
Code:
<item type="drawable" name="status_bar_background">[B]#[COLOR="red"]00000000[/COLOR][/B]</item>
5. Save /SystemUI/res/values/drawables.xml
6. Recompile SystemUI.apk
Done... Now you have 100% transparent homescreen statusbar
A short hint:
#00000000 - 100% transparency
#3F000000 - 75% transparency
#7F000000 - 50% transparency
#BF000000 - 25% transparency
If you only need a ready-made statusbar you can find it here - [THEME][JB] 15 Toggle Buttons☆NEW Center Clock☆Transparent Statusbar☆and more
Enjoy! And if you have any questions, you can always ask me
If you like it you can always Rate (★★★★★) this Thread, Press Thanks button or simply buy me a beer! :good: and don't forget about credits
Maybe a stupi q, but the status bar is transparent only in home screen and not in apps?
Thx for a great guide.
Perka said:
Maybe a stupi q, but the status bar is transparent only in home screen and not in apps?
Thx for a great guide.
Click to expand...
Click to collapse
Yes in this case but to be honest it's better on my opinion because it was very ugly on ICS.
Nice! Will try to do this when (if ) I have time .
raubkatze said:
Yes in this case but to be honest it's better on my opinion because it was very ugly on ICS.
Click to expand...
Click to collapse
Yea looks kinda crappy in some apps, but in home screen its really nice
Thx for this, might use it in my jb rom later on if that is ok? Ofc credit and link to this thread will be posted.
Perka said:
Yea looks kinda crappy in some apps, but in home screen its really nice
Thx for this, might use it in my jb rom later on if that is ok? Ofc credit and link to this thread will be posted.
Click to expand...
Click to collapse
Of course It was shared for everyone
What about transparent notification pull down background? I cannot find the code to do this.
David Dee said:
What about transparent notification pull down background? I cannot find the code to do this.
Click to expand...
Click to collapse
You should change background source in tw_status_bar_expanded.xml, it could be android:background="@drawable/new_bg" for example, then add new_bg.png in /SystemUI/res/drawable-xhdpi and recompile SystemUI.apk
raubkatze said:
You should change background source in tw_status_bar_expanded.xml, it could be android:background="@drawable/new_bg" for example, then add new_bg.png in /SystemUI/res/drawable-xhdpi and recompile SystemUI.apk
Click to expand...
Click to collapse
Perfect, thanks! I was thrown off with the removal of tw_status_bar_tracking.xml in JB.
David Dee said:
Perfect, thanks! I was thrown off with the removal of tw_status_bar_tracking.xml in JB.
Click to expand...
Click to collapse
You're welcome! And in this case you can change background on the fly like in my MODs - http://forum.xda-developers.com/showthread.php?t=1840290
As always, perfect work my friend! :highfive:
Gesendet von meinem GT-I9300 mit Tapatalk 2
lichti1901 said:
As always, perfect work my friend! :highfive:
Gesendet von meinem GT-I9300 mit Tapatalk 2
Click to expand...
Click to collapse
Thanks my friend for your opinion!
Thanks for 100% trick transparent trick.
OK,
I've decomplied the systemui from cm10 (jellybean) and do not have the tw_super_status_bar.xml file. There is a super_status_bar.xml
There is no /SystemUI/res/values/drawables.xml ...there isn't even the values directory.
What are you guys using to edit these .xml's? I've got like wordpad++ and an actual .xml editor but its still all garbled.
Or is getting a transparent statusbar on CM10 just not happening?
btw I have a USCC S3, I understand this thread is for the international model.
If this solution isn't going to work for me, any where I can look to figure out how to do this?
Thanks everyone for your patience and help.
Am I wrong in saying that CM10 is jellybean?
apristel said:
OK,
I've decomplied the systemui from cm10 (jellybean) and do not have the tw_super_status_bar.xml file. There is a super_status_bar.xml
There is no /SystemUI/res/values/drawables.xml ...there isn't even the values directory.
What are you guys using to edit these .xml's? I've got like wordpad++ and an actual .xml editor but its still all garbled.
Or is getting a transparent statusbar on CM10 just not happening?
btw I have a USCC S3, I understand this thread is for the international model.
If this solution isn't going to work for me, any where I can look to figure out how to do this?
Thanks everyone for your patience and help.
Am I wrong in saying that CM10 is jellybean?
Click to expand...
Click to collapse
Yes, there is no tw_super_status_bar.xml in CM10 because it is not sammy based rom. You can try to edit super_status_bar.xml.
Do you quite understand what "decompile" means? You should use apktool to decompile .apk file.
raubkatze said:
Yes, there is no tw_super_status_bar.xml in CM10 because it is not sammy based rom. You can try to edit super_status_bar.xml.
Do you quite understand what "decompile" means? You should use apktool to decompile .apk file.
Click to expand...
Click to collapse
Well I can't get it apktool to work properly. This is really irritating. Can you tell me which java verison(s) I need to make apktool work?
OR I could just send you the .apk and you can give it a shot for me. Probably would take you 10 seconds!
Please help a brother out!
I've uploaded the systemui.apk to my server
http://www.asecomputerrepair.com/s3/SystemUI.apk
THANKS.
apristel said:
Well I can't get it apktool to work properly. This is really irritating. Can you tell me which java verison(s) I need to make apktool work?
OR I could just send you the .apk and you can give it a shot for me. Probably would take you 10 seconds!
Please help a brother out!
I've uploaded the systemui.apk to my server
http://www.asecomputerrepair.com/s3/SystemUI.apk
THANKS.
Click to expand...
Click to collapse
I can't help you because I'm not near my Mac now.
There are a lot of guides on XDA how apktool use. What about requirements - http://code.google.com/p/android-apktool/
raubkatze said:
I can't help you because I'm not near my Mac now.
There are a lot of guides on XDA how apktool use. What about requirements - http://code.google.com/p/android-apktool/
Click to expand...
Click to collapse
Weird, I have all the stuff installed already.
I just can't get apktool to work. fml.
Thanks for your help.
apristel said:
Weird, I have all the stuff installed already.
I just can't get apktool to work. fml.
Thanks for your help.
Click to expand...
Click to collapse
Btw have a look at this - http://forum.xda-developers.com/showthread.php?p=28366939
raubkatze said:
Btw have a look at this - http://forum.xda-developers.com/showthread.php?p=28366939
Click to expand...
Click to collapse
Yeah I saw that...
Code:
C:\a>apktool d framework-res.apk
I: Loading resource table...
W: Config flags size > 32. Exceeding bytes: 0000D002.
W: Invalid config flags detected. Dropping resources: dimen-v13-ERR0
W: Config flags size > 32. Exceeding bytes: -3FFD0000.
W: Invalid config flags detected. Dropping resources: dimen-v13-ERR1
Exception in thread "main" brut.androlib.AndrolibException: Multiple resources: spec=0x01050001 dimen/thumbnail_height, config=-v13
at brut.androlib.res.data.ResConfig.addResource(ResConfig.java:65)
at brut.androlib.res.data.ResConfig.addResource(ResConfig.java:58)
at brut.androlib.res.decoder.ARSCDecoder.readEntry(ARSCDecoder.java:196)
at brut.androlib.res.decoder.ARSCDecoder.readConfig(ARSCDecoder.java:165)
at brut.androlib.res.decoder.ARSCDecoder.readType(ARSCDecoder.java:130)
at brut.androlib.res.decoder.ARSCDecoder.readPackage(ARSCDecoder.java:105)
at brut.androlib.res.decoder.ARSCDecoder.readTable(ARSCDecoder.java:82)
at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:48)
at brut.androlib.res.AndrolibResources.getResPackagesFromApk(AndrolibResources.java:315)
at brut.androlib.res.AndrolibResources.loadMainPkg(AndrolibResources.java:50)
at brut.androlib.res.AndrolibResources.getResTable(AndrolibResources.java:43)
at brut.androlib.Androlib.getResTable(Androlib.java:44)
at brut.androlib.ApkDecoder.getResTable(ApkDecoder.java:148)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:98)
at brut.apktool.Main.cmdDecode(Main.java:120)
at brut.apktool.Main.main(Main.java:57)
is what I get.
I'm done for the night. Thanks for your help.
If you ever get a chance to look at the one i sent you let me know. its from the 9.15.12 cm nightly for the USCC s3
adampristel @ gmail.com on gtalk if you can get a look at it.
thanks

[Guide][LP] Theme Your Xperia SystemUI To AOSP Style | Newbies Welcome! 27/11

Please welcome my "may" most asked guide, And it's How To Theme Your Xperia SystemUI To AOSP Style.
Do Not Use My Files In Your Theme, Re-Theme, Re-Base, Re-Clone, Those Files For Personal Use ONLY .
I've Designed Toggles Icons Using Material Concept, Modded VectorType Drawables files, and Make it Bugs Free .
Downloading The Files Means You Accept On These Rules .​
AOSP Means :
SystemBar Icons: Battery / Signal / WiFi / Indicators .
Toggles : All Of Them .
Navbar Buttons: Back / Home / Recent Apps .
How To :
Download & Un-Zip .
Copy & Paste Intro Your SystemUI/res path .
Recompile .
Sign, Push to System .
Download :
V3 - Press Me, Select " Guide Files " .
Fixed a lot of visual bugs & Updated Navbar icons size .​Preview :
{
"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"
}
Here's The Tutorial boys, gonna make a lot of these.. for now i won't be free to requests, i have exams to do, will be free in 4-5 days .
Don't forget the Thanks button!
good job buddy..... thumbsup!!
please can yhu provide me a battery like in yur screenshot but in a slant form ( i mean horizontal) like tha one in tha attachment! thanks.
whalesplaho said:
good job buddy..... thumbsup!!
please can yhu provide me a battery like in yur screenshot but in a slant form ( i mean horizontal) like tha one in tha attachment! thanks.
Click to expand...
Click to collapse
Just modify the " percentage " icon.
I installed the APK from your website accidentally but I can't access the UI anymore.
I get passed the lock screen, but then the UI crashes and returnes me to the lock screen again.
Is there something I could do? Do you have the original System UI for Xperia Z3 that I can flash from recovery?
Thank you very much!
Oxoacid said:
I installed the APK from your website accidentally but I can't access the UI anymore.
I get passed the lock screen, but then the UI crashes and returnes me to the lock screen again.
Is there something I could do? Do you have the original System UI for Xperia Z3 that I can flash from recovery?
Thank you very much!
Click to expand...
Click to collapse
Did you sign it ?
Did you put the correct permissions ?
I have a modded stock SystemUI to AOSP Style, check it out here : thinkdroid.net/abohani/index/aospsystemui/
abo hani said:
Just modify the " percentage " icon.
Click to expand...
Click to collapse
i need help on dat please.....
supports D6633?
Replacing the apk from system with the Apk from the OP and changing the permissions didn't work.
Tried to just do a normal install and it didn't work(doesn't install) either.
Had to go back to the stock SystemUI.apk.
Would you be releasing a SystemUI.apk for stock D6603 for the .232 firmware anytime soon?
ombheembush said:
Replacing the apk from system with the Apk from the OP and changing the permissions didn't work.
Tried to just do a normal install and it didn't work(doesn't install) either.
Had to go back to the stock SystemUI.apk.
Would you be releasing a SystemUI.apk for stock D6603 for the .232 firmware anytime soon?
Click to expand...
Click to collapse
Here's : http://thinkdroid.net/abohani/index/aospsystemui/
But, you may need SuperUserMod to make it work i think.
toledo22 said:
supports D6633?
Click to expand...
Click to collapse
Support Every device running LP .
whalesplaho said:
i need help on dat please.....
Click to expand...
Click to collapse
It's a drawable can be found in your drawable-yourdpi folder .
abo hani said:
Here's : http://thinkdroid.net/abohani/index/aospsystemui/
But, you may need SuperUserMod to make it work i think.
Support Every device running LP .
It's a drawable can be found in your drawable-yourdpi folder .
Click to expand...
Click to collapse
okay brov...... thanks!
thanks,I need it
Hi there i followed your instruction but my battry and quick settings toggels were not changed. Any idea what is wrong ?
Take a look at my screenshots.
Im on .232 fw my device z3c D5833
ronniem88 said:
Hi there i followed your instruction but my battry and quick settings toggels were not changed. Any idea what is wrong ?
Take a look at my screenshots.
Im on .232 fw my device z3c D5833
Click to expand...
Click to collapse
Battery in % mode won't change, you need to modify the icon in your SystemUI .
for WiFi Quick toggle, check for it, you might see it as " qs_wifi " or " ic_qs_wifi " something like this, just find it and replace it with mine ( duplicate mine and rename it to the new name ) .
abo hani said:
Battery in % mode won't change, you need to modify the icon in your SystemUI .
for WiFi Quick toggle, check for it, you might see it as " qs_wifi " or " ic_qs_wifi " something like this, just find it and replace it with mine ( duplicate mine and rename it to the new name ) .
Click to expand...
Click to collapse
thank you so much for reply.
for battery icon i had removed percent sign but still its showing stock icon. i dont whats wrong.
and for the quick settings toggels i will change it as you said. then get back to you.
ronniem88 said:
thank you so much for reply.
for battery icon i had removed percent sign but still its showing stock icon. i dont whats wrong.
and for the quick settings toggels i will change it as you said. then get back to you.
Click to expand...
Click to collapse
There are 3 % icons, check them & check for drawables in res/drawable folder they might started to use VectorType images instead of existing images.
Updated! fixed a lot of visual bugs & re-sized navbar icons .
Don't forget, Personal use ONLY, For my lovely Xperience Material Themes, You gonna get the new update approx tomorrow .
@abo hani
Thank you very much for your help. Could you please match the colour and opacity of the stock ic_qs_wifi_disabled.png? I have attached both PNGs, please change it so your mod can be even better as when the WiFi toggle is off, the colour appears different than the rest.
Many thanks
masteriori said:
@abo hani
Thank you very much for your help. Could you please match the colour and opacity of the stock ic_qs_wifi_disabled.png? I have attached both PNGs, please change it so your mod can be even better as when the WiFi toggle is off, the colour appears different than the rest.
Many thanks
Click to expand...
Click to collapse
Edited, check the attachments .. i'm gonna make the changes for the rest .

[Guide][Mod] Settings With Colored Background | Z1/Z2 | Newbies Come Here

Hello folks, Saw this Mod and got requested to make a guide for it, So here we are!. It's an easy job to make ( 1 minute job ), And you will get a colored Settings background according to active theme.
What You Need :
Root - To Install The Modded Settings .
PC & APKTOOL Knowledge .
Xperia Device With Stock LP .
Info :
There are 2 versions, V1: Colored BG In Settings & In-Sections, V2: Only Colored BG In Settings & NO In-Sections Colored BG.
You Can Modify the color code from " primary_dark " to " accent " .
How To Theme :
Decompile Settings.apk .
Navigate To Settings/res/layout/dashboard_category.xml
Check First Line, Make the android:background like this :
HTML:
android:background="@android:color/somc_color_primary_dark"
Now you have Settings BG According to active theme.
Navigate to Settings/res/values/styles.xml
Search for " name="Theme.SettingsBase" ", Delete the " / " in the last .
Add these lines below it :
HTML:
<item name="android:colorBackground">@android:color/somc_color_primary_dark</item>
</style>
Now you have In-Sections BG According to active theme.
Compile & Sign.
Press Thanks & Share the guide with your bros .
Downloads :
Index For The Mods - Press Me .
Note : Only Z1 is added, Post your settings & device & ROM info to make it for you .
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"
}
Excellent!!
Running smoothly z1 LL :thumbup:
Another Great Mod:good:
gamzekal said:
Another Great Mod:good:
Click to expand...
Click to collapse
Saenz94 said:
Excellent!!
Running smoothly z1 LL :thumbup:
Click to expand...
Click to collapse
Glad you like it
I share my settings app bro, plase make it for me, I use eXzistenZ and I have Xperia™ Z2. I know you don't support for eXzistenZ but can't you make this for me?
Settings&Framework_Xperia™ Z2_EXzistenZ_v4.0.0
Bro how can we do settings background changing with theme default background picture like this? ( Like kitkat...)
Mazellat said:
I share my settings app bro, plase make it for me, I use eXzistenZ and I have Xperia™ Z2. I know you don't support for eXzistenZ but can't you make this for me?
Settings&Framework_Xperia™ Z2_EXzistenZ_v4.0.0
Bro how can we do settings background changing with theme default background picture like this? ( Like kitkat...)
Click to expand...
Click to collapse
Gonna make it, for According to theme drawable, replace the line with this :
<item name="colorBackground">@android:drawable/semc_theme_lockscreen_wallpaper</item>
thanks for this Guide
bigupd brov.... yhu made it again!
Thanks for that guide, but i have something to ask you, i try theme my settings but i have some text in Black color How can i change it? See the Ss
Nice Tut sir, thanks. Works perfectly on my ZL ?
dark90 said:
Thanks for that guide, but i have something to ask you, i try theme my settings but i have some text in Black color How can i change it? See the Ss
Click to expand...
Click to collapse
Wait until the evening, I'm gonna publish the most requested guide .
Can somebody make this for me with theme wallpaper background? I have no PC I can't do it....
Here is my settings and framework,Xperia Z2: Xperia™ Z2_Settings&Framework_eXzistenZ v4.2.5
@abo hani
abo hani said:
Gonna make it, for According to theme drawable, replace the line with this :
<item name="colorBackground">@android:drawable/semc_theme_lockscreen_wallpaper</item>
Click to expand...
Click to collapse
I tried it but get error when recompile Settings.apk
Mazellat said:
I share my settings app bro, plase make it for me, I use eXzistenZ and I have Xperia™ Z2. I know you don't support for eXzistenZ but can't you make this for me?
Settings&Framework_Xperia™ Z2_EXzistenZ_v4.0.0
Bro how can we do settings background changing with theme default background picture like this? ( Like kitkat...)/QUOTE]
I'm very sorry for the late, i formatted my PC got a DNS Locker virus.
Gonna provide According to accent & according to theme wallpaper Mods for you
baris27 said:
I tried it but get error when recompile Settings.apk
Click to expand...
Click to collapse
What's the error please ?
Click to expand...
Click to collapse
@Mazellat
How you uploaded on zippyshare then without a pc ?
Or you can wait bro till you have a pc ^^
Verstuurd vanaf mijn D6603 met Tapatalk
Pandemic said:
@Mazellat
How you uploaded on zippyshare then without a pc ?
Or you can wait bro till you have a pc ^^
Verstuurd vanaf mijn D6603 met Tapatalk
Click to expand...
Click to collapse
The link was uploaded 5 days ago, he posted it on my previous thread ( Theming guide ) .
Mazellat said:
Can somebody make this for me with theme wallpaper background? I have no PC I can't do it....
Here is my settings and framework,Xperia Z2: Xperia™ Z2_Settings&Framework_eXzistenZ v4.2.5
@abo hani
Click to expand...
Click to collapse
XZ2 eXzistenZ Version uploaded, V1 & V2.
For According to theme wallpaper, please provide me the Settings from kitkat, because my way is hard, the simple code changing didn't work.
abo hani said:
The link was uploaded 5 days ago, he posted it on my previous thread ( Theming guide ) .
XZ2 eXzistenZ Version uploaded, V1 & V2.
For According to theme wallpaper, please provide me the Settings from kitkat, because my way is hard, the simple code changing didn't work.
Click to expand...
Click to collapse
Thank you very very much bro you are very helpfull Man
---------- Post added at 06:30 PM ---------- Previous post was at 06:28 PM ----------
Pandemic said:
@Mazellat
How you uploaded on zippyshare then without a pc ?
Or you can wait bro till you have a pc ^^
Verstuurd vanaf mijn D6603 met Tapatalk
Click to expand...
Click to collapse
You can upload any file without a pc, if you have a smart phone like Z2
---------- Post added at 06:43 PM ---------- Previous post was at 06:30 PM ----------
@abo hani Report for you bro. I tried two versions but they changed only background color, didn't change according to theme background wallpaper...
Very nice ! Thanks
Mazellat said:
Thank you very very much bro you are very helpfull Man
---------- Post added at 06:30 PM ---------- Previous post was at 06:28 PM ----------
You can upload any file without a pc, if you have a smart phone like Z2
---------- Post added at 06:43 PM ---------- Previous post was at 06:30 PM ----------
@abo hani Report for you bro. I tried two versions but they changed only background color, didn't change according to theme background wallpaper...
Click to expand...
Click to collapse
Changing according to wallpapers is complicated a bit, i need the Settings that support according to theme wallpaper changing so i can know how to add the support.
@abo hani
recompiling error:
somc_color_accent - no resource found
btw tested black background, but my font is black too, so ...... black font on black background does not make sense
is there a way to change the standard font color from black to white?

[Overlays] Battery Icons Collection - AOSP/Sense/Galaxy/Black&White | No % Mode

Hello folks!, Here's my Overlays Collection for Batteries Icons, Which will be updated, And i will add more new icons soon!​
Useful Links :
What Is Overlay ? .
Full AOSP SystemUI
Info :
Collection Sets : AOSP / Sense / Galaxy / Black & White
WiFi/Signal Icons Will Be In A Different Thread .
This Will Change ONLY Battery Icons Without % Mod.
You May See Extra Small Gap, Thank Sony for making a gappy SystemUI ( it's not overlay related bug ) .
How To Install :
Download & Move to system/vendor/overlay .
Reboot.
Disable % from Settings/Personalization/System Icons .
Download :
Index - Press Me .
Screenshots
AOSP - With Stamina Icon
{
"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"
}
Galaxy - With Stamina Icon
Black & White - With Stamina Icon
Sense - No Stamina Icon
nice
Just awesome!
punkt said:
Just awesome!
Click to expand...
Click to collapse
Pandemic said:
nice
Click to expand...
Click to collapse
Glad you liked them!
Pandemic said:
nice
Click to expand...
Click to collapse
good jab buddy.....
#Suggestion- why not make it an xposed module so as to change icon anytime..... thanks!
Can you make black battery like z5 ?
Sent from my D6503 using Tapatalk
whalesplaho said:
good jab buddy.....
#Suggestion- why not make it an xposed module so as to change icon anytime..... thanks!
Click to expand...
Click to collapse
There are already many Xposed modules to change icons, but this collection for non-xposed users, like me .
Or for anyone wanna use multi-overlays .
itsnie said:
Can you make black battery like z5 ?
Sent from my D6503 using Tapatalk
Click to expand...
Click to collapse
I've made a Light_SystemUI, it's out there in the forums, there are 2 ways to get this :
- Light Framework Support, just like Z5 .
- Manual modify on SystemUI, just like what i did .
As an overlay, you will get errors, a lot of errors.
Help
Pandemic said:
nice
Click to expand...
Click to collapse
I tried all of them but the battery icon still same I even close the % option but it doesn't show any positive result
abo hani said:
There are already many Xposed modules to change icons, but this collection for non-xposed users, like me .
Or for anyone wanna use multi-overlays.
Click to expand...
Click to collapse
#
okay brov..... thanks!!:good::good:
Dark_samurai said:
I tried all of them but the battery icon still same I even close the % option but it doesn't show any positive result
Click to expand...
Click to collapse
Did you move to system/vendor/overlay, and corrected the permissions, after that rebooted ?
Move only one overlay.
abo hani said:
I've made a Light_SystemUI, it's out there in the forums, there are 2 ways to get this :
- Light Framework Support, just like Z5 .
- Manual modify on SystemUI, just like what i did .
As an overlay, you will get errors, a lot of errors.
Click to expand...
Click to collapse
Link to it bro @abo hani ^^
“Sent From MWE V7.0.0 On My Z3”
Pandemic said:
Link to it bro @abo hani ^^
“Sent From MWE V7.0.0 On My Z3”
Click to expand...
Click to collapse
http://forum.xda-developers.com/son...s/mod-dark-dark-light-systemui-14-11-t3248507
Modded Files :
- Drawable folder
- Layout .
- Colors.xml / Drawables.xml / Styles.xml .
- Images in Drawable-xhdpi .
And still some visual bugs, So the real way is to add Light Theme function from Z5 framework.
Help
abo hani said:
Did you move to system/vendor/overlay, and corrected the permissions, after that rebooted ?
Move only one overlay.
Click to expand...
Click to collapse
Dude I done everything as u said but still same result it doesn't change battery icon and there is another pblm about ur previous post (aosp system ui overlays when I put aosp overlays on vendor with correct permission and rebooted it after reboot it was chane jst wifi and network icon even notification toggle doesn't change and battery icon also doesn't change)
By the dude srry for my bad English
abo hani said:
Screenshots
AOSP - With Stamina Icon
Galaxy - With Stamina Icon
Black & White - With Stamina Icon
Sense - No Stamina Icon
Click to expand...
Click to collapse
My black&white is not black&white...
Dark_samurai said:
Dude I done everything as u said but still same result it doesn't change battery icon and there is another pblm about ur previous post (aosp system ui overlays when I put aosp overlays on vendor with correct permission and rebooted it after reboot it was chane jst wifi and network icon even notification toggle doesn't change and battery icon also doesn't change)
By the dude srry for my bad English
Click to expand...
Click to collapse
No problem mate, for my previous mod ( toggles ) it's caused by skin permissions maybe, or dpi different .
For this overlay Mod, and the previous one, as you are having a problem in Battery changing, means it's a dpi different problem ( maybe ) .
So, What's your screen DPI ? or What's your device Model .
Note: Changes only happen in " without % " mod .
levone1 said:
My black&white is not black&white...
Click to expand...
Click to collapse
As i can see you are have AOSP SystemUI, which it may be related to the problem ?
Because i've checked the overlays, they are correct.
abo hani said:
No problem mate, for my previous mod ( toggles ) it's caused by skin permissions maybe, or dpi different .
For this overlay Mod, and the previous one, as you are having a problem in Battery changing, means it's a dpi different problem ( maybe ) .
So, What's your screen DPI ? or What's your device Model .
Note: Changes only happen in " without % " mod .
As i can see you are have AOSP SystemUI, which it may be related to the problem ?
Because i've checked the overlays, they are correct.
Click to expand...
Click to collapse
Stock based sysui - status bar icons are from Xstana. I'll try disabling and see if any difference...
abo hani said:
As i can see you are have AOSP SystemUI, which it may be related to the problem ?
Because i've checked the overlays, they are correct.
Click to expand...
Click to collapse
Disabled Xstana - battery still stock. What am I missing?
Help
abo hani said:
No problem mate, for my previous mod ( toggles ) it's caused by skin permissions maybe, or dpi different .
For this overlay Mod, and the previous one, as you are having a problem in Battery changing, means it's a dpi different problem ( maybe ) .
So, What's your screen DPI ? or What's your device Model .
Note: Changes only happen in " without % " mod .
As i can see you are have AOSP SystemUI, which it may be related to the problem ?
Because i've checked the overlays, they are correct.
Click to expand...
Click to collapse
My device is Xperia z1 c6903 running 5.0.2
levone1 said:
Disabled Xstana - battery still stock. What am I missing?
Click to expand...
Click to collapse
What's your device model?
Plus, Any modded SystemUI?
*if you can upload your SystemUI it would be much helpful
Dark_samurai said:
My device is Xperia z1 c6903 running 5.0.2
Click to expand...
Click to collapse
Will check 5.0 SystemUi and update .
Sent from my C6903 using Tapatalk

[Theme] [N/MM] [ROOT] O_Sense | Full Android O UI taste [UPDATE : V.3.0 - 20/11/17]

{
"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"
}
INTRODUCE
Hi people , today I came with something totally new .. my hardest work so far , please welcome to my new theme for Nougat devices : O sense and as the title says , my new work brings you a nice taste of Android O ui , based on stock google ui + the latest leaks for the new Xperia devices ( G83XX , G8441 ) , I cooked a very similar meal [emoji14] in fact .. I used the same ingredients from Android O DP4 system dump , Happy installing !
THEMED ASSETS
Framework-ress
SystemUI ( over 120 drawable files )
Settings ( Full settings icons :victory: )
Xperia Keyboard
Software Update
White balance
Smart cleaner
And more ..
NOTES :
Saying you're going to donate for a special version for your ADD-ON / ROM , and then you don't pay.. is something very disgraceful and disgusting from you to do, in addition that you blocked me for it. *Not doing any special versions, i don't care for money, but respect and honesty are required.
SCREENS
Requirements, Notes & Download
What do you need
A nougat device
Super User mod
Notes
After applying do not forget to restart your SystemUI
After every restart to your device u will have to manually restart your systemUI ( Sony bug )
UPDATE @nreuge has written a very nice script that makes SystemUI automatically restarts after everytime you boot up your device ! check it here ,and don't forget to thank him
Downloads
V.3.0 STABLE :
All versions and colors are available on Google Drive
Where is MM ?
- Too busy in my personal life .. but you can use this port ( by @raminta ) until I got free time
V.2.0 STABLE :
V.2.0 N 7.1.1 : Click Me
V.2.0 N 7.0 : Click Me
V.2.0 MM : Click Me
BETA2 :
BETA2 : Click Me
eXsitenZ users : here
MM : Click Me
CHANGLOG
V.3.0 ( From good to better ) :
NEW settings icons ( inspired by the new design from official oreo update from Sony )
NEW smart cleaner pic ( pulled from Oreo system dump )
Themed Storage manager ( now I am hitting 20 assets zip files in this theme )
Re-designed calculator ( old habit )
Re-designed home button to match Sony style !
Now you will taste android Oreo with colors !
- Red, Green and purple for now
Full support for eXistenZ roms ( no more special different versions and links )
Visible bugs have been fixed
Deleted unnecessary files
Click to expand...
Click to collapse
Version : 2.0 STABLE
New App icon , Oreo wallpapers ( YAY ! )
Theme banner , built in screenshots
Theme Audio , Call settings
Theme Ultra STAMINA Mode picture in settings
New Smart cleaner picture
Fix Software update bug ( Unreadable texts )
Support Nougat 7.0 users
Change notification panel colors for MM users
Removed unnecessary files , XML codes
Click to expand...
Click to collapse
Version : BETA 2
Fixed alarm icon ( thanks to niaboc79 )
Replaced Sony messaging icon with stock one
Click to expand...
Click to collapse
Version : BETA
Initial release .
Click to expand...
Click to collapse
FAQ
Q : I am only having root , can I still use your themes ?
A : Yup ! just move the apk to ( System / apps ) and set permissions to R-w-r-r , reboot and enjoy !
Q : How to restart my SystemUI ?
A : Search on Google play for any app that does the job ,but make sure it is safe from reading ratings and views .
Q : You re a lier , not all my settings icons has been changed
A : just force close your settings and try again
Q : Theme changes to stock after enabling Ultra STAMINA mode
A : Disable / Uninstall Gray Stock Theme
Q : System UI didn't change !
A : Check thread #2 - if you are an eXsitenZ user .. pick panel colors manually from rom settings ( set to #e0e0e0 )
CREDITS
- @niaboc79 for supporting his rom and fixing alarm bug
- @nreuge for his awesome script !
- @raminta for porting V.3.0 for MM users and saving my time ^^
- @ZawZaw for sharing framework files from Android O DP4 ( Although he took a whole day to upload :3 )
This could be my last work for a while .. so please show some love and press this thanks button , If you didn't like this theme , I am OUT of theming .. thanks ♥
- shehabskull
Great, keep up work Bro.:good:
very nice.
•••
Sent from my Google Nexus 5X using XDA Labs
@shehabskull you are the best themer, I think. Becuase you are making advanced themes all of them. You must continue to develop themes. All of us need great themer as like you bro.
Amazing work
Envoyé de mon F8331 en utilisant Tapatalk
Amazing theme bro <3
Verstuurd vanaf mijn F8331 met Tapatalk
niaboc79 said:
Amazing work
Envoyé de mon F8331 en utilisant Tapatalk
Click to expand...
Click to collapse
Thanks sir [emoji7][emoji7][emoji7][emoji7]
Sent from my E6633 using Tapatalk
ZawZaw said:
Great, keep up work Bro.:good:
very nice.
•••
Sent from my Google Nexus 5X using XDA Labs
Click to expand...
Click to collapse
Thanks ^^
Mazellat said:
@shehabskull you are the best themer, I think. Becuase you are making advanced themes all of them. You must continue to develop themes. All of us need great themer as like you bro.
Click to expand...
Click to collapse
There is no best themer [emoji14] everyone is theming by his own style. But thanks for your positive energy ^_^ I really appreciate it
Pandemic said:
Amazing theme bro <3
Verstuurd vanaf mijn F8331 met Tapatalk
Click to expand...
Click to collapse
Have fun
Sent from my E6633 using Tapatalk
shehabskull said:
Thanks ^^There is no best themer [emoji14] everyone is theming by his own style. But thanks for your positive energy ^_^ I really appreciate it Have fun
Sent from my E6633 using Tapatalk
Click to expand...
Click to collapse
Thanks bro ^^
I send you a whatsapp message btw
RXS is back with an amzing work like this ^^
Verstuurd vanaf mijn F8331 met Tapatalk
shehabskull said:
Thanks sir [emoji7][emoji7][emoji7][emoji7]
Sent from my E6633 using Tapatalk
Click to expand...
Click to collapse
I would like to add some icons inside systemUI.zip in asset, is that as easy as decompile the whole theme, decompile the asset zip, sign back all?
Envoyé de mon F8331 en utilisant Tapatalk
shehabskull said:
Click to expand...
Click to collapse
Great theme
I have a question: there's a 'reminder' feature in Xperia N, when you have airplane mode on, etc, (screenshot). I've been working on mods for my XA, and I can't find the layout file for that. How did you get white text there? Thanks
bro awesome theme :good::good:
I did some modifications to fit eXistenZ style
Envoyé de mon F8331 en utilisant Tapatalk
Great work but
#WHITEUIMUSTDIE
My Iris gonna burn at night. Gotta make a dark themed version
niaboc79 said:
I did some modifications to fit eXistenZ style
Envoyé de mon F8331 en utilisant Tapatalk
Click to expand...
Click to collapse
Cool! Feel free to add it in your Rom ^^
Sent from my E6633 using Tapatalk
_LLJY said:
Great work but
#WHITEUIMUSTDIE
My Iris gonna burn at night. Gotta make a dark themed version
Click to expand...
Click to collapse
Well I think google made this to have a true white ui. I am guesing they will add a dark theme that will do the same and change the whole system to black BTW it will be a lot easier to me to make a dark version.
If you guys want me to make it just tell me
Sent from my E6633 using Tapatalk
levone1 said:
Great theme
I have a question: there's a 'reminder' feature in Xperia N, when you have airplane mode on, etc, (screenshot). I've been working on mods for my XA, and I can't find the layout file for that. How did you get white text there? Thanks
Click to expand...
Click to collapse
Hi.. It's white by default I just changed the bar color to blue by editing on " some_color_dark_primary_light "
Sent from my E6633 using Tapatalk
shehabskull said:
Hi.. It's white by default I just changed the bar color to blue by editing on " some_color_dark_primary_light "
Sent from my E6633 using Tapatalk
Click to expand...
Click to collapse
I was wondering about the text. I think I figured it out. I'm recompiling now...
---------- Post added at 12:22 PM ---------- Previous post was at 12:11 PM ----------
shehabskull said:
Hi.. It's white by default I just changed the bar color to blue by editing on " some_color_dark_primary_light "
Sent from my E6633 using Tapatalk
Click to expand...
Click to collapse
Wasn't it. For me, by default, that bar is white bg with black text, but I changed all of my bgs to dark, and text to white/light. I just can't find the value that changes that text... Still looking.

Categories

Resources