Disable charging LED? - HTC 10 Questions & Answers

Hi All,
I was wondering whether anyone know of a way to disable the charging LED, specially the solid Green that comes on when the battery is full?
I am thinking some modification in /sys/class/leds might do it but not sure which is it.
I find that solid green indicator too bright and distracting when kept charging at bedside at night.

Hey, did you ever found a solution for these.. man that led gets bright at night!!!

GravityBox Xposed module
I think the charging LED is dumb, especially when it precludes notifications.
I mean, really, who watches the charging LED?
"Okay, watch this light and when it changes, unplug it!" ???
"Oh, nope, can't unplug the phone yet, the LED says not to!" ???

Rolo42 said:
GravityBox Xposed module
I think the charging LED is dumb, especially when it precludes notifications.
I mean, really, who watches the charging LED?
"Okay, watch this light and when it changes, unplug it!" ???
"Oh, nope, can't unplug the phone yet, the LED says not to!" ???
Click to expand...
Click to collapse
I currently have gravitybox but couldnt find anything to stop that freaking spotlight! I disabled the charging led, it didnt actually turn on when charging but it did once.it was full..
Maybe im missing something

Nuts...you're not. It only disables the orange charging indicator, not the green charged indicator.
If it were red, I'd think Locutus of Borg was looking at me every time I looked at the screen.
A custom ROM might be our only hope...

Rolo42 said:
Nuts...you're not. It only disables the orange charging indicator, not the green charged indicator.
If it were red, I'd think Locutus of Borg was looking at me every time I looked at the screen.
A custom ROM might be our only hope...
Click to expand...
Click to collapse
well... i think ill just keep a piece of plastic on the night stand..

kelbaez said:
well... i think ill just keep a piece of plastic on the night stand..
Click to expand...
Click to collapse
heh...electrical tape over it :laugh:

zerone55 said:
Hi All,
I was wondering whether anyone know of a way to disable the charging LED, specially the solid Green that comes on when the battery is full?
I am thinking some modification in /sys/class/leds might do it but not sure which is it.
I find that solid green indicator too bright and distracting when kept charging at bedside at night.
Click to expand...
Click to collapse
We have that feature in our rom.

j to the 4n said:
We have that feature in our rom.
Click to expand...
Click to collapse
Ive heard tbat Viper is the best rom for htc 10 but i dont want to change roms, is there any way i can force it, editing a file or running a command??

You can change for a kernel that supports it and they usually all do. When I was on nexus 5 that question came alot and the answer was the same always.
Sent from my HTC 10 using XDA-Developers mobile app

kelbaez said:
Hey, did you ever found a solution for these.. man that led gets bright at night!!!
Click to expand...
Click to collapse
I am using Viper10 which has this feature now and ever more cool mods for the notification led. It wasn't available when I created this thread.
If you are using xposed, there is GravityBox and another module call Disable Charging Led which does this.

j to the 4n said:
We have that feature in our rom.
Click to expand...
Click to collapse
Thanks man! I am already on Viper10! When I created this thread back in June, the tweak wasn't available in Viper10.

zerone55 said:
If you are using xposed, there is GravityBox and another module call Disable Charging Led which does this.
Click to expand...
Click to collapse
It doesn't disable the charged LED on this phone, however, like it does on my N5.

zerone55 said:
Thanks man! I am already on Viper10! When I created this thread back in June, the tweak wasn't available in Viper10.
Click to expand...
Click to collapse
Oops, didn't check the 1st post date.

Rolo42 said:
It doesn't disable the charged LED on this phone, however, like it does on my N5.
Click to expand...
Click to collapse
Did you try the "Disable Charging Led" module? Its a standalone module and not part of Gravitybox. If I remember correctly, it had an option for charged led as well. But I haven't used it for a few months so not sure if I remember correctly or if it still works with HTC10.

zerone55 said:
Did you try the "Disable Charging Led" module? Its a standalone module and not part of Gravitybox. If I remember correctly, it had an option for charged led as well. But I haven't used it for a few months so not sure if I remember correctly or if it still works with HTC10.
Click to expand...
Click to collapse
No. It's from 2014 and for the Xperia ZR...untested otherwise.

Rolo42 said:
No. It's from 2014 and for the Xperia ZR...untested otherwise.
Click to expand...
Click to collapse
It worked for me.

