0

I am facing a weird problem on BlackBerry JDE 4.2.0 and the 8100 simulator it comes 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 anything special that I need to do to get it work on the Blackberry simulator? Note, that I don't want the SD card images path but the phone's internal storage.

Maksym Gontar
  • 22,765
  • 10
  • 78
  • 114
Prashast
  • 5,645
  • 3
  • 30
  • 31

1 Answers1

1

Unfortunately, it was not a supported/implemented property on BlackBerry devices running 4.2. It is fully supported and externally available in later versions of the platform, starting with 4.3.

Fostah
  • 11,398
  • 10
  • 46
  • 55