Hi,

i want use SMSLib to send a wap push message containing a link for the
installation of a midlet.

I create the midlet and put Jad and Jar on a public web server. In the
Jad file I specify the field MIDlet-Jar-URL with the absolute path of
the Jar file.

I send the wap push and it is correctly addressed to the recipient.

URL u = new URL("http://www.aurl.com/MyMIDLET.jad";);
recipient="+39xxxxxxxxx";
OutboundWapSIMessage wapMsg = new OutboundWapSIMessage(recipient, u,
text);
wapMsg.setSignal(WapSISignals.HIGH);
srv.sendMessage(wapMsg);

On my phone the message is correctly displayed and when I open the
link the Jad file is downloaded. The problem is that the phone open
the Jad file with a Notepad similar application and the installation
doesn't start.

Do you have any idea to solve my issue?

-- 
You received this message because you are subscribed to the Google Groups 
"SMSLib User Group" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/smslib?hl=en.

Reply via email to