This developer below has made transparent Status bar. I think he took the black image inside systemUI.apk (can open using winrar)and made it transparent and repacked it back. I tried to open systemUI.apk and locate the status bar but couldn't find one. I am trying to make one for XXLFB(which has brightness adjustment in the drop down and i don't want to loose it).
Is my analysis correct ? If so could you help me locate the .png file that is transparent. Thanks
http://forum.xda-developers.com/showthread.php?t=1687861
Hi , I had search every where how to change clock color on status bar in latest Samsung ROM ( JB ) but non-work
Coz its code is a bit different from other ROM. So here's how
Requirement :
SystemUI.apk
A bit knowledge about decompiling
Patience
First --->
Decompile your systemUI.apk, go res/layout/tw_status_bar.xml
Then --->
Search for this code
Code:
<com.android.systemui.statusbar.policy.Clock
Then --->
You will see
Code:
android:textColor="#fffefefe
behind it.
Now you may change whatever color you want by changing the code.
Here http://html-color-codes.info/ it maybe useful for you to find the color code
Note : The last 6-digit IS the color code, whereby
the two in front it is transparency.
It count by
#FF****** ( Opaque )
#00****** (Transparent )
It is recommended not to change the first two digits except you know what you are doin :laugh:
Now --->
Recompile your apk , drag resources.arsc and tw_status_bar.xml from your newly build APK to your old SystemUI.apk
Finally --->
Push your SystemUI,apk to system/app of your phone and reboot.
DONE.
DO PRESS THE THANKS BUTTON IF I HELP YOU !!!! CHEERS
Thanks
And to center the clock you can make an 'how to' ?
do i need the framework-res.apk when decompining,ma8?
Sent from my GT-I9100 using Xparent Skyblue Tapatalk 2
can't seem to work
everytime i try to either decompile the systemUI i make the changes but when i try to compile the systemUI back to an .apk file it doesnt compile it gives me errors i tried APKtool and APK manager both which gives me the errors also when i ty to do it which out decompiling them it gives me systmUI Force Close.. idk what to do please
Mundo Hackz said:
everytime i try to either decompile the systemUI i make the changes but when i try to compile the systemUI back to an .apk file it doesnt compile it gives me errors i tried APKtool and APK manager both which gives me the errors also when i ty to do it which out decompiling them it gives me systmUI Force Close.. idk what to do please
Click to expand...
Click to collapse
I would double check what codes you are using for the colors as I tried the html code and it wouldn't compile. When i searched for an ARGB color chart I was able to re-compile
Thanks for the info JoFury
Where are the cm icons located i want to change them are they in framework-res.apk or systemui.apk?
Please explain
How icons changed this file SecSettings
nougat icon settings
grand 2
Possible change the course
In themes for EMUI 4 i can edit icons in system.ui package inside the theme file
for example, in res\drawable-xxhdpi
stat_sys_wifi_signal_0_fully.png
stat_sys_signal_0_fully.png
responsible for icons in "connected" state
If i put my com.android.systemui with new icons inside HWT file for EMUI 5, no new icons are displayed
Whats changed?