Thank you so much Wizard and Devnull for your help.
Type: Posts; User: prashantchougule.cs; Keyword(s):
Thank you so much Wizard and Devnull for your help.
I want to allow installation of application on specific IMEI only. So if user trying to install application on another phone, it should not be installed on that device.
Thank you Wizard for replying.
You want to say that i need to add ,FR,RI in front of exe which i want to launch at the time of installtion, and using CTelephony retrieve IMEI of phone.
am i correct?
Hi experts,
I want to restrict installation of application depending on IMEI number.
So is it possible to check IMEI number at the time of installation from pkg file(like we can check phones...
can you please provide me correct link for AudioProxyServer sisx
Thank you Wizard for replying.
I am building application on 3rd MR SDK.
And i am trying application on N95, E72, C6-01. But giving same error for all phones.
Hello experts,
I want to create an application which will make an VOIP call.
For this i am using UsingVoIPCliEx example which is available on wiki.
But whenever i am launching application on my...
Hi yucca i have tried with your suggestion that using single telephony for monitoring and answering call.
But still its same problem of ring before answering call.
Is there any other way or...
1. I am using CTelephony to detect incoming call.
2. I am using it with Active Object so i am getting Linestatus change event in RunL().
3. Once i am getting ringing status in RunL() using line...
Using following lines i will get mobile number.
User::LeaveIfError(iTelephony->GetCallInfo(callSelectionV1Pckg,callInfoV1Pckg, remotePartyInfoV1Pckg));...
I have used AnswerIncomingCall() from CTelephony class.
Thank you guys for replying.
KKrish i have no process before answering call. Its working fine for all phones.
Only issue is with Belle OS phones.
Hi experts,
I want to programatically answer to incoming call before giving any ring. I have built this application in 3rd edition and its working fine for 3rd,5th edition, symbian^3 and Anna os....
Actually problem is that:
In the begining when i start connection to SMTP server using:
iSocket.Connect(addr,iStatus);
SetActive();
requestID = 1;
In RunL i am getting correct reply as...
In reply number 17 i have mentioned steps which i have followed to make connection to SMTP server. are that steps are correct? And after executing that steps my execution control comes in RunL...
Hi Pavarang,
When i call SetActive() i am geting my control to RunL method. But now the problwm is that how can i read or compare value of iStatus?
In link given by you values of status are...
Hi wizard i am following bellow steps in active object, Please correct me if i am going wrong .
i have made connection to RSocketServer by calling connect method().
Then opened RSocket using...
Hi wizard can you please help me, how can i implement SMTP client in my application. I am not getting anything.
Wizard First of all sorry for confusion. I want o implement it in my application. And i have not worked on this type of functionality. is Their any symbian code to implement SMTP?
Result i am...
can you please help me how can i configure SMTP on my own? Is their any link or code?
for implementing SMTP can i use code :
// Create SMTP account
CImSmtpSettings* smtpSettings = new(ELeave) CImSmtpSettings;
CleanupStack::PushL(smtpSettings);
CImIAPPreferences* smtpIap =...
Actually i dont want to receive mail in this account, I just want to send mails without showing account in mailbox and without any user notification.
can i create direct SMTP account and send email from my code using following code?
// Create SMTP account
CImSmtpSettings* smtpSettings = new(ELeave) CImSmtpSettings;
...
Thank you for replying,
Wizard can can you please help me how can i create SMTP implementation?
Actuall my requirement is : my appliction should able to send mail to given mail id with attachment...
Hi experts,
I need to send mail with attachment from my phone programatically in background without configuring mailbox in phone.
Can anybody please help me which class or API should i use for...