Hi
My J2ME application works fine, but there are a couple of annoying messages that pop up when the application connects. The application does two network operations:
* Fetch contents of a Url
* Use a platformRequest() to spawn a browser instance
The following are the messages that I get:
* Allow network access?
* Do you want to go to network address abcd.com?
I'm using a Nokia 6230 for testing. I can't seem to find any setting on the handset to turn these off.
Will these go away if I sign the MIDlet? I tried signing with a locally generated certificate, but the instrument doesn't even load the MIDlet. What is the procedure for obtaining a certificate? Is there anything else I can do?
