Remove NFC Icon - T-Mobile HTC One (M7)

Makes the icon transparent. Flash in recovery.

Thank you, that icon is really annoying.
Does it still take up space? Is there a way to remove the icon completely?

rome425 said:
Thank you, that icon is really annoying.
Does it still take up space? Is there a way to remove the icon completely?
Click to expand...
Click to collapse
I tried to make the png as slim as possible. There probably is another way to remove it completely, most likely an xml edit.
Sent from my HTC One using Tapatalk 4 Beta

I appreciate your work buddy but i think you creating multiple of threads in Different device forums
Here is your same thread -> http://forum.xda-developers.com/showthread.php?t=2252775

That was on propose so AT&T users know about the mod too.
Sent from my HTC One using Tapatalk 4 Beta

SmiLey497 said:
I tried to make the png as slim as possible. There probably is another way to remove it completely, most likely an xml edit.
Sent from my HTC One using Tapatalk 4 Beta
Click to expand...
Click to collapse
It's in smali dude
Sent from my EVO using Tapatalk 2

ssojyeti2 said:
It's in smali dude
Sent from my EVO using Tapatalk 2
Click to expand...
Click to collapse
On Samsung phones all it took was an edit to the feature.xml in the csc folder to get rid of it. The icon itself is a png. If there is a smali edit for HTC phones I haven't seen any.

SmiLey497 said:
On Samsung phones all it took was an edit to the feature.xml in the csc folder to get rid of it. The icon itself is a png.
Click to expand...
Click to collapse
hmm ok then maybe you're right about that. however pretty much every icon on htc devices is in smali...I don't imagine this one would be any different

Better late than never
I realize this thread hasn't been touched in a long time, but in case anyone asks the question in the future, I have a fix for rooted users.
Edit the file /system/customize/acc/default.xml
Find the line <item type="boolean" name="nfc_show_icon">1</item>
Change the 1 to a 0
Reboot phone
Icon gone.

steampoweredlawngnome said:
I realize this thread hasn't been touched in a long time, but in case anyone asks the question in the future, I have a fix for rooted users.
Edit the file /system/customize/acc/default.xml
Find the line <item type="boolean" name="nfc_show_icon">1</item>
Change the 1 to a 0
Reboot phone
Icon gone.
Click to expand...
Click to collapse
Thank you! SO glad someone finally figured this out, been driving me crazy!! One note - on the 4.3 dev edition at least the line to change is <item type="integer" name="nfc_show_icon">1</item>

steampoweredlawngnome said:
I realize this thread hasn't been touched in a long time, but in case anyone asks the question in the future, I have a fix for rooted users.
Edit the file /system/customize/acc/default.xml
Find the line <item type="boolean" name="nfc_show_icon">1</item>
Change the 1 to a 0
Reboot phone
Icon gone.
Click to expand...
Click to collapse
Wow this is awesome, except for 1 issue : I don't have an account folder /system/customize/ I have hidden files and folders enabled but it's still on there.. Any ideas?
Sent from my Nexus 7 using xda app-developers app

Xposed module to remove the NFC icon completely!
SmiLey497 said:
I tried to make the png as slim as possible. There probably is another way to remove it completely, most likely an xml edit.
Sent from my HTC One using Tapatalk 4 Beta
Click to expand...
Click to collapse
SmiLey497 said:
Makes the icon transparent. Flash in recovery.
Click to expand...
Click to collapse
I just wrote a small Xposed module based on Xposed framework to remove the NFC Icon completely. No need to modify the NFC.apk. You could get the app on http://forum.xda-developers.com/showthread.php?t=2467970

Works awesome. Thank you!

I know this thread is old but since the Xposed module doesn't seem to work for everyone I will post another solution. If you don't have the system/customize folder, the setting is probably in
Code:
/system/etc/customization/settings/config.prop
You just have to change
Code:
ro.nfc.icon.enable=true
to
Code:
ro.nfc.icon.enable=false

Very good solution for NFC Icon !!!

Related

[REQUEST][MOD] Hide 4G notification

