Yes, you can enable with Tasker, but the do not disturb mode can't be disabled from Tasker.
I also have the same issue. Silent in tasker enables "priority mode", but deactivate silent does not disable priority mode
I don't mean to be rude, but isn't that why Google do a developer preview.
You're right and I feel the intention of the preview is to allow developers to test and update their apps against the upcoming update to keep users happy and prevent a torrent of bug reports on launch day.
I'm not sure, but I think people are talking about a way to switch between "All," "Priority," and "None". There doesn't seem to be a way to do this. If I have Tasker put the phone in Silent Mode On, then my phone goes into Priority Mode.
I have rooted and s-off HTC One M8 now on Lollipop. I have a task that toggles the various states, ie silent, vibrate normal. Used to work fine on 4.4.4 but doesn't on Lollipop. Its the same issue you describe in that the %SILENT doesnt set to On. My task looks for this as part of the if loop. Can't get it to work at all even with a delay.
No, it needs to be applied twice with a delay in-between, which is what my workaround does.
Having the same issue with tasker after the lollipop update. Tasker seems to be clashing with android and the phone hangs when a few profiles get active. Profiles mainly including Wi-Fi toggling, audio silencing, and locational profiles. It was eventually going to fail since they last updated tasker on the 11th of October... way before the 5.0 roll-out. Just have to wait and see i guess. they're probably having issues with 5.0 API compatibility - something that should've been figured out during the developer launch i guess....
Strange, I'm trying the (Silent/Wait/Silent) method to get to the None mode and it just stays in Priority.
Strange, I'm trying the (Silent/Wait/Silent) method to get to the None mode and it just stays in Priority.
In my testing it's still labelled as priority but the volume slider has disappeared, and trying to change the volume highlights the
None label.
Off
Vibrate
On
1. Silent:On + Wait:1s + Silent:On = None. No sound got through. I saw exactly what Pent did; the notification bar showed the star and the volume UI said it was in Priority mode, but there was *no* sound. The UI is broken.2. Silent:Off + Wait:1s + Silent:On = Priority. Only what I allowed in the priority settings and alarms/timers got through. Also, *after* those 3 actions, I set the volume levels to 1 since I use Priority mode for sleeping. The lower volumes took effect, and when the Profile exited, Tasker restored the previous volume levels. Note that the first Silent:Off is important to avoid switching to None in the event that the task runs when Priority mode is already enabled.
when ringer mode is NORMAL (pre-lollipop, 'off')
but the interrupt mode is PRIORITY or NONE (for backwards compat).Thanks, Pent! That sounds great. Maybe the notification monitoring will be groundwork for some interesting future Tasker features that allow automating based on arbitrary app notifications.
Regards,
Kevin
--
You received this message because you are subscribed to a topic in the Google Groups "Tasker" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tasker/4ClJf95kRpE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tasker+un...@googlegroups.com.
Visit this group at http://groups.google.com/group/tasker.
For more options, visit https://groups.google.com/d/optout.
Thanks, Pent! That sounds great. Maybe the notification monitoring will be groundwork for some interesting future Tasker features that allow automating based on arbitrary app notifications.
Is this Interrupt Mode the new official API way of controlling this thing
, or is it a workaround you came up with? The reason I ask is that as I've been exploring this new functionality of NONE/PRIORITY/ALL I've come up with some ideas of automating the Priority settings, specifically switching on or off the Reminders, Calls, and Messages switches. And I was wondering that if those are built in to the API
Hi Pent,
Your changes in the beta work great in all my profiles. Way better than using the workarounds. I tested for quite a while without anything unexpected. Kudos. :)
Thanks,
Kevin
None of my profiles use the variables, so my testing did not include them.
Kevin
I'm not sure if I'm helping here because I have CM12 (Unofficial) installed. The action to change the Interrupt state is working perfectly. But monitoring the variable is not.
I did reboot and it is still the same.
I've noticed that if I flash %INTERRUPT, it shows the current value.
Log file has been sent.
Abdullah
Pent,
Even though I don't use the vars normally, it was easy enough to do a test so you have results from an unrooted N4 with stock ROM. The INTERRUPT var doesn't change for me when switching between priority and all in either direction until I lock the display and then unlock the lock screen. The value just stays at priority or all, whichever was last transitioned to from none. The other 4 transitions were picked up immediately. Android always registered the mode immediately in the status bar.
SILENT worked as you described it would.
Kevin
Even though I don't use the vars normally, it was easy enough to do a test so you have results from an unrooted N4 with stock ROM. The INTERRUPT var doesn't change for me when switching between priority and all in either direction until I lock the display and then unlock the lock screen. The value just stays at priority or all, whichever was last transitioned to from none. The other 4 transitions were picked up immediately. Android always registered the mode immediately in the status bar.
Yes, I was changing via the Android dialog. If I get a chance to reboot and test again, I'll let you know.
- Write File log.txt %VOLN %SILENT %INTERRUPT
- Interrupt Mode = Priority
- Write File log.txt %VOLN %SILENT %INTERRUPT
- Silent Mode = Off
- Write File log.txt %VOLN %SILENT %INTERRUPT
In the log.txt file you get0 vibrate all (correct)0 vibrate priority (correct)1 on priority (who set the volume to 1?)
Is there a way to actually get it to have Priority only with no Vibrate?
eXtorian,
What are your Interruptions settings? Set like mine in the attached screenshot, priority mode silences my phone except for calls and messages from favorite contacts. Priority calls ring at the volume I set in my sleep task (and vibrate because I have the "Also vibrate for calls" enabled). All other calls are completely silent. Wouldn't also switching off Calls and Messages do what you want?
My sleep task does exactly these actions in this order, interrupt:priority, silent:off, alarm/notification/ringer/system:1, notify pulse:off.
Kevin
I had my calendar setup as profile/state/app/calendar entry. Then new task/audio/silent mode/vibrate.
What are your Interruptions settings?
I've double checked everything. Is it really true that Silent Mode = Off actually means Vibrate = Off in Lollipop?
Expected output: 15 0 7 7 off priority
- Interrupt = Priority
- Notification Volume = 0
- Silent Mode = Off
- Flash %VOLM %VOLN %VOLR %VOLS %SILENT %INTERRUPT
Actual output: 15 1 1 1 on priority
Given the last thing I did was set Silent to off, I'd have expected %SILENT to be off.
When creating new stuff in Lollipop, you should just be testing silent for 'vibrate'
and treating any other value as 'not vibrate'.
i.e. Media volume was unaffected, which is not what you previously wrote and was
all I was contesting.
When creating new stuff in Lollipop, you should just be testing silent for 'vibrate'and treating any other value as 'not vibrate'.
It's working fine for me on my S6.
To turn Do Not Disturb on I'm just setting Interrupt Mode in Tasker to Priority (or None).
To turn DND back off I just set Interrupt Mode to All. Although, I just noticed in that Task that I also set Silent Mode off, but I'm pretty sure that's a relic from before I got Lollipop on my previous phone.
--
You received this message because you are subscribed to a topic in the Google Groups "Tasker" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tasker/4ClJf95kRpE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tasker+un...@googlegroups.com.
Visit this group at http://groups.google.com/group/tasker.
For more options, visit https://groups.google.com/d/optout.
I have it activating via a time + on charge context, so that it activates when I plug my phone in at night when I go to sleep.
My suggestion would be to make your time based context run a different task that makes a noise or flashes up a toast message or notification. That way you can see if it's a problem with the time based context or the task. It sounds like it's the context that's the problem.
Also remember by default tasker reverts many settings on exit. So if your time context doesn't have an end time it may be ending immediately and reverting the settings. To prevent this, add your task to both the entry and exit tasks.
--
Adam