I am using S40 SDK to develop my application.My application requires to communicate with files stored on memory card.But I am helpless that how to put the files on memory card in SDK ? I am using Eclipse IDE for developing application.
J2ME nokia s40 development
1.9k Views Asked by CuriousCase At
3
There are 3 best solutions below
2

You want to put files on the memory card within your application? You need to read about JSR75 FileConnection.
0

Check the following links to get more info:
- FileConnection API
- File Connection Using J2ME api JSR 75
- Getting Started with the FileConnection APIs
One more info: Make sure your device supports the FileConnection API.
I believe
<SDK installation directory>\bin\Storage\<instance identifier>
is where the files are stored by the emulator.. Instance identifier is visible in the title area of the emulator application. It is a number that looks like a phone number.