Hi I need a simple countodown that restart if dected a notify from other app.
scenario:
app1 send a notify
tasker start a countdown (30 seconds)
if countdown end > flash text "the end"
if app1 send another notify DURING THE COUNTDOWN > restart countdown (30 seconds)
help
thanks
Related
Hey guys,
is there an option to have iOS like flash notifications on android? Still using the HTC One M7.ug
Tested apps like Flash Blink and LightFlow pro, in both apps the flash works in test modes of the apps, but doesnt work when a notification comes
in (whatsapp etc)
Everything is set fine I guess.
Any suggestions?
Thanks
Feisar90 said:
Hey guys,
is there an option to have iOS like flash notifications on android? Still using the HTC One M7.ug
Tested apps like Flash Blink and LightFlow pro, in both apps the flash works in test modes of the apps, but doesnt work when a notification comes
in (whatsapp etc)
Everything is set fine I guess.
Any suggestions?
Thanks
Click to expand...
Click to collapse
I use Tasker to do this for example:
Profile 1: Screen off + SMS received ---> Launch Task #1
Task 1:
Turn flashlight on
wait 50 ms
turn flashlight off
wait 5 s
go to action 1
Profile 2: Screen is turned on ---> Launch Task #2
Task #2:
Kill task #1
You can make as much profile as you want so for example you can set different flash pattern for missed calls, sms, for a specific contact etc..
alray said:
I use Tasker to do this for example:
Profile 1: Screen off + SMS received ---> Launch Task #1
Task 1:
Turn flashlight on
wait 50 ms
turn flashlight off
wait 5 s
go to action 1
Profile 2: Screen is turned on ---> Launch Task #2
Task #2:
Kill task #1
You can make as much profile as you want so for example you can set different flash pattern for missed calls, sms, for a specific contact etc..
Click to expand...
Click to collapse
I was just reading more about Tasker, thank you sir.
But what about 3rd party app notifications like whatsapp? I didnt find a way to set it yet with Tasker Pro
Thanks
Feisar90 said:
I was just reading more about Tasker, thank you sir.
But what about 3rd party app notifications like whatsapp? I didnt find a way to set it yet with Tasker Pro
Thanks
Click to expand...
Click to collapse
You can "capture" app notification in Tasker to trigger a task:
New profile:
---> Event ---> UI ---> Notification ---> Owner app ---> Whatsapp
+
--> State ---> Display ---> Screen off
=
Task 1:
Turn on the flash
wait .05 sec
turn off the flash
wait 5 sec
go to step 1
you also need an exit task or an independent profile to kill the previous task so it stop blinking when you turn on your screen:
alray said:
You can "capture" app notification in Tasker to trigger a task:
New profile:
---> Event ---> UI ---> Notification ---> Owner app ---> Whatsapp
+
--> State ---> Display ---> Screen off
=
Task 1:
Turn on the flash
wait .05 sec
turn off the flash
wait 5 sec
go to step 1
you also need an exit task or an independent profile to kill the previous task so it stop blinking when you turn on your screen:
Click to expand...
Click to collapse
Thanks a lot, I'll try around now )
On the portal news on 2016-03-11 (thanks to @MishaalRahman for this).
This profile requires AlarmPad (either free or Pro version) and will activate your own Night Mode by setting an alarm.
You have to go to work the next morning, are sleeping, dreaming of the ones/things you love and then – BEEEEEEP BEEEEEEP BEEEEEEP – getting woken up by some more or less (most likely less) funny message by one of your friends. Awesome, right? No way… But this comes to an end right now.
Use Alarm Pad in combination with Tasker to set up a Night Mode, where you won’t get disturbed by any loud notification anymore. Activating an alarm will automatically set your phone into silence mode during a specific time, only the alarm is allowed to wake you up. When you dismiss the alarm, the Night Mode will turn itself off automatically. Cool, eh?
So, what do we need? First of all, you have to install AlarmPad (which is a great and customizable alarm clock app with native Tasker integration). Download it by following the above inserted Play Store link and continue with Tasker. Let’s start.
1. First, set up a profile called “Alarm set”. This will set a variable %ALARM to true if the alarm has been set. We need this variable to determine whether an alarm is currently set or not.
Use Event -> Plugin -> AlarmPad and select the Edit button. Choose “Alarm set” and confirm it by clicking the check mark on top right (OPTIONAL: you can choose a specific alarm for this by selecting “Restrict alarm” and then choosing the desired alarm).Create a new task and name it (for example) “Set Alarm VAR”. Create a new variable %ALARM and set it to true.Add Audio->Alarm Volume and set it to your desired value (maximum, if you tend to sleep very deep).Now you are done. You can optionally add a toast notification to verify that the task has been executed, for example Alert -> Flash -> Text “Alarm set”.
2. Create a new profile called “Alarm disabled”. This will set %ALARM to false if the alarm gets disabled manually.
Use Event -> Plugin -> AlarmPad and select the Edit button. Choose “Alarm disabled” and confirm it by clicking the check mark on top right.Create a new task and name it (for example) “Reset Alarm VAR”. Set variable %ALARM to false.Add Audio->Alarm Volume and set it to your desired default alarm value when being outside of your house.Now you are done with it. You can optionally add a toast notification to verify that the task has been executed, for example Alert -> Flash -> Text “Alarm disabled”.
3. Create a new profile called “Alarm playing”. This will set %ALARM to false if the alarm is fired and manually disabled.
Use Event -> Plugin -> AlarmPad and select the Edit button. Choose “Alarm triggered” and confirm it by clicking the check mark on top right.Create a new task and name it (for example) “Reset Alarm VAR”. Set variable %ALARM to false.Add Audio->Alarm Volume and set it to your desired default alarm value when being outside of your house.Now you are done with it.
4. Create a new profile “Night Mode”. This will set your device into silent mode during a specific time interval when an alarm is set.
Use State -> Variables -> Variable Value and enter %Alarm ~ true. Return to your profile and select a new task which you call “Night Mode on”.Add Task -> Wait -> 1 minute. Return to the task menu.Add Task -> If and select “%ALARM ~ true”. Return to the task menu.Add Display -> Display Brightness and set it to 0. Return to the task menu.Add Audio -> Notification Volume and set it to 0. Repeat the same for Media Volume and Ringer Volume. Add Audio -> Alarm Volume and set it to your desired value. This will ensure that no other profile which might be triggered between setting the alarm and starting the Night Mode task has reset your alarm volume.At last, add Task -> End If.That’s it.
5. OPTIONAL: Return to the profile screen and add a trigger event to the profile Night Mode: Time.
Here you can define when the Night Mode will start and when it will end, for example, you set your alarm at 8 p.m., but go to bed at 10 p.m. and don’t want to miss messages until 10 p.m. because of reasons. Then select 10 p.m. as start time and whatever end time you want, for example 10 a.m. (don’t worry, if the alarm is triggered before 10 a.m., the Night Mode will automatically being deactivated and you can receive audio notifications again).
6. Create a new exit task for the profile “Night Mode” and call it “Night Mode off”. This will reset your device from silent mode after the alarm is triggered or manually disabled.
Add Task -> Wait -> 1 minute. Return to the task menu.Add Plugin ->AlarmPad and select AlarmPad perform Action” and select “Disable” (OPTIONAL: select the alarm that is to be disabled). Confirm and return to the task menu.Add Display -> Display Brightness and set it to your default brightness. Return to the task menu.Add Audio -> Notification Volume and set it to your default volume value. Repeat the same for Media Volume and Ringer Volume.That’s it.
Now we have set up Tasker to toggle your own Night Mode automatically depending on your alarm’s status.
That’s all, folks. Have a nice dreaming :good:
I' not sure if i understand it very well. How can we set the audio volumes (notifications, ringer and media) in silence mode only at one specifit hore (21:00 pe). When i disable the alarm the volumes are set to the default configuration that we have on the phone? And how do they turn off (silent mode) again?
joguirian said:
I' not sure if i understand it very well. How can we set the audio volumes (notifications, ringer and media) in silence mode only at one specifit hore (21:00 pe). When i disable the alarm the volumes are set to the default configuration that we have on the phone? And how do they turn off (silent mode) again?
Click to expand...
Click to collapse
Setting an alarm will trigger the Night Mode profile (and its related task Night Mode on, which sets all notification/media/ringer volumes to 0). If you have set up a time-trigger (for example between 10 p.m. and 10 a.m.) the task will only being executed within this time frame. For example, if you set your alarm at 8 p.m. and have the given time frame from 10 p.m. to 10 a.m., the Night Mode will only being executed if %ALARM is true and it is past 10 p.m. and before 10 a.m. of the following day.
Disabling the alarm will trigger the exit task (Night Mode off) of the Night Mode profile, thus all volumes are set back to their (pre-defined in exit task Night Mode off)volume level.
If you want to silence your phone at 9 p.m., just use a time trigger for the profile and set 9 p.m. as start and whatever you like as end time.
orville87 said:
Setting an alarm will trigger the Night Mode profile (and its related task Night Mode on, which sets all notification/media/ringer volumes to 0). If you have set up a time-trigger (for example between 10 p.m. and 10 a.m.) the task will only being executed within this time frame. For example, if you set your alarm at 8 p.m. and have the given time frame from 10 p.m. to 10 a.m., the Night Mode will only being executed if %ALARM is true and it is past 10 p.m. and before 10 a.m. of the following day.
Disabling the alarm will trigger the exit task (Night Mode off) of the Night Mode profile, thus all volumes are set back to their (pre-defined in exit task Night Mode off)volume level.
If you want to silence your phone at 9 p.m., just use a time trigger for the profile and set 9 p.m. as start and whatever you like as end time.
Click to expand...
Click to collapse
ok, understood
Thanks
I set in profile task what At a specific time enable wifi and internet radio - that should wake me up.
But if radio don't wake me up I want that few minutes later set/on oryginal alarm clock (where i can set my ring tone or ex. set snooze for 5min/10min or off alarm if I wake up).
I randomly wake up so when i whant that radio wake me up i set time to ON only on tasker profile.
How i can add/what task add to this if I want Get the effect when radio will ON , 5min later clock alarm will ON
try this:
- in profile task, do math on current time, plus x min times 60,
- than convert the result back to normal time format
- do a variable split, splitter empty, to split it by space, to get time only
- you will have to trim possible preceding zero in hour
- than set alarm with the result time
Sorry but You write too complicated for me :|
Can You write this same but maybe on the example and write step by step what to do
Thank so much
Yeah that's far too complicated. Try this.
In your first profile, that turns on your alarm, set a variable %ALARMTIMERCOUNTDOWN =%TIMES+120 (%TIMES is the current time in seconds, and + 120 is two minutes after the current time
Then create a time context profile and click the little tag you change it from time, to variable, and enter %ALARMTIMERCOUNTDOWN as the time.
Then, when the current time=ALARMTIMERCOUNTDOWN the profile will trigger.
Now remember to clear the variable in both exit tasks so if you wake up, the variable will be empty and thus will never trigger
Can You write this step by step. Like this: Go to your profile that turns on your alarm -> in task what enable radio add new variable -> action ("+") -> variables -> add variable - here in "........." write "....... " -> then go to action variable and "set variable" -> ........
In profile I can add new time context and to start time set %ALARMTIMERCOUNTDOWN but i bust add task to this context - what task i should add?
"Now remember to clear the variable in both exit tasks" - I had add variable only on one task "In your first profile, that turns on your alarm, set a variable.... "
someone can help?
gonzolex said:
someone can help?
Click to expand...
Click to collapse
ok, here goes:
new profile1
- trigger: event/date-time/alarm clock: alarm info
- action: set variable %Trigger to %TIMES+120, do math
btw profile2
- trigger: state/variables/values: %TIMES eq %Trigger
- action: do your task
Hey guys,
I'm trying to build a task that gets the events from a Google calendar and triggers an alarm on my watch 60 minutes after an event starts.
Because I'm new, I can't post a screenshot, but here's the layout:
Get events (calendar task plugin)
If %cstart~%TIME
Wait 1 hour
Trigger alarm on watch (watch vibration center plugin)
End if
That's what I got so far.
The get events and the alarm tasks seem to work but the if loop isn't triggered.
Any suggestions?
Thanks in advance for all your help.
I am looking for a solution for notifications in my application.
The notification begins and ends at a specific time, e.g. start: 8:00, end 12:00. In the meantime, the application sends a notification every 30 minutes. Any solutions?
Hi
You can go through the settings option. Sometimes the problem is of default which we forget to change. May be the application setting the default notification setting is of 30 min.