Jump to content

IMEI locked software


Guest mrmartin

Recommended Posts

Guest mrmartin

Hi

The title says it all.

I'll be writing a snippet that checks the phones IMEI with a checksum in a file/registry/other storage to see if the software is allowed to run on the device.

Has anyone else seen or heard of anything similar?

Many thanks,

Martin Malek

Link to comment
Share on other sites

Guest mrmartin

I have tried using lineGetGeneralInfo but it returns LINEERR_OPERATIONUNAVAIL.

So I signed it with the developer cert provided in the SPV SDK (c:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Smartphone SDK\Tools\SDKSamplePrivDeveloper.pfx)

But that didn't work either.

Has anyone had any luck using lineGetGeneralInfo? I'd love some more input on this.

Many thanks,

Martin Malek

Edited by mrmartin
Link to comment
Share on other sites

Guest mrmartin
Wasn't WM5 supposed to have an unprotected Unique ID accessible somewhere?

IIRC it was added in WM5 onwards?

P

What is this Unique ID? Is it unique to the device or just the model?

Many thanks,

Martin Malek

Link to comment
Share on other sites

The other thing to bear in mind is that people often have legitimate reasons for their IMEI changing - like a device breaks and needs exchanging

Do you really want to stop your software working under those conditions ?

Link to comment
Share on other sites

Guest mrmartin

I noticed that my installation of SDKcert.cab on the device wasn't working. I re-installed it and now I get the IMEI.

Question:

Are there any free certs available that I could use for signing my application?

Many thanks,

Martin Malek

Link to comment
Share on other sites

I noticed that my installation of SDKcert.cab on the device wasn't working. I re-installed it and now I get the IMEI.

Question:

Are there any free certs available that I could use for signing my application?

Many thanks,

Martin Malek

last time I looked at it you had to pay for app signing

Link to comment
Share on other sites

Guest mrmartin
The other thing to bear in mind is that people often have legitimate reasons for their IMEI changing - like a device breaks and needs exchanging

Do you really want to stop your software working under those conditions ?

The software is for evalution purposes and we want to have some control over who runs it. So we let people send us their IMEI and we return them a file containing a key based on their IMEI. The application then checks for this file at startup. I know it's not the best scheme but than again it's a demo :)

If they for some reason change their IMEI they can obtain a new key.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.