Change Statusbar Icons to the Pixel ones - HTC U11 Questions & Answers

Hi,
how could I change the Icons in the statusbar (wifi, battery, ...) from the HTC ones to the ones from the Pixel?

=dave= said:
Hi,
how could I change the Icons in the statusbar (wifi, battery, ...) from the HTC ones to the ones from the Pixel?
Click to expand...
Click to collapse
ViperU comes with them on the full rom (not the magisk one)

Cryosx said:
ViperU comes with them on the full rom (not the magisk one)
Click to expand...
Click to collapse
I don't see them in the rom. the hub is empty too.

fix-this! said:
I don't see them in the rom. the hub is empty too.
Click to expand...
Click to collapse
Just making sure, but is there a difference between pixel icons and stock Android icons?
If there isn't, ViperU should have them because I distinctly remember the icons being different from HTC's. Especially the VPN icon.

decompile the system ui apk and replace the stock stat_sys images with the pixel ones

badboys rom has aosp based statusbar icons.

Digitalkarma said:
decompile the system ui apk and replace the stock stat_sys images with the pixel ones
Click to expand...
Click to collapse
the google statusbar icons are not imgs u can swap, the icons are done w/ xml
fix-this! said:
badboys rom has aosp based statusbar icons.
Click to expand...
Click to collapse
yep, the stock icons are hideous!

OMJ said:
the google statusbar icons are not imgs u can swap, the icons are done w/ xml
yep, the stock icons are hideous!
Click to expand...
Click to collapse
wow how times have changed since the m7. i thought U11 system ui would be the same.
is the xml edit a matter of changing the img reference to another folder that do have the google status images already embedded somewhere? or is it a smali edit?
with the m7 i could either do xml reference edit or overwrite image files.

Digitalkarma said:
wow how times have changed since the m7. i thought U11 system ui would be the same.
is the xml edit a matter of changing the img reference to another folder that do have the google status images already embedded somewhere? or is it a smali edit?
with the m7 i could either do xml reference edit or overwrite image files.
Click to expand...
Click to collapse
Are you rooted? I have a Layer I made that works on the HTC 10 to give AOSP style signal icons. If you want to try it let me know. Basically copy it into /system/vendor/overlay and set permissions.
https://drive.google.com/file/d/0B1iRsZPFZo3ER2FoeUg2VnBjWTg/view?usp=drivesdk

jsaxon2 said:
Are you rooted? I have a Layer I made that works on the HTC 10 to give AOSP style signal icons. If you want to try it let me know. Basically copy it into /system/vendor/overlay and set permissions.
https://drive.google.com/file/d/0B1iRsZPFZo3ER2FoeUg2VnBjWTg/view?usp=drivesdk
Click to expand...
Click to collapse
i don't have an U11 yet. still on the fence, but once sprint officially brings the Solar Red or Amazing Silver to their network and maybe drop the retail price down by $50-100 then i'm on the U11. i know it aint going to be $696 for long hoping by Fall/Winter they worked all the production kinks out, drop the price a little and maybe include a few extra goodies in there to entice the late adopters once sales cools off

Digitalkarma said:
wow how times have changed since the m7. i thought U11 system ui would be the same.
is the xml edit a matter of changing the img reference to another folder that do have the google status images already embedded somewhere? or is it a smali edit?
with the m7 i could either do xml reference edit or overwrite image files.
Click to expand...
Click to collapse
the stock htc icons on the unlocked version are images that can be swapped...I'm sure there are several ways to accomplish the same goal, but my method adds the google xmls back to systemui (ie..google_stat_sys_signal_0.xml) then I change the resource value in HtcIcons.smali to point to those xmls, here's an example of one of the xmls...I'm not sure how the Pixel sets those icons, xml or imgs
Code:
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="17.0dip" android:width="17.0dip" android:autoMirrored="true" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M2.000000,22.000000l20.000000,0.000000 0.000000,-20.000000z" />
</vector>

