JSR 75 help
I read in the Nokia Forum that passing fileconn.dir.photos, fileconn.dir.videos and fileconn.dir.tones to System.getProperty() I can get the names of the native folders for photos, videos and tones.
My question is is this feature only Nokia-specific or works on all JSR-75 enabled devices?
Thanks in advance.
The properties you mention are not defined in the JSR-75 specification so you cannot count on them being available in other devices.
Nokia is, however, specification lead of a new interesting JSR called Mobile Service Architecture for CLDC (JSR-248). If you take a look at the draft available for public review (at www.jcp.org) you can see that the properties you mention (and some others) are defined in this JSR.
Devices implementing this new JSR will likely have the properties available.