Tasker | ADVANCED (channel)
893 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/12/task-toggle-androids-background-process.html
#task #ToggleAndroidBackgroundProcessLimit
DESCRIPTION
This task will allow you to toggle in the background, and check the current process limit value for Android. Found under Developer Options.

Notes:
- Even the permission is now integrated into Tasker's AndroidManifest file, you will need to manually grant it. Use the following cmd to do so: pm grant net.dinglisch.android.taskerm android.permission.SET_PROCESS_LIMIT.
- As the value will be restored after rebooting the device, create a 'Device Boot' profile event to automate it.

CREDITS
@SmartPhoneLover

CHANGELOG
- Other: Minor changes.

VERSION
v1.2
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2019/12/project-fingerprint-demo-actions-v12.html
#project #FingerprintDemoActions
DESCRIPTION
As per user requests, I have decided to create this little project to show you some examples of how to use the biometric sensor of your device (if available) to perform different actions.

These are the things you will learn...
• Finger Touch (any): Perform customized actions depending on which finger has touched the sensor. (*)
• Finger (down) [1] + (up): Calculate elapsed time between finger (down) and finger (up), so you can perform long press actions.
• Finger (down) [2]: Double tap gestures (or more).
• Finger (down) [3] + Screen (unlock): React to specific unlock attempts (failed). (*)
• Finger (down) [4]: React to authentication success. (unlocked) (*)
• Finger (down) [5]: Get authentication parameters, like: coverage, quality and average score. (*)

This project does not contain predefined actions that execute certain applications, nor does it carry out specific actions. What is included are generic actions as a demonstration, which can then be extrapolated (idea) to other projects.

Notes:
- The project uses the 'Logcat Entry' action, added in Tasker v5.9.beta8.
- To use it just toggle according profile(s) from the list above.
- There are several ways to make the profile detect the decided filter: applying regex expressions, filtering by specific words/terms, or searching for matching elements from within the associated task by reading the %(lc_text) var.
- (*) The device needs to be locked (Lockscreen).
- IDs are unique for each device, and also components/services can vary from device to device. Therefore, I recommend you not to take these components/filters that I have used in the project as them are. If they work, perfect! But if not, you should look for the corresponding ones for your device. But at least you will have a base to start.
- As logcat components and filters may change from device to device, here you have a compatibility list. If you don't find the right for your device, contact us through the TPC chat groups.

CREDITS
@SmartPhoneLover

CHANGELOG
- New: Detection for authentication successful.
- New: Get authentication parameters (coverage, quality, average score...).

VERSION
v1.2
#warning
Now Tasker Profile Center accepts donations on Paypal.com, where you can support my work in Tasker.
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2019/12/project-sms-parser-v10.html
#project #SMSParser
DESCRIPTION
This is a personal project that I use to parse a SMS I receive every day, so important information is parsed and shown in a scene.

Notes:
- It's done to the SMS I receive, so edit it as your needs, according to the body of the SMS.

CREDITS
@SmartPhoneLover

VERSIONS
v1.0
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2019/12/task-talking-clock-v13.html
#task #TalkingClock
DESCRIPTION
Set of tasks that will let you know the current time.

Features:
- 12/24h
- Formal & Informal

Languages:
- English (ENG)
- Spanish (SPA)

Notes:
- All is bundled in a single project file, so import it as a project.

CREDITS
@SmartPhoneLover

CHANGELOG
- Fix: Small pronunciation errors (spanish).
- Other: Minor changes.

VERSION
v1.3
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2019/12/task-get-multimedia-metadata-jf-v11.html
#task #GetMultimediaMetadata
DESCRIPTION
It will allow you to retrieve a lot of information regarding incrusted metadata from audio, image and video files.

You can use it in the following ways:
· To analize a file from another task, using '%(par#)' variable to send the path of it.
· To get info about playing sound with the new 'Music Track Changed' profile event, providing the '%(mt_track)' variable, and getting the list of files from main directory. Then, using the '#?*%(mt_track)*' expression, will help finding the correct path of the file.
· And many more... ;)

Notes:
- To know more about every method, you can go here.

CREDITS
@SmartPhoneLover

CHANGELOG
- New: Added an action from which to write the file path more easily. (A1)
- Other: Changed task name.

VERSION
v1.1
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2019/12/project-battery-monitor-v11.html
#project #BatteryMonitor
DESCRIPTION
Here you have a small project to be aware of the status of your battery at the time of charging. And it works without root, since it doesn't need to read raw values directly from the files located in' /sys/class/power_supply'.

This is the info you will know in real time:
• Temperature (ºC)
• Watts (W) (*)
• Voltage (V)
• Charge current (mA)
• Accumulated capacity (mAh)
• Connection type (AC, USB, Wireless)
• Estimated total charging time

Notes:
- Thanks to @Valdorg for helping on building the project, and @cruzer_blaze2, @MeloProfessional for helping on testing/debugging.
- There's another very similar version of the project from our well known buddy (@MeloProfessional) that you can check on his TSB channel: Go!
- At the time of connection, will be normal that some of the values, during the first seconds or perhaps minutes, may not appear. That's because Tasker must wait for the intent to collect all the corresponding data.
- If you don't know the battery design capacity of your device you can get it using this profile.
- (*) To get that info, the device has to be rooted.

CREDITS
@SmartPhoneLover
@Valdorg
@cruzer_blaze2
@MeloProfessional

CHANGELOG
- New: Full battery statistics for desktop view (notification with basic info will continue to be visible). (tap notification)
- New: Show how much battery has been charged in mAh during the current session.
- New: Watts measure. (root needed)
- Fix: Missing notification category for Android 8.0+.
- Other: Removed percentage (%) count value. (only for notification)
- Other: Removed all related to statusbar tile. So, no more manual check for battery statistics. Sorry.
- Other: Changed the name of all variables to more descriptive ones.
- Other: Deleted Spanish version.
- Other: Added 'Setup' tasks.
- Other: Minor changes.

VERSION
v1.1