Hi all,
I am new to this qt.can u tell the code ,how to send sms automatically to another mobile whenever in my mobile new cellid gets.
Hi all,
I am new to this qt.can u tell the code ,how to send sms automatically to another mobile whenever in my mobile new cellid gets.
Hi,
1. To get incoming call notification -
http://wiki.forum.nokia.com/index.ph...ny_3rd_Edition
http://wiki.forum.nokia.com/index.ph..._incoming_call
2. To send SMS -
http://wiki.forum.nokia.com/index.php/SMS_Operations
3. To get cell id -
http://wiki.forum.nokia.com/index.ph...ith_CTelephony
These are Symbian C++ codes. In order to use with Qt (i.e. if you want to make a Qt for S60 app), you need to interface them with your Qt app. For that, check following -
http://wiki.forum.nokia.com/index.ph...Qt_for_Symbian
Regards,
Azhar
Gargi Das- http://gargidas.blogsot.com
Forum Nokia Python Wiki
Learn Python at http://mobapps.org/PyS60
Qt Mobility APIs is available to do all these things, so no need to use symbian code.Originally Posted by azhark
Welcome to Forum Nokia DiBo.
1)To get CellId in Qt for symbian.
http://wiki.forum.nokia.com/index.ph...n_API_-_Part_1
http://wiki.forum.nokia.com/index.ph...Qt_for_Symbian
2)To send SMS in Qt for symbian.
http://wiki.forum.nokia.com/index.ph...Qt_for_Symbian