How do you get around this as it's messing up me and my partners sleeping as it keeps waking us up every now and again?
I run an app that makes money by playing various adverts 24/7
I have noticed 2 adverts that make my phone vibrate even though they are set to do not disturb mode.
The first is a car and every time they put the brakes on the phone vibrates.
The second one is a shooting game and each shot vibrates the phone from the video playing.
Is there a way to disable the vibration with automagic with a non-rooted phone?
My last resort is to rip out the motors from the phones.
Thanks for any useful replies, a hammer is not an option.
Look forward to the replies.
Turn OFF vibrate on phone (No root)
Moderator: Martin
Re: Turn OFF vibrate on phone (No root)
Hi,
You could prevent the app from vibrating by using adb and following command:
I'm not aware about any other way.
Regards,
Martin
You could prevent the app from vibrating by using adb and following command:
Code: Select all
cmd appops set <package name> VIBRATE ignore
Regards,
Martin
-
- Posts: 1
- Joined: 14 Aug 2018 08:44
- Contact:
Re: Turn OFF vibrate on phone (No root)
you can go to setting label and choose notification mode to turn it off if I understand right.