Hi all,

I make a Qt for Symbian app, that when receive an SMS with a specified text content, reply automatically with another SMS message.
I followed this wiki: http://wiki.forum.nokia.com/index.ph...g_an_SMS_in_Qt
Furthermore my app start on bootup of the mobile phone and run in background, so it is a QCoreApplication.

The app work well, but the problem is that when I want to send an SMS manually, a message box show me the message error: "editor message already in use".

How can I solve the problem?

Thank's everybody