View Single Post
Posts: 52 | Thanked: 40 times | Joined on Dec 2011
#1
I originally posted this in "Applications" and realized later that it would probably better suit development but so far no-one has moved it so I'm reposting.

I'm an EMT and I would like to make my phone behave differently when it receives an SMS from dispatch.

What do I mean by differently:
most important:
- vibrate & make noise longer then for normal sms'es and regardless of profile chosen
for later stages:
- display the message fullscreen until I acknowledge it or some timeout
- add an applet to say whether I'm on call or not to control the noise behavior.

My first instinct is that this may just tie in well with qtlockscreen however this should also happen when the phone is not locked.

So is there some API/event that allows me to know from who an sms was just received so I can implement these actions?

Thanks.