# How to make my Android phone vibrate?

**URL:** https://discourse.processing.org/t/how-to-make-my-android-phone-vibrate/32388
**Category:** Processing for Android
**Created:** [September 23, 2021, 1:23am UTC](https://discourse.processing.org/t/how-to-make-my-android-phone-vibrate/32388 "2021-09-23T01:23:34Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![bigboss97](https://avatars.discourse-cdn.com/v4/letter/b/47e85d/32.png) [@bigboss97](https://discourse.processing.org/u/bigboss97)
#### Post date: [September 23, 2021, 1:23am UTC](https://discourse.processing.org/t/how-to-make-my-android-phone-vibrate/32388/1 "2021-09-23T01:23:34Z")

</div>

I’m running APDE v0.5.1 on my Android phone and trying to use vibration commands. I’ve found many variations on net. All of them end up with deprecated or unresolved symbol.  
Anywhere I can find more recent example?

---

<div class="post-metadata">

### Author: ![MiguelSanches](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/miguelsanches/32/11172_2.png) [@MiguelSanches](https://discourse.processing.org/u/MiguelSanches)
#### Post date: [September 23, 2021, 12:35pm UTC](https://discourse.processing.org/t/how-to-make-my-android-phone-vibrate/32388/2 "2021-09-23T12:35:23Z")

</div>

Hi @bigboss97,

I have not actually tried this, but have a look at the following links:

> <https://stackoverflow.com/questions/13950338/how-to-make-an-android-device-vibrate-with-different-frequency>

> **[Vibrator  |  Android Developers](https://developer.android.com/reference/android/os/Vibrator)**

> **[How to Vibrate a Device Programmatically in Android? - GeeksforGeeks](https://www.geeksforgeeks.org/how-to-vibrate-a-device-programmatically-in-android/)**
>
> A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.

It might help you 🙂  
Best regards
