[Q] Where do I find the status bar apk? - GT540 Optimus Themes and Apps

Where can I find the status bar apk so I can edit it?

its called systemUI.apk its in the system/app/systemUI.apk

eoghan2t7 said:
its called systemUI.apk its in the system/app/systemUI.apk
Click to expand...
Click to collapse
I know about tha systemUI.apk but how can I change/modify the status bar itself?
Like changing colors, gradients etc...

fdespotovski said:
I know about tha systemUI.apk but how can I change/modify the status bar itself?
Like changing colors, gradients etc...
Click to expand...
Click to collapse
OK I found the picture.

hey i downoaded root explorer on my samsung infuse 4g, and i went into system/app and clicked install on the "systemUI.apk" and it removed my status bar which was cool for a bit, but now i want it back, can someone help me plz?
or email me at [email protected]

skizzlegft said:
(...) clicked install on the "systemUI.apk" and it removed my status bar (...)
Click to expand...
Click to collapse
Did you try to reboot?

Related

How to customize SystemUI

How do i customize the SystemUI.apk I found a couple of battery icons i would like to test out????
Thx
slyevo said:
How do i customize the SystemUI.apk I found a couple of battery icons i would like to test out????
Thx
Click to expand...
Click to collapse
You can use an existing mod (here) and replace the icons in SystemUI.apk/res/drawable-xhdpi.
skifyr123 said:
You can use an existing mod (here) and replace the icons in SystemUI.apk/res/drawable-xhdpi.
Click to expand...
Click to collapse
Hi
Thanks for the advice, I have managed to decompile, edit & recompile a modded apk. There is one problem though, The battery icon seems to default back to the previous icon & returns when i reboot?. I believe there is some sort of fix for this when running ICS???

[Request]How to add Quicksettings/toggles in Status Bar by editing SystemUI.apk

Please someone tell me how to add Toggles in Status Bar by editing SystemUI.apk
I know how to decompile apk and all different stuff just need to know what changes are to be done inside SystemUI.apk :crying:
QUICKPANEL for GB.
Feanor88 said:
QUICKPANEL for GB.
Click to expand...
Click to collapse
I know about this and all others. I want to make 1 myself

EDIT / systemUI.apk

Can someone EDIT systemUI.apk in this ROM (http://forum.xda-developers.com/showthread.php?t=1786871) I really love it, but I do not want toggles there. Just gr8 battery icon, powermenu and so on. Respective all of them without toggles in notification bar. Can someone do it for me?
MIRROR for systemUI.apk from mentioned ROM
http://ulozto.sk/xMbrKx4/systemui-apk
For download: Clik to link -> than click to Stáhnout -> shows 3 colums and in the middle is 4 letters, just rewrite their and then clik Stáhnout again. If will be problem, write me, I reupload it eslewhere. THANKS
I take it you can't just disable them using QuickPanel Settings? If not see the attachment.
XperienceD said:
I take it you can't just disable them using QuickPanel Settings? If not see the attachment.
Click to expand...
Click to collapse
No I can not, because in this ROM is not app QuickPanel Settings ...I try it with app
I can not install this app I copy it to SD, and install, and shows me that, the app is not installed
Someone can do it??? PLEASE PLEASE PLEASE
Lukas7746 said:
Someone can do it??? PLEASE PLEASE PLEASE
Click to expand...
Click to collapse
It cannot be installed as a normal app...
Just move it into system/apps and change the permission to rw-/r--/r--
Kajendran said:
It cannot be installed as a normal app...
Just move it into system/apps and change the permission to rw-/r--/r--
Click to expand...
Click to collapse
+1

[Q] How to change Statusbar?

Hello,
I want to create a rom and in it I want to change the status bar only on the homescreen to 100% transparent.
I have seen this thread but on my SystemUI.apk there isn't this file: /SystemUI/res/layout/tw_super_status_bar.xml.
Btw: I'm using a 4.2 Leak-based Rom.
so do you know how to decompile apks?
Glebun said:
so do you know how to decompile apks?
Click to expand...
Click to collapse
Yes, quit well

how to make status bar transparent??

was making kitkat rom for my own use
and i want to make the status bar transparent
help plzz
Darklord96 said:
was making kitkat rom for my own use
and i want to make the status bar transparent
help plzz
Click to expand...
Click to collapse
Use Gravity box
RTz_GauRaV said:
Use Gravity box
Click to expand...
Click to collapse
Thanks for the reply
I kno that bro
I only kno one thing that we need to edit systemui.apk for making it transparent after that i dont kno
Can u plzz tell me the steps to make transparent status bar by editing systemui.apk
Darklord96 said:
Thanks for the reply
I kno that bro
I only kno one thing that we need to edit systemui.apk for making it transparent after that i dont kno
Can u plzz tell me the steps to make transparent status bar by editing systemui.apk
Click to expand...
Click to collapse
To make it transparent
1- Decompile SystemUI.apk.
2- Open res\layout\status_bar.xml
3- There you will see a value like android:background=FF000000
4- To make it translucent type 5F000000 instead of FF000000 or to make it full transparent type 000000
Done:good:
RTz_GauRaV said:
To make it transparent
1- Decompile SystemUI.apk.
2- Open res\layout\status_bar.xml
3- There you will see a value like android:background=FF000000
4- To make it translucent type 5F000000 instead of FF000000 or to make it full transparent type 000000
Done:good:
Click to expand...
Click to collapse
THANKS BRO
my apk is not recompiling was using apktool
i need a simple tool for that can u suggest any
like without any use of an coding or anything
Darklord96 said:
THANKS BRO
my apk is not recompiling was using apktool
i need a simple tool for that can u suggest any
like without any use of an coding or anything
Click to expand...
Click to collapse
Use apk multi tools
Or give me your system ui.apk I will mod it
RTz_GauRaV said:
Use apk multi tools
Or give me your system ui.apk I will mod it
Click to expand...
Click to collapse
Okai will try that
Actually i wanted to add it in my rom
Cyanothemed as i added ota in it
And tell me now how to change icons ??
Darklord96 said:
Okai will try that
Actually i wanted to add it in my rom
Cyanothemed as i added ota in it
And tell me now how to change icons ??
Click to expand...
Click to collapse
If you want to change battery or toggles icons they are in res/drawable-xdpi
And if you want to change app icon they are in res/mipmap-xdpi:good:
Hit thanks if helped
RTz_GauRaV said:
If you want to change battery or toggles icons they are in res/drawable-xdpi
And if you want to change app icon they are in res/mipmap-xdpi:good:
Hit thanks if helped
Click to expand...
Click to collapse
in the framework-res.apk or systemui.apk ??
Darklord96 said:
in the framework-res.apk or systemui.apk ??
Click to expand...
Click to collapse
Res/drawable-xdpi
RTz_GauRaV said:
Res/drawable-xdpi
Click to expand...
Click to collapse
which apk should i decompile to change icons
framework.apk or systemui.apk
Darklord96 said:
which apk should i decompile to change icons
framework.apk or systemui.apk
Click to expand...
Click to collapse
Which icons you want to change
RTz_GauRaV said:
Which icons you want to change
Click to expand...
Click to collapse
phone, contacts , settings only
Darklord96 said:
phone, contacts , settings only
Click to expand...
Click to collapse
For changing the contacts,phone and setting you have to decompile them only.
For ex- changing the contacts icon
1.Decompile the apk
2.go to res/mipmap-xdpi/
3.there you will see the the icons
4.change them :good:

Categories

Resources