Tasker | ADVANCED (channel)
896 subscribers
680 photos
27 videos
201 files
463 links
Welcome to Tasker Profile Center channel!
Here you will find all the content posted at TPC site, and other projects shared by its users too.

Hope you enjoy it ;)

https://t.me/tasker_advanced
https://taskerprofilecenter.blogspot.com/
Download Telegram
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
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
#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!
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
#warning #TaskerDev
Tasker 5.9.2 - ADB WiFi - Rolling out for everyone!
The time has come. ADB WiFi is now tested and rolling out for everyone!

Check out the video for this release that shows some examples of how you can use the new action: https://youtu.be/yBu_wLR0hD4

Import all the tasks from the video here.

Read all about it here: http://bit.ly/tasker5_9_2

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.

Highlights
- Added ADB Wifi action that allows you to run some shell commands that could normally only run on a rooted device. Demo here.
- ADB Wifi action has a helper that automatically finds overlays and services for you. Overlays demo here and services demo here.
- Added searchable tags to actions: for example searching for "toast" in the action list will now show the "Flash" action as a match. Demo here.
- Added root-only Command helper to the Run Shell action (same as the ADB Wifi helper)
- Added Mobile Network Type action that allows you to change the kind of data network your phone can connect to. Demo here.
- Made Mobile Data and Airplane Mode actions work on all unrooted devices with ADB Wifi
- Added Hide Dialog option in the Get Voice action. Allows you to recognize your voice with the screen off and without showing a prompt. Demo here.
- Fixed bug with Logcat Entry event where it would consume more resources than it should

Check out the full changelog here: http://bit.ly/tasker5_9_2_changelog

It has started to roll out now, so expect to get it in the next 24 hours or so!

Enjoy! :)

Source: Go!
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/02/task-check-radios-signal-strenght-v11.html
#task #CheckRadiosSignalStrength
DESCRIPTION
This task includes different methods by which you can get the signal strength for the device radios.

Available radios:
• Wi-Fi
• Cell
• Bluetooth

Notes:
- Thanks to @plepleus (Reddit) for Cell signal base task, and @gerardo246 for contributing and testing also.
- You can go here (ASU signal), here (CellSignalStrength API) to get relevant information.

CREDITS
@SmartPhoneLover
@plepleus
@gerardo246
@darkskiiiin

CHANGELOG
- New: Added %(CELLSIG) built-in variable as a new method. (thanks @darkskiiiin)

VERSION
v1.1
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/02/task-check-radios-signal-strenght-v10.html
#task #CheckRadiosSignalStrength
DESCRIPTION
This task includes different methods by which you can get the signal strength for the device radios.

Available radios:
• Wi-Fi
• Cell
• Bluetooth

Notes:
- Thanks to @plepleus (Reddit) for Cell signal base task, and @gerardo246 for contributing and testing also.
- You can go here (ASU signal), here (CellSignalStrength API) to get relevant information.

CREDITS
@SmartPhoneLover
@plepleus
@gerardo246

VERSION
v1.0
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/02/task-check-internet-availability-v11.html
#task #CheckInternetAvailability
DESCRIPTION
This task includes different methods by which you can check if Internet access is available.

Notes:
- Thanks to @MadManX99 (Reddit) and @agnostic-apollo (Reddit) for helping on improving it.
- As ICMP traffic can be blocked/filtered by Google (as other servers too), you can use the following root servers sites: Site_1, Site_2.

CREDITS
@SmartPhoneLover
@MadManX99
@agnostic-apollo

CHANGELOG
- New: Added 'method 8' as a new way to test connection. (thanks @MadManX99)
- Other: Removed unused variables. (testing purposes)
- Other: Added root servers sites if you have problems with the default one included. (thanks @agnostic-apollo (Reddit) for the suggestion)

VERSION
v1.1