Home
Summeli.com
Cancel

AntSnes v. 0.71: Fixed the touch keys

It’s really hard to test the touch with N97, but at least the d-pad seems to be working better and start/select seem to be responding too 🙂 The project has now a wikipage at github. See the FAQ bef...

Symbian kernel is now open source: Driver developement is now possible!

The Symbian has released the kernel as open source! The development environment consists of: Open source kernel and other complementary packages RVCT 4.0 compiler: free for developers and com...

AntSnes 0.7: Support for S60 5th edition

The 5th edition version is finally ready. I had N97 to test it with, and it runs really well with it 🙂 The keypad works really well! Unfortunately I didn’t have a Samsung’s I8910 to test the capaci...

I Updated the AntSnes certificate

The certificate in the last AntSnes 0.63 release got old, so I updated the certificates. The sis files should work again, cheers!

Porting The AntSnes to the S60 5th edition

I have been porting the AntSnes to the 5th edition. The reason I have been a bit lazy is that I can’t get the TRK debugger working with N97. So I have been working only with filelogger. That sucks!...

Generic Makefile Build Chain for Symbian OS v. 1.0

The build chain was originally made by Harry Li. I just continued the project and added support for static library linking, debugging etc. The 1.0 version can also build static libs, which can easi...

Fast image scaling with multiplier between 1-2

I made a simple scaling function for gpsp4symbian to stretch the frames into full screen. The algorithm seems to be working quite well with scaling factors between 1-2. Thanks to AnotherGuest for t...

Why Symbian is so slow compared to Linux

Symbian phones are really slow compared to Linux based devices like gp2x etc. You really don’t get even near to the same performance (in frames per second) with Symbian phone compared to an open Li...

gpSP4Symbian: S60 3rd edition preview

This is just an initial release to gain some feedback how the port is currently working. I would like to know if you get any games running at correct speed. The first number in the fps-counter is t...

gpSP: Building A Memory Trampoline

Thanks to the original gpSP creator Exophase for tips. I was really confused with BL instructions and the fact that the memory address was pointing into wrong memory area. The problem was in Symbia...