From: ear on
Hello.
this is what I want to do;
1.a message is sent to phone; message can be anything that will
automatically start mobile app and give it some data
2.mobile OS wakes up application; maybe the moble app has to register some how
3.mobile app reads message and takes action

In java this very easy with PushRegistry; application and be configured to
autostart when SMS message sent to a specific port. I need something similar
for this on windows 5 or 6.

Is this possible?