View Single Post
Posts: 1,038 | Thanked: 3,981 times | Joined on Nov 2010 @ USA
#2
Originally Posted by biketool View Post
If not how hard it would be to write a script to grab the caller ID and bounce back an 'away' sms. Maybe there is an existing script that can be run as a daemon when the phone is set to silent mode or another custom meeting mode in the notification area, not sure how to detect that though. I am happy to just get a few links to get me started if this is not already available on the repos.
The dbus wiki might get you started. You can query the current profile with .....com.nokia.profiled.get_profile and grep for the name of your silent profile ("silent" or whatever it's localized to, I guess).

I'd used the ssms.py example on that page to send a "panic button" message to my wife, but it seems to have suffered "code rot" in the time since I did that. Good thing I never got kidnapped by aliens.

If you get this working, post your code, please. I've always wanted to do something like this, but send the incoming texts to Eliza to make an SMS chatterbot.

ed: I had actually used the python D-Bus send sms script from the phone control page. That one still works

Last edited by robthebold; 2014-12-03 at 16:58. Reason: remembered something else
 

The Following 3 Users Say Thank You to robthebold For This Useful Post: