n97

What are good resources if I want to develop RSS feed readers for N97 and E71?

What are good resources if I want to develop RSS feed readers for N97, E71 and other Symbian phones? ...

What are the dimensions of the usable area on a Nokia N97

What are the dimensions of the usable area on a Nokia N97 in portrait mode, excluding the top (signal/battery) and bottom (menu) bars? ...

Push Registry not working on nokia N86 after rebooting the phone; works on N97 and Expressmusic

Hi Everyone, I have written a simple midlet that invokes itself after a socket connection from a server program. I am using Push Registry to do this. It works fine on all the test phones I have immediately after installing. but if I reboot the phone, the push registry stops working on N86 whereas it is working on the other test phones ...

Problem with keyPressEvent on Nokia N97 Qt application

Hi Guys, I am stuck in the middle of this problem for a week or so now, I found a similar question posted on Qt for Symbian forum, but no body answered it. The problem is simply that when I run the application, well it is still not an application just a prototype :), either on the emulator or on a real device, and use the physical QWER...

Is input methods pervert QLineEdit from receiving KeyPressEvent?

I send this bug to Qt team: http://bugreports.qt.nokia.com/browse/QTBUG-13726 and here is the description: QLineEdit/QTextEdit doesn't receive keyPressEvent on N97 I have a custom widget which inherits from QLinedEdit, in this widget I override event(QEvent * event), keyPressEvent(QKeyEvent *event) and keyReleaseEvent(QKeyEvent *event )...