hello All,
As i am seeing we can go throgh CSpeechRecognitionUtility in the second edition.
i am creating the object of CSpeechRecognitionUtility as
static IMPORT_C...
Type: Posts; User: deepakk; Keyword(s):
hello All,
As i am seeing we can go throgh CSpeechRecognitionUtility in the second edition.
i am creating the object of CSpeechRecognitionUtility as
static IMPORT_C...
thanks david for your reply,
what about the "CDevASR".
i am seeing the same thing with this api also.
first i would like to ask it will be helpfull?if not ?
than what should i have to do?
...
thanks s kumar ...
but why it is with the sdk doccument of the 3rd edition?
thanks
thanks krish ,
i have seen it is also with the s60 2nd edition .
although i am seeing it the sdk doccument of s60 3rd edition but when i use it in my code compiler denied for the openning the...
hi All,
i am trying to use the CSpeechRecognitionUtility api in my sample code app.
i am using the s60 3rd edition sdk.
when i search these api's header and lib in my sdk folder it does not...
when i comment these lines it gives cone14.
thanks
thanks vineet ....
at the time of debug all the line works fine ...and i am able to see the setting dialog.
but when i click on it for seeing the popup option it is getting crash kernexec-3.
...
i need help it is urgent.....
please go through my first thread and let me know where is the reason of the crash???\
please help
thanks
thanks vineet it execute successfully and show the dialog on my view .
when i click on the dialog it crash with the kernexec 3.
the only extra code for handle the enter key is
TKeyResponse...
Hello All.
I am trying to implement CAknEnumeratedTextPopupSettingItem
for this i have used the following code and resource ........
CAknEnumeratedTextPopupSettingItem* item9 = new...
hello Johery
Put the breakpoints in the suspected code .
and try to findout exactly on which line it is crashing.
it will be helpfull and give the reason of crash (check the call stack in case...
please go through this link may be helpfull for you
http://developer.symbian.com/forum/message.jspa?messageID=80006
hi chandran
#include<ForeGroundObserver.h>
#include <EIKENV.H>
you have to check is there another application of the same uid inside the installations.
this also may be the reason of the system error.
you can change the uid of your application(first confirm...
what is the exact system error .
it comes sometimes due to the resource improper build .
clean all the resource of your application from your epoc sdk folder and build it again.
i hope it will...
Hello All,
congratulation and thanks to all of you.
I have solved my problem , i was my silly mistake
i difine capabilty in my mmp in two place
as
thanks paul todd for your reply,
as i know and studied from various sources there is no need to answer the call in case of etel(rcall apis)
User::LeaveIfError(MyCall.OpenExistingCall(iLine,...
yes sumit ..
i have include capability network services allready but this occur due to the another reason.
thanks
i want to notify by using the
iLine.NotifyStatusChange(iStatus, iCurrentStatus);}
iLine.NotifyIncomingCall(iStatus, iCallName);
as it is using in the following link:-...
thanks to every body for replying...
i am seeing most of the people have used it and got success...
make a look over this link please .....
http://www.newlc.com/en/topic-14744
i want to...
Hello All,
Please help why I am mot able to reject the call.
what is the problem in my code.
Thanks
yes krish this is depriciated .I have read it in the sdk also.
so what should i have to do because these are the classes which are usefull and fullfill my requirement.
but i have used it it was...
yes kris u are right ..this is the reason i am using RLine,RCall,RPhone APIs for incoming call handling.
i have implementing a class by using the above apis . but i am getting crash(u can see it in...
thanks ....
i am going to use CTelephony now....
but i have read on wikki once that No notification received from CTelephony for a second incoming call
from the following link...
...
i am using this in the 3rd edition initial sdk .......
i am surprising one is working and another is not working for the same plateform and on same device .
i think i have some problem in my code...