J2ME nokia s40 development

1.9k Views Asked by At

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.

3

There are 3 best solutions below

0
On BEST ANSWER

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.

2
On

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

0
On

Check the following links to get more info:

One more info: Make sure your device supports the FileConnection API.