in my app when the u开发者_高级运维ser walks i want to calculate the shaking(vibration) of a mobile. How to calculate the shaking of a mobile and how to show its output.here is the code for making a m
I would write as much as I could write here, but the Title pretty much says it all.I\'ve tested it in several different situations:
I\'ve been having a look to the built-in haptic feedback you can enable trough the KickBack setting on the Accesibility menu. It works like I expected on most of UI elements.
I am using following code for notification. It should vibrate and make sound at the time of event. But it is giving sound when the notification is creating, although the notification time is after 30
I need to get the right settings for vibrator so that my application respects the device\'s sound settings. On the following code, if the vibrator is off(on my phone when I lower the volume, it is a s
I want to use the wiimote to control a cursor WITHOUT the infrared sensor bar. I\'m using the pitch and roll values for this.
I use the following snippet to vibrate the phone in a specific pattern, but it throws and ArrayIndexOutOfBoundsException.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m writing an alarm-based application, and I\'m looking for a way to wake up the user insistently. Ideally, I\'d like the phone to vibrate, ring, and display a message. I tried a few different optio
i need to vibrate the phone while playing a ringtone. This is my code: public static bool PlaySound(string soundName)