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
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/01/project-buildprop-editor-v13.html
#project #BuildpropEditor
DESCRIPTION
This project will allow you to edit the build.prop file, adding, modify and deleting lines from it.
Main features:
• Colored lines to make easier the task of identifying properties and values
• Colored comments
• Add, modify or delete any line
• Auto-backup of build.prop file
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:
- It will only work on rooted devices, as it needs to read/write from/to '/system' partition.
- If something goes wrong during editing, the device will just stuck at boot, that's a Softbrick. That's why is highly recommended to have a custom recovery like TWRP (or other) to restore the original file.
- build.prop backups are performed on each modification, and it's stored under '/sdcard/Tasker/Resources/Build.prop Editor' directory.
CREDITS
@SmartPhoneLover
VERSION
v1.3
DESCRIPTION
This project will allow you to edit the build.prop file, adding, modify and deleting lines from it.
Main features:
• Colored lines to make easier the task of identifying properties and values
• Colored comments
• Add, modify or delete any line
• Auto-backup of build.prop file
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:
- It will only work on rooted devices, as it needs to read/write from/to '/system' partition.
- If something goes wrong during editing, the device will just stuck at boot, that's a Softbrick. That's why is highly recommended to have a custom recovery like TWRP (or other) to restore the original file.
- build.prop backups are performed on each modification, and it's stored under '/sdcard/Tasker/Resources/Build.prop Editor' directory.
CREDITS
@SmartPhoneLover
VERSION
v1.3
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/01/task-get-current-locale-v10.html
#task #GetCurrentLocale
DESCRIPTION
A set of different java methods to get the current locale for your device.
Notes:
- To know more about Locales, and what these values represents, you can go here.
CREDITS
@SmartPhoneLover
VERSION
v1.0
DESCRIPTION
A set of different java methods to get the current locale for your device.
Notes:
- To know more about Locales, and what these values represents, you can go here.
CREDITS
@SmartPhoneLover
VERSION
v1.0
#warning #TaskerDev
[DEV] Tasker 5.9.2 - Getting ready for public release
Another beta is out! I'm making a few last minute adjustments. Let me know if there's still any pending beta-only issues if you can :)
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.
Easier Action Search
Demo here: https://youtu.be/cUJvp3QtFAg
When you search for actions there will now be invisible "tags" associated with each action. If you search for "toast" for example, the Flash action will show up in the search results :)
Changelog
- Made "Get Voice" action ask for permission to record audio when using the "Hide Dialog" option (check out the demo of the new Hide Dialog option: https://youtu.be/wg3cpsiOGBw)
- Changed "ADB Wifi" action to "Code" category
- Added searchable tags to actions: for example searching for "toast" in the action list will now show the "Flash" action as a match
- When you search for an action and what you searched for matches an action name exactly it'll appear at the top of the list. For example, searching for if will make it the first item in the search results instead of it being buried under all the actions that have the letters i and f in their names
- Changed "%can_access" to "%has_adb_wifi" variable in Tasker Function > "Check ADB Wifi Access"
- Fixed Tasker Function > "Check Root"
- If "Always View Online" option is enabled for Tasker documentation, online version will always be gotten even if there's a local version
- Fixed Javascript actions where variable values contained \"
- Fixed crashes
Source: Go!
[DEV] Tasker 5.9.2 - Getting ready for public release
Another beta is out! I'm making a few last minute adjustments. Let me know if there's still any pending beta-only issues if you can :)
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.
Easier Action Search
Demo here: https://youtu.be/cUJvp3QtFAg
When you search for actions there will now be invisible "tags" associated with each action. If you search for "toast" for example, the Flash action will show up in the search results :)
Changelog
- Made "Get Voice" action ask for permission to record audio when using the "Hide Dialog" option (check out the demo of the new Hide Dialog option: https://youtu.be/wg3cpsiOGBw)
- Changed "ADB Wifi" action to "Code" category
- Added searchable tags to actions: for example searching for "toast" in the action list will now show the "Flash" action as a match
- When you search for an action and what you searched for matches an action name exactly it'll appear at the top of the list. For example, searching for if will make it the first item in the search results instead of it being buried under all the actions that have the letters i and f in their names
- Changed "%can_access" to "%has_adb_wifi" variable in Tasker Function > "Check ADB Wifi Access"
- Fixed Tasker Function > "Check Root"
- If "Always View Online" option is enabled for Tasker documentation, online version will always be gotten even if there's a local version
- Fixed Javascript actions where variable values contained \"
- Fixed crashes
Source: Go!
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/01/task-get-current-locale-v11.html
#task #GetCurrentLocale
DESCRIPTION
A set of different java methods plus others to get the current locale for your device.
Notes:
- Thanks to @gerardo246 to contribute.
- To know more about Locales, and what these values represents, you can go here.
CREDITS
@SmartPhoneLover
@gerardo246
CHANGELOG
- New: 3 new methods with which to get locales. (thanks to @gerardo246 for 'method 2/3')
- Other: Small changes.
VERSION
v1.1
DESCRIPTION
A set of different java methods plus others to get the current locale for your device.
Notes:
- Thanks to @gerardo246 to contribute.
- To know more about Locales, and what these values represents, you can go here.
CREDITS
@SmartPhoneLover
@gerardo246
CHANGELOG
- New: 3 new methods with which to get locales. (thanks to @gerardo246 for 'method 2/3')
- Other: Small changes.
VERSION
v1.1