I’m trying to create an application that have different vibration patterns.
I’ve seen that the PhoneVibrate class has only a Vibrate(TimeMs as Long) function.
I’ve also seen that there also is another java function that supports patterns
(see here: http://mobile.tutsplus.com/tutorials/android/android-vibrator/ )
Is it possible to use it on Basic4Android? How do I solve this problem?
Regards,
Nicola
You can use this code (requires Phone library and Reflection library):