MmfControllerProxyServer Kern-Exec 0 - WTF!!!

Login to reply to this topic.
Wed, 2004-12-01 15:16
Joined: 2003-10-08
Forum posts: 45
Hi

I'm recording a phone conversation - but sometimes I decide to abort the recording. When I decide to abort I basically call code which does this

Code:
   iMdaAudioRecorderUtility->Stop();
   iMdaAudioRecorderUtility->Close();

When running on the phone (of course I can't actually record a phone call on the emulator) I get an error on the screen:
Quote
MmfControllerProxyServer38275385 Kern-Exec 0

Actually the recording stops correctly, the application keeps running and all is well, but this error message looks dire - firstly the user gets a bad feeling, and secondly it worries me!

Anyone have a clue what is causing this error and how I can prevent it? To make it clear, I'm aborting the recording very soon after starting, but I do make sure that the Mosco callback has told me I am recording.

thanks

Kibi

--
Kibi
Give me immortality - or give me death!


Wed, 2004-12-01 15:51
Joined: 2004-02-09
Forum posts: 7
Re: MmfControllerProxyServer Kern-Exec 0 - WTF!!!
After

iMdaAudioRecorderUtility->Stop();

try to catch it reaction at your MMdaObjectStateChangeObserver aObserver
and do Close there.

Denis Mingulov

Wed, 2004-12-01 16:34
Joined: 2003-10-08
Forum posts: 45
MmfControllerProxyServer Kern-Exec 0 - WTF!!!
Thanks - is Stop() asynchronous?

I thought that Only Open and Record were asynchronous - the documentation is pathetically unclear.

Does anyone have any clear word from Symbian/Nokia whether these calls are sychronous or not?

Kibi

--
Kibi
Give me immortality - or give me death!

  • Login to reply to this topic.