Rushey
Well-Known Member
I wasn't sure how to show it, but there's only one Enter Task. What I listed are the actions included within that task.
Ah yeah, worked it out, thanks. Now I am beginning to understand how powerful this app is

Rob
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I wasn't sure how to show it, but there's only one Enter Task. What I listed are the actions included within that task.
Its tough, but definitely useful. I actually just finished setting up a profile so that if I'm home and my phone is plugged in that the phone will be set to silent from midnight to 8 am and will auto reply SMS saying that I'm asleep. I'd like to see an iphone do that![]()
...But when i set up a Vibrate on notify to no, it is not working, is getting overridden by my phone setting which are set to vibrate (not vibrate profile just on normal profile)...
lekky: Yes. Also note that only tasker settings are restored automatically (the ones tasker displays with a gear next to them). So it may be neccessary to have an exit task to reset things you changed in the enter task that are not standard tasker settings.
So after setting Vibrate on Notify to OFF, notifications still vibrate?
Try creating a task that includes the following actions:
Vibrate on Notify [Set: Off]
Notify Vibrate [Title: Test Notification]
and then use the Test button on the task editor screen to execute the task. Does this produce a vibration?
thanks.
I am having a problem with tasker though. I have a "home" task. When i'm in the proximity of my home, it turns on wifi, and turns off mobile data. When i enter the location in the notification bar it says home profile active.
However, when i leave that area, it still says home profile active, shouldn't it turn off when i leave the designated area?
Ok it has randomly started to work now, just sent a test text and it didn't vibrate.
Now am i right in thinking if i set all my defaults in phone settings to vibrate on and sound off. Then have my home profile set to ringer volume 5, and vibrate off. Whenever i leave my home location it will revert to default, ie no sound but vibrate then turn back on when i return home?
I also have a question regarding battery use. The purpose of me wanting to turn wifi off is to save battery when away from my router not have it searching all the time. However to do this GPS is checking every 120 sec does this consume more battery than if i just left wifi on?
UncleMike could you walkme through how you have WiFi near set up with location context. Doyou have them in same profile? I did wifi near with toggle then wifi on but it didnt turn WiFi off when dissconected from wifi.
Also now I have my home set up ok to not vibrate. How Is best to have sound off and vibrate on when I leave my home location. Sorry I'm being a bit of a noob but I am loving the possibilities with an android phone.
Thanks for the help.
Its tough, but definitely useful. I actually just finished setting up a profile so that if I'm home and my phone is plugged in that the phone will be set to silent from midnight to 8 am and will auto reply SMS saying that I'm asleep. I'd like to see an iphone do that![]()
i've got a question about variables. I want to set up an "if" condition inside a task - if Pandora is running, don't change the volume. It's a funny reason, but my tasker can disable my alarm clock (appalarm pro).
How do I create a variable to do this?
I used to have both a Location and a Wifi Near context in the same profile, but kept getting occasional erroneous readings for location that would cause my Wifi to turn off. What I have now is two profiles that work together to avoid this problem.
Profile: Home Area
Context: Location
Enter Task:
Variable Add: [Name: %HOME] [Value: 1]
Exit Task:
Variable Subtract: [Name: %HOME] [Value: 1]
Profile: Home Wifi
Context: Variable Value [Name: %HOME] [Op: Greater Than] [Value: 0]
Context: Wifi Near [SSID: <MySSID>] [Toggle Wifi: Checked]
Enter Task:
Wifi [Set: On]
Variable Add: [Name: %HOME] [Value: 1]
Exit Task:
Wifi [Set: Off]
Variable Subtract [Name: %HOME] [Value: 1]
What this does is, starting at a point outside my home area, when I enter my home area the variable %HOME is increased by 1 (it starts at zero). This satisfies the first context of the Home Wifi profile, allowing Tasker to start scanning for my SSID, toggling Wifi if necessary. Once my Wifi network is found, Wifi is turned on, and the variable %HOME is increased by 1 again (so it now has a value of 2).
Under normal circumstances, when I leave home, I go out of range of my Wifi network, Wifi is turned off, %HOME is decreased by 1, then I travel outside my home area, and %HOME is again decreased by 1 (giving it a final value of zero).
However, an erroneous location reading that places me outside my home area, even though I'm still actually home, will also result in %HOME being decreased by 1. Assuming I'm already connected to my Wifi network, this leaves %HOME with a value of 1, satisfying the first context of the Home Wifi profile, which means that Wifi remains on until I actually go out of range of my Wifi network.
Note: a profile using Wifi Near will not exit immediately upon going out of range of a Wifi network. This is to prevent momentary drops in signal from causing the profile to exit. An active Wifi Near context will only go inactive after two consecutive scans that fail to match the parameters you specified.
If you always want certain settings when you leave your home, the easiest way to do it is to make them part of the Exit Task for the home profile. If you start getting more complicated setups, possibly using calendar entries to control volume, or other locations to control volume, exit tasks can kind of screw things up a bit, and you're better of with an underlying "simulated default" profile like I described above.
I just installed this app so far all I have it doing is automaticly turning GPS on when I open a few location based applications but other then that I haven't taken the time to learn anything else. There are a few things I'd like it to do but it's a complicated app , I'll get around to learning it
great idea, it works wonders with the Maps app, but I cant get the Navigation app to do it because when launched, it instantly asks if i want to enable GPS and tasker does not activate the profile until AFTER I enable it manually. Any ideas?