Hello,
In BlackBerry we get all device info to Use the DeviceInfo api but there are some problem when we get the PIN number means PIN number get into Int so those pin number convert into Hexadecimal so check this code.
int pin = DeviceInfo.getDeviceId();
String pinNumber = Integer.toHexString(pin);
In BlackBerry we get all device info to Use the DeviceInfo api but there are some problem when we get the PIN number means PIN number get into Int so those pin number convert into Hexadecimal so check this code.
int pin = DeviceInfo.getDeviceId();
String pinNumber = Integer.toHexString(pin);
No comments:
Post a Comment