Monday, 11 July 2016

[HOWTO][ROOT]: Hide NFC icon in statusbar



Here's a little trick to remove the nasty, useless NFC icon in the notification bar.
I've found this over in the Z5 forums so all fame goes to @nreuge and @lordriguez.
All you have to to is grab a root enabled file manager, navigate to /oem/system-properties and change the following line in config.prop from :


Code:


ro.nfc.icon.enable=true

to

Code:


ro.nfc.icon.enable=false

Note that there might be other config.prop files inside other sub-folders (I had 3) and you have to restart the phone afterwards.



No comments:

Post a Comment