iphone-vibrate

programmatically make iphone vibrate.

How can you programmatically make iphone vibrate? Any ideas, or tutorial links appreciated. Thanks, Sam. ...

How to make a call when iphone shakes with particular threshold?

Hi, I am making an app in which i need to implement calling emergency medical services when mobile shakes with a particular threshold. Is it possible to capture the threshold or the extent of phone shakes and making a call when it happens? One requirement is can this is possible when my app is not running? ...

How to vibrate iPhone while playing music

I am trying to vibrate the iPhone using AudioServicesPlaySystemSound(kSystemSoundID_Vibrate) while playing iPod music with the MediaPlayer framework, but I can't get the vibrate to work while the music is playing. I can play a sound at the same time as the iPod music using the following code, but the vibrate doesn't seem to work. [music...

How long does AudioServicesPlaySystemSound(kSystemSoundID_Vibrate) last?

I don't have access an iPhone to test on right now. Can anyone tell me how long this call makes the phone vibrate? Thanks. ...