1

Issue with "Setup Quick Settings" on Android 10 when "Do Not Disturb" is enabled

I use the Tasker "Toggle Quick Setting" to enable / disable vibrate mode. It was working without issues on Android 9. On Android 10 it works correctly only when "Do Not Disturb" is disabled. When it is enabled I get the following behavior: with a single tap I can enable "vibrate mode" with no issues (I set the "Toggle" status to "Active"), but when I tap it again most of the time it does not work. I need to tap it several times until the task is run ("vibrate mode" is disabled, and the "Toggle" status set to "Inactive"). Every time I tap on it I see the "Do Not Disturb" icon blinking on the top status bar.

1 reply

Can you please export your task's description (not xml) so I can take a look? Long-click the task in Tasker->export description Thanks in advance

A1: If [ %SILENT neq vibrate ]
A2: Setup Quick Setting [ Number:1st Name:Toggle Vibrate Mode Status:Active ]
A3: Vibrate Mode [ Mode:Vibrate ]
A4: Else
A5: Setup Quick Setting [ Number:1st Name:Toggle Vibrate Mode Status:Inactive ]
A6: Ringer Volume [ Level:7 Display:Off Sound:Off ]
A7: End If

I'm having a hard time visualizing what you mean, sorry! Would it be possible for you to do a small demo video of that by any chance? Thanks in advance.

Please download the video from the following link:

https://send.firefox.com/download/e9e764d8c606f1b6/#SQ9c7TotC-H30QwOn12NLw

In the video, I put the phone on vibrate with a single tap (it works flawlessly), but then I need to try maybe 8-10 times to disable it (sometimes the "Do Not Disturb" icon blinks). I have no issues if I disable "Do Not Disturb".

Thanks. Do you a profile that reacts to DND being changed? Maybe that is making it go back to what it was in that situation?

No I don't...