05-08-2012 02:49 PM
Is it possible to detect OS version if you are installing a BlackBerry app from an SDCard with only the JAD and COD files?
I know it is possible to determine OS version if installing using an ALX or OTA but I haven't tried installing from internal/external memory using JAD with OS detection yet.
05-11-2012 12:16 PM
Not directly. You could have your JAD file point to a COD file that is an installer application, which detects the OS version and then installs the appropriate COD files from the micro SDcard. There is an OTA example that does something similar at the link below. You could adapt it for SD card use.
Programmatically install and upgrade applications