Hi.
I built an application using qt creator. It displays: "Feature not supported" when running on a nokia 6120 classic phone.
The Developer Platform is S60 3rd Edition, Feature Pack 1 (http://www.forum.nokia.com/Devices/D.../6120_classic/)
I use the class QMessageService as this code:
QPointer<QMessageService> m_service;
m_service = new QMessageService(this);
Please Help...



