blackberry-simulator

Blackberry: Download and display .jpg image

I am trying to pull a .jpg image off of a server, and display it as and EncodedImage in a ZoomScreen. Because this .jpg could be very large I want to save the .jpg to a file and read it from there so i don't have the whole thing sitting in memory. The problem I'm facing is that Connector.open("http.url.com/file.jpg") is either throwing ...

BlackBerry logger

I am writing a text file on the BlackBerry simulator using the following code. My data is written successfully to the file but I am not able to find my file. Where can I can find my file on the simulator? public static void debug() { OutputStream os = null; FileConnection fc = null; try { String data = "Hello This...