blink AUX or power light while suspended?

Sebastian Krzyszkowiak seba.dos1 at gmail.com
Mon Aug 31 21:01:14 CEST 2009


On 8/31/09, Michal Brzozowski <rusolis at poczta.fm> wrote:
> 2009/8/31 Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
>
>> On 8/31/09, Nathan Kinkade <nath at nkinka.de> wrote:
>> > So you're already using the AUX light to let you know when a call or SMS
>> > was missed?  Is this only while the phone is charging and/or not
>> > supended?  How did you get that working?
>>
>> It's blinking always when there is missed event and phone is not
>> suspended.
>>
>> I implemented it in opimd and oeventsd. My work is already in
>> frameworkd (for some long time), but to use that you have to use opimd
>> based phone apps.
>>
>
> Any documentation on this?
>

-
    while: NewMissedCalls()
    actions: SetLed("gta02_aux_red", "blink")
-
    while: UnreadMessages()
    actions: SetLed("gta02_aux_red", "blink")
-

In rules.yaml. Of course instead of SetLed you can use other commands :)

-- 
Sebastian Krzyszkowiak
dos



More information about the community mailing list