Im using the next code to get the BB PIN:
int pin = DeviceInfo.getDeviceId();
textField1 = new TextField("PIN", Integer.toString(pin), 120, TextField.ANY);
apparently, I obtain the PIN, but the PIN that the funtion back to me is wrong, is not the original PIN....What Im doing wrong? something missing??
I checked already the next link of this forum:
http://www.blackberryforums.com/deve...ng-midlet.html
I hope your orientation. thanks