[How-To]Disabling LED blinking when battery full charged [answered]
How could I disable blinking from LED when the battery is full charged?
We have moved to a new Sailfish OS Forum. Please start new discussions there.
How could I disable blinking from LED when the battery is full charged?
answered 2013-12-31 00:05:52 +0200
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 +0200 )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 +0200 )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 +0200 )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 +0200 )editThis thread is public, all members of Together.Jolla.Com can read this page.
Asked: 2013-12-30 22:15:37 +0200
Seen: 704 times
Last updated: Jan 06 '14
Feature request: LED flash frequency indicates charge level
Fully charged indication missing after upgrade to 1.0.5.16 [answered]
Setting to turn off notification led
Replace default link behaviour (URL/twitter/facebook)
LED too bright when signalling fully charged [answered]
simple flash light app [not relevant]
Feature Request: Configure LED notification [duplicate]
This is definitely something that requires a proper UI at some point. Meanwhile, thanks for the tip!
Julle ( 2013-12-30 22:24:16 +0200 )editI agree with you, an adapted menu would be welcomed :)
juju_des_highlands ( 2013-12-30 22:25:27 +0200 )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 +0200 )edit