mobileVibrate Command
Posted: Fri Jun 07, 2013 8:04 pm
I want to write n App for Android that makes my phone Vibrate
I've found the command mobileVibrate
And seen the example in the dictionary that says mobileVibrate 7 will get your phone to vibrate 7 times
But what I want to do is get my phone to Vibrate for different lengths of time - sort of like Morse Code style - long and short vibrations
like maybe vibrate 1 seconds, then 2 seconds, etc - is this possible?
Also I get an error when I run the code below (using Windows 7):
on mouseUp
beep 7
mobileVibrate 7
end mouseUp
button "Button_Beep": execution error at line 3 (Handler: can't find handler) near "mobileVibrate", char 1
What is causing the above error?
is it because I'm trying to run a command for mobile phone in Windows or something else?
I've found the command mobileVibrate
And seen the example in the dictionary that says mobileVibrate 7 will get your phone to vibrate 7 times
But what I want to do is get my phone to Vibrate for different lengths of time - sort of like Morse Code style - long and short vibrations
like maybe vibrate 1 seconds, then 2 seconds, etc - is this possible?
Also I get an error when I run the code below (using Windows 7):
on mouseUp
beep 7
mobileVibrate 7
end mouseUp
button "Button_Beep": execution error at line 3 (Handler: can't find handler) near "mobileVibrate", char 1
What is causing the above error?
is it because I'm trying to run a command for mobile phone in Windows or something else?