I am creating a multimedia app that allows the user to save wallpapers and ringtones. I know the path I need to save them to is "SDCard/BlackBerry/ringtones/file.mp3" (or "/pictures" for wallpapers). I have searched forums and post for a couple days and the only thing I found was how to write text files. For now, assume that the ringtones and pictures are saved in the projects resource folder. If you could provide any input, I would greatly appreciate it.
|
feedback
|
|
Saving anything should be about the same. Try something like this:
usedir and filename are your path components, raw_media_bytes is your data, etc etc. | |||||||
feedback
|
|
Thanks for your help cjp. Here is the code to saving a resource mp3 file to a sd card:
As cjp pointed out, here is how to save an image resource to a SD card:
| |||
|
feedback
|