I am making a request to any modders out there that can remove the 4g notification icon when you have 4G on. I want to be able to use 4G but not see the icon there when not using it.
A mod for this was done for the evo 4G and an example and more clarification of the mod I want done can be viewed here:
http://forum.xda-developers.com/showthread.php?t=883088
so basically if that could be ported over to the evo 3D that would be great
Thanks in advance
10char
SayWhat10 said:
10char
Click to expand...
Click to collapse
I answered this in the same thread you posted in to Q&A section..
http://forum.xda-developers.com/showthread.php?t=1228128
graffixnyc said:
I answered this in the same thread you posted in to Q&A section..
http://forum.xda-developers.com/showthread.php?t=1228128
Click to expand...
Click to collapse
oh ok thanks
but i read your response
you say delete the png, but when i opened up the apk it was a ton of pngs, so do you know the exact name of which png(s) to delete?
SayWhat10 said:
oh ok thanks
but i read your response
you say delete the png, but when i opened up the apk it was a ton of pngs, so do you know the exact name of which png(s) to delete?
Click to expand...
Click to collapse
it's in the drawable folder
stat_notify_wimax_in_range.png
I think it's that one because of the name but there are a couple right around it that also have that same icon with a different name
stat_notify_wimax_authentication_failed
stat_sys_wibro_qhd_signal_no
stat_sys_wibro_signal_no
stat_sys_wimax_new_signal_no
stat_sys_wimax_signal_no
graffixnyc said:
it's in the drawable folder
stat_notify_wimax_in_range.png
I think it's that one because of the name but there are a couple right around it that also have that same icon with a different name
stat_notify_wimax_authentication_failed
stat_sys_wibro_qhd_signal_no
stat_sys_wibro_signal_no
stat_sys_wimax_new_signal_no
stat_sys_wimax_signal_no
Click to expand...
Click to collapse
thanks
one last thing
so after delete png
how to send to phone? do i need to adb this thing? or can i just place there using root explorer?
SayWhat10 said:
thanks
one last thing
so after delete png
how to send to phone? do i need to adb this thing? or can i just place there using root explorer?
Click to expand...
Click to collapse
If you delete the png you also need to delete it also in public.xml and for that the apk needs to be decompiled compiled an resigned. An easier way would be to make the png transparent.
Sent from my PG86100 using XDA Premium App
steal25 said:
If you delete the png you also need to delete it also in public.xml and for that the apk needs to be decompiled compiled an resigned. An easier way would be to make the png transparent.
Sent from my PG86100 using XDA Premium App
Click to expand...
Click to collapse
ah ok, well you lost me there
i cant go any further with this lol
SayWhat10 said:
ah ok, well you lost me there
i cant go any further with this lol
Click to expand...
Click to collapse
Just open the png in PhotoShop or Gimp and set transparency to 0.
Sent from my PG86100 using XDA Premium App
steal25 said:
Just open the png in PhotoShop or Gimp and set transparency to 0.
Sent from my PG86100 using XDA Premium App
Click to expand...
Click to collapse
naw i think i can swing that
i just dont know what i'd be doing with the public.xml,decompile,compile, and resign stuff
Synergy rls1 has no 4g icon stock lol...I'm sure it will be fixed in future builds but I did answer the question
Sent from my EVO-DDD
SayWhat10 said:
naw i think i can swing that
i just dont know what i'd be doing with the public.xml,decompile,compile, and resign stuff
Click to expand...
Click to collapse
It's actually easier than it sounds, you just gotta have the right tools.
Sent from my PG86100 using XDA Premium App
I did the smali edits....it worked on my phone...give me a minute, ill upload it..
This is the done the proper way, as in it will not only hide it, but it won't take up space in the status bar when the notification "would" be there, like invisible icons and such would
EDIT:
DISCLAIMER:I'm not responsible for any damage this may cause, though it hasn't caused any FC's or any ill-effects on my phone yet.
Install Instructions:
1. Download zip, put on SD card
2. Reboot into recovery
3. Wipe cache and dalvik cache
4. Flash zip from recovery
5. Reboot
First bootup will take a while, but as long as there's no bootloop, just be patient.
This will remove the "4G Still on" or whatever it says when you're not connected to 4G, but your 4g radio is still on
Hide 4G Notification
And this will return you to stock settings if there's any problems...
Stock Settings
mnsportsguy1978 said:
Synergy rls1 has no 4g icon stock lol...I'm sure it will be fixed in future builds but I did answer the question
Sent from my EVO-DDD
Click to expand...
Click to collapse
Does it have the gps icon removed when not turned on too?
Vinchenzop said:
I did the smali edits....it worked on my phone...give me a minute, ill upload it
Click to expand...
Click to collapse
Anxiously waiting!
SayWhat10 said:
Anxiously waiting!
Click to expand...
Click to collapse
i edited my post above
Any feedback yet?
BTW, the mod is an edit to the Settings.apk...Most other "icon removals" (gps on/off, etc.) are located in other apks or frameworks (jar files)...so this will not negate/over-write if you have a theme/mod removing the other icons
Vinchenzop said:
Any feedback yet?
BTW, the mod is an edit to the Settings.apk...Most other "icon removals" (gps on/off, etc.) are located in other apks or frameworks (jar files)...so this will not negate/over-write if you have a theme/mod removing the other icons
Click to expand...
Click to collapse
thanks buddy
about to nandroid now
then flash
will report back!
SayWhat10 said:
thanks buddy
about to nandroid now
then flash
will report back!
Click to expand...
Click to collapse
not much need to nandroid...as I added the "return to stock settings" file too, but do what makes you feel more comfortable...
SayWhat10 said:
ah ok, well you lost me there
i cant go any further with this lol
Click to expand...
Click to collapse
LOL.......

