There is a simple one line code for vibrating mobile phone using J2ME application
Display.getDisplay(this) .vibrate(800);
Parameter is the number of milliseconds the vibrator should be run.
Display.getDisplay(this) .vibrate(800);
Parameter is the number of milliseconds the vibrator should be run.
No comments:
Post a Comment