Sunday, December 29, 2019

[PROJECT] QR WiFi Connect - Connect to WiFi networks and create your own codes v1.1

DESCRIPTION This project will help you to automatically connect to a WiFi network by scanning its pre-generated QR code. But also, you will be able to generate your own codes too! To add the network to your device and connect to it is as simple as pointing the rear camera to the QR code and Tasker will do the rest for you. Notes: - Thanks to @GlitchYou for providing the...

[PROJECT] QR WiFi Connect - Connect to WiFi networks and create your own codes v1.0

DESCRIPTION This project will help you to automatically connect to a WiFi network by scanning its pre-generated QR code. But also, you will be able to generate your own codes too! To add the network to your device and connect to it is as simple as pointing the rear camera to the QR code and Tasker will do the rest for you. Notes: - To use this project you will need the AutoBarcode...

[TASK] Toggle Flashlight v1.0

DESCRIPTION Different methods by which you can toggle (on/off) the device's flashlight. Notes: - Big thanks to @JustRollWithIt (Reddit) for the base task. CREDITS @SmartPhoneLover @JustRollWithIt DOWNLOAD Task (XML) Task (TaskerNet) DOWNLOAD (Ads Supported) Task (XML) Task (TaskerNet...

Thursday, December 26, 2019

[PROJECT] Battery Monitor v1.2

DESCRIPTION Here you have a small project to be aware of the status of your battery at the time of charging. 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...

Tuesday, December 24, 2019

[TASK] Open File Types Using Intents v1.1

DESCRIPTION This task will allow you to open any type of file (image, video, audio, doc...) using intents. Notes: - Thanks to @Svitosky (Reddit) for providing the method to retrieve metadata type from system automatically. - To know what MIME Type to use in any case you can check this list. CREDITS @SmartPhoneLover @Svitosky CHANGELOG - New: Retrieve MIME Type from file automatically. (Thanks to @Svitosky) - Other: Tasks are now separated. DOWNLOAD Manual...

[TASK] Kill Background Processes v1.0

DESCRIPTION Different methods by which you can kill app processes. Notes: - Some will require root and some not. CREDITS @SmartPhoneLover DOWNLOAD Task (XML) Task (TaskerNet) DOWNLOAD (Ads Supported) Task (XML) Task (TaskerNet...

[TASK] Open File Types Using Intents v1.0

DESCRIPTION This task will allow you to open any type of file (image, video, audio, doc...) using intents. Notes: - To know what MIME Type to use in any case you can check this list. CREDITS @SmartPhoneLover DOWNLOAD Task (XML) Task (TaskerNet) DOWNLOAD (Ads Supported) Task (XML) Task (TaskerNe...

Monday, December 23, 2019

[PROJECT] Tasker Fingerprint Protection v1.0

DESCRIPTION This is a project that I created based on a request from a user on the Tasker Feature Requests website. Basically, it is about being able to unlock Tasker access through the biometric sensor, using Tasker himself. A different way than the built-in one (PIN). This project includes an Initial Setup task that needs to be executed when it is imported from TaskerNet (It can be deleted after imported) This is only a temporary solution, and...

[PROJECT] Battery Monitor v1.1

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...

[TASK] Get Multimedia Metadata (JF) v1.1

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)*'...

[TASK] Talking Clock v1.3

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. DEMO Audio Sample (WAV) -> ENG Audio Sample (WAV) -> SPA CREDITS @SmartPhoneLover CHANGELOG - Fix: Small pronunciation errors (spanish). - Other: Minor changes. DOWNLOAD Task (XML) Task (TaskerNet) DOWNLOAD...

[PROJECT] SMS Parser v1.0

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. SCREENSHOTS CREDITS @SmartPhoneLover DOWNLOAD Project (XML) Project (TaskerNet) DOWNLOAD (Ads Supported) Project (XML) Project...

Sunday, December 22, 2019

[PROJECT] Fingerprint Demo Actions v1.2

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...

[TASK] Toggle Android's Background Process Limit v1.2

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...

[PROFILE] Battery Design Capacity Checker v1.0

DESCRIPTION If you don't know the capacity of your battery, this profile will tell you that. The total detected capacity will be shown in a notification (statusbar) when the phone gets fully charged. Notes: - The profile is configured to react when the device is fully charged (specific intent sent), not just when 100% appears. - The final result in mAh is just approximate,...

[TASK] Auto Switch Keyboard v1.2

DESCRIPTION Various ways by wich you can select specific keyboard to use, on per-app, or whatever context you want. Notes: - Works on root and non-root devices. CREDITS @SmartPhoneLover CHANGELOG - Fix: Some small configuration errors for default values (plugins). - Other: Minor changes and UI improvements (labels). DOWNLOAD Task (XML) Task (TaskerNet) DOWNLOAD (Ads Supported) Task (XML) Task (TaskerNe...

Saturday, December 14, 2019

[PROJECT] Current App Activity v1.4

DESCRIPTION This project will allow you to show the app name, package name and class name of current activity. And in real time! Notes: - The project uses the %(WIN) variable, so it requires to have the 'App Check Method' set as 'Accessibility' to work well, if using the root version. (only if launching it from 'Start' task, not applicable with 'Start (loop)') - If you don't...

Monday, December 9, 2019

[TASK] MIUI Screen Recorder Intents v1.0

DESCRIPTION Intents (broadcast and control) for the MIUI Screen Recorder app, included in all Xiaomi devices. Notes: - All is bundled in a single project file, so import it as a prj. CREDITS @SmartPhoneLover DOWNLOAD Task (XML) Task (TaskerNet) DOWNLOAD (Ads Supported) Task (XML) Task (TaskerNet...

Saturday, December 7, 2019

[PROFILE] Navigation Buttons Actions v1.0

DESCRIPTION It will allow you to distinguish what button was pressed, or assign different actions to each button, depending on the time pressed. 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...