Option to disable vibration?

Post your feature requets for new triggers, conditions, actions and other improvements.

Moderator: Martin

Locked
kosamja
Posts: 9
Joined: 30 Nov 2017 11:08

Option to disable vibration?

Post by kosamja » 01 Dec 2017 15:14

Can you add option to disable vibration (like in VibraFix - https://forum.xda-developers.com/showth ... ?t=1103628)?

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: Option to disable vibration?

Post by Desmanto » 02 Dec 2017 18:13

Since you have root, you can just use appops to disable the Vibrate. https://www.xda-developers.com/stop-vib ... roid-apps/

For example, to disable the vibrate in Chrome, you will use action Execute Root Command

Code: Select all

appops set com.android.chrome VIBRATE ignore
No output will be shown, just check exit code. If 0, means success.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.

Locked