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/03/project-tasker-backups-encryption-v10.html
#project #TaskerBackupsEncryption
DESCRIPTION
As you may know, Tasker does not apply any type of encryption for its backups in XMLs. Therefore, here I bring you this project to try to solve that in some way, protecting both auto and manual backups from indiscrete eyes.

Main features:
• Cipher algorithm (AES)
• Automated encryption (decryption is on-demand)

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.

The project will help preserve the privacy of the data stored in the XMLs, but will not prevent decryption if the thief knows how to reverse it, or if the device is rooted.

Notes:
- The project was based on this request.
- It is highly recommended that you keep your password in a safe place. (you were warned!)
- In case of project update, already encrypted files won't be altered. So stay calm 😉.
- The project acts on the /storage/emulated/0/Tasker/configs dir, so be sure you have the Local Auto-Backup Max Age (Preferences > Misc) option enabled. Or use the manual backup mode.
- The encryption process will be relatively fast, but the decryption will take a while to finish. So, be patient...
- In case of disaster: Tasker stops working/responding, a non-project task causes the process to be aborted, device restarted, etc., a backup will be temporarily stored in /storage/emulated/0/Tasker/Resources/Tasker Backups Encryption during the process.

CREDITS
@SmartPhoneLover

VERSION
v1.0
#warning #TaskerDev
[DEV] Away because of Coronavirus; don't have it myself, but as preventive measure
Hi.

Just so people know why I haven't been as available in the past few days, I'm currently away from my workplace as a preventive measure.

I only have my laptop with me and have limited internet access so I can't create new builds for my apps so unfortunately I can't give support on all issues.

Let's see how long this lasts but currently it seems like I'll only be fully back mid-April.

It's really hard for me to stay away from coding for this long. Hopefully I can at least do some javascripting on my laptop while I'm gone... 😝

Hope everyone is doing fine, stay safe and wash your hands! 😊

Source: Go!
#warning #TaskerDev
[HOW-TO] Learn Javascript in a fun and intuitive way
Javascript is a super awesome and powerful language and since it can be used with Tasker I thought that this could help people out around here.

And since you might have a few weeks off, this might give you something cool to pass the time in a productive way.

I'm not affiliated with this website at all but the way of learning Javascript here seems to be super user-friendly and easy to understand.

Check it out here: https://learnjavascript.online/

I haven't gone too deep into it, but from the small sample I've seen it seems to be great.

Let me know what you think :)

Source: Go!
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/03/profile-root-checker-v11.html
#profile #RootChecker
DESCRIPTION
Some people are having troubles with the Magisk root core being disabled randomly and suddenly, happening across different devices.

It will periodically check if the device keeps having root access. Otherwise, a notification will be generated when not detected, and will offer you the option to solve it by rebooting the device.

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.

Magisk root seems that is being lost in certain situations due to a problem on the device's ROM, so try reporting it to the dev.

Notes:
- Use it only if necessary.
- It uses the 'TIME_TICK' intent when rebooted ONLY. The rest of the time longer checks are used (30' by default).
- All is bundled into a single prj file, so import it as a project.

CREDITS
@SmartPhoneLover

CHANGELOG
- New: Tasker Function (Check Root) method. (separate prj file)
- Other: Small changes.

* The problem about loosing root on my device (Xiaomi RN7) is now fixed, so this profile is no longer used by me.

VERSION
v1.1