Pages

Search

Wednesday, December 7, 2011

How get Device Pin Number?

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); 

No comments:

Post a Comment