View Single Post
Posts: 207 | Thanked: 482 times | Joined on Mar 2016
#98
Originally Posted by MikeHG View Post
edit - One way you could do this would be in the 'Manage notifications' settings page have three options for each notification - Always / Locked only / Off. That would allow people to prioritise important notifications.
I think should be doable, can subscribe to smth like this to track active state
Code:
signal sender=:1.1 -> dest=(null destination) serial=3592 path=/com/nokia/mce/signal; interface=com.nokia.mce.signal; member=tklock_mode_ind
   string "unlocked"
to enable active filtering and
Code:
signal sender=:1.1 -> dest=(null destination) serial=3628 path=/com/nokia/mce/signal; interface=com.nokia.mce.signal; member=display_status_ind
   string "off"
to fall back to passive state filters
 

The Following 6 Users Say Thank You to ruff For This Useful Post: