Hi,
i have a midlet that upon discovering something displays some information, vibrates, flashes the screen, and makes a sound - all to get the user's attention. The problem is that the sound is not loud enough.
how do i make the phone produce the loudest sound it can?
i prefer not to add a sound file unless that's the key.
i prefer to use standard j2me library, but can settle for Nokia's library if absolutely needed.
i'm mainly targeting S60 or S40.
currently, the best i can come up with is this:
Manager.playTone(ToneControl.C4, duration, 100);
but you can hardly hear the sound this makes on some phones.
thanks