Nokia N95 CMdaAudioOutputStream problem
| Thu, 2008-06-12 13:00 | |
|
Just wondering if any other got this issue or even solved it. We are using a client that play streaming audio but the N95 failed the symbian signed test when setting up an alarm that interrupts the streaming audio. Strangely enough this works perfectly on other devices like N71 where we could catch and handle the leave (KErrDied) and just stop the streaming and show a message to reconnect, but on the N95 the OS just kills the application/panic app closed. This happens when CMdaAudioOutputStream::WriteL() is used. The CMdaAudioOutputStream is set to EMdaPriorityMax. Seems that it does not matter if TRAP is used either. Im using S60 3rd Edition SDK for Symbian OS, for C++, Maintenance Release. |
|






Forum posts: 116
Hi,
What is the error displayed when app is closed.
Check whether the buffer being passed in "WriteL()" is valid.
Try creating a file "ErrRd" in the following path c:\system\bootdata\. This causes the error dialoges to be more descriptive.
For more information on getting extended panic code see http://www.newlc.com/Display-the-extended-panic-code-in.html
http://wiki.forum.nokia.com/index.php/Extended_panic_code
Chao,
Raghav