Hi,
a short vibrate from 50 to 450 does not work anymore. Nothing seems to happen.
Anyway using 45000 as parameter, it vibrates like hell.
Nothing in Code was changed, so i tried to compile against current B4A/java but it also does not help.
Any ideas why it worked in past?
Dim Vibrate As PhoneVibrate
Dim const VibOnPlus As Int = 60
..
Vibrate.Vibrate(VibOnPlus)
Lib Phone 2.60 checked in Lib Manager
Seems that the function does not accept lower values anymore.
It is a simple App, it is open (foreground), vibrate should happen after button is pressed. works for higher values.