Does anyone know how to turn off keypad tones programmatically within a Symbian app?
I have an app which records audio using the CMdaAudioInputStream. All works well until a key is pressed, after which my CMdaAudioInputStream object ceases to work and the app has to be restarted.
It seems that the keypad tone that accompanies a key press is the cause of the problem - I have tried manually turning off the keypad tones and things work properly again, but it would be nice to be able to turn them off programmatically.



