It appears to send intent to snooze or dismiss, but all that happens is I'm flipped to the page that allies me to set various alarms on my clock. But no snooze or dismiss.
Anyone have success with this profile d/l?
Thanks!
Ken
It appears to send intent to snooze or dismiss, but all that happens is I'm flipped to the page that allies me to set various alarms on my clock. But no snooze or dismiss.
Anyone have success with this profile d/l?
Thanks for quick response...
Ken
Yes, I'm using the native clock. The alarm event is recognized, and the intent is sent. As I say, it results only in showing the clock screen which would let me set alarms or timers.
Profile: Alarm Start (6)
Event: Alarm Clock [ Label:* ]
Enter: Anon (5)
A1: AutoVoice Continuous [ Configuration:
Starting continuous voice recognition without headset
Persistent Notification: false Timeout (Seconds):0 ]
A2: Variable Set [ Name:%ALARM To:1 Recurse Variables:Off Do Maths:Off Append:Off ]
Profile: Alarm Snooze (10)
Event: AutoVoice Recognized [ Configuration:Command: "snooze"
Source: continuous
Not on Normal: true ]
State: Variable Value [ %ALARM eq 1 ]
Enter: Anon (9)
A1: AutoVoice Continuous [ Configuration:
Stopping continuous voice recognition Timeout (Seconds):0 ]
A2: Send Intent [ Action:android.intent.ACTION.SNOOZE_ALARM Cat:Default Mime Type: Data: Extra:android.intent.extra.alarm.SEARCH_MODE:android.all Extra: Extra: Package: Class: Target:Activity ]
A3: Variable Clear [ Name:%ALARM Pattern Matching:Off Local Variables Only:Off ]
Profile: Alarm Done (12)
Event: Alarm Done
Enter: Anon (11)
A1: AutoVoice Continuous [ Configuration:
Stopping continuous voice recognition
Persistent Notification: false Timeout (Seconds):0 ]
A2: Variable Clear [ Name:%ALARM Pattern Matching:Off Local Variables Only:Off ]
Profile: Alarm Stop (16)
Event: AutoVoice Recognized [ Configuration:Command: "stop"
Last Cmd Id Regex: false
Last Cmd Id Invert: false
Source: continuous
Not on Normal: true
Not on Continuous: false
Contains All: false
Use Regex Replacements: false
Do Google Now Search: false ]
State: Variable Value [ %ALARM eq 1 ]
Enter: Anon (15)
A1: AutoVoice Continuous [ Configuration:
Stopping continuous voice recognition
Persistent Notification: false Timeout (Seconds):0 ]
A2: Send Intent [ Action:android.intent.action.DISMISS_ALARM Cat:Default Mime Type: Data: Extra:android.intent.extra.alarm.SEARCH_MODE:android.all Extra: Extra: Package: Class: Target:Activity ]
A3: Wait [ MS:0 Seconds:1 Minutes:0 Hours:0 Days:0 ]
A4: Go Home [ Page:0 ]
A5: Variable Clear [ Name:%ALARM Pattern Matching:Off Local Variables Only:Off ]
Thanks!
Have tried on both.
Thanks!
That's one if them (from Google store). Also have clock from Galaxy Apps. Ver. 7.0.72.9.
Have tried on both.
Looks like it might be a device specific issue. I would try to get it to its simplest form for testing purposes. Try making a task like this .
I've had no success with the send intent command. But I've had limited success with autoinput clicking on specified x and y coordinates. In other words, when the alarm turns on, I determined the x/y coordinates for clicking on "snooze". That seems to work.
HOWEVER, I've run into a different sort of problem: It seems that when autovoice continuous is triggered, the alarm gets immediately muted.
Any ideas why the alarm mutes when autovoice is activated?