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/02/task-check-internet-connection-type-v11.html
#task #CheckInternetConnectionType
DESCRIPTION
This task will allow you to check what type of network you are using to connect to the Internet: Bluetooth, Mobile Data (carrier), Ethernet, WiFi or WiMAX.

CREDITS
@SmartPhoneLover
@UnkleMike

CHANGELOG
- New: Added built-in Tasker action. (Thanks @UnkleMike)

VERSION
v1.1
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/02/profile-set-random-wallpaper-every-day.html
#profile #SetRandomWallpaperEveryDay
DESCRIPTION
These profiles set a random wallpaper based on different contexts.

Notes:
- Wallpaper files have to be placed locally.

CREDITS
@SmartPhoneLover

CHANGELOG
- New: @AUserOnTheInternet user request. (check the 'User Requests' link)
- Other: Small changes to base versions.

VERSION
v1.2
#warning #TaskerDev
[HOW-TO] Use Google Photos Library photos as Wallpapers
Hi, I'm back from my break! :)

Check out how you can use the Google Photos API in Tasker to search for photos from your library and set a random photo as your wallpaper:

https://forum.joaoapps.com/index.php?resources/set-wallpaper-from-your-google-photos-library.459/

Also, check out a demo on it here: https://youtu.be/1Z55vk9Jy-Y

In a nutshell
- HTTP Auth to get valid access tokens for the API
- HTTP Request to get a list of images from your Google Photos library
- AutoTools Json Read to read the images from the result into a Tasker array
- AutoTools Text to get a random image URL from the above array
- AutoTools Image to set the wallpaper directly from the URL

Enjoy! ๐Ÿ˜

Source: Go!
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/03/project-sleep-tracker-v10.html
#project #SleepTracker
DESCRIPTION
Now you can know how long you have slept, including the time you went to bed and woke up.

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:
- Thanks to @gomarce (Vecteezy) for providing all the sleep masks images (set 1, set 2), and Flaticon for the rest of the pics.
- The project works with the Long Volume Pressed profile event by default, but you can customize it to use your favorite trigger.
- Periods less than 1 minute won't be taken into account for Sleeping Time.

CREDITS
@SmartPhoneLover
@gomarce

VERSION
v1.0
#warning #TaskerDev
[DEV] Tasker 5.9.3.beta.3 - More complete List Dialog, HTTP Request Cookies and more!
Another beta is out!

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.

Full Changelog
- Added "First Visible Index" and "Hide Filter" options to "List Dialog" action
- Allow "Select Single Item" mode in "List Dialog" to have buttons
- Added "Selected Index", "Button" and "Long" outputs to "List Dialog"
- If "Long Click Task" is not set in "List Dialog" you can long click an item to dismiss the list
- Added Filter to "Multiple Choices" mode in "List Dialog"
- Added advanced search for Events, States and List Dialogs (including variable select and other Tasker ones)
- Fixed correct theme being applied to dialog actions
- Added "Use Cookies" option in "HTTP Request" action which will automatically keep and use cookies for websites, allowing you to stay signed in for example
- Fixed "Follow Redirects" option in "HTTP Request" action which was always enabled independently of what was chosen
- Added "Stop Vibration" action to Tasker Functions
- Fixed "Dark Mode" detection in some cases
- Fixed using "Launch Last App" action with Tasker Secondary
- Fixed Task rename dialog inside Task edit screen when you enter an invalid value
- Fixed Tasker being blocked in some situations when using Map related scene actions
- Fixed Tasker crashing if you cancel the helper dialog in "Any Sensor" conditions
- Made Draw Over Other apps notification show current app name (instead of Tasker) on kid apps
- Fixed bug where converting time to seconds and back to time could result in wrong value
- Fixed some variables being inadvertently changed with javascript actions
- Fixed some crashes
- Fixed dialog colors for "Device Default" themes

Enjoy! ๐Ÿ˜

Source: Go!
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/03/profile-set-random-wallpaper-every-day.html
#profile #SetRandomWallpaperEveryDay
DESCRIPTION
These profiles set a random wallpaper based on different contexts.

Notes:
- Wallpapers have to be placed locally.

CREDITS
@SmartPhoneLover

CHANGELOG
- New: Method (find cmd) to allow fetching files when there is a big number of them (thousands). (disabled by default)

VERSION
v1.3
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/03/project-collect-screen-elements-v11.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

CHANGELOG
- New: Landscape view.
- New: Adjust scene menu (list) text properties from Setup (UI) task.
- New: Small vibration to let you know when it started to collect elements. (useful when there are a lot of items on screen and it takes a bit to show scene)
- Other: Disable shake profile when it has finished collecting elements (scene already on screen), to prevent overwriting the list.
- Other: Some changes to the scene.
- Other: Other small changes.

VERSION
v1.1