Change icon in status bar - Galaxy Note5 Q&A, Help & Troubleshooting

How can I change icon in status bar (wifi, battery, data,v...vv)
On Android 6, I used Xposed to change it, but now on Android 7, xposed can't work. Do anyone know another way to do it ??
Sorry for my bad English :crying:

instal a custom rom

AlMaghraby said:
instal a custom rom
Click to expand...
Click to collapse
I'm on khongloi rom v11. But all rom custom I know still use default icon of Samsung

I think dr.ketan rom has such an option
either way if there is not you will need to change the icons you want in systemui.apk

babydown said:
How can I change icon in status bar (WiFi, battery, data,v...vv)
On Android 6, I used Xposed to change it, but now on Android 7, xposed can't work. Do anyone know another way to do it ??
Sorry for my bad English :crying:
Click to expand...
Click to collapse
can ,you must decompilefile
1. Signal icon
2. Alarm icon
3. Data icon
4. Wifi icon
5. Up/down arrows
you add drawable-sw360dp-xxxhdpi-v13 folder and put the icons in
https://forum.xda-developers.com/ga...ment/mod-iconthemer-v1-0-marshmallow-t3388520

AlMaghraby said:
I think dr.ketan rom has such an option
either way if there is not you will need to change the icons you want in systemui.apk
Click to expand...
Click to collapse
kin201303 said:
can ,you must decompilefile
1. Signal icon
2. Alarm icon
3. Data icon
4. Wifi icon
5. Up/down arrows
you add drawable-sw360dp-xxxhdpi-v13 folder and put the icons in
https://forum.xda-developers.com/ga...ment/mod-iconthemer-v1-0-marshmallow-t3388520
Click to expand...
Click to collapse
Too hard with amateur like me :crying:

babydown said:
Too hard with amateur like me :crying:
Click to expand...
Click to collapse
give your
framework-res.apk
twframework-res.apk
SystemUI.apk
i add for you

Related

ICS jelly bean status bar only please

Hello i need if someones has the Ics / jellybean status (only the status bar not the notification panel) so if someone has the zip file so i can flash it with CWM please
Just flash ICS theme by dehacker. Search it in 5830i Development forum.
Sent from my GT-S5830i using xda premium
Bastyle 21 said:
Hello i need if someones has the Ics / jellybean status (only the status bar not the notification panel) so if someone has the zip file so i can flash it with CWM please
Click to expand...
Click to collapse
If you want ICS style Status bar
You can check out my thread
More than you want I think
iamareebjamal said:
If you want ICS style Status bar
You can check out my thread
More than you want I think
Click to expand...
Click to collapse
Sorry , your mod is great , but i only need the Notificatin bar on the top of the sreen , and your mod changes the quick panel and i cant use the wipe to remove the notifications , i am running the ace cream rom , also the clock is white :C
Bastyle 21 said:
Sorry , your mod is great , but i only need the Notificatin bar on the top of the sreen , and your mod changes the quick panel and i cant use the wipe to remove the notifications , i am running the ace cream rom , also the clock is white :C
Click to expand...
Click to collapse
So decompile my framework-res.apk
and replace the icons in your framework-res drawable-mdpi from my folder
iamareebjamal said:
So decompile my framework-res.apk
and replace the icons in your framework-res drawable-mdpi from my folder
Click to expand...
Click to collapse
sorry im a noob , how do i do that?? , or if someone can make it for me ???
Bastyle 21 said:
sorry im a noob , how do i do that?? , or if someone can make it for me ???
Click to expand...
Click to collapse
i can do it for you if u like
Bastyle 21 said:
sorry im a noob , how do i do that?? , or if someone can make it for me ???
Click to expand...
Click to collapse
Give me your framework-res.apk from /system/framework
iamareebjamal said:
Give me your framework-res.apk from /system/framework
Click to expand...
Click to collapse
Here you go , remember only the notification bar on the top of the screen , also try to make the date ics blue thanks a lot

[GUIDE]How to make status bar transparent

