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
#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
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/02/task-get-poweramp-playlist-data-db-v10.html
#task #GetPowerampPlaylistDataDB
DESCRIPTION
This task was created based on a request from a Reddit user.

It will allow you to retrieve data from the playlists table, located inside the Poweramp database.

Notes:
- Click here to go to the Reddit thread.
- As it needs to access '/data/data/com.maxmpz.audioplayer/*' files, root is needed.
- You can use the task for other table queries if you want too. Just modify the table and columns where the calls are made.

CREDITS
@SmartPhoneLover

VERSION
v1.0