I found out that the ftp.nokia.com do not host the Qt installer sis files anymore, so I decided to try to find them and host them in here. Here are the installers Qt 4.6.3 (gpsp needs these): Nokia S60 5th edition devices: Sony Ericsson Satio devices: Samsung i8910, try the same package as for Satio. [...]
Configuring GCCE 4.6.3 for Symbian with Nokia Qt SDK
PPSSPP is using the GCCE version 4.6.3 for builds, and I wanted to see if there’s anything that I could do to help, so I ended up setting up the development environment. Here’s short instructions how you can configure the GCCE 4.6.3 for Nokia QT SDK. Download the GCCE 4.6.3 Download the GCCE 4.6. 3 from Mentor Graphics. [...]
Changes in Symbian Memory Management in Belle FP1 and Belle Refresh
A while a go I made gpsp update for the Symbian Belle and Belle Refresh. I learned that for some reason Nokia has changed the memory management a bit, so the new Symbian version will fail when I’m creating my own heaps with RHeap API’s. It seems that the new Symbian is unable to increase [...]
QGLWidget in Symbian Belle(leaked version)
Warning: This post is made only with leaked Symbian Belle. The official Nokia release might not have the problem described in this post. Here’s the problem: I implemented the blit in QGLWidget’s paintEvent(QPaintEvent *) method. The idea was that the Qt would be using OpenGL ES for the blit, when I’m using the QGLWidget. Currently I’m [...]
Compiling sources with different optimization flags with GCC
I had some strange problems with some GCC bugs with AntSnes and gpsp. For some reason some source files did not compile correctly with “-O2″ optimization flags. A quick way to fix this problem was to compile the objects with problems without optimizations. My quick “hacky” solution was to compile these few files with “-O0″ [...]

