Page 1 of 1

A sound problem with Hekkus on incoming calls

PostPosted: Apr 23, 2009 @ 11:25am
by itaita
Hi,

I'm using Edgelib v3.96 with Hekkus v0.99.6.2.
When receiving an incoming call (Symbain S60) the application gets the OnMinimize() & OnRetore() and works just fine as long as the incoming call wasn't answered.. If the call is actually answered, the application gets its focus back (when the call is over) but the sound is then inactive. I've tried calling the sound object Resume() method myself but nothing has changed.
I've also tried to change the mute setting but it also didn't work.
I know that Edgelib is suppose to call "suspend" on the sound object once the application is minimized, and "resume" once it is restored.

I've read that this "hang on incoming call" bug was fixed in a much earlier version of Hekkus and that is the reason why I'm addressing this question to Edge and not to Hekkus.

Any suggestions ?

Thank you for your time :)

Ita

PostPosted: Apr 28, 2009 @ 6:57am
by edge
Hi,

Are you using the ClassESound wrapper or Hekkus directly? The wrapper automatically calls suspend and resume on Hekkus (perhaps there is a problem with calling it twice?).

Could you also try using Hekkus directly (there is a sample on www.edgelib.com) and see if the bug persists?