Record Audio (57)
A1: If [ %Recaudio ~ 0 ]
A2: Flash [ Text:Recording ON Long:Off ]
A3: Notify [ Title:Audio recording started Text:
Icon:<icon> Number:0 Permanent:Off Priority:3 ]
A4: Record Audio [ File:/storage/sdcard1/Recordings/%DATE%TIME
Source:Microphone MaxSize:0 Codec:AMR Narrowband Format:MP4 ]
A5: Variable Set [ Name:%Recaudio To:1 Do Maths:Off
Append:Off ]
A6: Goto [ Type:Action Number Number:12 Label: ]
A7: End If
A8: Variable Set [ Name:%Recaudio To:0 Do Maths:Off
Append:Off ]
A9: Flash [ Text:Recording OFF Long:Off ]
A10: Notify Cancel [ Title: Warn Not Exist:Off ]
A11: Record Audio Stop
A12: Stop [ With Error:Off Task: ]
Matt
Record Audio (50)
A1: Flash [ Text:Recording ON Long:Off ]
A2: Notify [ Title:Audio Recording Text: Icon:<icon>
Number:0 Permanent:Off Priority:3 ]
A3: Record Audio [
File:/storage/sdcard1/Recordings/%DATE.%TIME Source:Microphone MaxSize:0
Codec:AMR Narrowband Format:MP4 ]
Profile: Recording audio notification (46)
Event: Notification Click [ Owner Application:* Title:Audio
Recording ]
Enter: Anon (49)
A1: Record Audio Stop
A2: Flash [ Text:Audio recording stopped
Long:Off ]
> Remaining Q...is it possible to change the Notification Icon? I don't see such option within the Notification Click Context dialog nor in the Profile Properties.
The icon is set and edited in the 'Notification' action that sets the notification... A3 in your task..
Rich....
> What must I add to stop the Task once I press the button and make the pop-up close?
>
You either need to add a 'destroy scene' or 'hide scene' at the end of your button task. I would recommend the 'destroy scence' for this particular case.
Rich..
Matt
A few tips for dealing with scenes....
1. If you are using the test button To fire the task that starts the scene, be aware that that task will start at a priority 10. When you go to fire it from a shortcut or widget it will have whatever priority you have selected in your Tasker preferences.
2. I always try to remember to name any tasks for my scene elements when first creating the task. After saving the scene for the first time you will no longer be able to name the task for that element. This will limit what you will be able to do with that task later on down the road.
There is 2 out of most likely at least 100 just to get you headed in the right direction. :)
Rich..
> Thanks @Rich, though neither works; the pop-up continues to show. If I enable 'Continue Task Immediately' on the Show Scene, the Task never shows the Flash, though it closes, immediately, without my intervention. :-)
>
Are you sure you are putting the destroy scene in the button task ( the task that comes up when you press the 'Tap' tab in the scene edit screen and NOT the task that starts the scence.
Rich..
--
You received this message because you are subscribed to the Google Groups "Tasker" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tasker+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
> Figured it out; I still had 'Continue Task Immediately' enabled, after moving the Destroy Scene Task to the Scene. Thanks for the input.
>
No problem.... They can be a real PITA to figure out sometimes... but usually worth the effort...
Rich..