jsaxon2 said:
Are you rooted? I have a Layer I made that works on the HTC 10 to give AOSP style signal icons. If you want to try it let me know. Basically copy it into /system/vendor/overlay and set permissions.
https://drive.google.com/file/d/0B1iRsZPFZo3ER2FoeUg2VnBjWTg/view?usp=drivesdk
Click to expand...
Click to collapse
Do you happen to know how to change the VPN icon as well?

Cryosx said:
Do you happen to know how to change the VPN icon as well?
Click to expand...
Click to collapse
I do not, sorry. I never use VPN so never looked for it.

OMJ said:
the stock htc icons on the unlocked version are images that can be swapped...I'm sure there are several ways to accomplish the same goal, but my method adds the google xmls back to systemui (ie..google_stat_sys_signal_0.xml) then I change the resource value in HtcIcons.smali to point to those xmls, here's an example of one of the xmls...I'm not sure how the Pixel sets those icons, xml or imgs
Code:
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="17.0dip" android:width="17.0dip" android:autoMirrored="true" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M2.000000,22.000000l20.000000,0.000000 0.000000,-20.000000z" />
</vector>
Click to expand...
Click to collapse
Does this work on Oreo? Can you please guide (some short instructions) me on how to modify status bar icons on U11 Oreo?

Pat123 said:
Does this work on Oreo? Can you please guide (some short instructions) me on how to modify status bar icons on U11 Oreo?
Click to expand...
Click to collapse
my method does not yet work on Oreo as apktool needs to be updated to modify & compile SystemUI

Related

[HOW-TO][GUIDE][CM-9/ICS] Changing Background of Recent Apps [21/4/13]

