I wanna change the status bar icons on lollipop (cm12). Probably the battery icon. Or the signal/Wi-Fi icons. I know where these icons reside (systemui.apk and frameworkres). I tried decompiling the files, I was successful but they never re-compile back even if I make no changes. Is there any module or app like xstana which works on lollipop? Xstana doesn't work on lollipop
Related
Hello,
want to know if it's possible make theme with transparent status bar like MIUI themes. Someone said it depend on rom.
If it's only about changing .png in framework, so it could be done in few minutes right ?
Hy guys, I'm trying to theme my own custom ROM and don't want to do things like copy and paste. I already mod semi-transparent extended status bar, 100% status bar, change a bunch of icons, mod lidroid-res.apk, etc.
Someone could help me in my request? Already search a hole framework, twframework and systemui bit nothing yet.
I will be very happy with any tip
Since we'll most likely won't get KitKat on our device, I decided to edit the statusbar on the stock, deodexed, ICS rom that I use as a daily driver. A transparent statusbar, custom battery icons, a KitKat wallpaper and Nova launcher would be good enough for me.
So I followed this guide and succeeded in making the statusbar 100% transparent. Problem is that it also remaines transparent when the statusbar is pulled down and in certain apps. For example in Gmail the bar turns white so the icons in the statusbar can't be seen. In Maps it remains transparent so you'll see your icons twice and a bit overlapping.
When using apktool, does anyone know which lines need to be edited in what app to only make the statusbar transparent in home- and lockscreen?
Thanks in advance!
Xposed
Use Xposed framework and Xblast tools...why are you going hard way when there is easy one
nemanja.krpovic said:
Use Xposed framework and Xblast tools...why are you going hard way when there is easy one
Click to expand...
Click to collapse
Thanks for the tip, already tried achieving it with Xposed and Xblast but it doesn't seem to work. Most likely because I'm still in ICS. I know I know I should upgrade etc but I just like ICS better
Will dive into the SystemUI, Rosie and framework-res apk's a bit more to see if I can find how the statusbar background is set and with what actions.
Please do something like that .... I would love to try that on my DX
Just wondering if there's even any who had already managed to mod the battery icons in stock KitKat ROMs?
The battery icon images are not there anymore in SystemUI and the stat_sys_battery/battery_charge xmls aren't there either. Could be hard-coded already or something, I got no clue LoL
Missing those fancy icons already
Rycon33 said:
Just wondering if there's even any who had already managed to mod the battery icons in stock KitKat ROMs?
The battery icon images are not there anymore in SystemUI and the stat_sys_battery/battery_charge xmls aren't there either. Could be hard-coded already or something, I got no clue LoL
Missing those fancy icons already
Click to expand...
Click to collapse
In KitKat 4.4, battery icons are drawn by program in SystemUI.apk, rather than image icons. You can still find battery icons and two xml files in framework-res.apk. However, they are not working for status bar.
Until now, I have not seen any report showing changing color of battery icons. This is also my interest.
How could the icons on the status bar, mainly the battery icon be changed on Android Marshmallow?
It seems possible to change them on older versions where they were rendered with PNG files but since they are now rendered with code how could the icons from a newer version be ported into marshmallow?