Does the framework returns device's serial number or something alike...?

S

SammyBar

Hi,

I need to implement some kind of copy protection for an app intended to be
run on smartphones. I need from the framework some kind of serial number or
other similar characteristic that is tied to an individual device. It can
not be the mac address 'cause the app does not requires the smart phone to
have internet connection. It only requires a PC docking station to
communicate with the exterior world.
Any idea is welcomed
Thanks in advance
Sammy
 
P

Peter Foot [MVP]

GetDeviceUniqueID will work on all WM5.0 devices and can be called by
unprivileged code, the lower level IOCTL approach is subject to the security
policy on the device so you would normally need to be signed with a
privileged certificate to call it on a Smartphone.

Peter
 
H

Hilton

Peter said:
GetDeviceUniqueID will work on all WM5.0 devices and can be called by
unprivileged code, the lower level IOCTL approach is subject to the
security policy on the device so you would normally need to be signed with
a privileged certificate to call it on a Smartphone.

BTW: Looks like the GetDeviceUniqueID call returns some mangled UUID, so
perhaps there isn't a way to get the real UUID?

It would be great it someone from Microsoft chimed in here - hint. :)

Hilton
 

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