Monday, June 29, 2020

[PROJECT] [VIP] Terminal Log v1.1

DESCRIPTION This project aims to emulate the basic operation of apps like: Terminal or Termux, at least in the majority of commands and taking into account Tasker's own limitations, showing a command log report of its execution on the screen (stdout and stderr). Notes: - Avoid running cmds like 'logcat' (without params) or any cmd that runs indefinitely, because the project...

Sunday, June 28, 2020

[PROJECT] [VIP] Terminal Log v1.0

DESCRIPTION This project aims to emulate the basic operation of apps like: Terminal or Termux, at least in the majority of commands and taking into account Tasker's own limitations, showing a command log report of its execution on the screen (stdout and stderr). Notes: - Avoid running cmds like 'logcat' (without params) or any cmd that runs indefinitely, because the project...

Saturday, June 27, 2020

[PROJECT] CPU Stats v1.1

DESCRIPTION This project will give you the possibility to see the usage (%) of your CPU in real time, depending on the workload on each state. Main features: • Real-time usage • Total CPU usage • Per-core CPU usage • Statusbar (text) or Overlay display. The project is in an experimental state, so expect failures, or errors in the final calculations. As I don't have a x86...

Tuesday, June 23, 2020

[TASK] Get Available CPU Cores v1.1

DESCRIPTION This task collects different methods by which you can get the number of all the available CPU cores that your device has. Notes: - Thanks to @DutchOfBurdock (Reddit) for helping on building the task. CREDITS @SmartPhoneLover @DutchOfBurdock CHANGELOG - New: New Method (5) added. (Thanks @DutchOfBurdock) DOWNLOAD Task (XML) Task (TaskerNet) DOWNLOAD (Ads Supported) Task (XML) Task (TaskerNet...

[TASK] Get All Apps Installed Time v1.1

DESCRIPTION Generate a list with all the apps installed, showing the following information: • App name • App package • Install time • Update time These are the available versions: • Version (A): The collection of every app's data is done using Tasker's built-in actions, but it will take some time to finish. • Version (B): The collection of every app's data is done using a...

Sunday, June 21, 2020

[TASK] Get Available CPU Cores v1.0

DESCRIPTION This task collects different methods by which you can get the number of all the available CPU cores that your device has. CREDITS @SmartPhoneLover DOWNLOAD Task (XML) Task (TaskerNet) DOWNLOAD (Ads Supported) Task (XML) Task (TaskerNet...

[TASK] Get All Apps Installed Time v1.0

DESCRIPTION Generate a list with all the apps installed, showing the following information: • App name • App package • Install time • Update time Notes: - The information is saved as a TXT file, under '/storage/emulated/0/*'. SCREENSHOTS CREDITS @SmartPhoneLover DOWNLOAD Task (XML) Task (TaskerNet) DOWNLOAD (Ads Supported) Task (XML) Task (TaskerNet...

[PROFILE] Per-App DPI Changer v1.0

DESCRIPTION Change the screen content density (DPI) dynamically, based on the app used. These are the available versions: • Version (A): Uses a non-root solution (system private interface for WindowManager class: IWindowManager), but requires the 'WRITE_SECURE_SETTINGS' permission to be granted to Tasker. • Version (B): This (wm density) needs root (you can try ADB WiFi),...

[PROFILE] Per-App Resolution Changer v1.0

DESCRIPTION Change the screen resolution (width, height) dynamically, based on the app used. These are the available versions: • Version (A): Uses a non-root solution (system private interface for WindowManager class: IWindowManager), but requires the 'WRITE_SECURE_SETTINGS' permission to be granted to Tasker. • Version (B): This (wm size) can also work with or without the...

Saturday, June 20, 2020

[PROJECT] Headset Button Helper v1.0

DESCRIPTION This project will help you to keep your device in your pocket while on the street, gym, or wherever you are, by using the button of your headset (or BT headset) to perform whatever action you would like. These are the available versions: • Demo Version: If what you want is to import a clean version of the project to fully custimize it from 0, use this one. It...

Tuesday, June 9, 2020

[TASK] Check Keyguard Status v1.0

DESCRIPTION Here you have a little task that will help you to get more information than the 'KEYG' built-in variable, about the device lock status. Quick information: • Device Locked: The device is locked and asks for authentication in order to use it. • Device Secure: The device is protected (service), regardless of if the protection mechanism is not currently required to use the device. • Keyguard Locked: The device is locked and doesn't ask for...

Sunday, June 7, 2020

[TASK] Toggle Pixel Style v1.0

DESCRIPTION This task will allow you to switch between all your available Android themes (Styles) if using a Google Pixel device, Pixel Experience custom ROM, or any other custom ROM based on Pixel devices. Notes: - This task was based on a request from a Reddit user. (reference) - The 'android.permission.WRITE_SECURE_SETTINGS' permission will have to be granted to tasker...

Saturday, June 6, 2020

[TUTORIAL] Get ride of Voice Dialog & Long-Pressed Selection Menu when using AutoVoice with long press events

In this tutorial we will see how to get rid of the voice dialog and long pressed selection menu that appears when we long press the button of our Headset/BT Headset, when using AutoVoice, and the 'Other hands-free settings' options is not available on Google app, or if your device doesn't offer an option to do that. Before rolling in this guide, restoring/uninstalling...

Tuesday, June 2, 2020

[PROFILE] Listen For Volume Changes Dynamically v1.0

DESCRIPTION With this profile you can listen for volume changes on every channel, retrieving: current audio channel, last value changed and also the previous (old) value before it got changed. And with a single profile. As the profile is right now, it only shows the above mentioned data, so its usefulness will be reduced to that. But it may be useful to you in a future project or profile where you need to identify the audio source or the previous...

[PROJECT] Device Floating Volume v1.3

DESCRIPTION It shows a floating bubble, in this case of identical appearance to that of my device, with useful information about the audio channel currently in use (changes on its status). It works on the following audio channels: • Alarm • Call (in-call) • DTMF • Multimedia • Notification • Ringer (incoming call) • System These are the available volume panel models: - Xiaomi...

[PROJECT] Device Floating Volume v1.2

DESCRIPTION It shows a floating bubble, in this case of identical appearance to that of my device, with useful information about the audio channel currently in use (changes on its status). It works on the following audio channels: • Alarm • Call (in-call) • DTMF • Multimedia • Notification • Ringer (incoming call) • System These are the available volume panel models: - Xiaomi...