The device-instance-id tag has no wiki summary.
2
votes
1answer
266 views
Does Settings.Secure#ANDROID_ID get reset when a device installs a later Android version?
Settings.Secure#ANDROID_ID is supposed to be used as a unique device identifier, with the advantage that if the device is wiped it is reset; this means if a user sells their device, anything device ...
1
vote
2answers
760 views
Device IMEI locking for tablets
In my application I used to lock application with IMEI code. I mean during startup application checks device IMEI and compares it with list of allowed devices. If device is in list user can continue ...
0
votes
2answers
506 views
How can I get the deviceid of the device on which my aplication has got installed?
How can I get the device-id of the iPhone on which my application's got installed immediately after installation? Is PUSH_NOTIFICATION the answer?
Thanx in advance.
8
votes
2answers
4k views
How to get friendly device name from DEV_BROADCAST_DEVICEINTERFACE and Device Instance ID
I've registered a window with RegisterDeviceNotification and can successfully recieve DEV_BROADCAST_DEVICEINTERFACE messages. However, the dbcc_name field in the returned struct is always empty. The ...