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 ca开发者_开发问答rd in SDK ? I am using Eclipse IDE for developing application.
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.
You want to put files on the memory card within your application? You need to read about JSR75 FileConnection.
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.
精彩评论