You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tasker
I'm just discovering and digging into Tasker while contemplating a
purchase. Reviewing the documentation online, I can't quite ascertain
if Tasker will fit a particular need that I have.
Can Tasker be used to provide repeat notifications of events such as
missed calls and SMS messages? That is, I want to be able to use
Tasker to make my phone chirp/vibrate when a call is missed until it
is acknowledged. The same for a pending SMS.
It looks like I can fire off a sound on either of these two events,
but can I then start a 2-minute (example) timer to repeat that sound
and cancel it on view of the missed call or SMS?
Thank you.
disaster.ita
unread,
Sep 11, 2010, 4:26:28 AM9/11/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tasker
You can using variables.
A context that set variable %MISSEDCALL = 1 when a call is missed.
A time context that run every x minutes that play a notification sound
if the variable %MISSEDCALL = 1
A context that suppress the notify when you click it (notification
click event context, notify cancel - alert task).
In future release there will be a state missed call, so you can delete
some context.
disaster.ita
unread,
Sep 11, 2010, 4:38:58 AM9/11/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tasker
...in the last context set %MISSEDCALL to 0 or clear it.
Pent
unread,
Sep 11, 2010, 5:59:18 AM9/11/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tasker
Or:
Time: Repeat 2 Mins (no from/to time)
State: Missed Call
Action: somekindofalert
I *think* the time profile won't monitor unless the missed call state
is active.
Pent
Todd
unread,
Sep 11, 2010, 7:59:41 AM9/11/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tasker
Good idea. Thank you.
Todd
unread,
Sep 11, 2010, 7:59:52 AM9/11/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tasker
Nice. Thank you.
disaster.ita
unread,
Sep 12, 2010, 3:55:21 PM9/12/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tasker
Todd, you need beta to do this, and remember to add an exit task to
suppress notify if it is "permanent" (e.g. led).
I have written an idea for last stable release ;-)