Join Now

Hi, I'm Paul, but you can also call me Todd and I won't get upset.

Updated Devcert List

Paul.Todd | 28 April, 2008 15:53

Thanks to Tomasz MaciÄ…g I have updated devcert list to check to see if the supplied certificate is in binary form and if so it does not attempt to base 64 decode it.

Apparently some folks have binary versions of their devcerts!

DevcertList uploaded onto Wiki

Paul.Todd | 19 April, 2008 14:21

One tool I am continuously missing is the ability to get a list of IMEI's and capabilties from a devcert.

 Our devcerts have lots of IMEI's and varying capabilties and whilst you can open the certificate in Windows and look at the extension fields to find out if the IMEI is present it is quite difficult in practise.

So I wrote a little windows application to dump out the IMEI's and capabilties associated with a specified devcert.

One cool thing it can do dump the output in a bare format so its suitable for piplining  into other console applications.

 

 You can read more about it here

 

How bust is TVersion?

Paul.Todd | 04 April, 2008 21:47

This little structure is useful for communicating version information.
Amongst things, it is used to check the client and the server versions are compatible as well as being used as part of the sis installer versioning

Now what will the following print?

const TVersion ver(192,278,20070403);
RDebug::Printf(_L("%d.%d.%d"), ver.iMajor, ver.iMinor, ver.iBuild);

 (More)

 
 
Powered by LifeType