Blackberry simulator "fileconn.dir.photos" location?

I ran into a strange issue on BlackBerry JDE 4.2.0 and the 8100 simulator that ships with:

String path = System.getProperty("fileconn.dir.photos");

      

This returns null!

This works for all J2ME phones and emulators I've worked with so far. Is there something special I need to do to get it to work on the Blackberry simulator? Please note that I don't need the path to the SD card images, but the internal storage of the phone.

0


a source to share


1 answer


Unfortunately this is not a supported / implemented feature on BlackBerry 4.2 devices. It is fully supported and available externally in later platform versions from 4.3.



+1


a source







All Articles