Can we stealthily listen to incoming MMSes. I can capture SMSes depending on my pattern string.
But since MMS are first received as a WAP push notifications and then the MMS is pulled from the server, will listening to the Messaging server alone solve my problem.
Can I copy the necessary content of this MMS notification and delete it immediately before getting processed by MMS viewer. The MMS notification must be containing a hyperlink for my MMS content on the server.
If that is the case, can I fetch my MMS through my program itself. I've heard that this data is somehow protected and is not accessible outside. what type of protection is this.
If none of the above things work, how do I suck out the MMS from the message store.
can anyone throw some light on this?