PC Review


Reply
 
 
Harry Simpson
Guest
Posts: n/a
 
      15th Feb 2005
I'm using IOCTL_HAL_GET_DEVICEID
and it gives me:
3500089F7748F9A13800-0050BF3F5173

Where on the device can i go to get this number without
programming.....Settings, DeviceID is the friendly name you give the device.
Is this like the MAC address for the PPC???

Is there a better way for my to track in a log which device did what?

TIA

Harry


 
Reply With Quote
 
 
 
 
Peter Foot [MVP]
Guest
Posts: n/a
 
      15th Feb 2005
This ID is unique to the device and cannot be changed by the user. However
there isn't anywhere in the UI which will display this value - and it wont
match the manufacturers serial number on the back of the device.
The DeviceID in the control panel is stored in the registry in the
HKEY_LOCAL_MACHINE\Ident key. However it's easy for a user to change this so
may not be good for your logs.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

"Harry Simpson" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> I'm using IOCTL_HAL_GET_DEVICEID
> and it gives me:
> 3500089F7748F9A13800-0050BF3F5173
>
> Where on the device can i go to get this number without
> programming.....Settings, DeviceID is the friendly name you give the
> device. Is this like the MAC address for the PPC???
>
> Is there a better way for my to track in a log which device did what?
>
> TIA
>
> Harry
>
>



 
Reply With Quote
 
Harry Simpson
Guest
Posts: n/a
 
      15th Feb 2005
Thanks Peter,

Is the first set of numbers 3500089F7748F9A13800
or the second set 0050BF3F5173
of the total DeviceID of 3500089F7748F9A13800-0050BF3F5173
likely to be unique or does the whole number make up the guid?

Harry

"Peter Foot [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> This ID is unique to the device and cannot be changed by the user. However
> there isn't anywhere in the UI which will display this value - and it wont
> match the manufacturers serial number on the back of the device.
> The DeviceID in the control panel is stored in the registry in the
> HKEY_LOCAL_MACHINE\Ident key. However it's easy for a user to change this
> so may not be good for your logs.
>
> Peter
>
> --
> Peter Foot
> Windows Embedded MVP
> www.inthehand.com | www.opennetcf.org
>
> "Harry Simpson" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> I'm using IOCTL_HAL_GET_DEVICEID
>> and it gives me:
>> 3500089F7748F9A13800-0050BF3F5173
>>
>> Where on the device can i go to get this number without
>> programming.....Settings, DeviceID is the friendly name you give the
>> device. Is this like the MAC address for the PPC???
>>
>> Is there a better way for my to track in a log which device did what?
>>
>> TIA
>>
>> Harry
>>
>>

>
>



 
Reply With Quote
 
Dieter
Guest
Posts: n/a
 
      17th Feb 2005
1st number is Imei. I think u use a HTC device.

2nd is vesion number of OS ( or CF ??? ) this is not unique.

 
Reply With Quote
 
Harry Simpson
Guest
Posts: n/a
 
      17th Feb 2005
So really if I only grabbed the first number, chances are that'd be unique
enough for normal uses of id right?

Harry

"Dieter" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 1st number is Imei. I think u use a HTC device.
>
> 2nd is vesion number of OS ( or CF ??? ) this is not unique.
>



 
Reply With Quote
 
Dieter
Guest
Posts: n/a
 
      20th Feb 2005
Imei is unique for all mobile phones or ppc phone edition



On Thu, 17 Feb 2005 08:14:04 -0600, "Harry Simpson"
<(E-Mail Removed)> wrote:

>So really if I only grabbed the first number, chances are that'd be unique
>enough for normal uses of id right?
>
>Harry
>
>"Dieter" <(E-Mail Removed)> wrote in message
>news:(E-Mail Removed)...
>> 1st number is Imei. I think u use a HTC device.
>>
>> 2nd is vesion number of OS ( or CF ??? ) this is not unique.
>>

>


 
Reply With Quote
 
=?Utf-8?B?R3V5IFRob3JudG9u?=
Guest
Posts: n/a
 
      20th May 2005
I am looking to do the same call in VB.net on a Pocket PC device, does anyone
have the code to retrieve the same Device ID in VB.Net?

"Dieter" wrote:

> Imei is unique for all mobile phones or ppc phone edition
>
>
>
> On Thu, 17 Feb 2005 08:14:04 -0600, "Harry Simpson"
> <(E-Mail Removed)> wrote:
>
> >So really if I only grabbed the first number, chances are that'd be unique
> >enough for normal uses of id right?
> >
> >Harry
> >
> >"Dieter" <(E-Mail Removed)> wrote in message
> >news:(E-Mail Removed)...
> >> 1st number is Imei. I think u use a HTC device.
> >>
> >> 2nd is vesion number of OS ( or CF ??? ) this is not unique.
> >>

> >

>
>

 
Reply With Quote
 
Chris Tacke, eMVP
Guest
Posts: n/a
 
      20th May 2005
This is a very FAQ item. Search the archives.

--
Chris Tacke
Co-founder
OpenNETCF.org
Has OpenNETCF helped you? Consider donating to support us!
http://www.opennetcf.org/donate


"Guy Thornton" <(E-Mail Removed)> wrote in message
news68B184D-7D71-4940-A6AA-(E-Mail Removed)...
>I am looking to do the same call in VB.net on a Pocket PC device, does
>anyone
> have the code to retrieve the same Device ID in VB.Net?
>
> "Dieter" wrote:
>
>> Imei is unique for all mobile phones or ppc phone edition
>>
>>
>>
>> On Thu, 17 Feb 2005 08:14:04 -0600, "Harry Simpson"
>> <(E-Mail Removed)> wrote:
>>
>> >So really if I only grabbed the first number, chances are that'd be
>> >unique
>> >enough for normal uses of id right?
>> >
>> >Harry
>> >
>> >"Dieter" <(E-Mail Removed)> wrote in message
>> >news:(E-Mail Removed)...
>> >> 1st number is Imei. I think u use a HTC device.
>> >>
>> >> 2nd is vesion number of OS ( or CF ??? ) this is not unique.
>> >>
>> >

>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
.NET CF 2.0 - Get DeviceID James Microsoft Dot NET Compact Framework 2 11th Jan 2006 12:39 PM
DeviceID is a bit long Nathan Microsoft Dot NET Compact Framework 3 26th Sep 2005 08:35 PM
retrieving deviceid with C# maximilian Microsoft Dot NET Compact Framework 1 10th Jul 2004 04:45 PM
PPC DeviceID, further query Neville Lang Microsoft Dot NET Compact Framework 7 28th Sep 2003 02:51 AM
Unique DeviceID? Daniel Barisch Microsoft Dot NET Compact Framework 1 9th Sep 2003 11:56 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:56 PM.