[Q] 2 questions about adw launcher EX

And yes, I searched, big time, but can't find it.
For ADW EX, I have 2 questions.
I downloaded a different language from here:
http://crowdin.net/project/adw-launcher-ex
-What do I do with the arrays.xml and strings.xml? I figured I have to replace them somewhere, but I cannot find them on my device.
-Also, did the option to change bin position disappear? I might be getting blind, but I really cannot find it anymore. I know for sure there was an option somewhere to change or remove bin position..
Somebody please?
Am I in the wrong forum or something? I cannot believe nobody knows the answers.. ADW is used a lot here, right?
For your second question in my adw ex launcher has the bin position option. I ain't for sure about the regular adw though.
Sent from my HTC Vision using XDA App
selfinflicted1 said:
For your second question in my adw ex launcher has the bin position option. I ain't for sure about the regular adw though.
Sent from my HTC Vision using XDA App
Click to expand...
Click to collapse
I have EX. Can you tell me where the bin option is? Because I thought I had it, but I have a feeling it disappeared with the latest update.
bump
10char
Check the user interface menu then look under screen preferences. That's where it should be. If not I will check my version and post it for you. +1 if it helps you
Sent from my HTC Vision using XDA App
selfinflicted1 said:
Check the user interface menu then look under screen preferences. That's where it should be. If not I will check my version and post it for you. +1 if it helps you
Sent from my HTC Vision using XDA App
Click to expand...
Click to collapse
I checked 20 times but really can't find it. Please check yours and post the steps here if you find it?
I think it disappeared with an update though.
OK with the new update theboption was removed with the new layout. For the second you need to recompile it to find those files. The are bundled in the resourses file in the apk that can only be edited by decompiling it.
zelendel said:
OK with the new update theboption was removed with the new layout. For the second you need to recompile it to find those files. The are bundled in the resourses file in the apk that can only be edited by decompiling it.
Click to expand...
Click to collapse
Ok so bin option is removed. Good to know.
Now WHAT THE *** do you mean with all that. I really have no clue. Could you please explain the language thing for a noob?
Delano.888 said:
Ok so bin option is removed. Good to know.
Now WHAT THE *** do you mean with all that. I really have no clue. Could you please explain the language thing for a noob?
Click to expand...
Click to collapse
It means you would need to use apktool to recompile the apk, swap the files out, recompile and then sign and install.
zelendel said:
It means you would need to use apktool to recompile the apk, swap the files out, recompile and then sign and install.
Click to expand...
Click to collapse
Okay, I bought it so I don't have the APK. Anyway. I wait till there is some easier official way at some point. Thanks anyway!
Delano.888 said:
Okay, I bought it so I don't have the APK. Anyway. I wait till there is some easier official way at some point. Thanks anyway!
Click to expand...
Click to collapse
The apk is on your phone in data/app. This is the only way there gonna be to be able to do this