Although it isn't disabling the charging LED, you can edit a boolean in /system/customize/ACC/default.xml to allow the green LED notification light to blink while charging.
<item type="boolean" name="NMS_feature_flashlight_during_charging">false</item>
to
<item type="boolean" name="NMS_feature_flashlight_during_charging">true</item>

Rolo42 said:
No. It's from 2014 and for the Xperia ZR...untested otherwise.
Click to expand...
Click to collapse
Found a Xled module, will give it a try now.. who knows maybe thats my solution..

zerone55 said:
It worked for me.
Click to expand...
Click to collapse
...aaaannnnd it works for me too. Fully charged, no searchlight-in-the-face. Thanks!

Related

[Q] Arc S disable charger LED code on kernel level?

Hi y'all
I really want to disable the charging LED (no hot needle and black tape are not a option )
so if I am not to blind, as far as I am aware there is no app / setting that would enable me to do that on my ArcS?
if not, I suspect the code for that would be found on the kernel level? (the phone charges when not turned on )
cheers
blues
live_blues said:
Hi y'all
I really want to disable the charging LED (no hot needle and black tape are not a option )
so if I am not to blind, as far as I am aware there is no app / setting that would enable me to do that on my ArcS?
if not, I suspect the code for that would be found on the kernel level? (the phone charges when not turned on )
cheers
blues
Click to expand...
Click to collapse
It could also be at the application level as there is coding for LEDs in framework-res.apk
popthosegaskets said:
It could also be at the application level as there is coding for LEDs in framework-res.apk
Click to expand...
Click to collapse
cheers mate, good pointer to start at
and makes sense.... one kernel level for suspend / ready charging, application level for when you are booted up
/starts digging through FXP10 code -.-
live_blues said:
cheers mate, good pointer to start at
and makes sense.... one kernel level for suspend / ready charging, application level for when you are booted up
/starts digging through FXP10 code -.-
Click to expand...
Click to collapse
Maybe have a look at the lights lib.
There is code for charging in it.
I think the system/bin/chargemon does offline charge control so i dare say the off one is in there.
Pvy
Sent from my Galaxy Nexus using Tapatalk 2

Notification Light Issue

So when will there be an update to fix this? Notification light at the bottom ONLY works for low battery and charging nothing else...
next update
sonic2911 said:
next update
Click to expand...
Click to collapse
I hope! haha seems to be an issue with the Z as well.
yup, z and zl are same -,-
im thinking again to buy ZL or TX. TX is much cheaper -,- but hard to get the good display version
sonic2911 said:
yup, z and zl are same -,-
im thinking again to buy ZL or TX. TX is much cheaper -,- but hard to get the good display version
Click to expand...
Click to collapse
Nice phone but when going from the Note 1 and then Note 2 from last year I cant go to any screen smaller than 5inches
oh, u got the bid hands
sonic2911 said:
oh, u got the bid hands
Click to expand...
Click to collapse
Nope. VERY small hands haha
hyelton said:
So when will there be an update to fix this? Notification light at the bottom ONLY works for low battery and charging nothing else...
Click to expand...
Click to collapse
I don't have the device yet, but have you tried LightFlow?
exchequer598 said:
I don't have the device yet, but have you tried LightFlow?
Click to expand...
Click to collapse
Not yet, But this issue seems to be a known issue and has to do with the settings but I think I might try it.
hyelton said:
Not yet, But this issue seems to be a known issue and has to do with the settings but I think I might try it.
Click to expand...
Click to collapse
PLease let us know if Lightflow works for the ZL. Thanks
caliber177 said:
PLease let us know if Lightflow works for the ZL. Thanks
Click to expand...
Click to collapse
Lightflow did not work Got an update today and it didnt work either..
hyelton said:
So when will there be an update to fix this? Notification light at the bottom ONLY works for low battery and charging nothing else...
Click to expand...
Click to collapse
Notification led works fine here. No issues whatsoever for last 3 days. It blinks for missed calls, sms, other notification on lockscreen, while charging, when battery is low (<15%), on playing media or changing media (pics/songs etc) playback. The led even changes its colour according to the pics being viewed or album art of the song being played, which feels quite awesome :victory:!
I have the international Xperia ZL black (C6502) currently running latest stock sony rom (build ver 10.1.A.1.434), not rooted & oem BL status (ie locked).
Yes it works for some people but it's a KNOWN SONY ISSUE! Even with the z.
Sent from my C6502 using xda premium
Fixed it! Had to reset and make sure Google account wouldnt backup or load a backup and now works
hyelton said:
Fixed it! Had to reset and make sure Google account wouldnt backup or load a backup and now works
Click to expand...
Click to collapse
By works, do you mean you are able to set custom LED notifications using light flow? Mine works while viewing pictures, listening to music, low batt and missed call. But there are no options to customize it.
anirudh412 said:
By works, do you mean you are able to set custom LED notifications using light flow? Mine works while viewing pictures, listening to music, low batt and missed call. But there are no options to customize it.
Click to expand...
Click to collapse
By works I mean that It WORKS when I get MMS,SMS,Email, Missed call, Gmail and so on. Before Notifications would only work during battery low or battery charging which is a KNOWN issue with Sony at the moment for the Z and the ZL. But yes I use light flow to change the colours.
hyelton said:
By works I mean that It WORKS when I get MMS,SMS,Email, Missed call, Gmail and so on. Before Notifications would only work during battery low or battery charging which is a KNOWN issue with Sony at the moment for the Z and the ZL. But yes I use light flow to change the colours.
Click to expand...
Click to collapse
Sorry for being retarded, but you mean LightFlow works for you now?
anirudh412 said:
Sorry for being retarded, but you mean LightFlow works for you now?
Click to expand...
Click to collapse
Yes.
hyelton said:
Yes.
Click to expand...
Click to collapse
Wonderful! So you say you did a factory data reset? and uncheck 'allow google to back up this phone'?
Weird. Mine worked out of the box.
Sent from my C6502 using xda app-developers app

