Talk:HowToAddFAQEntries
Vibrate on Samsung Monte
Hi,
I am newbie to this site and JavaMe. I am learning to write apps for a wide range of mobiles including nokia,samsung etc., hence took Java as my preference.
But when i use the following code in my startapp function, i find it difficult to vibrate the mobile. just as a start, the following code:
public void startApp() {
form frm=new Form("example"); . . . Display.getDisplay(this).setCurrent(frm);// something like this..
Display.getDisplay(this).vibrate(500);
}
I expect the mobile to vibrate,but it isn't and also the backflash..except for them my code is working. But i need to understand why this is not happening.
and please advice me where to post my doubts.
Thanks, Sai Dasika.