[Q] How do i edit StatusBar Clock?

How do you edit the Status bar clock color in SystemUI.apk properly? i have tried a couple of Instructions including Adding a line in "Status_bar.xml" with a color code but it will just keep crashing. so what is it that i need to edit properly? is it Styles.xml, Status_bar.xml, both..?? and what type of Hex code does Android require?
funnyangrykid said:
How do you edit the Status bar clock color in SystemUI.apk properly? i have tried a couple of Instructions including Adding a line in "Status_bar.xml" with a color code but it will just keep crashing. so what is it that i need to edit properly? is it Styles.xml, Status_bar.xml, both..?? and what type of Hex code does Android require?
Click to expand...
Click to collapse
Decompile systemui.apk
Open res/values/styles.xml
find this line:
Code:
<style name="TextAppearance.StatusBar.Clock" parent="@android:style/TextAppearance.StatusBar.Icon">
Edit this line:
<item name="android:textColor">xxxxxxxxx</item>
replace the X with a hex color code of your choice.
compile
install.
synisterwolf said:
Decompile systemui.apk
Open res/values/styles.xml
find this line:
Code:
<style name="TextAppearance.StatusBar.Clock" parent="@android:style/TextAppearance.StatusBar.Icon">
Edit this line:
<item name="android:textColor">xxxxxxxxx</item>
replace the X with a hex color code of your choice.
compile
install.
Click to expand...
Click to collapse
still get crashing issue. when it boots up from recovery it says "com.android.systemui has stopped" and wont show.
funnyangrykid said:
still get crashing issue. when it boots up from recovery it says "com.android.systemui has stopped" and wont show.
Click to expand...
Click to collapse
Post your framework you edited and I'll look at it.
Sent from my iPhone...
synisterwolf said:
Post your framework you edited and I'll look at it.
Sent from my iPhone...
Click to expand...
Click to collapse
Alright man thanks. hope we can figure out what im doin wrong
http://www.mediafire.com/?a7krmg84hq7h3er
this is the hex color i used #f90404 its a shade of red (well its supposed to be lol)
The SystemUI.apk in your zip is missing the resources.arsc
gr8nole said:
The SystemUI.apk in your zip is missing the resources.arsc
Click to expand...
Click to collapse
So I was doing everything right but didn't have that Resource file? Well to quote the compiler "if you edited any Xmls, delete the Resources.arsc file in keep folder" DAAM UUU compilerrrr lol
Sent from my ADR6425LVW using xda app-developers app
funnyangrykid said:
So I was doing everything right but didn't have that Resource file? Well to quote the compiler "if you edited any Xmls, delete the Resources.arsc file in keep folder" DAAM UUU compilerrrr lol
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
Not sure if it was right or not, can't see the styles.xml without the resources.arsc. Since you are editing the styles.xml, you do need to delete resources.arsc from the keep folder. It should rebuild it for you in the final apk.
funnyangrykid said:
So I was doing everything right but didn't have that Resource file? Well to quote the compiler "if you edited any Xmls, delete the Resources.arsc file in keep folder" DAAM UUU compilerrrr lol
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
Apkmanager? Don't use it. Use this if you want to try.
http://www.virtuousrom.com/p/ten-studio.html?m=1
Its a great tool to learn.
Sent from my iPhone...
What he said ^^^ I just got my VTS license today (although you can use it for free) and it is great!!!
gr8nole said:
What he said ^^^ I just got my VTS license today (although you can use it for free) and it is great!!!
Click to expand...
Click to collapse
Yep its super easy to learn.
Sent from my iPhone...
You kids and your new fangled 'tools' and studios. Back in my day we used our special tools, our brain.
synisterwolf said:
Apkmanager? Don't use it. Use this if you want to try.
http://www.virtuousrom.com/p/ten-studio.html?m=1
Its a great tool to learn.
Sent from my iPhone...
Click to expand...
Click to collapse
gr8nole said:
What he said ^^^ I just got my VTS license today (although you can use it for free) and it is great!!!
Click to expand...
Click to collapse
have it, using it/tried it and I feel like I'm getting close. K, I did my edits and recompiled with VTS and then I created a flashable zip, flashed it, wiped cache and dalvik just to be safe. It booted and I DIDNT get any crashes or force closes but no status bar. I checked in root explorer and the icon shows up and permissions are set to RW-R-R. Hmmm .
I appreciate yalls help btw
Sent from my ADR6425LVW using xda app-developers app
wildstang83 said:
You kids and your new fangled 'tools' and studios. Back in my day we used our special tools, our brain.
Click to expand...
Click to collapse
LMAO. Back in my skool dayz we used a calculator lol
Sent from my ADR6425LVW using xda app-developers app
I dunno what you guys are talking about. Back in my day we would Sharpie the colors onto the screen.
Sent from my ADR6425LVW using xda app-developers app
What rom are you running?
Obaterista93 said:
I dunno what you guys are talking about. Back in my day we would Sharpie the colors onto the screen.
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
Exactly, the status bar was white so you could just color it whatever color you wanted
gr8nole said:
What rom are you running?
Click to expand...
Click to collapse
Justa straight up CM9 v4.04
wildstang83 said:
Exactly, the status bar was white so you could just color it whatever color you wanted
Click to expand...
Click to collapse
Obaterista93 said:
I dunno what you guys are talking about. Back in my day we would Sharpie the colors onto the screen.
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
I dunno wutch y'all talkin about. OUR status bar was green.
Sent from my ADR6425LVW using xda app-developers app
funnyangrykid said:
I dunno wutch y'all talkin about. OUR status bar was green.
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
Pics or it didn't happen -_-
Sent from my ASUS Transformer Pad TF700T using Tapatalk 2

