c++ - Intercept incoming SMS -
i'm developing app symbian device need silent filter incoming sms, , following link code that:
http://symbian.devtricks.mobi/tricks/silent_receiving_of_sms_messages/
another similar code on nokia
http://wiki.forum.nokia.com/index.php/sms_utilities_api
it work, problem after reboot phone sms has been intercept still add inbox. know on site did mention use kioctlreadmessagesucceeded prevent that, did; problem still there. tried both code still same result. there i'm missing?
another problem code no longer work after call came in, sms won't intercept anymore after that. way fix that?
thanks, appreciated.
we regards not intercepting sms after reboot, re-starting executable (and hence listener) after reboot? can nokia startup list management api.
with regards failing after call has come in, sounds executable may panicing (and stopping listening). have checked see if panicing , whether still running after call has come in? i've done kind of application before, , never had problem incoming calls.
Comments
Post a Comment