Namespaces
Variants
Actions

How to play a beep in MIDP 1.0 without other API

Jump to: navigation, search
Article Metadata

Article
Created: firt (15 Apr 2007)
Last edited: hamishwillee (19 Sep 2012)

If you are developing a MIDP 1.0 application for older devices, you don't have access to additional APIs (like Nokia UI API and MMAPI) you don't have access to any multimedia feature.

But, with this trick, you can try to beep the user. You don't have control of how the beep works, and if the beep works. But, you can try it, and it is 100% MIDP 1.0 compatible.

The trick is to use the AlertType class to call the sound that the phone's UI use when shows an alert of some type, for example, Error.

So, the code is:

AlertType.ERROR.playSound(Display.getDisplay(this));
This page was last modified on 19 September 2012, at 03:18.
70 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved