I want to track outgoing SMS which can be send by user,any java or symbian application or by the service provider's menu. Is it possible ? if yes then how ?
I want to track outgoing SMS which can be send by user,any java or symbian application or by the service provider's menu. Is it possible ? if yes then how ?
What have you tried so far?
actually i did not start development yet because if it is feasible then there is meaning to use effort on it.
Most SMS examples use HandleSessionEventL for detecting incoming messages. They do that via checking if events occur in the Inbox. You can simply modify such example to watch the Outbox instead, then check when it gets triggered.
Anyway, my guess - without trying - would be that you can not track SMS-s sent via sockets or the operator menu. There might be some internal API for the socket-based case though, but the operator menu may use really low level access.