Nokia 6620 Feasibility of Playing sound during call
| Sat, 2005-04-02 08:27 | |
|
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 |
|






Forum posts: 26
Forum posts: 226
Forum posts: 26
Forum posts: 42
i test in 3230 and 6260 it work completely
but on
6680 6630 it can't play and close my app
Forum posts: 42
it can play completely by simple code but in local only
if somone just know what aproblem
please say somthing make symbian pretty
Forum posts: 19
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
Forum posts: 42
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.
Forum posts: 127
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