Home
Summeli.com
Cancel

gpSP4Symbian Teaser

I have been porting the gpPS to Symbian for a while now and it’s finally running! There is still a lot to do. For example UI, audio and some config stuff, but the actual core is now working. You ca...

PSX4All running on Symbian

I’m currently porting gpSP to the Symbian. Psx4all uses pretty much same SDL stuff and same ARM assembly emitter as gpSP. I just took my porting tricks from gpSP and compiled them with psx4all and ...

Symbian patched Makekeys, now we can have self-signed certificates valid for 10 years

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...