Tasker: automate your android phone
If there is one app I can definitely recommend when having an android phone, it is Tasker. This app is not free, but well worth the money. When you have to do something on your phone manually over and over, you can just automate it using the app. It also does not use a lot of battery but will potentially save some.
One of the most simple things I do to save on battery, is to turn off wifi when I leave home, and turn it back on when at work and vice verca. Also, when I step outside I might want to get into the car and connect with it over Bluetooth. I would have to enable bluetooth when leaving home or work.
Here is how I automated it using Tasker:
I created a task that will turn on Wifi and turn off Bluetooth:
- Open Tasker and in the tab
TASKS
, make a new task calledAt Home/Work
. - In this task add an action
Net -> WiFi
, and setSet
toon
. - Press back button to confirm.
- Add a new action
Net -> Bluetooth
, andSet
tooff
. - Press back button again to confirm task.
Then I created a task that will do the oposite:
- Open Tasker and make a new task called
Leaving Home/Work
. - In this task add an action
Net -> WiFi
, and setSet
tooff
. - Press back button to confirm.
- Add a new action
Net -> Bluetooth
, andSet
toon
. - Press back button again to confirm task.
Now we that we have the tasks ready, we just need to make them trigger at the right time. I will be using location.
Trigger tasks:
- Go to the tab
PROFILES
and add a new profile based on location. - Either fill in the right lat and lon, or longpress the map and it will put a marker there.
Adjust the radius to 100m and whether or not you want to use gps or just net. I only use
Net
. - Link your
At Home/Work
task to the profile. You see it is linked with->
icon in profile. This indicates that the task will be triggered when you enter the profile location. - Long press the task in profiles and select
Add Exit Task
and select theLeaving Home/Work
task. You will see it linked with the<-
icon. This indicates the task that will be triggered when you exit that location.