Re: Loading Image in J2ME
FileConnection API article helps for you. [url]http://developers.sun.com/mobility/apis/articles/fileconnection/[/url]
Re: Loading Image in J2ME
Hi,
I have tried to read the device drives, for every directory it is asking for permission to read data. how to avoid the permission dialogs?
Re: Loading Image in J2ME
to avoid permission dialogs, you need to sign your application. read more about [url=http://www.developer.nokia.com/Community/Wiki/Java_Security_Domains]Java security domain[/url]
you can test this in emulator(S40) with the following settings:
on emulator Tools menu --> MIDP tab --> Security domain to 'trusted'
after above settings don't forget to restart the emulator.
Re: Loading Image in J2ME
Thanks for the help. can u give me the working example for that?