What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

What have YOU done with Tasker?

Hy everyone!
I need some help with Tasker to notify me with pop-up message on screen that i have missed call and play some sound until i see that (than it`s turn off).

Thanks for help!!
 
Example for You doghouse for get a reminder of missed call

Make 3 Tasks:
---------------------------------
{Audiorepeat}
1: Notify Sound
Title: Missed Call
Text: %CNUM
(Select an Audiofile)
If %MISSED matches 1
2: Popup Title: Missed call %CNUM / Time: 10 / IF %MISSED matches 1
3: Wait 1 minute
4: Go to Action 1 if %MISSED matches 1
.....................
{Missed}
1: Variable Set %MISSED = 1
2: Perform Task Audiorepeat
....................
{MissedClear}
1: Variable Set %MISSED = 0
--------------------------------

Make 3 Profiles
------------------------------
[Missed Call] (Context Event)
Phone - Missed Call
Task {Missed}
..............................
[Phone] (Context Application)
Phone
Task {MissedClear}
..............................
[History] (Context Application)
History
Task {MissedClear}
------------------------------
 
Hi,

I will be do one perfil to auto-sync my movil 1 min from 7:00 to 00:00 and repeat every 15 min, this is very easy but I want that if don't have nothing to sync before or in this minute put the auto-sync in off and the movil data.

Thanks
 
Example for You doghouse for get a reminder of missed call

Make 3 Tasks:
---------------------------------
{Audiorepeat}
1: Notify Sound
Title: Missed Call
Text: %CNUM
(Select an Audiofile)
If %MISSED matches 1
2: Popup Title: Missed call %CNUM / Time: 10 / IF %MISSED matches 1
3: Wait 1 minute
4: Go to Action 1 if %MISSED matches 1
.....................
{Missed}
1: Variable Set %MISSED = 1
2: Perform Task Audiorepeat
....................
{MissedClear}
1: Variable Set %MISSED = 0
--------------------------------

Make 3 Profiles
------------------------------
[Missed Call] (Context Event)
Phone - Missed Call
Task {Missed}
..............................
[Phone] (Context Application)
Phone
Task {MissedClear}
..............................
[History] (Context Application)
History
Task {MissedClear}
------------------------------



for 1st profile you mean audiorepeat i think and at 3rd profile i can fine over application History
can you explane that pleas

Thanks a lot
 
1'st profile
Is the one to set variable %MISSED to 1
and run TASK Missed.
That task starts Task Audiorepeat

2'nd and 3'rd profile
sets variable %Missed to 0
and will stop looping Task Audiorepeat

Phone and History are context profiles
will trigger if PhoneApp or callhistory will be started
 
I've just started out with Tasker and have created my own Wifi enabler. The existing ones on the wiki left the "Wifi Near" and "Cell Near" still scanning even when connected and also didn't come with support for multiple APs by default.

So I created my own which seems to work ok. It disables the "cell near" and "wifi near" profiles once connected, which in theory may reduce battery usage (?). It also means there is just one profile active when connected, which also controls disabling wifi and enabling the other profiles again once disconnected (although it can handle reconnects as a result of a temporary drop in signal).

If anyone is interested, take a look and let me know what you think:
YAWA - Wifi Automate when near cell tower and AP - Tasker Wiki
 
Last edited:
Example for You doghouse for get a reminder of missed call

Make 3 Tasks:
---------------------------------
{Audiorepeat}
1: Notify Sound
Title: Missed Call
Text: %CNUM
(Select an Audiofile)
If %MISSED matches 1
2: Popup Title: Missed call %CNUM / Time: 10 / IF %MISSED matches 1
3: Wait 1 minute
4: Go to Action 1 if %MISSED matches 1
.....................
{Missed}
1: Variable Set %MISSED = 1
2: Perform Task Audiorepeat
....................
{MissedClear}
1: Variable Set %MISSED = 0
--------------------------------

Make 3 Profiles
------------------------------
[Missed Call] (Context Event)
Phone - Missed Call
Task {Missed}
..............................
[Phone] (Context Application)
Phone
Task {MissedClear}
..............................
[History] (Context Application)
History
Task {MissedClear}
------------------------------


does not work for me and i do not why. for 1st profile i set context/state/missed call because in context/event/phone i do not have missed call

thanks for helping me
 
[doghouse]
What version of Tasker do You have ?
I have latest version.
-----------------------------------
Context: Event
Select Event Category: Phone
Select Phone Event: Missed Call
-----------------------------------
 
Last edited:
I've just started out with Tasker and have created my own Wifi enabler. The existing ones on the wiki left the "Wifi Near" and "Cell Near" still scanning even when connected and also didn't come with support for multiple APs by default.

So I created my own which seems to work ok. It disables the "cell near" and "wifi near" profiles once connected, which in theory may reduce battery usage (?). It also means there is just one profile active when connected, which also controls disabling wifi and enabling the other profiles again once disconnected (although it can handle reconnects as a result of a temporary drop in signal).

If anyone is interested, take a look and let me know what you think:
YAWA - Wifi Automate when near cell tower and AP - Tasker Wiki
Just and FYI, if you are connected to a router, the SSID and MAC Address are known values that aren't actually "scanned" any longer. A cell tower's ID works the same as well so there is no potential battery saving. Did you fix the wifi off issues I have been having?
 
I want to make a profile for Gingerbread 3G fix, where whenever I get or make a call, once I disconnect the call, Airplane mode toggles to fix the 3G bug.

What context should I use to catch this most effectively? Phone offhook?

TIA!
 
New to tasker and trying to replicate functionality from Setting Profiles.

If I have a time profile running to silence my phone during work, but I want to turn on the volume for an hour one day at random, how do I override the existing time profile?

I made a widget to the "normal volume" task, but that doesn't override the existing "work mode" task. Help?
 
Currently I'm working on trying create a task that will quickly flash the camera flash two or three times every three minutes. I'm not very good at this sort of stuff but I do a repetitive task at work & I get so focused on one thing I need something to snap me out of it. Kind of like a visual reminder strong enough to catch my attention instead of an auditory reminder like a ringtone. I've tried flashing a white screen (solid white pic) but it just wasn't enough.

I blows my mind when considering the things Tasker could possibly do, but I'm completely new & just now digging into the outer crust. When I figure out how to access this hardware feature I'll let you know. lol, I've been at it for awhile and I don't think I'm even close :) Persistence.....I have lots of that.
 
Back
Top