Hi, I'm Paul, but you can also call me Todd and I won't get upset.
Category: Symbian C++
I hav'nt posted for a while, primarily becuase I am behind in whitepaper writing and partially due to work commitments.
Anyway I am working on a new set of posts explaining the OMA-DM
adapters and how to access them so this will be starting in a few days
as I have realized the...
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!
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...
I thought it would be a simple operation to get the task list to display from within my program.
(More)
Here is a quick review of the UID strategy in Symbian and how it applies to Symbian Signed.
Everything you need to know is in the link below thanks to Dave Mery:
http://developer.uiq.com/forum/entry.jspa?entryID=114
(More)
I know code examples have been slim at the moment, but unfortunatly I have been overcommited everyelse. However I dug out a golden oldie (for me anyway) - getting the IMEI number for any number of scenarios. (More)
A former work collegue Andreas Constantinou, now director of Vision Mobile has dissected Nokia purchase and why they did it. http://visionmobile.com/blog/2008/02/nokia-does-trolltech-preparing-the-ground-for-ovi/ It does however provide a good insight into the many reasons that Nokia...
Its amazing how your first design is always the worst.
I wanted to create an executable that could only be launched
by a specific set of applications.
Sometimes from a security point of view you want to know who launched your program so that for example you can control which...
I have posted a new wiki entry on using the password based encryption API's
Password Encryption
This example shows how to encrypt a password using the PBE API's which a much simpler than using the RAW API's as these use chaining and require different and correct block sizes to avoid...
First off Symbian have updated the help compiler to fix the issues with rtf files saved in newer versions of Microsoft Word.
You can download the new compiler from FAQ 1436 - just follow the instructions and replace the one file.
This certainly fixed my problems with Microsoft Word...
I noticed that when I was using Carbide.C++, the thread list was taking a long time to dies (sometimes up to 5 minutes).
With the help of Ling W at Carbide support it was eventually traced it down to user error.
It seems that if you kill the emulator by closing it using the red close...
Symbian have released some useful source code in the last month:
First up the Crypto API's are now avaliable for download
http://developer.symbian.com/main/downloads/files/SymbianCryptographyLibraries.exe
Also there is now the PETran example code which has more information than...
Been a while since I had a chance to post. What with the startup, summer holidays and work intruding.
The Champions day in Singapore was good fun, even got to meet Jukka and Anthony Pranata and
even got to do a day out around Singapore with Sammi and PushL.
During the week, I had an...
Between moving house, two projects in crisis, no broadband and google dev day I hav'nt had the chance to do any decent coding for the blog. I was however really impressed with what google gears potentional was on a mobile device, especially for Enterprise applications. It makes development much...
A couple of people this week asked how to work out what key is being pressed when capturing raw key presses. This is particularly interesting on the E61 as there are a number of variants of the keyboard and the blue keys all end up being different depending on the device and the language variant...