Problem in Interjection of Sound on Nokia 6630

Login to reply to this topic.
Tue, 2005-04-26 13:33
Joined: 2004-10-06
Forum posts: 8
I am working on same codebase as for Nokia 6600/3650 etc. The Code works fine for Nokia 6600/3650. But its giving problems with Nokia 6630. I am using following line of code for recorder utility.

iMdaAudioRecorderUtility = CMdaAudioRecorderUtility::NewL(*this,NULL,80);

After that i tried setting each telephony mode(EDefault, ELocal etc.) but the problem persist and sound interjection is not happening. I am playing data using descriptor.

I looked into the SDK there is no change in CMdaAudioRecorderUtility. Is anyone have clue that wat need to be changed to do interjection on Nokia 6630 as interjection is possible on it.

Parvinder Jeet Singh


Mon, 2005-05-09 06:03
Joined: 2005-04-18
Forum posts: 2
Playing sound on a call
Hi,
You can play message (.wav)  on a  call.
1) Pick up the call ( using AnswerIncomingCall())
2) create object of CMdaAudioPlayerutility
3) set priority to maximum.
4) call play from MapcInitComplete.

I hope it should work fine for  you too..

GauravCh

Thanks and regards

Gauravch

Tue, 2005-05-10 12:03
Joined: 2004-10-06
Forum posts: 8
Problem in Interjection of Sound on Nokia 6630
Gaurav thanks for replying. But i tried this approach already. This works fine for Nokia 6600 and other phones but on Nokia 6630 it is still giving the same result and interjection is not happening. Help me out in finding a solution for this. Its very urgent for me.

Parvinder Jeet Singh

Mon, 2005-06-06 14:31
Joined: 2005-05-12
Forum posts: 26
Re: Problem in Interjection of Sound on Nokia 6630
Hi, did you get your application to work?
I'm having exactly the same problem as you. Any idea?
Wed, 2005-06-29 13:41
Joined: 2005-02-08
Forum posts: 42
Re: Problem in Interjection of Sound on Nokia 6630
is this problem can be solve

Wed, 2005-06-29 14:18
Joined: 2004-10-06
Forum posts: 8
Re: Problem in Interjection of Sound on Nokia 6630
Yes because one of the Symbianware application i.e. CallCheater is providing the same functionality

Parvinder Jeet Singh

Wed, 2005-06-29 14:28
Joined: 2005-05-12
Forum posts: 26
Re: Problem in Interjection of Sound on Nokia 6630
Quote from: bajwa_78
Yes because one of the Symbianware application i.e. CallCheater is providing the same functionality

You are absolutely right, I just tested this app and it works on my 6630. So if anybody has an idea how to acheive this...
  • Login to reply to this topic.