I have developed an application for blackberry 8520 version 5.0 in Blackberry Eclipse. Now I want to generate a beep sound when I start that application in Blackberry Mobile. I used Toolkit.getDefaultToolkit().beep(); to generate the beep sound, but it is not working.
Could anyone please help me with the code for generating a beep sound?
Declare this at start point:
then call this method where you want the Beep sound:
Try this one;