Tasker Usage
Basic configuration in common
- Profile: Least network connection during night
- Condition:
from 12:00 AM till 7:30 AM
ANDWifi Connected to Home Networks
- Exec Task:
set ON
,set OFF
,NFC Disabled
,Data toggle OFF
- Exit Task:
set ON
,set ON
,NFC Enabled
,Data toggle ON
- Profile: High accuracy by Apps
- Condition:
Apps
requires High accuracy such as Camera, Maps, …
- Profile: Auto Rotation by Apps
- Condition:
Apps
requires Auto rotation such as Picture manager (Google Photos), Youtube, Play Books, … - Exec Task:
Display AutoRotate
SetOn
- Exit Task:
DIsplay AutoRotate
SetOff
- Profile: Extend screen off time by Apps
- Condition:
Apps
requires Chrome, Docs, Sheets, Slides, Facebook, Twitter, Instagram, Play Books, … - Exec Task:
Display Timeout
SetSecs 0 Mins 2 Hours 0
- Exit Task:
Display Timeout
SetSecs 30 Mins 0 Hours 0
- Profile: Shutdown device due to low battery
- Condition:
Battery Level
From0
to25
— Battery reaches less than 25%
- Profile: Greenify device when screen off and wifi disconnected
- Condition:
Display State
isOff
ANDNot Wifi Connected
- Exit Task:
Wake Up
SetGoogle
- Profile: WiFi Off, AutoSync Off
- Condition:
Not Wifi Connected
- Exec Task:
Auto-Sync
SetOff
- Exit Task:
Auto-Sync
SetOn
- Profile: Reset Volumes
- Profile: Total Silence when Attending Mass
- Condition:
State
→ Calendar Entry [e.g:Title
:Attending Mass
,Calendar
:Catholic
] - Exec Task:
Do Not Disturb
SetAll
— Total Silence - Exit Task:
Do Not Disturb
SetNone
- Profile: Do not disturb with Priority when Attending Meeting
- Condition:
State
→ Calendar Entry [e.g:Title
:Attending Meeting
,Calendar
:Business
] - Exec Task:
Do Not Disturb
SetPriority
— Notify only selected contacts and urgent calls - Exit Task:
Do Not Disturb
SetNone
- Profile: Disable Google Assistant at home
- Condition:
State
→Wifi Connected to Home Networks
- Exec Task:
Run Shell
Use Root
—
pm disable com.google.android.googlequicksearchbox/com.google.android.voiceinteraction.GsaVoiceInteractionService
- Exit Task:
Run Shell
Use Root
—
pm enable com.google.android.googlequicksearchbox/com.google.android.voiceinteraction.GsaVoiceInteractionService