SMS without user prompt is not possible for trusted MidLet

ponmani_at_hotmail.com
Date: 02/24/05


Date: 24 Feb 2005 07:35:00 -0800

We have purchased a Code Signing Certificate for the purpose of just
sending SMS messages without prompting the user. I have signed my
MIDLet application (J2ME) by that certificate and installed it on Nokia
6230 device so now I can get rid of all other restriction but cannot
from messaging restriction. I can access network without that prompt
but cannot send SMS message without that prompt (in other words, All
other function groups than Messaging may be set to "Always allowed",
while the Messaging protection domain can only be set to "Ask every
time" or "Not allowed").

Please help or advice to me why signed MIDLet Ask every time to user
permission (popup up opened to confirmation of sending) when we send
SMS message?

If any 3rd party tool solves this problem please give that details

Hoping somebody can help

Thank you



Relevant Pages

  • Testing a WMA application using an emulator
    ... public class HelloWorldMIDlet extends MIDlet implements MessageListener ... that should be used to update the PushRegistry as long as I load the ... and send an SMS message to the phone. ...
    (comp.lang.java.programmer)
  • Testing a WMA application using an emulator
    ... public class HelloWorldMIDlet extends MIDlet implements MessageListener ... public void notifyIncomingMessage ... and send an SMS message to the phone. ...
    (comp.lang.java.help)
  • Re: J2ME MIDlet is limited, why not Java applications on mobile?
    ... However, by looking at MIDlet design, like its start, pause, APIs and alike, its security permissions, and other technical details, I think fundamentally MIDlet was created with the sandbox restrictions in mind, just like Applet. ... cannot detect when there is an incoming call on the mobile phone, nor can it receive a regular SMS message sent from another mobile phone. ... on specific ports; in other words, MIDlets can communicate with MIDlets via specific and of course, pre-agreed port, but MIDlets can not receive SMS messages which are not from a MIDlet it "knows". ... It doesn't matter if the SMS message was sent by another phone, a servlet, an email application, etc. ...
    (comp.lang.java.programmer)
  • Re: Sending cell-phone text-message from Rails
    ... You would probably want to use one of the available Ruby libraries for ... sending an SMS message. ... While sending SMS messages is not Rails-specific functionality, ... general Ruby one. ...
    (comp.lang.ruby)