Tasker | ADVANCED (channel)
904 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
Forwarded from Tasker | TPC (channel)
#task #ColorPickerARGB
DESCRIPTION
I have re-worked the task and scene appearing on this Tasker forum. So, original credits goes to 'Patrick Herbst' and the other members that offered later versions.

These are the changes I have made on my new version:
· Re-worked main UI
· Made it faster when choosing and rendering the picked color
· Solved an error that caused the sliders to return to their previous position, showing a wrong final color selection
· Reduced number Globar %vars to just one
· Now you can copy the hex color to clipboard

AUTHOR
@SmartPhoneLover

VERSION
1.1

CHANGELOG
- Added Checkerboard pattern as background for alpha channel (resource have to be placed on Tasker public directory)
Forwarded from Tasker | TPC (channel)
#profile #SilentVibrateMode
DESCRIPTION
Both profiles does the same: detect when phone enters to silent or vibrate modes, and sets the Multimedia channel to 0.

Notes:
- There are two different profiles: (A), after detecting changes on it, just sets the M. channel to ‘0’; (B), stores original M. channel audio level on %Maudio_original var to restore it later.

AUTHOR
@SmartPhoneLover

VERSION
v1.0
Forwarded from Tasker | TPC (channel)
English
Forwarded from Tasker | TPC (channel)
Spanish
Forwarded from Tasker | TPC (channel)
Resources
Forwarded from Tasker | TPC (channel)
#project #BatteryMonitor
DESCRIPTION
Here you have a small project to be aware of the state of our battery at the time of charging, as well as using it (not 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'.

There are two modes in which it can work: automatic, activating when detecting charging; and manual, if we want to know a measurement in a timely manner, making use of a "Quick Settings Tile" (AutoNotification required) in Android Nougat.

And these are the data it will provide us through a permanent notification in the status bar:
· Battery percentage (%)
· Current temperature (ºC)
· Voltage (V)· Load/Supply in milliamp hours (mAh)
· Connection type, if it exists (AC, USB, Wireless)
· Estimated total charging/discharging time (TESTING)

Notes:
- There's another very similar version of the project from our well known buddy (@MeloProfessional) that you can check on his TSB channel: Go!
- In the actions referred to the control of the project using the 'Quick Tile', all refers to '4', both in variables, as in tile number, because I have others set too.
- At the time of connection, or manual activation is normal that some of the updated values, or established 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. (for that reason I have modified the tasks so that those values without any value, will appear as '- - x')
- In 'X - Battery Monitor' and 'X - Battery Monitor (on)' tasks, it will be necessary to adjust the value '2300' by the amount of mAh that our battery has.

AUTHOR
@SmartPhoneLover

VERSION
1.0