1
vote
2answers
399 views
J2ME/Blackberry - how to read/write text file?
hi,
please give me a sample code for read/write text file in blackberry application.
1
vote
1answer
267 views
Blackberry - Adding mp3 files to an sdcard folder from application resources
Hi
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 …
1
vote
2answers
77 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 …
