Hi,
Got a question that hopefully someone can point me in the right direction. I want to edit systemui.apk to remove white bars and notification quick settings bar as seen in my attached pictures.
I know how to decompile apk and all different stuff just need to know what changes are to be done inside SystemUI.apk - or where it points to these two?
The issue caused by my phone having a "stock" android 4.3 with some additional changes made to it.
I want to remove quicksettings all together (Don't use them) and change the bottom "clear" all bar to transparent so it doesn't colour blend.
Want to make the notifications black / transparent as well so they don't colour blend.
Could you please assist?
Thank you :highfive:
Tiny bump, no one no? I can upload a copy of my systemui.apk if that would help?
Related
Does anybody can help me to make a transparent notification bar for CM7?
goose2600 said:
Does anybody can help me to make a transparent notification bar for CM7?
Click to expand...
Click to collapse
i have one you can use but i don't know which file to change in CM7 to make it transparent. does anyone know?
edit: nvm
It's in framework-res.apk SystemUI.apk, but I think you will need to edit some .9.png's...
isnĀ“t it in /system/app/SystemUI.apk
The background of the widget part is in Settings.apk; appwidget_bg.9.png
The other backgrounds are located in SystemUI.apk. The main part is shade_bg.png
Also the icons set in located in the SystemUI.apk
So I had the idea of making a theme myself (Ill post here as soon as it's done)
but the pull down and status bar colors doesnt fit. what and how exactly can I change it or does any theme creator here want to help me by changing it?
Thanks so much
I would like to know if anybody knows what exact file in the community rom is the status bar background (when its not pulled down). Right now its just plain black and I want to change it to the grey gradient one found in the i900 gingerbread leak. So please do share where it is located. I know its in the framework apk but confused on what folder. And this is just another request (not necessary but would be great) would somebody be able to make a flashable zip that changes the signal and 3g icons for community rom 1.3 to white instead of green while keeping the battery icon green? Thanks guys much appreciated. Hope u can help!
So i just started to customize my Streak, modifying the SystemUI.apk. So far I only managed to modify the notification bar/pull-down.
Some questions i couldn't solve myself, help would be appreciated:
As the lock screen is semi-transparent, my guess is that there could be a PNG-file for its bg. Where to find it to edit it, or am I totally wrong?
Also, where to change the other stuffs shown on the lock screen?
How does the battery icon in the notification bar work? It doesn't appear to be a set of PNG-files like the other objects in the notification bar.
Thanks for your help!
Here's another question:
After using apkmultitool to decompile SystemUI.apk, editing some hexcodes, then recompiling it again, I have no statusbar anymore!
What could be the problem?
My notification background color is transparent (the part that you pull down). I hate it...where the heck do I locate the files to change! I looked everywhere!!
bluejeanstv said:
My notification background color is transparent (the part that you pull down). I hate it...where the heck do I locate the files to change! I looked everywhere!!
Click to expand...
Click to collapse
Looked everywhere ?? ... You sure .... ?? ... For doing that you must frst decompile SystemUI.apk. Then edit status_bar_tracking.xml to point to an image instead of the color. Then do some .smali changes and put a desired image to be the notification bar background ...