Battery led notification .zip ( Devs, please read)

Hi Devs!
Please make a zip flasheable wich enable orange color on charging battery and green color on charged, for Nexus 4. In my old htc desire when i charge the battery his led is orange and when is full charged the led is green, by default.
Can, please, to make a file wich can be flashed from recovery and will enable this 2 things?
Thank you!
Vlad Paul said:
Hi Devs!
Please make a zip flasheable wich enable orange color on charging battery and green color on charged, for Nexus 4. In my old htc desire when i charge the battery his led is orange and when is full charged the led is green, by default.
Can, please, to make a file wich can be flashed from recovery and will enable this 2 things?
Thank you!
Click to expand...
Click to collapse
u know wat custom rom means?
Vlad Paul said:
Hi Devs!
Please make a zip flasheable wich enable orange color on charging battery and green color on charged, for Nexus 4. In my old htc desire when i charge the battery his led is orange and when is full charged the led is green, by default.
Can, please, to make a file wich can be flashed from recovery and will enable this 2 things?
Thank you!
Click to expand...
Click to collapse
use this app: https://play.google.com/store/apps/details?id=com.rageconsulting.android.lightflowlite&hl=pt_PT
Vlad Paul said:
Hi Devs!
Please make a zip flasheable wich enable orange color on charging battery and green color on charged, for Nexus 4. In my old htc desire when i charge the battery his led is orange and when is full charged the led is green, by default.
Can, please, to make a file wich can be flashed from recovery and will enable this 2 things?
Thank you!
Click to expand...
Click to collapse
You can do this in TRICKSTER.
Maybe is posible a file wich can be flashed from recovery, like battery percent odex zip. I dont use trickster mod kernel settings, light flow or other led apps.
Then you're asking for a dead horse.
Sent from my Nexus 4 using XDA Premium 4 mobile app
Wow you seems to be an ignorant person. Led control can easily be done with apps in playstore. I myself use one (led blinker) and it never cause battery drain or whatnot (if that is your main concern of not using third party apps).
I think you dont undestand nothing.
Vlad Paul said:
I think you dont undestand nothing.
Click to expand...
Click to collapse
We just dont understand why you want a zip file when there are a lot of apps that makes this!
If is this you want!
"enable orange color on charging battery and green color on charged"
paolomatador said:
We just dont understand why you want a zip file when there are a lot of apps that makes this!
If is this you want!
"enable orange color on charging battery and green color on charged"
Click to expand...
Click to collapse
is simple bro, i wish to have like im my old htc desire that things without any led app. I want just a flashable file wich enable that battery led colours in sistem.
Vlad Paul said:
I think you dont undestand nothing.
Click to expand...
Click to collapse
I do understand it, what you want and what you are trying to achieve. But the point is that there are many other simpler ways to achieve that. Some custom roms have this so why don't you just flash them? In any case, maybe some other devs can help you but for now the best option is to use led control app.
arffrhn said:
I do understand it, what you want and what you are trying to achieve. But the point is that there are many other simpler ways to achieve that. Some custom roms have this so why don't you just flash them? In any case, maybe some other devs can help you but for now the best option is to use led control app.
Click to expand...
Click to collapse
I purchased now light flow. Thanks all for reply. Anyway, still i hope any developer to make that file.
deleted
deleted as solved
Use light flow or a custom rom and stop asking already, if you're really that against it go back to your htc.
Sent from my Nexus 4 using Tapatalk
1Chef said:
Use light flow or a custom rom and stop asking already, if you're really that against it go back to your htc.
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
Already i stopped to ask from some time, i use light flow. Go you back on my previous posts and read careful, if you dont undestarnd stop usseles posts. Why to go back on htc desire? this is a bad and impertinent advice.
Mods, can close this thread. Thank you!

