Tasker | ADVANCED (channel)
892 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/2019/10/task-device-notch-control-v10.html
#task #DeviceNotchControl
DESCRIPTION
Switch between the three different notch configurations in a supported device.

Notes:
- Rooted required.
- The task was built based on the Redmi Note 7 device. So, adapt yours if different property(ies), or even table are changed.

CREDITS
@SmartPhoneLover

VERSION
v1.0
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2019/10/project-current-app-activity-v13.html
#project #CurrentAppActivity
DESCRIPTION
This project will allow you to show the app name, package name and class name of current activity. And in real time!

Notes:
- If you are not rooted, you will need to grant the 'android.permission.DUMP' permission to Tasker via ADB.
- The project uses the %(WIN) variable, so it requires to have the 'App Check Method' set as 'Accessibility' to work well. (only if launching it from 'Start' task)
- If you don't mind switching App Check Method manually every time you want to use the project, it's OK. But, an action is included inside 'Setup' task, that will switch such option automatically for you.

CREDITS
@SmartPhoneLover

CHANGELOG
- New: Copy activity class to clipboard. (shake it)
- Other: Rest of preferences moved to 'Setup' task. So, use it to configure the whole project now.
- Other: Some minor changes.

VERSION
v1.3
#warning #TaskerDev
[HOW-TO] Sync DnD across your Android devices
You may have multiple Android devices and silencing them all at a given time can be a bit of a pain, so with this project you'll be able to sync the Do Not Disturb setting across all your devices. :)
Check out the demo: https://www.youtube.com/watch?v=LnBPqKJVKoE
Check out the project here: https://forum.joaoapps.com/index.php?resources/sync-dnd-across-your-android-devices.423/

Enjoy! :)

Original Thread: Go!
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2019/10/project-collect-screen-elements-v10.html
#project #CollectScreenElements
DESCRIPTION
This will be useful to collect all the visible elements on the screen, including: text, ids and coordinates (x,y).

Main features:
· All elements orded by category (text, id, coordinate).
· Copy selected value to clipboard with a single tap.
· Export all the elements to a TXT file.

Notes:
- AutoInput is required to use this project.
- It was based on my old task. You can find it here.
- Once started through 'Start' task, shake the device to collect elements. And press the statusbar notification to close it completely.

CREDITS
@SmartPhoneLover

VERSION
v1.0
#warning #TaskerDev
[DEV] Tasker 5.8.beta.6 - Disable Camera, Get Location 2, Pick Location and more!
A new beta is here!
Sign up for the beta here: https://play.google.com/apps/testing/net.dinglisch.android.taskerm
If Google Play is taking to long, get the APK directly here: https://www.dropbox.com/s/7j58vurja7vm4hj/Tasker.28.apk?dl=0

Disable Camera
You can now disable/enable the camera on your phone for all the apps on it. For example, you could create a quick setting tile to toggle camera disabling like this: https://www.youtube.com/watch?v=dcnc9R59k98

Get Location 2 (Tentative Name)
Getting your location is Tasker is often a slow process, gives you limited data and revolves around confusing global variables.

Get Location 2 (please let me know if you have a more adequate name for it :P) aims to fix all that!
- It uses Google's Fused Location Provider to provide almost instant location data
- It returns a lot of data including location, accuracy, speed, altitude, bearing and accuracy for all of those and even a link to Google Maps with the gotten location!
- It gives you all of this data in local variables, so no more confusion with that

On top of that it allows you to specify restrictions on Location getting! For example you could get your location only:
- if a certain location accuracy is achieved (ie. accuracy is higher than 20 meters)
- a minimum or maximum speed is reached
- a minimum or maximum altitude is reached
- you are near a certain location

So,let's say you want to send your accurate location to someone. Simply set it to get the location with a minimum of 10 meters accuracy and it'll wait for it to be available and return it to you!

Hopefully this can replace Get Location for all situations where you want to get the current location and don't want to worry about location monitoring over time.

Pick Location
You now have an action that allows you to pick your location on a map and then allows you to use that location however you want! Check out this demo: https://www.youtube.com/watch?v=HKchu0Qx6u4

Locations Distance
The Tasker Functions action now lets you calculate the distance in meters between 2 locations. Can be cool to use with the new previously mentioned actions! :)