I'm going crazy here.
I trying to send a command for the Music Player but it won't receive.
I've tried two ways.
1- Sending the key for changing to next music:
Code:iPlayerControl->HandleCommand( EMPlayerRCtrlCmdNextTrack );
2- Sending the right key code, that would change to next music:
Code:task.SendKey(EStdKeyRightArrow,0); task.SendKey(EKeyRightArrow,0);
I've seen in some threads that it's not working on N95 8gb and N82, but it's working on N95. I haven't tested on N95 but my target devices are N95, N95 8gb and N82.
There isn't any way to fix this?
Why Music Player is not receiving commands??
This is a priority for me, so please help.
Thanks!

Reply With Quote

