device-instance-id

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 struct I have is defined as such: [StructLayout(LayoutKind.Sequential)] public struct DEV_BROADCAST_DEVICEINTERFACE { public int dbcc_s...

How can I get the deviceid of the device on which my aplication has got installed?

Hi all, 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. ...

Function To Mobile Device ID or Mobile Phone Number

Getting Mobile phone number or Device ID for usage with CitySearch ad tracking. Blockquote function get_citysearch_muid_for_tracking() { if (isset ($_SERVER ['HTTP_X_NETWORK_INFO'])) { $str1 = $_SERVER['HTTP_X_NETWORK_INFO']; $getstr1 = preg_replace('/(.,)( 11 [d ])(,.)/ i','',$str1); return md5($getstr1...