Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

To detect the RIM OS version in Blackberry

Hai :)
How to detect the RIM OS version using System.getproperty in blackberry device ?
[94 byte] By [ananthasivanvk] at [2007-11-11 10:09:28]
# 1 Re: To detect the RIM OS version in Blackberry
Hai :)

I found the method, it is DeviceInfo.getOSVersion();
or
we can use DeviceInfo.getPlatformVersion();

use DeviceInfo.getDeviceName(); to get the model no.
ananthasivanvk at 2007-11-11 22:31:59 >