You need to have these things first :
1- Root
2- Deodexed ROM
3- PC (with JAVA installed)
4- Any apk decompiler (apktool, apk-multitool, etc..)
How to :-
1- Copy SystemUI.apk from /system/app/ to your sd card via any root browser.
2- transfer SystemUI.apk to your computer.
3- Decompile SystemUI.apk.
4- Open res\layout\status_bar.xml
5- There you will see a value like android:background=FF000000
6- To make it translucent type 5F000000 instead of FF000000 or to make it full transparent type 000000
Enjoy and if any questions plz ask here.. .
Credits :
Google (for searching)
XDA (for some knowledge about status_bar.xml)
Ok, this guide needs to be elaborated... :angel:
I did the same, and following was output:
1. Even while changing background to 5f000000, background became full transparent.
2. Whenever i open an app, status bar becomes black again(opaque)
3. During media scanning also status bar looses transparency!
This means status bar is only transparent when on homescreen!
I'm attaching images which i tried on jelly blast rom and also the modded systemui.apk (of Jelly Blast rom) if anyone wants to try. Just rename the file to systemui.apk and put in system/app, change permissions and reboot. you will face lots of force close messages but don't worry after reboot it'll be fine!:good:
js2892 said:
Ok, this guide needs to be elaborated... :angel:
I did the same, and following was output:
1. Even while changing background to 5f000000, background became full transparent.
2. Whenever i open an app, status bar becomes black again(opaque)
3. During media scanning also status bar looses transparency!
This means status bar is only transparent when on homescreen!
I'm attaching images which i tried on jelly blast rom and also the modded systemui.apk (of Jelly Blast rom) if anyone wants to try. Just rename the file to systemui.apk and put in system/app, change permissions and reboot. you will face lots of force close messages but don't worry after reboot it'll be fine!:good:
Click to expand...
Click to collapse
lol,that's normal.
HolyTyphlosion said:
lol,that's normal.
Click to expand...
Click to collapse
I think editing framework-res.apk will solve this!
Sent from my GT-S5830i using xda app-developers app
js2892 said:
Ok, this guide needs to be elaborated... :angel:
I did the same, and following was output:
1. Even while changing background to 5f000000, background became full transparent.
2. Whenever i open an app, status bar becomes black again(opaque)
3. During media scanning also status bar looses transparency!
This means status bar is only transparent when on homescreen!
I'm attaching images which i tried on jelly blast rom and also the modded systemui.apk (of Jelly Blast rom) if anyone wants to try. Just rename the file to systemui.apk and put in system/app, change permissions and reboot. you will face lots of force close messages but don't worry after reboot it'll be fine!:good:
Click to expand...
Click to collapse
Now, everything is not perfect
Atleast it gives SOME satisfaction...
tried editing the drawer.xml from framework-res.apk but still gives me blackstatusbar.. I only get transparent upon pulling the notification down..
iMaker said:
tried editing the drawer.xml from framework-res.apk but still gives me blackstatusbar.. I only get transparent upon pulling the notification down..
Click to expand...
Click to collapse
So why don't you try what is written in this guide?
i just did
Sent from my GT-S5360 using Tapatalk 2
iMaker said:
i just did
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
bro you don't have to edit drawer.xml but statusbar.xml -.-
And this guide is small and easy one for those who don't want to all the long fuss!
so you will get transparent status bar only when on homescreen or pulling the notification panel down
And I you want permanent transparency then you must search other guides or if they are not there then I will try to make it when I would get time
i think that I should mod the launcher so that it will have permanent trans. but I don't know how, if its ok with to make a tut it will be a big help for me
Sent from my GT-S5360 using Tapatalk 2
iMaker said:
i think that I should mod the launcher so that it will have permanent trans. but I don't know how, if its ok with to make a tut it will be a big help for me
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
here is an guide, though it is Galaxy Y's but it might work
http://forum.xda-developers.com/showthread.php?t=2204389
Nabs Zains said:
You need to have these things first :
1- Root
2- Deodexed ROM
3- PC (with JAVA installed)
4- Any apk decompiler (apktool, apk-multitool, etc..)
How to :-
1- Copy SystemUI.apk from /system/app/ to your sd card via any root browser.
2- transfer SystemUI.apk to your computer.
3- Decompile SystemUI.apk.
4- Open res\layout\status_bar.xml
5- There you will see a value like android:background=FF000000
6- To make it translucent type 5F000000 instead of FF000000 or to make it full transparent type 000000
Enjoy and if any questions plz ask here.. .
Credits :
Google (for searching)
XDA (for some knowledge about status_bar.xml)
Click to expand...
Click to collapse
This guide is correct. Just make it sure that you paste this value "#00000000" or "#ff000000"
android:background="#00000000" or android:background="#ff000000"
Thanks!
i cannot find RES/layout in my system UI apk...
anmol7ify said:
i cannot find RES/layout in my system UI apk...
Click to expand...
Click to collapse
decompile it correcctly
iamareebjamal said:
decompile it correcctly
Click to expand...
Click to collapse
ok after i decompiled it correctly...i was able to mod it...but the status bar dont become transparent...it remains black..i even replaced the status_bar_bg tiles to transparent PNG no luck...then i tried to induce a colour and magically the status bar was coloured..but whenever i try to make it transparent it remain black..it seems like the status bar is transparent but some thing black is behind the status bar which is making it appear black..
p.s i even tried modding drawables.xml
iam on a aosp non tw rom.
anmol7ify said:
ok after i decompiled it correctly...i was able to mod it...but the status bar dont become transparent...it remains black..i even replaced the status_bar_bg tiles to transparent PNG no luck...then i tried to induce a colour and magically the status bar was coloured..but whenever i try to make it transparent it remain black..it seems like the status bar is transparent but some thing black is behind the status bar which is making it appear black..
p.s i even tried modding drawables.xml
iam on a aosp non tw rom.
Click to expand...
Click to collapse
Aw man...
I think it only works on samsung ROM
Nabs Zains said:
Aw man...
I think it only works on samsung ROM
Click to expand...
Click to collapse
Is their any way to make the status bar transparent of stock aosp Rom..?? I am trying very hard..but no luck
anmol7ify said:
Bro is thr any way to make the status bar transparent of stock aosp Rom..?? I am trying very hard..but no luck.
Click to expand...
Click to collapse
She's a girl bro.
Sent from my GT-S5830i using Tapatalk 2
anmol7ify said:
Is their any way to make the status bar transparent of stock aosp Rom..?? I am trying very hard..but no luck
Click to expand...
Click to collapse
Which phone u using dude?
CanvasHD aosp