LED enable with Trickster MOD

Hi, only by accident came over this Trickster mod kernel settings , it has the option to enable the led by the front camera , it lights green while charging , once fully charged it turns off, i tried it and its working 100℅ ,it's only available in the paid version from play store.
https://play.google.com/store/apps/details?id=com.bigeyes0x0.trickstermod&hl=en
Help bro
If this is possible it'd be really cool
moto g5 has a white led! bull****. didn't heard about green one.
PsyClip-R said:
moto g5 has a white led! bull****. didn't heard about green one.
Click to expand...
Click to collapse
Guy probably got sponsored by them, that's why he says it's only available in the paid version.
It should still be able to set the LED to flash on an incoming notification in theory I think
Hyoretsu said:
It should still be able to set the LED to flash on an incoming notification in theory I think
Click to expand...
Click to collapse
The first post is an advertisement and spam.
If this app does, then Light Flow should do it too.

Howto control notif led on lightflow?

Hello.
Does anyone know how to control notification led on whyred ?
I try everything but don't work
Led is sys/class/leds/red
but it's not seen by lightflow. Strange
Thanks
murigny64 said:
Hello.
Does anyone know how to control notification led on whyred ?
I try everything but don't work
Led is sys/class/leds/red
but it's not seen by lightflow. Strange
Thanks
Click to expand...
Click to collapse
Xiaomi has started putting one colour leds in their devices. From what I have seen, no one has been able to enable colours on whyred's led. So, I assume the the led itself is white only.
It is only white.
Not only that, but it is also too dim.
It's dim and when it lights up when you have a notification, it's not smooth at all
Ahmed_HM said:
It's dim and when it lights up when you have a notification, it's not smooth at all
Click to expand...
Click to collapse
Yep Ahmed from beautiful Luxor, and me thinks it is that cheap glowing mosquito they build in, not a driver issue.
peter-k said:
Yep Ahmed from beautiful Luxor, and me thinks it is that cheap glowing mosquito they build in, not a driver issue.
Click to expand...
Click to collapse
In 9.6.3 update LED light is visible properly (better than dim light)
SunilSuni said:
In 9.6.3 update LED light is visible properly (better than dim light)
Click to expand...
Click to collapse
So it is a driver issue.
9.6.3 is ARB4?
Thanks, i know that.
But i want to control this led with lightflow ?
peter-k said:
So it is a driver issue.
9.6.3 is ARB4?
Click to expand...
Click to collapse
Yes 9.6.3 is Anti4 ROM.
LED light is not brightest but better than dim light (which was there in 9.5.19 build)
peter-k said:
So it is a driver issue.
9.6.3 is ARB4?
Click to expand...
Click to collapse
You can try firmware-less 9.6.3 if you're on ARB3
Ahmed_HM said:
You can try firmware-less 9.6.3 if you're on ARB3
Click to expand...
Click to collapse
or you can use 3rd party app to control front flash for notifications like this one: https://play.google.com/store/apps/details?id=com.trendy.frontflashnotification
work fine
murigny64 said:
or you can use 3rd party app to control front flash for notifications like this one: https://play.google.com/store/apps/details?id=com.trendy.frontflashnotification
work fine
Click to expand...
Click to collapse
That's really a nice alternative, yet it would be great if our notification led could do its job properly
any good root led app dudes?

Categories

Resources