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.
1
vote
2answers
4k views
File path for J2ME FileConnection?
I'm writing a MIDlet which needs to write file. I'm using FileConnection from JSR-75 to accomplish this.
The intention is to have this MIDlet runnning on as much devices as possible (all MIDP 2.0 ...
1
vote
2answers
206 views
Alternative ways to open a file for writing on J2ME?
I've inherited a bit of J2ME code where a single class has the following two methods in it:
public DataOutputStream getOutputStream(String filePath) throws IOException
{
return ...
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 ...