Hide Carrier Label - Xposed
A small Xposed module for Lollipop that hides the carrier label on the lockscreen.
Before and After
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Requirements
- Xposed alpha for Lollipop
- Stock Android 5.0 or higher
Download
http://repo.xposed.info/module/com.nadeemsultan.hidecarrierlabel
Source Code
https://github.com/nadeemsultan/HideCarrierLabel
thank you for this
finally! found way to hide carrier. thanks!
Hi,
Thank you for this!!!
Request (dunno if this is possible though): only hide carrier name when on home network.
Hope you don't mind.
add dual sim support for Resurrection Remix Lolipop 5.0.2
Not working on AOSP mi3 13 Feb..
Does this module allow you to edit the carrier label?
deleted
I have been looking for this for ages. Finally Installed it n Rebooted. It worked!
But after sometime the carrier names were back again. And now I can't get rid of them!
Rebooting, Reinstalling, Reactivating etc etc No Help!
Device : Moto G 2nd Gen (2014) Indian Dual Sim Version (XT1068)
Rooted, CM12 Nightly (23March2015), using one sim.
doesnt work anymore with android 5.1, was fine with 5.0 tho
@ns17 any chance to update this for 5.1?
Would love an update for 5.1 as well - my ROM thinks I'm digital roaming even though I'm not so getting that to hide on the lock screen would be great
I've just pushed the update for compatibility with 5.1, and it should be available on the Xposed repo now.
Enjoy!
Works great again, thanks alot.
Appreciate it @ns17. Thank you.
ns17 said:
I've just pushed the update for compatibility with 5.1, and it should be available on the Xposed repo now.
Enjoy!
Click to expand...
Click to collapse
Dude awesome!! Thanks so much for being so responsive!
EDIT: I don't think it's designed to, but it doesn't hide "digital roaming" or service-related statuses on the lockscreen, right? Since those aren't carriers. Mine is showing "digital roaming" on the lockscreen. I realize not a lot of others are in this situation and that it's not really your problem (more of a ROM issue), but there isn't a lot of dev for my phone and this is the only option I have to be on 5.1.1. Would there be a way to hide "digital roaming" / those kinds of labels on the lockscreen as well through your module (without too much work on your end)?
Vember31 said:
EDIT: I don't think it's designed to, but it doesn't hide "digital roaming" or service-related statuses on the lockscreen, right? Since those aren't carriers. Mine is showing "digital roaming" on the lockscreen. I realize not a lot of others are in this situation and that it's not really your problem (more of a ROM issue), but there isn't a lot of dev for my phone and this is the only option I have to be on 5.1.1. Would there be a way to hide "digital roaming" / those kinds of labels on the lockscreen as well through your module (without too much work on your end)?
Click to expand...
Click to collapse
I can definitely take a look at it, can you send me a screenshot of your lockscreen?
ns17 said:
I can definitely take a look at it, can you send me a screenshot of your lockscreen?
Click to expand...
Click to collapse
Sure, see attached. The second screenshot is just to illustrate how it thinks that "digital roaming" is my network, even though I'm not actually roaming. Thanks!
btw this is with the 5.1 module active
Its non working on LG G2 D800 with LP 5.0.2
Does not hide carrier label on slimsaber.
Related
Requires Xposed framework!
Hey guys,
I was surprised to see that no one made this before, so here is a module that fixes the broken Android TimePicker.
I consider the TimePicker broken because changing the minute from 59 to 0, or vice versa, increments or decrements the hour, respectively. Since it's common to choose a time by first setting the hour and then the minute, this is really annoying.
This module removes the described behavior from time pickers implemented using the android.widget.TimePicker class.
APK and source for the first version are attached.
The module can also be found on the Xposed repo: net.feichti.timepickerfix
Edit:
To be clear, I'm talking about the old spinner-style time picker like the right one in this picture, not the pretty one on the left.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Update v1.1:
I uploaded a new version which adds the fix for date pickers.
I don't think this affects my Moto X. If I choose the minute, the hour doesn't change regardless of going past 59 out before 00. Is this a problem in xperia or stock Android only?
It's that way at least in AOSP (it's in the code) and on my Xperia Z1c.
I believe I've read something about it also, but I cannot remember where.
It is also not working for me. Nexus 5
Are you running AOSP?
Could you look at the Xposed log if there's some error?
Hi. Just started to use your great module. Been scratching my head since I started using my new phone (old one doesn't need fixing date/time) and didn't expected such weird behaviour from newer Android.
Would be great if the 'fix' being implemented for date also, since the 'feature/bug' not only affected time but date too.
kotey said:
Hi. Just started to use your great module. Been scratching my head since I started using my new phone (old one doesn't need fixing date/time) and didn't expected such weird behaviour from newer Android.
Would be great if the 'fix' being implemented for date also, since the 'feature/bug' not only affected time but date too.
Click to expand...
Click to collapse
I just uploaded a new version which adds this. Check it out and tell me if it's working for you.
Thanks. Both functions working now
Caveats:
- Time is enabled by default. Date is not, have to manually enable.
- Requires reboot after ticking/unticking to take effect (maybe only on my phone, or maybe others too)
Works great in the end nevertheless.
Edit:
Took a look at the source, everything looks good. I suppose that hook can only be released by a reboot. SharedPreference.OnSharedPreferenceChangeListener might change but didn't commit until next hook (reboot). Ok, I'm a *very* satisfied customer
I'm glad it works for you.
Hide Notification Panel Handle
A small Xposed module that hides the handle when you pull down the notification panel.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download
Xposed Repo
http://repo.xposed.info/module/com.nadeemsultan.hidehandle
Requirements
-Xposed Framework
Tested on CM11.
It may or may not work on android versions lower than 4.4 and/or non-AOSP roms, but feel free to try it out.
Changelog
Version 1.0
-Initial Release
Source Code
https://github.com/nadeemsultan/HideNotificationHandle
Thanks for this!
TouchWiz 4.4.2
sent from my note 3 running Tweaked ROM
https://docs.google.com/file/d/0B9G4VfoOgRidcDBBcVNRNFlqTDA/edit?usp=docslist_api
Bottom part looks pretty weird
BachMinuetInG said:
https://docs.google.com/file/d/0B9G4VfoOgRidcDBBcVNRNFlqTDA/edit?usp=docslist_api
Bottom part looks pretty weird
Click to expand...
Click to collapse
Yea I just checked it and noticed that CM11 themes that hide the handle have that issue as well. I'll have to look into that.
Works pretty sweet on my Galaxy S2 running SlimSaberKat... :good:
Could you make an option to remove the whole handle, not just hide it?
So there is more space for notifications?
brotbuexe said:
Could you make an option to remove the whole handle, not just hide it?
So there is more space for notifications?
Click to expand...
Click to collapse
Yep! That's actually what I'm working on, but I've been quite busy recently. Also, I'm still somewhat new to xposed development so I just need to figure out how to implement it lol.
ns17 said:
Hide Notification Panel Handle
A small Xposed module that hides the handle when you pull down the notification panel.
Download
Xposed Repo
http://repo.xposed.info/module/com.nadeemsultan.hidehandle
Requirements
-Xposed Framework
Tested on CM11.
It may or may not work on android versions lower than 4.4 and/or non-AOSP roms, but feel free to try it out.
Changelog
Version 1.0
-Initial Release
Source Code
https://github.com/nadeemsultan/HideNotificationHandle
Click to expand...
Click to collapse
Is there any Xposed module to shorten the pull down panel just to show the notifications. I mean it's just ridiculous expanding all the way down to the bottom covering the whole screen with black for 1 notification.
can you make an option to hide carrier label too?
How about lollipop?
I understand it's been a long time since this thread but something similar... There isn't a notification handle in lollipop yeah, but there's this "No notifications" text that appears when you've got,...well, no notifications. I was wondering if you could look into that, do something similar? I really want a clean UI and "No notifications" kinda makes my OCD twtich. XD
GuitarGuy96 said:
I understand it's been a long time since this thread but something similar... There isn't a notification handle in lollipop yeah, but there's this "No notifications" text that appears when you've got,...well, no notifications. I was wondering if you could look into that, do something similar? I really want a clean UI and "No notifications" kinda makes my OCD twtich. XD
Click to expand...
Click to collapse
I will make a guide how to do this today
edit: http://forum.xda-developers.com/android/software-hacking/guide-hide-notification-label-t3141671
here you go
Sent from my SM-N910F using XDA Free mobile app
Thank you so much!!! I had a feeling that was the procedure for it! I should've tried it on my own. I'll do this soon! I'm currently trying to get Multi Rom to work with Android M, once that's set up, I'll follow your guide. Thanks a lot again.!
954wrecker said:
Thanks for this!
TouchWiz 4.4.2
sent from my note 3 running Tweaked ROM
Click to expand...
Click to collapse
Sorry I'm going out of topic, but please can you let me know which ROM you're using? :highfive: that notification panel is awesome !!!
Requires Xposed Framework!
This module adds a new L-styled home button to your navigation bar, which doubles as a battery indicator.
Screenshot: (full res)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Video of the new charging animation:
https://www.youtube.com/watch?v=lYUcOv5vw8c
Settings:
This module is fully configurable, the settings app is hidden from the launcher, access it by going into Xposed, tapping modules, then tapping the module itself.
Compatibility:
This should work with most ROMs on most devices (HTC, Sony, Nexus devices, AOSP, CM, PA, Omni etc). LG devices are currently unsupported on stock ROMs. Patches welcome since I can't get my hands on an LG device.
Download:
http://repo.xposed.info/module/com.mohammadag.batteryhomebutton
Source:
As promised on reddit, this module is now open source and licensed under the GPLv3 license https://github.com/MohammadAG/Xposed-Battery-Home-Icon
Amazing as always
Great job! ☺
Wydrapane paznokciem
hope there will be an update for lg g3
yeah! G3 please
ehmjay said:
yeah! G3 please
Click to expand...
Click to collapse
Asking me for G3 support won't get you anywhere, I tried adding support and didn't get anywhere. Ask an Xposed dev with a G3 to try and help.
Sent from my HTC One_M8 using Tapatalk
nice bro
Working on oneplus one but charging animation is laggy, the status bar battery has been disabled
Sent from my Darkside of 1+1
Used to work, then an update just made the home button dissapear, latest update brought it back but it's configurable. Sticking with an older version
nice! may you please make stamina mode animation for xperia stock rom?
This just shows -1 on the home button for me Running pacrom on moto g
Don't work on sony stock rom (android 4.2.2). System battery is still showing. Charging animation don't work and it showing -1 battery percent.
why look like this
V 1.1 don't work on Galaxy S3 with Liquid Smooth ROM Version 1.0 works
HGT - Galaxy S3 - S5 - Tesla L7 - any KK ROM
wallo_J said:
why look like this
Click to expand...
Click to collapse
Same for me on PA 4.6 Beta4 unofficial
Op, would you mind posting a link to that wall shown in the screenshot? Thanks
thanks for the great mod brother! it works fine on my z1c with z3 systemui with xperia xposed module. I had to change the padding size to fit the number.
Can you share the background in the first post? Thanks.
I'm only getting this -1. I'm on an LG phone(G2 ls980), but on AICP ROM.
Sent from a ⓜⓐⓗⓓⓘ-ⓐⓕⓘⓔⓓ ใง ง2 ใร980
Great work OP! Gonna try it on my M8. Remember the dot view mod you abandoned? Yeah. Not cool, you have some angry people over in that thread (myself included)
Sent from my 831C using Tapatalk
Hide Carrier Label v2
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Description
This Xposed module hides the carrier name on the top left corner on the lockscreen.
There's already a module that does the same but unfortunately it doesn't work for me and others, so I created my own module.
It uses the newer Xposed-API approach (described here), so maybe that's why it works and the other one doesn't, I don't really know.
To all developers out there: I'm sure there's a better (/easier) way to hide the label, but this is my way and for me it works. I hope I can help others who feel annoyed by the carrier label on the lockscreen.
Tested on OnePlus' OxygenOS (Android 5.1.1, API 22).
Tested on CyanogenMod 12.1.
Requirements
- Xposed Framework
- Android 5.0 (API 20) or above
Source
https://github.com/Firefly1337/HideCarrierLabel_v2
Download
http://repo.xposed.info/module/com.firefly1337.xposed.hidecarrierlabel
Gonna give it a go
OnePlus Two, OxygenOS 2.1.2, Android 5.1.1.
Xposed v79 sdk22.
Will report back when I reboot.
Tested and working great
Maybe, if u have time, u could work in a way to edit/change the label to a custom value. All other modules that do this, do not work on OnePlus Two.
Thanks for testing and reporting back. I'm glad to hear it's working.
Unfortunately I won't have much time in the next few weeks, sorry.
If anyone's interested to try this themselves:
The class CarrierText.java normally extends TextView, but in older CM versions and apparently in OxygenOS it extends LinearLayout.
Full class here and here's a comparison.
Works on my oneplus x, rooted, stock. Well done!:highfive:
@Firefly1337
Finally a module that works on xperia lock screen. Thank you!!!!!!!!!!!! Works on xperia z stock rom 5.1.1 (so it should work on its newer siblings). Maybe in the future you'll get rid of status bar annoyance of carrier label. ? ? ?
And for further testing, I'm all yours. ?
Thanks man!
Works on my XT1095 running CM13 ?
Not working for Samsung Galaxy s6 marshmallow 6.0.1. As of v 1.1.1 if you do decide to update this for my os let me know of if there is anything I can do to help
@Hell Bomb
Are there any errors in your Xposed Log?
To fix it I would need your '/system/framework/framework-res.apk' and '/system/priv-app/SystemUI/SystemUI.apk' (this path could differ, search if it's not there).
Thank you! I tried the original on my xperia z5c with no luck a while sgo and didn't even notice the v2. Works great!
Xperia z3 compact on MM not working tried both. [emoji22]
Edit: ops it works now but i dont know how [emoji106]
Sent from my D5803 using XDA-Developers mobile app
Hey - works for me on edge s6 6.0.1 but since I installed phone seems to be kinda glitchy - delayed wakes and some lag. I rebooted and resprung and seems to have helped a bit. Maybe unrelated to this pkg who knows
royorbs3 said:
Hey - works for me on edge s6 6.0.1 but since I installed phone seems to be kinda glitchy - delayed wakes and some lag. I rebooted and resprung and seems to have helped a bit. Maybe unrelated to this pkg who knows
Click to expand...
Click to collapse
Either it is indeed unrelated to my module or Samsung somehow screwed up their carrier name implementation. All I do is hiding it. So the action itself is only 1 line, that can hardly be the cause for lags.
By the way: Never quote full OP.
Firefly1337 said:
Either it is indeed unrelated to my module or Samsung somehow screwed up their carrier name implementation. All I do is hiding it. So the action itself is only 1 line, that can hardly be the cause for lags.
By the way: Never quote full OP.
Click to expand...
Click to collapse
Ya oops on that sorry. And not sure what was.going on but after that reboot I haven't had any issues. Good stuff
Hi, thanks for your module
Any chance of hiding the carrier label from expanded statusbar in Sony phones?
Here's an example (top left corner with the text "Vivo"):
https://cdn-images.xda-developers.com/direct/3/3/5/4/2/4/6/04.jpg
I can send you my SystemUI if you're willng to take a look at it.
fijasko said:
Hi, thanks for your module
Any chance of hiding the carrier label from expanded statusbar in Sony phones?
Here's an example (top left corner with the text "Vivo"):
https://cdn-images.xda-developers.com/direct/3/3/5/4/2/4/6/04.jpg
I can send you my SystemUI if you're willng to take a look at it.
Click to expand...
Click to collapse
I have same problem.!!
fijasko said:
Hi, thanks for your module
Any chance of hiding the carrier label from expanded statusbar in Sony phones?
Here's an example (top left corner with the text "Vivo"):
https://cdn-images.xda-developers.com/direct/3/3/5/4/2/4/6/04.jpg
I can send you my SystemUI if you're willng to take a look at it.
Click to expand...
Click to collapse
Depends on how Sony implemented it and yes, I'd need your SystemUI.apk and Framework-res.apk.
Unfortunately I don't have any time at all right now, sorry.
Firefly1337 said:
Depends on how Sony implemented it and yes, I'd need your SystemUI.apk and Framework-res.apk.
Unfortunately I don't have any time at all right now, sorry.
Click to expand...
Click to collapse
OK, thanks.
remove carrier name outside lockscreen
Hi, this works on my Vodafone smart prime 6, is thre a way to hide the carrier outside the lockscreen?
Doesn't work with Android 6 (Imperium Rom 4) on LG G4 H815. Framework is v86.
Any solutions?
As you know, Google Photos started use bottom tab bar to switch pages, but many people hate that.
A simple xposed app to remove this bar and put them to drawer menu.
Tested on Google Photos v2.3.0.
If there's problem with next version of Google Photos, just temporarily disable it first.
Google Play download: https://play.google.com/store/apps/details?id=li.lingfeng.google.photos.bottombarremover
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
It causes a bootloop on my lg g4 with cm13. I have quite a few other modules activated as well, so I'm not sure if one of them are interfering. None of them touch google photos to my knowledge though.
Nvm, it was an incompatibility with xuimod. Works as expected now. Good work!
nexus 5x not working
Works fine with last Photo + Stock MM. Can I suggest to add swype right to device folders, remove cloud icon and add cut/paste in new folders? Should be incredible! Thanks anyway!
Works as advertised on my phone with CM 13.
bzz11g said:
nexus 5x not working
Click to expand...
Click to collapse
I just tested on Android 6.0, and also set system language to Russian, it works fine.
Don't know why it doesn't work on your device, can you reboot your phone, and enter Photos once, then use adb or whatever tool is, grab log to me, maybe I can find something in your log.
Great module, thanks very much.
Working perfectly on my 6p.
If you could add swipe to go between Assistant, Photos and Albums it would be perfect!
Sent from my Huawei Nexus 6P using XDA Labs
krs360 said:
Great module, thanks very much.
Working perfectly on my 6p.
If you could add swipe to go between Assistant, Photos and Albums it would be perfect!
Sent from my Huawei Nexus 6P using XDA Labs
Click to expand...
Click to collapse
Actually, I did swipe work with Google Photos v1.15 and v1.16,
but, unfortunately, it didn't work with v1.17, Google changed the construct about this part.
After that, it's not easy to let swipe work.
Working on HTC M8 with MM 6.0.1 and Sense 7_g
Any way to remove those little ugly clouds on every photo if we dont have cloud sync enabled?
The latest version of Google Photos has a issue with the latest version of the app. There's dividers between each item and they are pinned (like the Settings option in some Google apps) so the other options are scrolling in a small space beneath the added items
CrazyCypher said:
Working on HTC M8 with MM 6.0.1 and Sense 7_g
Any way to remove those little ugly clouds on every photo if we dont have cloud sync enabled?
Click to expand...
Click to collapse
Sorry, no plan to remove clouds. Maybe, sign off your account?
Hello,
and first of all, thank you for this module. I also don't like the iOS-ish bottom bar. I've got a request here, though. Could you please remove the dividers between individual items in the navigation drawer, as you did in Google Plus Bottom Bar Remover? It's only a little design issue, but I feel like the dividers don't look very well there - and since you removed them from the other app, it would be nice to get rid of them here as well.
Thank you.