tags:

views:

194

answers:

1

I am developing a game. In which, i want do set different vibration intensities for different events. I just want know if its really possible to control the vibration intensity and duration. Any advice or reference links, could be very helpful. Thanks in advance.

+4  A: 

I think it depends on what you mean by intensity. You can control the pattern and length of the vibration, but I don't think you can make it vibrate "stronger".

http://developer.android.com/reference/android/os/Vibrator.html

Josh
thanks a lot josh. I hope they soon provide us the means for controlling the intensity.
Mithraa
The hardware doesn't do this.
hackbod
I don't think you'll see that ability added anytime soon. The way the cell phone vibrate works is much "simpler" than you're hoping for. http://electronics.howstuffworks.com/question368.htm
Josh