-
Dear all,
I'm looking for a way to receive and handle with an application some binary sms sent by my provider. Did someone of you already do that and how can I do it please ? is there a way of doing that with dbus ?
thanks for help !
Alain
-
@alainw94 Thoses kind of sms are currently not forwarded to dbus by ofono. I am modifying ofono in order to create a new signal over dbus, "ApplicationMessage" when it will receive a Class 1 sms.
After that it will be easy to read dbus and to wait for that signal.
From your point of view will it be a problem for the other app ( telepathy, message...)if that signal occurred ?
-
Nobody has enough knowledge in that are to estimate consequences, so lets see what happens.
-
@flohack hi thanks for your reply so lets try as you said !
-
If it's a separate signal and those apps aren't listening for it, then they will not care about it.
-
@dobey hi ! this is what behavior I also expect ! I will try it soon. thanks!