[Q] How to make a transparent status bar on S3 Mini

Just like the title and i need anybody who can help me to make a 50% transparent status bar for S3 mini..
i have tried the tutor from http://forum.xda-developers.com/showthread.php?t=1890150 but i dont know how to put the "code" and i cant found
this file >> {/SystemUI/res/values/drawables.xml}
Maverix.25 said:
Just like the title and i need anybody who can help me to make a 50% transparent status bar for S3 mini..
i have tried the tutor from http://forum.xda-developers.com/showthread.php?t=1890150 but i dont know how to put the "code" and i cant found
this file >> {/SystemUI/res/values/drawables.xml}
Click to expand...
Click to collapse
odexed or deodexed ?
Open /SystemUI/res/values/drawables.xml with Notepad++ and edit this line to get transparency you need, for example, 100% transparent:
Code:
<item type="drawable" name="status_bar_background">#00000000</item>
#00000000 - 100% transparency
#3F000000 - 75% transparency
#7F000000 - 50% transparency
#BF000000 - 25% transparency
enox.co said:
odexed or deodexed ?
Click to expand...
Click to collapse
i'm on odexed
Benzonat0r said:
Open /SystemUI/res/values/drawables.xml with Notepad++ and edit this line to get transparency you need, for example, 100% transparent:
Code:
<item type="drawable" name="status_bar_background">#00000000</item>
#00000000 - 100% transparency
#3F000000 - 75% transparency
#7F000000 - 50% transparency
#BF000000 - 25% transparency
Click to expand...
Click to collapse
thanks for your explain mate, but now my problem is i can't find "values" folder so dunno where is the drawables.xml
for the references this is my SystemUI.apk file in attachment.
You need to decompile it first.
Tell me if it works
Maverix.25 said:
thanks for your explain mate, but now my problem is i can't find "values" folder so dunno where is the drawables.xml
for the references this is my SystemUI.apk file in attachment.
Click to expand...
Click to collapse
...here i made it...
edit: We made it xD lol xD
Yeah haha.
A lot of thanks for enox and Benz, i really appreciate for the help and feedback. But the attachment you have been created for me is not working, maybe the problems is on my device (odexed rom) i'm using stock rooted base on DXALL3 with cwm 6.2.0.7
Maverix.25 said:
A lot of thanks for enox and Benz, i really appreciate for the help and feedback. But the attachment you have been created for me is not working, maybe the problems is on my device (odexed rom) i'm using stock rooted base on DXALL3 with cwm 6.2.0.7
Click to expand...
Click to collapse
hmmm.....try this one .... its a flashable .zip ...
enox.co said:
hmmm.....try this one .... its a flashable .zip ...
Click to expand...
Click to collapse
still not working and my status bar was gone again
Do you know if it works on deodexed MBA3 ROM?
Sent from my GT-I8190
How bout this one?
No status bar wen flashing any of the zips
Doesn't work
It doesn't work() on my s3 mini using BenzROMD)
statusbar is gone and all black in TW launcher
please help
thanks all of you
Hi
... i need anybody who can help me to make a flashable 25% transparent status bar for my S3 mini
All flashable.zip from enox. and Benz in this Thread run Perfect !!!! :good:
but i cant see Header icons and clock in Playstore, Whatsapp and more.
THX
Hello everybody,
since i'm unable to do this by my own because of the missing modding skills, i want to ask if someone of the more experienced devs could make me two statusbars, the first one with the clock and provider name in blue like the other icons and the second one with the clock in the middle of the screen and clock+provider in blue like the other icons. I use farias latest ROM which isn't deodexed (http://forum.xda-developers.com/showthread.php?t=2074514).
No one, hm ok...:crying:
Is it because i'm a noob?
Farmall said:
Hi
... i need anybody who can help me to make a flashable 25% transparent status bar for my S3 mini
All flashable.zip from enox. and Benz in this Thread run Perfect !!!! :good:
but i cant see Header icons and clock in Playstore, Whatsapp and more.
THX
Click to expand...
Click to collapse
Sepp667 said:
Hello everybody,
since i'm unable to do this by my own because of the missing modding skills, i want to ask if someone of the more experienced devs could make me two statusbars, the first one with the clock and provider name in blue like the other icons and the second one with the clock in the middle of the screen and clock+provider in blue like the other icons. I use farias latest ROM which isn't deodexed (http://forum.xda-developers.com/showthread.php?t=2074514).
Click to expand...
Click to collapse
Sepp667 said:
No one, hm ok...:crying:
Is it because i'm a noob?
Click to expand...
Click to collapse
Use xposed app and tweakbox, it has a options for transparent status bar and what ever color you like status bar.
Sent from my GT-I8190 using Tapatalk 4 Beta
vonuzu said:
Use xposed app and tweakbox, it has a options for transparent status bar and what ever color you like status bar.
Sent from my GT-I8190 using Tapatalk 4 Beta
Click to expand...
Click to collapse
Thank you very much vonuzu. That was an easy way to do this! It worked for me.

help with Status Bar

Share please who has Status Bar as a kit-kat in black color or Status Bar as at Nexus, For Stock Rom Odexed LQE.
Goretss said:
Share please who has Status Bar as a kit-kat in black color or Status Bar as at Nexus, For Stock Rom Odexed LQE.
Click to expand...
Click to collapse
Search, Kit kat status bar is already made. It is in Themes & apps section.
And you will need to deodex your system before using any mod.
shut_down said:
Search, Kit kat status bar is already made. It is in Themes & apps section.
And you will need to deodex your system before using any mod.
Click to expand...
Click to collapse
I saw this subject. only there not black, but translucent. I look for purely black as on Nexus. I would be grateful if somebody to share
Goretss said:
Share please who has Status Bar as a kit-kat in black color or Status Bar as at Nexus, For Stock Rom Odexed LQE.
Click to expand...
Click to collapse
Decompile systemui.apk and go to layout/twstatus bar.xml and change the colour code of statbar.android:background blabla to #00000000
and in drawables folder open status bar.xml and change the colour code to #00000000
you have got transparent status bar now
pradeepxtremehacker said:
Decompile systemui.apk and go to layout/twstatus bar.xml and change the colour code of statbar.android:background blabla to #00000000
and in drawables folder open status bar.xml and change the colour code to #00000000
you have got transparent status bar now
Click to expand...
Click to collapse
while there is no opportunity to understand it at all desire. I would like ready if is at whom, share friends
Goretss said:
while there is no opportunity to understand it at all desire. I would like ready if is at whom, share friends
Click to expand...
Click to collapse
coudnt understand what you said
Goretss said:
while there is no opportunity to understand it at all desire. I would like ready if is at whom, share friends
Click to expand...
Click to collapse
Something like this? http://forum.xda-developers.com/showthread.php?t=2188769&highlight=nexus
Or new nexus? This is on Nexus 4.
shut_down said:
Something like this? http://forum.xda-developers.com/showthread.php?t=2188769&highlight=nexus
Or new nexus? This is on Nexus 4.
Click to expand...
Click to collapse
yes. of this kind. only the status of bars is necessary, for odex

[Q] How to change Notification Icons

Hi,
Could any one please tell how to change icons in notification screen when phone is locked. Please check screenshot attached
manuchirag said:
Hi,
Could any one please tell how to change icons in notification screen when phone is locked. Please check screenshot attached
Click to expand...
Click to collapse
What do you want to change. To something like this?
Just hit the pencil next to the battery icon. You are now in edit mode and can change or rearrange the icons.
motorazrv3 said:
What do you want to change. To something like this?
Just hit the pencil next to the battery icon. You are now in edit mode and can change or rearrange the icons.
Click to expand...
Click to collapse
No I know this, but it can change the notification icons after phone is unlocked.
Before unlocking your phone if you swipe to pull notification panel then fixed icons Wifi and Bluetooth on top and below that roaming portrait and flash as attached in screenshot. I want to change either Bluetooth to mobile data or roaming portrait and flash to mobile data. After Unlocking phone all icons come like you showed in your screenshot.
You need xposed and serajr module
الفلسطيني said:
You need xposed and serajr module
Click to expand...
Click to collapse
Could you please share link of these module as I am new and don't know much. (Phone is rooted)
manuchirag said:
Could you please share link of these module as I am new and don't know much. (Phone is rooted)
Click to expand...
Click to collapse
All right
First of all download this stuff for xposed
From this link
http://forum.xda-developers.com/showthread.php?t=3034811
Install first this one as normal app
XposedInstaller_3.0_alpha4.apk
Then flash this file in recovery
xposed-v75-sdk22-arm.zip (This version for lollipop 5.1.1)
Then install this module from this link and active it
http://forum.xda-developers.com/crossdevice-dev/sony/xposed-serajr-xperia-xposed-lp-v1-0-27-t3094251
Then
You have it
الفلسطيني said:
All right
First of all download this stuff for xposed
From this link
http://forum.xda-developers.com/showthread.php?t=3034811
Install first this one as normal app
XposedInstaller_3.0_alpha4.apk
Then flash this file in recovery
xposed-v75-sdk22-arm.zip (This version for lollipop 5.1.1)
Then install this module from this link and active it
http://forum.xda-developers.com/crossdevice-dev/sony/xposed-serajr-xperia-xposed-lp-v1-0-27-t3094251
Then
You have it
Click to expand...
Click to collapse
Thanks

Categories

Resources