[How-To]Disabling LED blinking when battery full charged [answered]
How could I disable blinking from LED when the battery is full charged?
How could I disable blinking from LED when the battery is full charged?
answered 2013-12-31 00:05:52 +0300
This post is a wiki. Anyone with karma >75 is welcome to improve it.
I looked for a way to personnalize LED combinations.
For those of you disturbed by blinking LED when full battery:
In root terminal type (i for inserting mode)
'vi /etc/mce/20hybris-led.ini'
Delete the both lines
'PatternBatteryFull=40;4;0;500;2500;ffffff
#FFFFF' = white
At the end of the file, type the missing part of
'LEDPatternsDisabled=PatternDeviceOn;PatternBatteryFull'
(:wq + Enter for leaving and saving changes).
Reboot and this blinking should be gone! Instead, LED will stay white and on until you plug off charger.
In this file, many customizations are possible but stay attentive because an error could make your device into a bootloop at next reboot!
If you use and like this tip, please upvote this subject ;)
I didn't find something like this. Can you detail what you found?
juju_des_highlands ( 2014-01-02 16:40:23 +0300 )edit@juju_des_highlands: See the top of the file referenced by opening it in a text editor (or look in the github repo: https://github.com/nemomobile/mce/blob/master/inifiles/hybris-led.ini )
I'd also recommend "nano" pkcon install nano as editor as it's more similar to notepad and such.
Mohjive ( 2014-01-02 16:55:19 +0300 )edit@juju_des_highlands: could you change this answer to a wiki. Then others could add their patterns and solutions.
Mohjive ( 2014-01-02 18:41:20 +0300 )editI would also love to have the option to turn off the LED notification for the fully charged battery.
Solution is in this file too certainly. Maybe I will look again into it for checking but I would prefer rather a color changing when full.
juju_des_highlands ( 2013-12-30 23:08:45 +0300 )editAsked: 2013-12-30 22:15:37 +0300
Seen: 739 times
Last updated: Jan 06 '14
This is definitely something that requires a proper UI at some point. Meanwhile, thanks for the tip!
Julle ( 2013-12-30 22:24:16 +0300 )editI agree with you, an adapted menu would be welcomed :)
juju_des_highlands ( 2013-12-30 22:25:27 +0300 )editAnother solution: You can disable the LED temporary by using following dbus-commnd
and enable it by using
Cermit ( 2014-01-22 20:53:36 +0300 )edit