Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/01/project-say-time-to-avoid-arriving-late.html
#project #SayTimeToAvoidArrivingLate
DESCRIPTION
This project will repeatedly remember you the current time, every 10 minutes by default. Useful when you don't want to check the phone, or take it out of pocket.
Possible usage:
- As an example, I like hearing music while walking, and if I have to go to a place on which I need to arrive at a certain time (daily routine), I won't need to take the phone out of my pocket. (don't use to use a smart watch or any)
- Any other you could imagine...
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:
- When the project is fully configured by the user ('Setup' task), run the 'Initial Setup' task manually to finish configuration. (this task will only have to be MANUALLY executed on first project import, and on first setup)
- If you also use Poweramp as your default music player, you can check its intents here. Otherwise, feel free to change according actions by Tasker's built-in ones, or others you could have.
- The spelled time form from 'Say Time' task was taken from one of my Talking Clock tasks. You can check them here.
- The default audio channel used to spell time is Multimedia, but you can customize the 'Say Time' task to use your favorite one.
CREDITS
@SmartPhoneLover
VERSION
v1.0
DESCRIPTION
This project will repeatedly remember you the current time, every 10 minutes by default. Useful when you don't want to check the phone, or take it out of pocket.
Possible usage:
- As an example, I like hearing music while walking, and if I have to go to a place on which I need to arrive at a certain time (daily routine), I won't need to take the phone out of my pocket. (don't use to use a smart watch or any)
- Any other you could imagine...
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:
- When the project is fully configured by the user ('Setup' task), run the 'Initial Setup' task manually to finish configuration. (this task will only have to be MANUALLY executed on first project import, and on first setup)
- If you also use Poweramp as your default music player, you can check its intents here. Otherwise, feel free to change according actions by Tasker's built-in ones, or others you could have.
- The spelled time form from 'Say Time' task was taken from one of my Talking Clock tasks. You can check them here.
- The default audio channel used to spell time is Multimedia, but you can customize the 'Say Time' task to use your favorite one.
CREDITS
@SmartPhoneLover
VERSION
v1.0
#warning #TaskerDev
[DEV] Tasker 5.9.2.beta.2 - ADB Wifi helper - Services and Overlays
Another beta is out! This time I'm making it easier to find some commands for the ADB Wifi action!
Sign up for the beta here.
If you don't want to wait for the Google Play update, get it right away here.
You can also get the updated app factory here.
ADB Wifi Helper
Currently the helper has 2 main options:
- Services: https://youtu.be/aAIobhfRYks
- Overlays: https://youtu.be/5QnCuE7eXzM
Services allow you to call many, many actions in Android services. Some of those actions are not normally callable by a normal user but the ADB shell user can call them. One of these actions is, for example, toggling Airplane Mode on and off
Overlays allow you change theme related options on your device like system wide accent colors, icon shapes, fonts and more!
Let me know if you know any other ADB commands that could be included in the helper :)
Full Changelog
- Added helper to "ADB Wifi" action to easily allow calling services and toggle overlays
- Added ability to add grep=:= to the start of a Logcat filter so that it is filtered directly and Tasker doesn't need to see if each log matches the setting
- Made "Airplane Mode" action work with ADB Wifi (non-root) if available
- Added SIM card option to "Mobile Network Type" action
- Fixed "Auto" mode for "Mobile Network Type" action
- Don't crash if notification button task has too many local variables
- Fixed small crashes
Enjoy! :)
Source: Go!
[DEV] Tasker 5.9.2.beta.2 - ADB Wifi helper - Services and Overlays
Another beta is out! This time I'm making it easier to find some commands for the ADB Wifi action!
Sign up for the beta here.
If you don't want to wait for the Google Play update, get it right away here.
You can also get the updated app factory here.
ADB Wifi Helper
Currently the helper has 2 main options:
- Services: https://youtu.be/aAIobhfRYks
- Overlays: https://youtu.be/5QnCuE7eXzM
Services allow you to call many, many actions in Android services. Some of those actions are not normally callable by a normal user but the ADB shell user can call them. One of these actions is, for example, toggling Airplane Mode on and off
Overlays allow you change theme related options on your device like system wide accent colors, icon shapes, fonts and more!
Let me know if you know any other ADB commands that could be included in the helper :)
Full Changelog
- Added helper to "ADB Wifi" action to easily allow calling services and toggle overlays
- Added ability to add grep=:= to the start of a Logcat filter so that it is filtered directly and Tasker doesn't need to see if each log matches the setting
- Made "Airplane Mode" action work with ADB Wifi (non-root) if available
- Added SIM card option to "Mobile Network Type" action
- Fixed "Auto" mode for "Mobile Network Type" action
- Don't crash if notification button task has too many local variables
- Fixed small crashes
Enjoy! :)
Source: Go!
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/01/task-check-device-screen-orientation-v10.html
#task #CheckDeviceScreenOrientation
DESCRIPTION
Little task that will allow you to check the current screen orientation value on demand.
Orientations:
· 0° (portrait)
· 90° (landscape right)
· 180° (upside down)
· 270° (landscape left)
Notes:
- The 180° rotation position may be locked by your ROM if not custom when using auto-rotation feature. So, try using Tasker to force that rotation angle or install a compatible custom ROM.
CREDITS
@SmartPhoneLover
VERSION
v1.0
DESCRIPTION
Little task that will allow you to check the current screen orientation value on demand.
Orientations:
· 0° (portrait)
· 90° (landscape right)
· 180° (upside down)
· 270° (landscape left)
Notes:
- The 180° rotation position may be locked by your ROM if not custom when using auto-rotation feature. So, try using Tasker to force that rotation angle or install a compatible custom ROM.
CREDITS
@SmartPhoneLover
VERSION
v1.0
#warning #TaskerDev
[DEV] Tasker 5.9.2.beta.3 - ADB Wifi improvements and more
Another beta is out! This time I'm making the ADB Wifi action more secure!
Sign up for the beta here.
If you don't want to wait for the Google Play update, get it right away here.
You can also get the updated app factory here.
Enable Debug Just When Needed For ADB Wifi
Most people don't need debugging to be enabled at all times on their Android devices. It might be a security risk if you accidentally accept an unknown request to start debugging which could put your phone at risk.
Thanks to an idea from /u/parosen I have now added an option to Enable Debugging in the ADB Wifi action itself.
The idea is you leave debugging off and the action will enable it when ran and disable it afterwards, leaving your phone "closed down" for the majority of time!
Easy Service Calling With ADB Wifi
You know the helper that was introduced in the last beta that allows you to easily call services? Unfortunately the commands it generated were device/Android version dependent so not very shareable. Now it's much easier and readable to use this!
For example, to turn on Airplane mode you can now simply set the command to
connectivity.setAirplaneMode(true)
and it'll do it :)
As long as the device it's running on has that service and action it'll work whereas before the command could very easily change from one device to the other!
Full Changelog
- Added "Enable Debugging" option to "ADB Wifi" action. Allows you to keep debugging off for security reasons and only enable it when needed to run the action
- Added easy way to call services to "ADB Wifi" action. You can simply call a service by using "service.action(parameters)" as the command
- Made "ADB Wifi" action much faster in most situations
- Added way to check if "ADB Wifi" is accessible in "Tasker Function" action
- Made ADB Wifi action not leave idle threads in the background when user didn't accept Tasker's request to debug on first run
- When using the ADB Wifi helper, it'll use the port number and host if already configured in the action
- Added "Default ADB Wifi Port" setting in Tasker Settings > Misc which will be used in actions that may use ADB Wifi (Airplane Mode, Mobile Data, etc)
- Added root-only Command helper to the "Run Shell" action (same as the ADB Wifi helper)
- If "Run Shell" action runs a "service call" command, output will now be properly parsed
- Added "Use Grep" option to "Logcat Entry" event and removed "grep=:=" prefix from previous release
- Made "Data Backup" action work with external SD card paths
Let me know what you think!
Source: Go!
[DEV] Tasker 5.9.2.beta.3 - ADB Wifi improvements and more
Another beta is out! This time I'm making the ADB Wifi action more secure!
Sign up for the beta here.
If you don't want to wait for the Google Play update, get it right away here.
You can also get the updated app factory here.
Enable Debug Just When Needed For ADB Wifi
Most people don't need debugging to be enabled at all times on their Android devices. It might be a security risk if you accidentally accept an unknown request to start debugging which could put your phone at risk.
Thanks to an idea from /u/parosen I have now added an option to Enable Debugging in the ADB Wifi action itself.
The idea is you leave debugging off and the action will enable it when ran and disable it afterwards, leaving your phone "closed down" for the majority of time!
Easy Service Calling With ADB Wifi
You know the helper that was introduced in the last beta that allows you to easily call services? Unfortunately the commands it generated were device/Android version dependent so not very shareable. Now it's much easier and readable to use this!
For example, to turn on Airplane mode you can now simply set the command to
connectivity.setAirplaneMode(true)
and it'll do it :)
As long as the device it's running on has that service and action it'll work whereas before the command could very easily change from one device to the other!
Full Changelog
- Added "Enable Debugging" option to "ADB Wifi" action. Allows you to keep debugging off for security reasons and only enable it when needed to run the action
- Added easy way to call services to "ADB Wifi" action. You can simply call a service by using "service.action(parameters)" as the command
- Made "ADB Wifi" action much faster in most situations
- Added way to check if "ADB Wifi" is accessible in "Tasker Function" action
- Made ADB Wifi action not leave idle threads in the background when user didn't accept Tasker's request to debug on first run
- When using the ADB Wifi helper, it'll use the port number and host if already configured in the action
- Added "Default ADB Wifi Port" setting in Tasker Settings > Misc which will be used in actions that may use ADB Wifi (Airplane Mode, Mobile Data, etc)
- Added root-only Command helper to the "Run Shell" action (same as the ADB Wifi helper)
- If "Run Shell" action runs a "service call" command, output will now be properly parsed
- Added "Use Grep" option to "Logcat Entry" event and removed "grep=:=" prefix from previous release
- Made "Data Backup" action work with external SD card paths
Let me know what you think!
Source: Go!
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/01/project-camping-flashlight-v10.html
#project #CampingFlashlight
DESCRIPTION
If you usually go camping a lot and use your cell phone to light the road at night, this project will be very useful. But it could be used for other purposes as well :)
Notes:
- If you are on Android 9 (or above) it may happen that your brightness control mechanism has changed, so you will need to adjust it within the 'Setup' task. Use the separate 'Get Max Brightness Value' task to get it for your device.
- You can go here to learn more about how Android Pie now manages the screen brightness function.
CREDITS
@SmartPhoneLover
VERSION
v1.0
DESCRIPTION
If you usually go camping a lot and use your cell phone to light the road at night, this project will be very useful. But it could be used for other purposes as well :)
Notes:
- If you are on Android 9 (or above) it may happen that your brightness control mechanism has changed, so you will need to adjust it within the 'Setup' task. Use the separate 'Get Max Brightness Value' task to get it for your device.
- You can go here to learn more about how Android Pie now manages the screen brightness function.
CREDITS
@SmartPhoneLover
VERSION
v1.0