Question

I need to put a video file on the file system of the Blackberry emulator to test the app I'm writing. I can't figure out how to do this. How can I copy a file from my computer's file system onto the simulator's file system?

Was it helpful?

Solution

In Eclipse or the JDE you can edit the properties for the simulator - one of those properties is to simulate an SD card. If you turn on this option, you can point to a directory on your hard drive and have it show up in the simulator as an SD card, including all of the files in that directory.

OTHER TIPS

You can also comfortable access the storage via FTP, more details here: https://developer.blackberry.com/develop/simulator/simulator_configuring.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top