Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/05/project-caffeine-qs-tile-bring-caffeine_23.html
#project #CaffeineQSTile
DESCRIPTION
This project was based on the LineageOS Caffeine Quick Settings tile, which helps to keep the screen on for a longer time than the one set from Android settings, temporally.
These are the available versions:
• Tasker QS Tile: It uses one of the 3 QS Tiles included into Tasker (1st in that case), and generates a statusbar notification to show timer.
• AutoNotification QS Tile (1): It uses one of the 40 QS Tiles available in AutoNotification (1st in that case), and generates a statusbar notification to show timer.
• AutoNotification QS Tile (2): Same as version (1), except that no notification is shown. The tile is dynamically updated showing the timer.
This project includes an Initial Setup task that needs to be executed when it is imported from TaskerNet, or when the dev considers it is needed even not imported from TaskerNet.
Notes:
- Thanks to @AndersonMarcio and @sinisterstrike for helping.
- Long press event (cancel timeout) is only available in AutoNotification QS Tile (1/2) versions.
- To use QS Tiles from Tasker or AutoNotification, you will need to enable them from the appropriate settings of each app first. Then, add the one that would be linked to the project to the Android QS panel.
- There's no reason to do so, but if decided, specifying values below current device's screen timeout will make the display to be turned off sooner, if not touched within that time.
- By default, the timer is updated every 100ms, but you can change it if you are concerned about possible battery drain. (Use 'Update Delay' action from 'Timer' task)
- The screen timeout set by this project may be overruled by the Stay On action when the device is plugged into a power source. (reference)
- If you go to Android settings (or Display settings) while the project is running, Android may overwrite the screen timeout. (reference)
CREDITS
@SmartPhoneLover
@AndersonMarcio
@sinisterstrike
CHANGELOG
- Fix: (B/C): Long click event not working in some cases.
- Fix: (B/C): Tile was deactivated but timer continued to run on long click event.
- Fix: Not possible to set more than 59'59" (3599 seconds) from 'Setup' task.
- Other: Display timeout and tile are now restored and deactivated, respectively, when the device is rebooted for whatever reason.
- Other: Added some labels.
- Other: Small changes.
VERSION
v1.1
DESCRIPTION
This project was based on the LineageOS Caffeine Quick Settings tile, which helps to keep the screen on for a longer time than the one set from Android settings, temporally.
These are the available versions:
• Tasker QS Tile: It uses one of the 3 QS Tiles included into Tasker (1st in that case), and generates a statusbar notification to show timer.
• AutoNotification QS Tile (1): It uses one of the 40 QS Tiles available in AutoNotification (1st in that case), and generates a statusbar notification to show timer.
• AutoNotification QS Tile (2): Same as version (1), except that no notification is shown. The tile is dynamically updated showing the timer.
This project includes an Initial Setup task that needs to be executed when it is imported from TaskerNet, or when the dev considers it is needed even not imported from TaskerNet.
Notes:
- Thanks to @AndersonMarcio and @sinisterstrike for helping.
- Long press event (cancel timeout) is only available in AutoNotification QS Tile (1/2) versions.
- To use QS Tiles from Tasker or AutoNotification, you will need to enable them from the appropriate settings of each app first. Then, add the one that would be linked to the project to the Android QS panel.
- There's no reason to do so, but if decided, specifying values below current device's screen timeout will make the display to be turned off sooner, if not touched within that time.
- By default, the timer is updated every 100ms, but you can change it if you are concerned about possible battery drain. (Use 'Update Delay' action from 'Timer' task)
- The screen timeout set by this project may be overruled by the Stay On action when the device is plugged into a power source. (reference)
- If you go to Android settings (or Display settings) while the project is running, Android may overwrite the screen timeout. (reference)
CREDITS
@SmartPhoneLover
@AndersonMarcio
@sinisterstrike
CHANGELOG
- Fix: (B/C): Long click event not working in some cases.
- Fix: (B/C): Tile was deactivated but timer continued to run on long click event.
- Fix: Not possible to set more than 59'59" (3599 seconds) from 'Setup' task.
- Other: Display timeout and tile are now restored and deactivated, respectively, when the device is rebooted for whatever reason.
- Other: Added some labels.
- Other: Small changes.
VERSION
v1.1
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/05/profile-screen-always-on-when-tasker.html
#profile #ScreenAlwaysOnWhenTaskerCoding
DESCRIPTION
It will help the screen timeout to be set to 'infinite' when you are coding into Tasker. Then, when Tasker is exited, it will be restored to the previous timeout set from Android settings.
An Initial Setup task is included, which needs to be executed when it is imported from TaskerNet, or when the dev considers it is needed even not imported from TaskerNet.
Notes:
- It was based on a user request from Reddit. (reference)
- As the Logcat Entry version uses the Logcat Entry profile to detect when Tasker was opened/closed, the android.permission.READ_LOGS permission will have to be granted to Tasker. (instructions)
- Even if it's considered as a profile actually, some of the versions are exported as projects, justo to bundle all the content and automate initial setup when importing.
CREDITS
@SmartPhoneLover
VERSION
v1.0
DESCRIPTION
It will help the screen timeout to be set to 'infinite' when you are coding into Tasker. Then, when Tasker is exited, it will be restored to the previous timeout set from Android settings.
An Initial Setup task is included, which needs to be executed when it is imported from TaskerNet, or when the dev considers it is needed even not imported from TaskerNet.
Notes:
- It was based on a user request from Reddit. (reference)
- As the Logcat Entry version uses the Logcat Entry profile to detect when Tasker was opened/closed, the android.permission.READ_LOGS permission will have to be granted to Tasker. (instructions)
- Even if it's considered as a profile actually, some of the versions are exported as projects, justo to bundle all the content and automate initial setup when importing.
CREDITS
@SmartPhoneLover
VERSION
v1.0
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/05/task-toggle-androids-background-process.html
#task #ToggleAndroidBackgroundProcessLimit
DESCRIPTION
This task will allow you to toggle in the background, and check the current process limit value for Android. Found under Developer Options.
Notes:
- The required permission is already integrated into Tasker, but you will need to grant it manually. Use the following cmd to do so: pm grant net.dinglisch.android.taskerm android.permission.SET_PROCESS_LIMIT.
- As the value will be restored after rebooting the device, you will need to automate it on device boot.
- Standard process limit (-1) could be 10, 15, 20, or whatever the Android manages in the background. In depends on your system.
- Even 1, 2, 3 or 4 are the only available options to be chosen from settings (Developer Options), you can specify any other value higher than 4 if want too. (But, doing so will make the custom values not to be reflected on its settings, only visible by this task)
CREDITS
@SmartPhoneLover
CHANGELOG
- New: Added 'Device Boot' profile to automate the setting on boot.
- Other: Minor changes.
VERSION
v1.3
DESCRIPTION
This task will allow you to toggle in the background, and check the current process limit value for Android. Found under Developer Options.
Notes:
- The required permission is already integrated into Tasker, but you will need to grant it manually. Use the following cmd to do so: pm grant net.dinglisch.android.taskerm android.permission.SET_PROCESS_LIMIT.
- As the value will be restored after rebooting the device, you will need to automate it on device boot.
- Standard process limit (-1) could be 10, 15, 20, or whatever the Android manages in the background. In depends on your system.
- Even 1, 2, 3 or 4 are the only available options to be chosen from settings (Developer Options), you can specify any other value higher than 4 if want too. (But, doing so will make the custom values not to be reflected on its settings, only visible by this task)
CREDITS
@SmartPhoneLover
CHANGELOG
- New: Added 'Device Boot' profile to automate the setting on boot.
- Other: Minor changes.
VERSION
v1.3
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/05/project-filename-chooser-for-easy-voice.html
#project #FilenameChooserforEasyVoiceRecorder
DESCRIPTION
With this project you will be able to specify a custom name for audio files, just before starting the recording in Easy Voice Recorder app.
Available versions:
• Version (A): Audio files will be renamed as: DATE_TIME_FileName_DATE_TIME (if specifying extra info) or FileName_[#] (if no extra info).
• Version (B): Audio files will be renamed as: [DATE] [TIME] FileName [DATE] [TIME] (if specifying extra info) or FileName (#) (if no extra info).
Notes:
- This project was based on a request from a Reddit user. (reference)
- To delete Quick Presets, long press them.
- There's no need to configure any specific filename within EVR app. The project will work with any.
- When using this project, DO NOT use pause function. Otherwise, the file will be saved and renamed prematurely.
CREDITS
@SmartPhoneLover
VERSION
v1.0
DESCRIPTION
With this project you will be able to specify a custom name for audio files, just before starting the recording in Easy Voice Recorder app.
Available versions:
• Version (A): Audio files will be renamed as: DATE_TIME_FileName_DATE_TIME (if specifying extra info) or FileName_[#] (if no extra info).
• Version (B): Audio files will be renamed as: [DATE] [TIME] FileName [DATE] [TIME] (if specifying extra info) or FileName (#) (if no extra info).
Notes:
- This project was based on a request from a Reddit user. (reference)
- To delete Quick Presets, long press them.
- There's no need to configure any specific filename within EVR app. The project will work with any.
- When using this project, DO NOT use pause function. Otherwise, the file will be saved and renamed prematurely.
CREDITS
@SmartPhoneLover
VERSION
v1.0