开发者

J2ME nokia s40 development

开发者 https://www.devze.com 2023-02-10 21:36 出处:网络
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 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消