I was wondering if it would be possible to use tasker to send intents to activate certain moto features during more refined contexts. Like have the command talk to me executed to turn on "talk to me" or sleeping mode etc.
I was wondering if it would be possible to use tasker to send intents to activate certain moto features during more refined contexts. Like have the command talk to me executed to turn on "talk to me" or sleeping mode etc.
Hello all,
Suppose I want to dismiss a notification popping up from an app Notifier. Automating the dismiss can be achieved through using the input tap command in Tasker, and also using the same feature in Autoinput.
But I want to dismiss it by sending an INTENT through Tasker. How do I know which intent to send? Please help.
Many thanks.
Nobody answered it, so I answer it myself, I used Notification listener and dismissed the notification from any app I chose
If you want you can just disable the notification of any chosen app from settings/application manager
vickylahkarbytes said:
Nobody answered it, so I answer it myself, I used Notification listener and dismissed the notification from any app I chose
Click to expand...
Click to collapse
I am monitoring my garage door to see whether it's open or closed. The garage door sends me emails of it's state. I'm using Tasker K-9 plugin to receive notifications and use Tasker to create my own custom notifications. Everything works fine, except for one problem. Whenever the phone is locked and there is a change in state, the notification doesn't update unless I unlock the phone.
How can I resolve this?
Thanks.
You can try an alternative.
Install notification listener app from playstore.
Event will be notification listener app listening to the email app(K9mail or Gmail etc)
Task will be whenever I get an email from your *door*(? lol), then you get an alert (notify, voice etc etc) but do fill up the "If" command like if %nltext~*door*,
For ex:
I have subscribed to this thread via my Gmail and I want an alert to pop up when I get an email from XDA.
what I do is this.
Event : plugin > notification listener app> select Gmail.
Task :
a1: If > %nltext~*XDA*
a2: alert > notify.
This is independent of the phone state locked or not
vickylahkarbytes said:
You can try an alternative.
Install notification listener app from playstore.
Event will be notification listener app listening to the email app(K9mail or Gmail etc)
Task will be whenever I get an email from your *door*(? lol), then you get an alert (notify, voice etc etc) but do fill up the "If" command like if %nltext~*door*,
For ex:
I have subscribed to this thread via my Gmail and I want an alert to pop up when I get an email from XDA.
what I do is this.
Event : plugin > notification listener app> select Gmail.
Task :
a1: If > %nltext~*XDA*
a2: alert > notify.
This is independent of the phone state locked or not
Click to expand...
Click to collapse
Thanks.
I figured out what I was doing wrong. I needed to clear/cancel previous notification before creating the new one.
Hi guys,
Does anyone know if there is a way for Google Assistant (on Android phone) to execute a Tasker Task? (non rooted)
Thanks in advance.
Use AutoVoice. Set up a shortcut in Assistant to trigger AutoVoice, then an AutoVoice command in Tasker to execute the task.
How to make Google Now/Assistant execute Tasker tasks (using Autovoice)
Open Google app
>Settings>Google Assistant Settings>Shortcuts
Add Shortcut (ex. System lock)
°When I say…
system lock
°Google Assistant should do…
ask autovoice system lock
Note: the phrase “ask autovoice” sends a command to Autovoice - command: system lock
Open Tasker
Add Profile: State>Plugin>Autovoice>Recognized
Edit Properties
Edit Configuration: The easy way.
Command: system lock
Edit Configuration: The hard way.
Command/Command Filter: system lock
(Enable/Check) Event Behavior
(Enable/Check) Use RegEx
>Back
>Finish
Add Task for the Profile you created
(Any)
clinto69 said:
Hi guys,
Does anyone know if there is a way for Google Assistant (on Android phone) to execute a Tasker Task? (non rooted)
Thanks in advance.
Click to expand...
Click to collapse
Yes, I have several IFTTT applets which do this using their Google Assistant channel which send a Pushover(Tasker plugin) push to Tasker and trigger a profile.
Commandr for Google Now can run any Tasker Task with a voice shortcut.
Hi All,
Wish to create a profile to:
-Activate WhatsApp autonotification when connected to Bluetooth on car.
-listen/play messages
-reply text/voice messages
-deactivate WhatsApp autonotification when disconnect Bluetooth on car.
Apart from tasker any other plugin do I need? I'm using non rooted phone(pixel 2)
Appreciate help.