How to remove j2me popup's like( Network access popup , read write popup)
Hi
I am developing one application in Symbian with j2me application merging.how can i remove J2me Application popup's like( Network access popup , read write popup) through symbian application .
Thank's in advance
Mitesh Birla
Re: How to remove j2me popup's like( Network access popup , read write popup)
Hi mitesh_nokia and Welcome to Nokia Developer Discussion Boards!
Signing your Java ME application helps to suppress the popup's. Read more about [url=http://www.developer.nokia.com/Community/Wiki/Java_Security_Domains]Java security domains [/url]
Re: How to remove j2me popup's like( Network access popup , read write popup)
mitesh_nokia, are you perhaps related to hitesh_1 who asked essentially the same question yesterday here: [url]http://www.developer.nokia.com/Community/Discussion/showthread.php?237223-How-to-remove-java-messages[/url].
Re: How to remove j2me popup's like( Network access popup , read write popup)
[QUOTE=mitesh_nokia;902002]Hi
I am developing one application in Symbian with j2me application merging.how can i remove J2me Application popup's like( Network access popup , read write popup) through symbian application .
Thank's in advance
Mitesh Birla[/QUOTE]
You need to code you app in such a way, that you build the UI / business logic in J2me and code the parts that interact with device resources like Network & File System using Symbian C++, and you will not get any prompts.