Hi..
I am using the code provided at http://wiki.forum.nokia.com/index.php/Create_Local_SMS for creating Local SMS..
Is it possible to create the Local SMS without any Message Tone irrespective...
Type: Posts; User: newbis60; Keyword(s):
Hi..
I am using the code provided at http://wiki.forum.nokia.com/index.php/Create_Local_SMS for creating Local SMS..
Is it possible to create the Local SMS without any Message Tone irrespective...
Hi deaneari..
Sorry I didt quite get ur query..but..
hope u have already checked this link for Fake Local SMS.. http://wiki.forum.nokia.com/index.php/Create_Local_SMS
I am having no problem...
Thanks for making it clear to me wizard_hu.. that cleared lot of confusion for me..
Jus one thing.. Do u see any other alternative that might suit or solve my problem??
Or Is it like.. my EXE...
Hi All..
I have a GUI app which maintains a Database in its private Data Cage..
I have an EXE which runs in background and needs to access the Database of the GUI app which is Data Caged and in...
Thanks symbianyucca... u r giving a ray of hope for me rt now n i really mean it..
1. The Database is created from inside a QT GUI App using SQLite and i think it resided in a private folder...
Thanks symbianyucca..
This happens to be my 2 day in to Symbian SQL and I am in a while lot of confusion... before i post any further i would like to present my requirement which i am sure will...
HI Al..
Can you plz suggest me where I can get or download SQLDB.H and SQLDB.LIB files as I am getting a feeling (correct me if i am wrong) they are not part of S60 3rd FP1 sdk (??)
I can...
Hi gurubai..
I am pretty new to Symbian and still a newbie and this happens to be my first reply ever to a thread posted other than mine.. :-)..
Are you looking for listening to incoming SMS...
Hi All..
I am successfully using SMSHandler as part of my app to send SMS using SendL() and passing required values to SendL(). and sending SMS.......
Thank you soo much wizard_hu_..
The code suggested by you is working and solved my prob..
Cheers..
Hi Guys..
Before postin this thread i have studied http://wiki.forum.nokia.com/index.php/How_to_convert_HBuf_to_TBuf and...
Thank you soo much guys..
I have solved my problem.. i think the problem was creating the instance of iSmsDll.. as every one suggested..(i actually thought its a Symbian problem and I started...
Thanks you guys..
1. As wizard_hu_ expressed.. the problem was with creation of iSmsDll instance.. and I think its due to calling SendL() of iSmsDll without first successfully creating it.. i...
Thanks for the reply mahbub_s60..
I have declared both iSmsText and iPhoneNumber in SendSmsDll() as local varibales.. TBuf16<128> iPhoneNum,iSmsText;
Thanks..
Please pardon my ignorance wizard_hu_..
These are my initial stages of S60 development and I am actually trying to use a Symbian DLL function from within a Qt app.. and stuck very badly with...
Hi All..
I am trying to pass a phone number and some text of TBuf16<128> as parameters to a function..
Calling Function:
TBool SendSms::SendSmsDll()
{
Hi All..
I am trying to create an instance of a Symbian AO from inside a Qt C++ class..
SendSms::SendSms()
{
iSmsDll->NewL();
}
Hi All,
This is my 2nd day with Qt development and eventually it has became tough for me to migrate from Carbide C++ to Qt for Symbian.. need your help..
I have a Symbian C++ DLL developed...
Thank you soo much wizard_hu..
I have added 'else' branch to my if(iRead) in RunL() and added your code snippet and the app is intercepting further SMS's after the first one..
Thanks Kiran for...
Hi all,
I am having a very similar problem like that of manish.. I am also trying to listen to incoming SMS through sockets n I can successfully intercept and manipulate first incoming SMS but...
Thank you soo much Kiran..
U r absolutely correct.. I am now able to create a fake local SMS for each new SMS entry on Socket.. I actually tired this before but somehow I was getting stray...
Thanks wizard_hu..
As if now I am using RFile::Temp to create temp files for each new sms entry..and it is working fine.. As suggested by you I am trying to work on RFile name and rename and other...
Hi All,
I am developing an app which listens and intercepts sms through sockets and deletes inbox entry and writes sms content to a file.. i am using...
Personally i want to take this opportunity to Thank you guys wizard_hu and Kiran whole heartedly..
I have checked your contributions in so many discussions related to general and messaging...
Thanks for the quick reply wizard_hu..
I am actually listening for SMS using sockets and not on a standard SMS handler api.. to be honest i am not sure where to look for the senders details in my...