obtain unique ID for a smartphone

J

Juan

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
 
P

Peter Foot [MVP]

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
 
J

Juan

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
 
P

Peter Foot [MVP]

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

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top