Nokia 6620 Feasibility of Playing sound during call

Login to reply to this topic.
Sat, 2005-04-02 08:27
Joined: 2005-02-12
Forum posts: 98
Hi All,

I just want to know first whether Nokia 6620 support playing of sound during telephone call (either incoming or outgoing).I know it is posible on Nokia 3650,Ngage and on Nokia 6600 too(by using some tricks while using CMDAAudioRecorderUtility).

I want to know that Is there any single application which is doing this stuff?These kind of applications  that interject sound in telephone call , as i know are SounderCover and Call Cheater.But None of them works on 6620.

So My Question is that as I knowthat on  P800 ,SonyErricson  is deliberately not providing this feature due to security reasons. So Is nokia doing same on 6620.

So if any one has some information regarding this.Plz help me.

Thanks

Mon, 2005-06-06 13:23
Joined: 2005-05-12
Forum posts: 26
Re: Nokia 6620 Feasibility of Playing sound during call
I am actually trying to play a sound file to a call (using an adapted version of the "Sound" example) on my 6630, but this doesn't work. Nothing happens if you call Play(). In your post you say "by using some tricks". Can you tell me what these tricks are? Are there some specific settings to be used?
Mon, 2005-06-06 14:15
Joined: 2005-01-04
Forum posts: 226
Re: Nokia 6620 Feasibility of Playing sound during call
According to Nokia,the playback doesn't work for N6620 due to hardware restriction.

Mon, 2005-06-06 15:31
Joined: 2005-05-12
Forum posts: 26
Re: Nokia 6620 Feasibility of Playing sound during call
You know it only for the 6620 or may it also be impossible on the 6630/6680?
Fri, 2005-06-24 07:47
Joined: 2005-02-08
Forum posts: 42
Re: Nokia 6620 Feasibility of Playing sound during call
i can't do that thing too.
i test in 3230 and 6260 it work completely

but on
6680 6630 it can't play and close my app

Huh
Wed, 2005-06-29 13:30
Joined: 2005-02-08
Forum posts: 42
Re: Nokia 6620 Feasibility of Playing sound during call
yes it can, BUT IT DOESN'T FORWARD TO CALL UPLINK

it can play completely by simple code but in local only

if somone just know what aproblem
please say somthing make symbian pretty

Mon, 2005-07-25 17:26
Joined: 2005-07-14
Forum posts: 19
Re: Nokia 6620 Feasibility of Playing sound during call
hi every one
what is the tricks u use to make played on local only
please i need it
iam trying to make this work for seriers 80 (9300) communicators
if u can help me..
thanks
Thu, 2005-09-08 05:14
Joined: 2005-02-08
Forum posts: 42
Re: Nokia 6620 Feasibility of Playing sound during call
Sorry for response very late,
    In that time, i just write some code that very simple by hardcode what file that i want to play.
...it long time, but i remember...

    -  set volume make my app close
    -  NewFilePlayerL after initial make my app close ( i solve by hardcode with NewFilePlayerL in constructL)
    -  .....  i guess MapcInitComplete will help ..... so

plese, try to do.
Mon, 2005-09-12 07:30
Joined: 2005-07-16
Forum posts: 127
Re: Nokia 6620 Feasibility of Playing sound during call
Hi Vikas,

You can play your sound by setting it with the maximum priority. For example:

CMDAAudioRecorderUtility* iRecorderUtility;  //Construct it appropriately.

iRecorderUtility->SetPriority(EMdaPriorityMax,EMdaPriorityPreferenceTimeAndQuality);

It should make your playing during another sound playing by the phone.

Regards,
shagor
  • Login to reply to this topic.