View Single Post
Posts: 1,086 | Thanked: 2,964 times | Joined on Jan 2010
#3
Originally Posted by Keeper of the Keys View Post
So is there some API/event that allows me to know from who an sms was just received so I can implement these actions?
Yes, you can use Qt Mobility for this. I use it in my silly SMSPetFeeder project to check through the message of each sms text received for the trigger word "Doggytreat". For the project I implemented a helper class to handle the sms messages, you can see the code I used in the 'making of' project video. You can use the same code as a starting point for your own project to intercept the SMS and do whatever you need with it.

Or you can just watch me feeding dogs with it here

Intercepting the sms messages will probably be the easiest bit, it's all the other stuff you want to do after that may be more tricky.
__________________
Follow me on my neglected twitter @kojacker

Cybot950 - Control a robot with your N9/N950
SMSPetFeeder - Build a Bluetooth/SMS dog feeder with Qt, N950, and arduino
Nerf950 - Use your N9/N950 to fire a Nerf gun

Last edited by kojacker; 2012-07-20 at 13:49.
 

The Following User Says Thank You to kojacker For This Useful Post: