08-02-2010 08:56 AM
Hi,
how i can get the phone number (my phone number from my device) or the IME?
Regards.
Solved! Go to Solution.
08-02-2010 09:01 AM
goto
Options-->Status-->IMEI
08-02-2010 09:38 AM
upssss no... i need get this info programatically ![]()
08-02-2010 09:46 AM
Phone.getDevicePhoneNumber(false);
08-02-2010 09:48 AM
ok
try this link for refernce
08-03-2010 12:23 AM - edited 08-03-2010 12:24 AM
oooo problem... whit that i cant get the real phine number in severals cases... so hw i can get the number pin? its posible? programaticly
08-03-2010 12:28 AM
yes,
Integer.toHexString(DeviceInfo.getDeviceId());
Using this you can get the Blackberry PIN.
08-03-2010 03:19 PM
TY! ![]()