Anyone Know How to Change the Color of the Battery and Notification Toggles?

Sorry for the noob question. This morning, I tried to fool around with system/app/systemui.apk using ninjamorph, but I kept messing stuff up and having to restore from my TWRP backup. Any ideas?
change the drawables in the systemui.apk i do it outside with 7zip...im no themer by any means but ive fooled around with a few things
Thanks for the advice. It led me to search for more info on 7zip and I found this post:
http://forum.xda-developers.com/showthread.php?t=1108798
Originally Posted by daisun
For those still interested in editing apks on OS X without unpacking and hence without resigning I have found something that works!
muCommander! Just rename the .apk to .zip and browse it using muCommander just like you would using WinRar! Just tested it, I was able to add and remove files without resigning. The modified apk installed on my phone without a problem!
As for editing xml values you can simply copy the xml file out and edit it using your favourite editor and then copy them back in.
Hope I was able to help some OS X users.
/edit By the way, this method (WinRar or muCommander) also works for editing update.zip. This means you can customise the rom (add/remove system apks, change the boot animation etc) before you flash it.
The one thing I'm having trouble with is the green bars on the bottom of the notification toggles. I can't find where they're at.
Buddy Revell said:
Thanks for the advice. It led me to search for more info on 7zip and I found this post:
http://forum.xda-developers.com/showthread.php?t=1108798
Originally Posted by daisun
For those still interested in editing apks on OS X without unpacking and hence without resigning I have found something that works!
muCommander! Just rename the .apk to .zip and browse it using muCommander just like you would using WinRar! Just tested it, I was able to add and remove files without resigning. The modified apk installed on my phone without a problem!
As for editing xml values you can simply copy the xml file out and edit it using your favourite editor and then copy them back in.
Hope I was able to help some OS X users.
/edit By the way, this method (WinRar or muCommander) also works for editing update.zip. This means you can customise the rom (add/remove system apks, change the boot animation etc) before you flash it.
The one thing I'm having trouble with is the green bars on the bottom of the notification toggles. I can't find where they're at.
Click to expand...
Click to collapse
What color are you looking for? And what ROM are you in?
i know pacman allows you to change them
blackbass595 said:
What color are you looking for? And what ROM are you in?
Click to expand...
Click to collapse
I'm using CleanROM. I really hate the green Touchwiz battery and toggles, so I used this ICS blue theme from my GS3: http://forum.xda-developers.com/showthread.php?t=1775235
Buddy Revell said:
I'm using CleanROM. I really hate the green Touchwiz battery and toggles, so I used this ICS blue theme from my GS3: http://forum.xda-developers.com/showthread.php?t=1775235
Click to expand...
Click to collapse
Here's a darker blue one that I'm using on clean ROM. http://db.tt/mGPjN9Va
Replace systemUI with this one.
Screenshot
blackbass595 said:
Here's a darker blue one that I'm using on clean ROM. http://db.tt/mGPjN9Va
Replace systemUI with this one.
Click to expand...
Click to collapse
Awesome man thanks I'll grab later when I'm on note so don't take down!
Sent from my HTC6435LVW using Tapatalk 2
luke1333 said:
Awesome man thanks I'll grab later when I'm on note so don't take down!
Sent from my HTC6435LVW using Tapatalk 2
Click to expand...
Click to collapse
No problem
blackbass595 said:
No problem
Click to expand...
Click to collapse
very nice man works great!
Yeah its a grey stat bar but it doesn't bother me .... I just like the blue better than ICS
anyone have one with a black notification bar?
blackbass595 said:
Screenshot
Click to expand...
Click to collapse
Not sure where to put the file?
Sent from my SCH-I605 using xda premium
P2o8wer said:
Not sure where to put the file?
Sent from my SCH-I605 using xda premium
Click to expand...
Click to collapse
In a root file explorer (I use esfile) move the systemui.apk to system>app ... It will ask you to replace the existing file ..chose yes. Then reboot. (It will start force closing ...don't panic...work through the warnings and reboot).
blackbass595 said:
In a root file explorer (I use esfile) move the systemui.apk to system>app ... It will ask you to replace the existing file ..chose yes. Then reboot. (It will start force closing ...don't panic...work through the warnings and reboot).
Click to expand...
Click to collapse
How do u go back to stock?
Sent from my SCH-I605 using xda premium
P2o8wer said:
How do u go back to stock?
Sent from my SCH-I605 using xda premium
Click to expand...
Click to collapse
Make a copy of you're old systemUI before you replace it..
blackbass595 said:
Make a copy of you're old systemUI before you replace it..
Click to expand...
Click to collapse
Lol.. To late.. I jumped the gun like an idiot. Newbe problems!!
Sent from my SCH-I605 using xda premium
P2o8wer said:
Lol.. To late.. I jumped the gun like an idiot. Newbe problems!!
Sent from my SCH-I605 using xda premium
Click to expand...
Click to collapse
Dirty flash the ROM that you are on
blackbass595 said:
Dirty flash the ROM that you are on
Click to expand...
Click to collapse
I'm still runnin stock root cause I think I'm going to take back this one and get the Grey note. I just downloaded the systemUI for the black statusbar with the egps gone. Worked perfect. Thanks Bro.
Sent from my SCH-I605 using xda premium

Removal of NFC icon in noti bar

Not sure if anyone posted this but I found a super easy way to kill the stupid "You NFC is on" notification.
Edit /system/csc/feature.xml file
Find the line:
CscFeature_NFC_StatusBarIconType>ATT< CscFeature_NFC_StatusBarIconType
Remove ATT save file and reboot.
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
Edit: left begining and end >< off.
_Dennis_ said:
Not sure if anyone posted this but I found a super easy way to kill the stupid "You NFC is on" notification.
Edit /system/csc/features.xml file
Find the line ATT
Remove ATT save file and reboot.
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
Click to expand...
Click to collapse
Gonna have to be a little more specific for n00bs (like me, sorta), the file is called "feature.xml" not "features.xml," and I see a few instances of "ATT" but not a whole line by itself - what is the actual line?
Thanks in advance! Next task is getting rid of the Smart Stay Eye icon!
KryptosXLayer2 said:
Gonna have to be a little more specific for n00bs (like me, sorta), the file is called "feature.xml" not "features.xml," and I see a few instances of "ATT" but not a whole line by itself - what is the actual line?
Thanks in advance! Next task is getting rid of the Smart Stay Eye icon!
Click to expand...
Click to collapse
Sorry the forum thought the line was a command cause it was inclosed in ><
OP fixed
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
_Dennis_ said:
Sorry the forum thought the line was a command cause it was inclosed in ><
OP fixed
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
Click to expand...
Click to collapse
Hate to be a pain, one more edit - the full line reads:
<CscFeature_NFC_StatusBarIconType>Att</CscFeature_NFC_StatusBarIconType>
Thanks! Done and done, works great!
Sent from my Samsung Galaxy S 4 using the XDA app
and i just rename the feature.xml to feature.bak
dont know what' the side effect tho.
Why remove it, we can disable it on NFC settings right?
androitri said:
Why remove it, we can disable it on NFC settings right?
Click to expand...
Click to collapse
You're missing the point...... for some reason, Samsung decided we needed to be constantly reminded on the notification bar that NFC was enabled - we want it enabled, we don't want to disable it just to hide the icon!
just like the freaking driving mode icon and smart stay icon! I turn on driving mode and smart stay at all time, I don't need these 2 stupid icons taking up spaces on status bar! I also have noteII, it doesn't have these stupid icons! Anyone know how to remove it?
netnerd said:
just like the freaking driving mode icon and smart stay icon! I turn on driving mode and smart stay at all time, I don't need these 2 stupid icons taking up spaces on status bar! I also have noteII, it doesn't have these stupid icons! Anyone know how to remove it?
Click to expand...
Click to collapse
Those are smali edits of systemui I believe. Note 2 on 4.1.2 on T Mobile has the smart Stay icon.
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
_Dennis_ said:
Those are smali edits of systemui I believe. Note 2 on 4.1.2 on T Mobile has the smart Stay icon.
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
Click to expand...
Click to collapse
Those icons are in framework-res not the systemui
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
StolenVW said:
Those icons are in framework-res not the systemui
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
Click to expand...
Click to collapse
My fault. I just know it involved smali edits which suck. I hate smali lol.
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
_Dennis_ said:
My fault. I just know it involved smali edits which suck. I hate smali lol.
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
Click to expand...
Click to collapse
Me too
I know the icons are in framework-res as for what calls them I don't know where that is
Sent from my A500 using Tapatalk HD
I generally just change second line right below that one, from default to false on my Canadian version since sgs3 and works here too.
JKAY DELUXE [I9300 JB 4.1.2]
Thanks for the heads up. That icon was annoying me.
For Canadian users (on Bell at least), there is no features.html file.
Look for others.html in the same directory, make the required changes and you are golden.
Cheers!
Sent from my SGH-I337M using XDA Premium HD app
Yep, thanks for this. It worked perfect.
Worked for me, thanks for the post! :cyclops:
KryptosXLayer2 said:
You're missing the point...... for some reason, Samsung decided we needed to be constantly reminded on the notification bar that NFC was enabled - we want it enabled, we don't want to disable it just to hide the icon!
Click to expand...
Click to collapse
Must have been an AT&T decision. I switched from the S4 on Sprint to the AT&T S4 and on the Sprint version there was a clear option to disable the icon. Strange.
for rogers , the file is called others.xml
but anyone happen to know what line is for blocking mode ?
would like to disable that icon.
You see Im trying to port that NFC icon on other S4 variants. Because AT&T is the only one that have it on status bar.. Some people wants it so I'm trying to do it for them.. I changed the systemUI icons.... Some says att and i changed them to default... Anyways that didnt worked and flashing a att rom on my tmobile s4 did the tricked. But also people want the tmobile based roms cause of the wifi calling feature

Categories

Resources