View Single Post
Posts: 339 | Thanked: 1,623 times | Joined on Oct 2013 @ France
#49
Originally Posted by Schturman View Post
I created daemon that run simple script and check every 20 sec if voicemail is "true".
Thinking a bit about this...

Can't we do it by connecting to ofono dbus interface signaling, so no polling is needed (like with pipes in shell, or signal/slot in Qt) ?
I assume this would allow faster feedback (not needed to wait 20 seconds when read for it to disappear, even if this is not a problem at all), without needing to wake up the phone for checking it (battery benefit ?) ?