hello:

How can I obtain an unique identifier for my smartphone?

I'm using c# and the external function "KernelIoControl" in pocket pc, but
in smartphone it does'nt work.

Thanks.
Juan

Re: obtain unique ID for a smartphone by Peter

Peter
Mon May 22 05:27:28 CDT 2006

On Smartphone that is a function which requires your app to be signed with a
privileged certificate. If you are using Windows Mobile v5.0 you can use
GetDeviceUniqueID. See the recent thread " Get GUID or IMEI" in the
smartphone developer newsgroup.

Peter

--
Peter Foot
Windows Embedded MVP
www.peterfoot.net | www.inthehand.com

"Juan" <juan@tata.com> wrote in message
news:OXvvqkYfGHA.2456@TK2MSFTNGP04.phx.gbl...
> hello:
>
> How can I obtain an unique identifier for my smartphone?
>
> I'm using c# and the external function "KernelIoControl" in pocket pc, but
> in smartphone it does'nt work.
>
> Thanks.
> Juan
>



Re: obtain unique ID for a smartphone by Juan

Juan
Mon May 22 05:41:06 CDT 2006

Ups, there is a trouble then, because I'm using Smartphone 2003 SE. I need
an unique number, and the only two I found were unique ID and IMEI, but they
need a priviledged application (signed) to work, so.....what can i do?

Thanks Peter


"Peter Foot [MVP]" <feedback@nospam-inthehand.com> escribió en el mensaje
news:uPYNVpYfGHA.764@TK2MSFTNGP05.phx.gbl...
> On Smartphone that is a function which requires your app to be signed with
> a privileged certificate. If you are using Windows Mobile v5.0 you can use
> GetDeviceUniqueID. See the recent thread " Get GUID or IMEI" in the
> smartphone developer newsgroup.
>
> Peter
>
> --
> Peter Foot
> Windows Embedded MVP
> www.peterfoot.net | www.inthehand.com
>
> "Juan" <juan@tata.com> wrote in message
> news:OXvvqkYfGHA.2456@TK2MSFTNGP04.phx.gbl...
>> hello:
>>
>> How can I obtain an unique identifier for my smartphone?
>>
>> I'm using c# and the external function "KernelIoControl" in pocket pc,
>> but in smartphone it does'nt work.
>>
>> Thanks.
>> Juan
>>
>
>



Re: obtain unique ID for a smartphone by Peter

Peter
Mon May 22 06:09:08 CDT 2006

Unfortunately that's the problem prior to WM5.0, you'll have to have your
app signed.

Peter

--
Peter Foot
Windows Embedded MVP
www.peterfoot.net | www.inthehand.com

"Juan" <juan@tata.com> wrote in message
news:uoPzjwYfGHA.764@TK2MSFTNGP05.phx.gbl...
> Ups, there is a trouble then, because I'm using Smartphone 2003 SE. I need
> an unique number, and the only two I found were unique ID and IMEI, but
> they need a priviledged application (signed) to work, so.....what can i
> do?
>
> Thanks Peter
>
>
> "Peter Foot [MVP]" <feedback@nospam-inthehand.com> escribió en el mensaje
> news:uPYNVpYfGHA.764@TK2MSFTNGP05.phx.gbl...
>> On Smartphone that is a function which requires your app to be signed
>> with a privileged certificate. If you are using Windows Mobile v5.0 you
>> can use GetDeviceUniqueID. See the recent thread " Get GUID or IMEI" in
>> the smartphone developer newsgroup.
>>
>> Peter
>>
>> --
>> Peter Foot
>> Windows Embedded MVP
>> www.peterfoot.net | www.inthehand.com
>>
>> "Juan" <juan@tata.com> wrote in message
>> news:OXvvqkYfGHA.2456@TK2MSFTNGP04.phx.gbl...
>>> hello:
>>>
>>> How can I obtain an unique identifier for my smartphone?
>>>
>>> I'm using c# and the external function "KernelIoControl" in pocket pc,
>>> but in smartphone it does'nt work.
>>>
>>> Thanks.
>>> Juan
>>>
>>
>>
>
>