James McMurray
Newbie
The Samsung Moment has both a decimal and a hex device id on the settings page, but TelephonyManager.getDeviceId() only returns one of them. Does anyone know of a way to get both of them programmatically?
Unfortunately (unless I'm missing something), they don't appear to be related to one another. The device I've got has 268435459016581325 and A000001EFD02CD as its two ids, which aren't just decimal and hex representations of the same number (A000001EFD02CD = 45,035,996,793,602,765).
Unfortunately (unless I'm missing something), they don't appear to be related to one another. The device I've got has 268435459016581325 and A000001EFD02CD as its two ids, which aren't just decimal and hex representations of the same number (A000001EFD02CD = 45,035,996,793,602,765).