I don’t know how this got past me. Luckily I found out that Symbian has patched the makekeys.exe. The new one allows you to create self-signed certificates which can be valid for 10 years. I know t...
Generic Makefile Build Chain for Symbian OS With GCCE and MinGW
The build chain was originally made by Harry Li. I just continued the project and added support for static library linking, debugging etc. MOTIVATION The generic makefile gives you a better co...
Degugging gpSP
The porting process of gpSP has been going forward quite well until this came up. The code behavior in debug session seems to be very strange. The following code should branch into the address loca...
MinGW Symbian OS Build Chain: Debugging
I have been developing the MinGW build chain to make the embedded open source porting easier since last spring. Now after my holidays I had some time to develop it even further. I added debugging w...
Symbian Debuggin: memory & register fump from exception
I made my own Exception handler to make the memory dump into a file. The memory dumps can be used for debugging purposes. See what to do with the memory dump from NewLC article aobut tracking down ...
Fixing self-signed certificate related problems
Currently there isn’t any freeware signing process in the Symbian signed, and I really don’t want to pay for the signing process, so that leaves only self-signing for me. The AntSnes is signed with...
The future of AntSnes
I’m pretty happy with the current 0.63 release. It works really with my N96. The S60 3.x platform seems to be behaving quite irrational with some functions. See my notes with 0.61 versus 0.63 relea...
Building AntSnes with GCCE 2009Q1-162
I have been waiting for new GCCE patch from Nokia for ages. The old GCCE is based on GCC 3.4.3, which was originally published in November 2004. Forum.Nokia has a very good article how to hack your...
AntSnes 0.63 – Probably the best AntSnes release ever
AntSnes is a Snes9x port to S60 3.x. This is the best release since 04. Thanks to Mirek for testing 😉 Changed in 0.63 vs. 0.61 The “remember last ROM directory” feature was removed, since it se...
AntSnes 0.62
AntSnes is a Snes9x port to S60 3.x. This should be the best release since 0.4 😉 I want to make a good baseline, since the next release will be for S60 5th edition (I still don’t have the phone). W...