I have the Vibrator Service running after a timer completes. It works, except when the app is minimized/exited via the Home button. I know that onStop() is called in this case, and think it may be related to that. Calling MediaPlayer (as a sound alternative to vibrate) works fine all the time.
Has anyone else experienced similar?