Change Background Of Recent Apps.​
NOTE:
-This Works only with Sense4.0a,ICS,CM-9 [Trust me I've tested it myself]
-I'll take the Black Color Code to Change the Background.
-Read before posting Queries.
-Changing Background-- Increases Smoothness
Click to expand...
Click to collapse
TUTORIAL :
Click to expand...
Click to collapse
Pull SystemUI.apk from your Phone.
Decompile the APK Using Any APK Decompiler.
Navigate to res/values/drawables.xml
Search "<item type="drawable" name="status_bar_recents_background_solid">#b3000000</item>" inside "drawables.xml"
Change The Color Code That is "#b3000000" To "#ff000000" to make it black.
You can Change to any color you want, Just change the color code.
Save the xml.
Recompile APK
Sign the APK
Push it in /system/app
You're free to Enjoy .
Open this Thread and Hit Thanks. Least You can do.
Thank's. Try it and let me know.
Click to expand...
Click to collapse
Mine.
Request
Can you add some screen ? and can we change it blue/purple or ....
good idea....:good:
XenoMorphv2 said:
Can you add some screen ? and can we change it blue/purple or ....
good idea....:good:
Click to expand...
Click to collapse
Yup you can If you're using MiniCM9 I can upload for you with grey background. Post the screenshot here too. Actually I'm on Sense 4 currently and lazy to change my ROM . If you want just post here.
Sent via HTC Sense.
Why can't you just post systemui.apk here only , modded one with black recent apps panel ?
Regards
via HTC Sense
Blue3125 said:
Why can't you just post systemui.apk here only , modded one with black recent apps panel ?
Regards
via HTC Sense
Click to expand...
Click to collapse
Okay I'll but later. You can follow the guide too

[GUIDE][CM11][KK] How to make Transparent Status and Navigation Bar on KitKat 4.4

Hello Everyone!!
Lots of people asked me how to make transparent status and transparent navigation bar on android 4.4 kitkat as it supports transparent status and navigation bar. So i thought of writing this guide so that every one get's benefit of this.
Here u go:
To make use of transparent status and navigation feature of Android 4.4 in your activity(it may be launcher or any activity):
Add these below lines in style.xml of your activity/launcher's main activity theme.
HTML:
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">true</item>
Where attribute android:windowTranslucentStatus set the transparency of status bar and android:windowTranslucentNavigation used for transparency of navigation bar
Or you can also use one of these themes as your parent
HTML:
Theme.Holo.NoActionBar.TranslucentDecor
Theme.Holo.Light.NoActionBar.TranslucentDecor
By enabling translucent system bars, your layout will fill the area behind the system bars, so you must also enable fitsSystemWindows for the portion of your layout that should not be covered by the system bars.
HTML:
<item name="android:fitsSystemWindows">true</item>
You can use anyone of the above approach to make transparent System bars of your activity.
You can also read original android docs Here
If u like my work, press thanks:laugh:
.
Me getting error while recompiling
CAN U PLZ MAKE TRANSPARENT BAR FOR THAT GIVEN APK :????????
gmp009 said:
Me getting error while recompiling
CAN U PLZ MAKE TRANSPARENT BAR FOR THAT GIVEN APK :????????
Click to expand...
Click to collapse
Bro as above mentioned themes were introduced in Kitkat so they doesn't work with older versions so in order to use those themes in your apk decopile your apk with kitkat framwork-res.apk(available in any CM11 Rom) and then compile it.It will work.try it let me know if that works:laugh:
ashishdubey said:
bro as above mentioned themes were introduced in kitkat so they doesn't work with older versions so in order to use those themes in your apk decopile your apk with kitkat framwork-res.apk(available in any cm11 rom) and then compile it.it will work.try it let me know if that works:laugh:
Click to expand...
Click to collapse
now getting this :/
gmp009 said:
now getting this :/
Click to expand...
Click to collapse
No problem that's warning ignore it..try to u use compiled apk.!!!
ashishdubey said:
no problem that's warning ignore it..try to u use compiled apk.!!!
Click to expand...
Click to collapse
i did but that launcher is not working now
gmp009 said:
i did but that launcher is not working now
Click to expand...
Click to collapse
what issue u r getting send me the logcats??
ashishdubey said:
what issue u r getting send me the logcats??
Click to expand...
Click to collapse
Now that launcher is not showing up its like not installed but its in system/app lol
gmp009 said:
Now that launcher is not showing up its like not installed but its in system/app lol
Click to expand...
Click to collapse
Might be u r getting some signature issue.
ashishdubey said:
Might be u r getting some signature issue.
Click to expand...
Click to collapse
I did sign now its working but its same no transparency......
gmp009 said:
hmm so how can i sign my app now ?
Click to expand...
Click to collapse
Read this post u will find out how to sign apk http://forum.xda-developers.com/showthread.php?t=2251719 .download jarsigner for that.Then install or move that signed apk to system>app.
ashishdubey said:
Read this post u will find out how to sign apk http://forum.xda-developers.com/showthread.php?t=2251719 .download jarsigner for that.Then install or move that signed apk to system>app.
Click to expand...
Click to collapse
I DID ITS WORKING BUT NO TRANSPARENCY Still same
gmp009 said:
I DID ITS WORKING BUT NO TRANSPARENCY Still same
Click to expand...
Click to collapse
bro i m not able to install ur apk as some libs are missing also i m using sony phone.i have checked ur manifest.xml and found that there is no theme defined in your main activity "com.android.launcher2.Launcher" define a theme and add transparent status bar styles corresponding to that theme in style.xml. hope that works
Thanks for this awesome guide!
How can I get the status bar to imitate the colour scheme of the top action bar? Blue bit.
I added fit window option but it didn't do anything.
Edit : Here's the screenshot!
Sent from my Nexus 5 using Tapatalk
krishneelg3 said:
Thanks for this awesome guide!
How can I get the status bar to imitate the colour scheme of the top action bar? Blue bit.
I added fit window option but it didn't do anything.
Edit : Here's the screenshot!
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Bro try to remove window:background attribute from theme or make it transparent instead of white!
ashishdubey said:
Bro try to remove window:background attribute from theme or make it transparent instead of white!
Click to expand...
Click to collapse
I removed it, it went back to normal.
What exactly do I do to make it transparent??? change /white to transparent or do i need to change it from <item to <color ? and make it #00000000?
Explain it a bit Thanks for the help!
Edit: Changed
<item name="android:windowBackground">@*android:color/white</item> to
<color name="android:windowBackground">#0000000</color>
And compiled it, it didn't compile, anything i'm doing wrong here?
Sent from my Nexus 5 using Tapatalk
krishneelg3 said:
I removed it, it went back to normal.
What exactly do I do to make it transparent??? change /white to transparent or do i need to change it from <item to <color ? and make it #00000000?
Explain it a bit Thanks for the help!
Edit: Changed
<item name="android:windowBackground">@*android:color/white</item> to
<color name="android:windowBackground">#0000000</color>
And compiled it, it didn't compile, anything i'm doing wrong here?
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
hey give define that color in colors.xml like <color name="any_name">#00000000</color>
then in style.xml use it like this <item name="android:windowBackground">@color/any_name</item>
ashishdubey said:
hey give define that color in colors.xml like <color name="any_name">#00000000</color>
then in style.xml use it like this <item name="android:windowBackground">@color/any_name</item>
Click to expand...
Click to collapse
Okay, it compiled. I made two with one being color/white and the new one color/trans
The white one looked whites with shades. and the transparent one was just black :s, the status bar didn't blend into the blue action bar? it just went black. Any idea what happened?
EDIT : Fixed i moved the fitWindow function to the theme window. all is working! Thanks for this guide. And very helpful OP user!
So I defined a new colour in color.xml
<color name="nexus">#ff4d9ad8</color>
I went into styles, and changed
<item name="android:windowBackground">@*android:color/transparent</item> to
<item name="android:windowBackground">@*android:color/nexus</item>
Now when compiling, it gives off an error, doesn't compile?
Thanks for the help!
krishneelg3 said:
So I defined a new colour in color.xml
<color name="nexus">#ff4d9ad8</color>
I went into styles, and changed
<item name="android:windowBackground">@*android:color/transparent</item> to
<item name="android:windowBackground">@*android:color/nexus</item>
Now when compiling, it gives off an error, doesn't compile?
Thanks for the help!
Click to expand...
Click to collapse
Wrong way of using it...
use like this <item name="android:windowBackground">@color/nexus</item>:laugh:

[Q] how to change notification panel style...

Hi Everyone...
Recently i had took a simple project...trying to mod a rom and give it a new look...i did all things what i know... like Systemui,Farmwork_res,Settings, etc,etc...but now i want to change the notification panel of my rom...and want to add lawa v5 notification panel style on my rom...But i didn't find any tutorial about this...I asked one bro and he said that to change notification panel you have to edit System ui/res/values/style.xml...But he didn't tell me that what i change in this xml...Can anybody help me in changing notification panel style?!!or give me a proper tutorial please....
Md.Shafikul.islam said:
Nobody helps me... :'(
Click to expand...
Click to collapse
hey, i dont know how to do that. but i can recommend that ( actually i am doing in that way)
1. find any systemui.apk that has the style what you want.
2. decompile it and go to res/values/style.xml
3. match your style.xml and your downloanded style.xml
4. try to simulate your xml to that xml .
hope this helps.
thanks bro...
SmiLeToLife said:
hey, i dont know how to do that. but i can recommend that ( actually i am doing in that way)
1. find any systemui.apk that has the style what you want.
2. decompile it and go to res/values/style.xml
3. match your style.xml and your downloanded style.xml
4. try to simulate your xml to that xml .
hope this helps.
Click to expand...
Click to collapse
i will try it...but can i change my styles with another style?mean replaced it?!!or add all things from another style to my style?!!by notepad?!!
Md.Shafikul.islam said:
i will try it...but can i change my styles with another style?mean replaced it?!!or add all things from another style to my style?!!by notepad?!!
Click to expand...
Click to collapse
don't try to change whole lines !!!
for example :
in your style.xml -- > <style name="BackgroundOnlyTheme" parent= @ANDROID:style/Theme.Holo.
in dowloanded style.xml --> <style name="BackgroundOnlyTheme" parent= @ANDROID:style/Theme.Holo.Light">
so you have to edit your line and add '' Light '' end of it. it will look like @ANDROID:style/Theme.Holo.Light
The important thing is you have to figure out what lines are related to your notification panel!!!
I am doing the same thing right now. I have couple cm11 themes and i am changing my sytles, colors, dimens according to theme's styles, colors.xml etc ..
I am using notepad++.
Just open the 2 xmls that you wanan check. Put them side by side and check the lines.
if something going wrong when your systemui get function ... you have to come back to your xml and check the line again.
The last say --> maybe you will need to change some drawble xmls and some drawble hdpi/ xhdpi/ xxhdpi files according to your dpi .
thanks again
SmiLeToLife said:
don't try to change whole lines !!!
for example :
in your style.xml -- > <style name="BackgroundOnlyTheme" parent= @ANDROID:style/Theme.Holo.
in dowloanded style.xml --> <style name="BackgroundOnlyTheme" parent= @ANDROID:style/Theme.Holo.Light">
so you have to edit your line and add '' Light '' end of it. it will look like @ANDROID:style/Theme.Holo.Light
The important thing is you have to figure out what lines are related to your notification panel!!!
I am doing the same thing right now. I have couple cm11 themes and i am changing my sytles, colors, dimens according to theme's styles, colors.xml etc ..
I am using notepad++.
Just open the 2 xmls that you wanan check. Put them side by side and check the lines.
if something going wrong when your systemui get function ... you have to come back to your xml and check the line again.
The last say --> maybe you will need to change some drawble xmls and some drawble hdpi/ xhdpi/ xxhdpi files according to your dpi .
Click to expand...
Click to collapse
thanks again..but can you say that whichs xml on drawable may need to edit?plz.....
Md.Shafikul.islam said:
thanks again..but can you say that whichs xml on drawable may need to edit?plz.....
Click to expand...
Click to collapse
it depends on the rom ...
i had to edit
- ic_notify_button_bg.xml
- notification_header_bg.xml
- qs_tile_background.xml
- system_bar_notification_header_bg.xml
in drawble. I am running kitkat 4.4
maybe you need to edit those xmsl as well, maybe you dont need, maybe you dont have those xmls. not sure
Okey...got it....
SmiLeToLife said:
it depends on the rom ...
i had to edit
- ic_notify_button_bg.xml
- notification_header_bg.xml
- qs_tile_background.xml
- system_bar_notification_header_bg.xml
in drawble. I am running kitkat 4.4
maybe you need to edit those xmsl as well, maybe you dont need, maybe you dont have those xmls. not sure
Click to expand...
Click to collapse
:good: last question. do i change the another's xml in values too?!!like color.xml....etc.etc?!!
Md.Shafikul.islam said:
:good: last question. do i change the another's xml in values too?!!like color.xml....etc.etc?!!
Click to expand...
Click to collapse
maybe ... it depends on the theme's color and style. For instance: you will set your notifaction panel is white and if ur text color is white then you will not be able to read/see your notification you gotta see what's hapening after editing styles ... if it's ok then no problem. if it is as my mention then you gotta edit your colors.xml ...
i hope you got the concept of the work.
you can search any tutorial for editing notification panel. All necessary steps can be found. according to those tutorials you can edit your systemui.
For instance:
In the tutorial will say let's edit this line according to that .... you have to find this line at the xml in your lewa systemui and edit according to it
good luck happy theming ...

Any way to theme phones any more?

I've been trying to skin my phone and run into a problem I can't seem to theme where the navigation bar is Eg using uccw you can't place nothing or when using docks on launchers it places a rectangle that stops above nav bar. I know with lollipop there is no xposed framework
Sent from my Nexus 5
You decompile the apk packages, change what you want and recompile.
Lethargy said:
You decompile the apk packages, change what you want and recompile.
Click to expand...
Click to collapse
There is no need to decompile and recompile. You can just copy/paste same named png-s in .apk/res/drawable nodpi or drawable xxhdpi for our device. That works for all apps from factory image.
Regards, Zagor
Is it possible to theme nav from homescreen only so I can give it its own background
Sent from my Nexus 5
zagorteney said:
There is no need to decompile and recompile. You can just copy/paste same named png-s in .apk/res/drawable nodpi or drawable xxhdpi for our device. That works for all apps from factory image.
Regards, Zagor
Click to expand...
Click to collapse
Recompilation is required to edit things like XML. Signing properly is also important.
Lethargy said:
Recompilation is required to edit things like XML. Signing properly is also important.
Click to expand...
Click to collapse
Whith respecr dear Lethargy! You don't need to decompile and signing properly stock app. For example: if you want to change almost all of UI, you just have to change images in framework-res.apk. You don' t need to do things mentioned before. When I was on Xperia I made this way too UI look like AOSP as possible.
I think that for noob is enough to know that. But off course, if you are UI designer and developer that isn't enough.
Regards, Zagor
zagorteney said:
Whith respecr dear Lethargy! You don't need to decompile and signing properly stock app. For example: if you want to change almost all of UI, you just have to change images in framework-res.apk. You don' t need to do things mentioned before. When I was on Xperia I made this way too UI look like AOSP as possible.
I think that for noob is enough to know that. But off course, if you are UI designer and developer that isn't enough.
Regards, Zagor
Click to expand...
Click to collapse
For replacing a .png it might be okay, but in no way are you going to modify anything else that way. Recompiling is the PROPER way to do it.
So in short someone like me I'm out of luck
Sent from my Nexus 5
tonyt3rry said:
So in short someone like me I'm out of luck
Sent from my Nexus 5
Click to expand...
Click to collapse
If your launcher supports it you can hide the navbar then attempt to use something like Zooper Widget to imitate them on the bottom, but other than that, you have to recompile SystemUI.apk.
Wouldn't I need it for when I'm in apps
Sent from my Nexus 5
tonyt3rry said:
Wouldn't I need it for when I'm in apps
Sent from my Nexus 5
Click to expand...
Click to collapse
Read my post again, I said on the launcher.
Can you tell me what launcher supports it I know if I had pie or what ever it is called I could hide it
Sent from my Nexus 5

[MOD][N][F8131][7.0][7.1] Centre Clock, Combined Data/WiFi cluster on Left

Hi ​Today id like to share my modified SystemUI.apk for NOUGAT 7.0 (39.x.x.x442) and now 7.1 (41.x.x.x.8).
As the title suggests, it has been modified with the combined Data/WiFi cluster, moved to the left side of status bar, and the clock centered. Just flash the zip in recovery and reboot. Working on .442.
Works on odexed rom, I tested before deodexing .442.
Thanks to:
@Ticklefish (data/WiFi mod and awesome tickle my android program, miscellaneous help)
@FunSucker (Centre Clock mod, help with miscellaneous code)
@whalesplaho (all round help with code placement/modifying apk)
Please give the above guys a thanks on their posts, without them i'd still be waiting for xposed to achieve this.
A screenshot will speak more too......
Happy yhu work it out. :good:
You're welcome, @Beetle84 . Great work :good: and glad to help
is it possible to port something like this for sony z5 premium nougat too? its awsome , i barely know how to compile and decompile systemui.apk but i dont know how to change the lines , for example i really want center clock and your idea to combine data and wifi awsoooome , and rounded corners of the notifications these are my dreams could any one do one of them for me at least? sorry if im in wrong thread but i didnt see something like this any where <3
mahyjooon said:
is it possible to port something like this for sony z5 premium nougat too? its awsome , i barely know how to compile and decompile systemui.apk but i dont know how to change the lines , for example i really want center clock and your idea to combine data and wifi awsoooome , and rounded corners of the notifications these are my dreams could any one do one of them for me at least? sorry if im in wrong thread but i didnt see something like this any where <3
Click to expand...
Click to collapse
Hey mate, I didnt think of any of these awesome mods, I just implemented them. Zip, upload and send me a link to your SystemUI.apk and Framework-Res.apk, I will have a go.
Beetle84 said:
Hey mate, I didnt think of any of these awesome mods, I just implemented them. Zip, upload and send me a link to your SystemUI.apk and Framework-Res.apk, I will have a go.
Click to expand...
Click to collapse
@Beetle84
:angel::angel::victory::victory:
thanks in advance ^_^ and is it possible to reduce the icons size in statusbar? in nougat they look really big i have attached my last statusbar screen shots from MM which i had modified with xposed fsb
-hide battery indicator and just number of percentage
-dual sim networrk just 2 dots for each network
-center clock
-wifi 4 dots to be similar with other side of the clock
after lots of search and time wasting i just managed to center the clock only
i reaaaally thank you if u do this changes , i cant stand status bar in this style and 3rd party apps just not smooth and enough for me as you know yourself
________
edit:i have to upload my systemui.apk and framework-res.apk in zip mod cause every time i started to up it as apk it gives error entity too large or sth like this
mahyjooon said:
@Beetle84
:angel::angel::victory::victory:
thanks in advance ^_^ and is it possible to reduce the icons size in statusbar? in nougat they look really big i have attached my last statusbar screen shots from MM which i had modified with xposed fsb
-hide battery indicator and just number of percentage
-dual sim networrk just 2 dots for each network
-center clock
-wifi 4 dots to be similar with other side of the clock
after lots of search and time wasting i just managed to center the clock only
i reaaaally thank you if u do this changes , i cant stand status bar in this style and 3rd party apps just not smooth and enough for me as you know yourself
________
edit:i have to upload my systemui.apk and framework-res.apk in zip mod cause every time i started to up it as apk it gives error entity too large or sth like this
Click to expand...
Click to collapse
So is the systemui.apk you supplied already modified with center clock? If so, Do you have a completely stock backup?
Beetle84 said:
Hey mate, I didnt think of any of these awesome mods, I just implemented them. Zip, upload and send me a link to your SystemUI.apk and Framework-Res.apk, I will have a go.
Click to expand...
Click to collapse
Beetle84 said:
So is the systemui.apk you supplied already modified with center clock? If so, Do you have a completely stock backup?
Click to expand...
Click to collapse
no both files are stock files no modification
mahyjooon said:
no both files are stock files no modification
Click to expand...
Click to collapse
Give the attached zip a try, hopefully it works.
You can unzip the test.zip and replace the modified systemui.apk with your own stock file and rezip so you have a flashable stock backup.
Download link updated, now based off .442 systemui.apk
Beetle84 said:
Give the attached zip a try, hopefully it works.
You can unzip the test.zip and replace the modified systemui.apk with your own stock file and rezip so you have a flashable stock backup.
Click to expand...
Click to collapse
here is a shot ^_^ its good but i would be better if it was just like yours in the first post , and both networks better to merge i think
mahyjooon said:
here is a shot ^_^ its good but i would be better if it was just like yours in the first post , and both networks better to merge i think
Click to expand...
Click to collapse
Hmm, I will have a look at it shortly, im not sure what I can do about the 2 signals, I forgot you were dual sim.
Deleted
@Beetle84
Can you share a tutorial for the centered clock ?
Z5 - Stock 7.0
nreuge said:
@Beetle84
Can you share a tutorial for the centered clock ?
Z5 - Stock 7.0
Click to expand...
Click to collapse
No worries, I will post it when im at home.
@nreuge
https://forum.xda-developers.com/showpost.php?p=71355115&postcount=120
Download the zip attached to that post, inside are two xml's from a deodexed systemui.apk.
Deodex then decompile your systemui.apk and edit your files to match (you can try to copy and paste but it may have errors), recompile and hopefully it worked.
Beetle84 said:
@nreuge
https://forum.xda-developers.com/showpost.php?p=71355115&postcount=120
Download the zip attached to that post, inside are two xml's from a deodexed systemui.apk.
Deodex then decompile your systemui.apk and edit your files to match (you can try to copy and paste but it may have errors), recompile and hopefully it worked.
Click to expand...
Click to collapse
Will do it ASAP, thanks a lot!!
OP updated for NOUGAT 7.1, 41.x.x.x.8.
How to return to stock?
Also, how to change wifi icon? I do not like the single bar, I would like the traditional one.
chiobesek said:
How to return to stock?
Also, how to change wifi icon? I do not like the single bar, I would like the traditional one.
Click to expand...
Click to collapse
If you didnt back up your stock systemui.apk, you will have to wait till tomorrow and I will add one to the OP. As for the stock wifi icon, I will have a play tomorrow, it shouldn't be hard at all really. I have fixed the small gaps (signal cluster moves a little to the right when wifi is on and notifications were a bit far over as well) so I will add that tomorrow too :good:.

Categories

Resources