Tagged Questions

9
votes
2answers
9k views

J2ME/Blackberry - how to read/write text file?

please give me a sample code for read/write text file in blackberry application.
2
votes
1answer
966 views

Accessing the 'Media' directory of a Blackberry within the JDK

Trying to use JSR 75 to access media saved under the '/home/video/' directory on the device. Using Blackbery JDK 4.6.1. Single line of code throws a 'filesystem io error' exception. Which is, as ...
1
vote
1answer
731 views

Blackberry - Adding mp3 files to an sdcard folder from application resources

My blackberry application has some mp3 files bundled with the application. I want to add these files from the app to a folder in the sdcard or a folder in my phone memory through program. How can I ...