Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2019/10/project-tasker-clock-screensaver-v11.html
#project #TaskerClockScreensaver
DESCRIPTION
Now you can have your own screensaver, the original Android style (clock app). But without having to depend on that app.
Notes:
- As the project calculates the position of the clock randomly on each pass taking into account the size of the main scene (TCS - Clock), you must resize it (including the 'Top Layer' element), according to the available dimensions on your device.
- If you prefer to continue using the original Android screensaver, you can use this task. (requires root)
- If you don't have virtual buttons (navbar) on screen, you can disable all optional actions from the 'Toggle Status' task.
- Single tap on the screen to close it.
CREDITS
@SmartPhoneLover
CHANGELOG
- New: 12h clock + am/pm indicator.
- Fix: White scrollable bars were visible for a fraction of time on each update.
- Other: Viewable in Landscape mode. (be sure to resize the scene for Landscape too)
- Other: Added 'Setup' and 'Setup (UI)' tasks. (use them to configure the project)
- Other: Minor changes.
VERSION
v1.1
DESCRIPTION
Now you can have your own screensaver, the original Android style (clock app). But without having to depend on that app.
Notes:
- As the project calculates the position of the clock randomly on each pass taking into account the size of the main scene (TCS - Clock), you must resize it (including the 'Top Layer' element), according to the available dimensions on your device.
- If you prefer to continue using the original Android screensaver, you can use this task. (requires root)
- If you don't have virtual buttons (navbar) on screen, you can disable all optional actions from the 'Toggle Status' task.
- Single tap on the screen to close it.
CREDITS
@SmartPhoneLover
CHANGELOG
- New: 12h clock + am/pm indicator.
- Fix: White scrollable bars were visible for a fraction of time on each update.
- Other: Viewable in Landscape mode. (be sure to resize the scene for Landscape too)
- Other: Added 'Setup' and 'Setup (UI)' tasks. (use them to configure the project)
- Other: Minor changes.
VERSION
v1.1
#warning #TaskerDev
[HOW-TO] Link Media Volume to Ringer Volume
This is a simple one but I think it's worth to share because some people might not be aware how to calculate the ringer volume based on the media volume :)
Basically:
- Create a profile to monitor the %VOLM variable
- in the task calculate the corresponding ringer volume with the Rule of Three
- Set the ringer volume to the calculated value.
Demo here: https://www.youtube.com/watch?v=yy9QmNpLRrM
Full tutorial here: https://forum.joaoapps.com/index.php?resources/link-media-volume-to-ringer-volume.426/
[HOW-TO] Link Media Volume to Ringer Volume
This is a simple one but I think it's worth to share because some people might not be aware how to calculate the ringer volume based on the media volume :)
Basically:
- Create a profile to monitor the %VOLM variable
- in the task calculate the corresponding ringer volume with the Rule of Three
- Set the ringer volume to the calculated value.
Demo here: https://www.youtube.com/watch?v=yy9QmNpLRrM
Full tutorial here: https://forum.joaoapps.com/index.php?resources/link-media-volume-to-ringer-volume.426/
#warning #TaskerDev
AutoVoice on Google Assistant Update - It's up again but only English for now
First of all, thank you very much for the tremendous support everyone showed for the situation. :) It's great to know that there are people out there willing to help me out in a situation like this! All your 5 star ratings really helped mitigate the situation!
Just wanted to let everyone know that thankfully AutoVoice on Google Assistant is now back! Unfortunately only the English language is up for now. I'm still working on the other languages.
Thank you very much for your patience and hope this gets resolved soon!
Original Source: Go!
AutoVoice on Google Assistant Update - It's up again but only English for now
First of all, thank you very much for the tremendous support everyone showed for the situation. :) It's great to know that there are people out there willing to help me out in a situation like this! All your 5 star ratings really helped mitigate the situation!
Just wanted to let everyone know that thankfully AutoVoice on Google Assistant is now back! Unfortunately only the English language is up for now. I'm still working on the other languages.
Thank you very much for your patience and hope this gets resolved soon!
Original Source: Go!
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2019/11/profile-apps-keep-screen-on-v10.html
#profile #AppsKeepScreenOn
DESCRIPTION
It will allow the app(s) to be fully usable without the interruption of the Android's screen timeout.
How to know real max value for my device?
(+ > Settings > Custom Setting')
1. Click on the magnifying glass icon, and select 'Find'. Press 'home' button.
2. Go to the appropriate Android setting on your device, and change the screen timeout to 'never' or similar.
3. Come back to Tasker and click again on the previous icon. If any changes were detected, they will appear on the screen.
Notes:
- To customize the app(s) you want to use, edit the 'AKSOx - Apps' profile.
- To prevent Android from overwriting max value to 10' (or the maximum for the device), a root variant is included. Which will allow to set the real max value to not turn the screen off (if available). Just edit A3 from 'AKSOB - Enable' task, writing the correct value for your device in the 'Value' field.
CREDITS
@SmartPhoneLover
VERSION
v1.0
DESCRIPTION
It will allow the app(s) to be fully usable without the interruption of the Android's screen timeout.
How to know real max value for my device?
(+ > Settings > Custom Setting')
1. Click on the magnifying glass icon, and select 'Find'. Press 'home' button.
2. Go to the appropriate Android setting on your device, and change the screen timeout to 'never' or similar.
3. Come back to Tasker and click again on the previous icon. If any changes were detected, they will appear on the screen.
Notes:
- To customize the app(s) you want to use, edit the 'AKSOx - Apps' profile.
- To prevent Android from overwriting max value to 10' (or the maximum for the device), a root variant is included. Which will allow to set the real max value to not turn the screen off (if available). Just edit A3 from 'AKSOB - Enable' task, writing the correct value for your device in the 'Value' field.
CREDITS
@SmartPhoneLover
VERSION
v1.0
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2019/11/task-open-app-permissions-page-in.html
#task #OpenAppPermissionsPageInBackground
DESCRIPTION
This little task will allow you to jump directly to the permissions page of the desired app.
I will not give an example of use because they are infinite. Everything is left to your imagination of where and how to apply it.
Notes:
- As 'Action.MANAGE_APP_PERMISSIONS' intent is protected (GRANT_REVOKE_PERMISSIONS is not available for third-party apps), root is needed.
CREDITS
@SmartPhoneLover
VERSION
v1.0
DESCRIPTION
This little task will allow you to jump directly to the permissions page of the desired app.
I will not give an example of use because they are infinite. Everything is left to your imagination of where and how to apply it.
Notes:
- As 'Action.MANAGE_APP_PERMISSIONS' intent is protected (GRANT_REVOKE_PERMISSIONS is not available for third-party apps), root is needed.
CREDITS
@SmartPhoneLover
VERSION
v1.0
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2019/11/profile-adguard-toggler-v10.html
#profile #AdGuardToggler
DESCRIPTION
Enable/disable the AdGuard service in the background. You can also apply it to your projects so that it works on demand.
Notes:
- A separate task (AGT - API Library) is included where you will find the rest of all the available official intents with more actions.
- You can go here to know how to enable the dedicated API to be used within Tasker. You will also find some useful information about intent usage.
CREDITS
@SmartPhoneLover
VERSION
v1.0
DESCRIPTION
Enable/disable the AdGuard service in the background. You can also apply it to your projects so that it works on demand.
Notes:
- A separate task (AGT - API Library) is included where you will find the rest of all the available official intents with more actions.
- You can go here to know how to enable the dedicated API to be used within Tasker. You will also find some useful information about intent usage.
CREDITS
@SmartPhoneLover
VERSION
v1.0
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2019/11/profile-adguard-toggler-v10.html
#warning #project #AdGuardToggler
Notes:
- If intents fail to be sent to the app using the default password, try generating a custom one.
Notes:
- If intents fail to be sent to the app using the default password, try generating a custom one.
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2019/11/new-tpc-new-bugs-report-section.html