Tagged Questions
0
votes
1answer
648 views
Can a native Blackberry application (not MIDlet) use MIDP Push Registry?
If I am writing a MIDlet, and if the device supports SMS push registration (i.e. supports WMA 1.1 spec), I will be able to send push messages to the application that is installed on the phone and is ...
-2
votes
0answers
24 views
wake up mobile app from when sms arrives from same msg SENT number [closed]
main form = 3 textfields< user enters values>
commmands = send and exit.
send sms in specific format (for example: "I am 27") to 123
fine, sms reaches there, that's not a problem.
receiving sms:
...