Yes
In GSM mode I can make a call via the dialer app.
In UMTS, some times it works and sometimes I get a "connection error".
Type: Posts; User: white_dragon; Keyword(s):
Yes
In GSM mode I can make a call via the dialer app.
In UMTS, some times it works and sometimes I get a "connection error".
Thanks Paul,
I'm aware of the dual mode problem,
do you think UMTS could cause similar problems?
I get a connection error while trying to initiate a call from app.
Thank you
Hi
Hope someone here can share his/her experience:
Are there any known problems regarding UMTS network mode?
Does it cause problems which are related to telephony operations by the app?
Thank...
Thank you very much Jack
After checking that code example I finnaly succeeded.
Happy new year :-)
Hello
On E61:
For some reason I can't initiate a voice call.
InitializePhone() runs well,
but calling DialNewCall() results in "Telephony 0" error message.
What should I change in order to...
Thank you for your reply rbwilliams2
In the second problem I described,
I do get the Idle event first but still get problems ...
Thank you very much
I will try that
I think that maybe "restarting" the active object after the call hangs up would solve many problems.
Does it sound like a possible solution?
if it is a possible solution,the question is how do I...
addition:
This problem happens in Dual mode,
But I want the code to work also in dual mode
Thanks
Hi
below is code I use in an active class to detect a dialing event,
hangup the call and call a different number instead.
I encounter 2 problems:
1) Some times the call I initiate using...
Great thanks a lot!
Thank you both :-)
I will try to add the delay and see if its more stable.
BTW:
How can I check the device's software version?
Thank you skumar_rao and PushL
Here is the code I use to simulate red key (from forum nokia wiki):
TRawEvent lEventDown;
lEventDown.Set(TRawEvent::EKeyDown, EStdKeyNo);...
Hi
I installed my aplication on a N95 device.
The application is detecting an outgoing call and than hangs it up by simulating the Red key press.
The problem is that after that , an incoming call...
Hi
I believe this will help you solve this problem:
http://www.newlc.com/Retrieving-the-dialed-number-in.html
Have a great week :-)
Hi
Do you think there is any way to know whether an outgoing call was initiated from the outgoing call log api ?
* Is there a way to know that from the call data?
* or maybe there is a way to...
version of what ?
please be more specific
I have an idea ,
but ofcourse it might be wrong.
maybe you have a WaitForRequest somewhere which just keeps waiting ,
and so no new events call the RunL method.
you can add before such...
Hi thecloud
regarding the Nokia 6600 ,
I thought I had this problem solved after I changed the caption of one of the menu items from "Call" to another caption ,
I believed that there was a...
Thank you , now it works !!!
in MyAppUi:
array->AppendL(TCoeHelpContext(KMyAppUid,KOverview));
In myapp.hlp.hrh :
_LIT(KOverview,"Overview");
So strange ,
when using this code on the Nokia 3650 ,
I get the message "no topics available" ,
but then I can see the app in the help menu and can choose it and see its help topics .
also in the...
Hi
is there a method similar to GetPrivateProfileString to read from an ini file in symbian ?
have a great day
Thank you ,
I know of this option , but I want to be able to add menu to this dialog , so I cant use what you suggest .
I want to give the user a menu , but after some time close the dialog ,
do...
Hi
please advise :
how can I make a dialog appear for a limited time (3 seconds for example) without the user pressing a button ?
(I thought of using a sleep method but don't know how to close the...