Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2019/12/task-open-file-types-using-intents-v11.html
#task #OpenFileTypesUsingIntents
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.
VERSION
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.
VERSION
v1.1
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2019/12/project-battery-monitor-v12.html
#project #BatteryMonitor
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 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.
- Except for 'Watts (W)', the rest of the values will be gotten without root. But, if non-root fails for whatever reason, root will be used instead.
- A debug task (Debug Task) is included in case the user has problems with erroneous values or not shown. Follow the instructions inside it to know how to use it.
CREDITS
@SmartPhoneLover
@Valdorg
@cruzer_blaze2
@MeloProfessional
CHANGELOG
- New: Temperature mode selection (°C/°F). (configure it from 'Setup' task)
- New: Debug task (separated from the project) to send logs to me (dev of the project), if it fails reading some of the values. (read notes about it)
- Fix: Unset values due to non-existent files/sources now won't prevent the rest of values not to be updated.
VERSION
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 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.
- Except for 'Watts (W)', the rest of the values will be gotten without root. But, if non-root fails for whatever reason, root will be used instead.
- A debug task (Debug Task) is included in case the user has problems with erroneous values or not shown. Follow the instructions inside it to know how to use it.
CREDITS
@SmartPhoneLover
@Valdorg
@cruzer_blaze2
@MeloProfessional
CHANGELOG
- New: Temperature mode selection (°C/°F). (configure it from 'Setup' task)
- New: Debug task (separated from the project) to send logs to me (dev of the project), if it fails reading some of the values. (read notes about it)
- Fix: Unset values due to non-existent files/sources now won't prevent the rest of values not to be updated.
VERSION
v1.2
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2019/12/task-toggle-flashlight-v10.html
#task #ToggleFlashlight
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
VERSION
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
VERSION
v1.0
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2019/12/project-qr-wifi-connect-connect-to-wifi.html
#project #QRWiFiConnect
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 plugin.
- To generate codes, an active internet connection is required.
- Generated codes are locally saved to /storage/emulated/0/Download. (Actually renamed and moved from the original one: /storage/emulated/0/AutoBarcode)
CREDITS
@SmartPhoneLover
VERSION
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 plugin.
- To generate codes, an active internet connection is required.
- Generated codes are locally saved to /storage/emulated/0/Download. (Actually renamed and moved from the original one: /storage/emulated/0/AutoBarcode)
CREDITS
@SmartPhoneLover
VERSION
v1.0
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2019/12/project-qr-wifi-connect-connect-to-wifi_29.html
#project #QRWiFiConnect
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 base code that the project was built from. (Here you can find the project where the code was taken from)
- To use this project you will need the AutoBarcode plugin.
- To generate codes, an active internet connection is required.
- Generated codes are locally saved to /storage/emulated/0/Download. (Actually renamed and moved from the original one: /storage/emulated/0/AutoBarcode)
CREDITS
@SmartPhoneLover
@GlitchYou
CHANGELOG
- New: Share QR code after creation.
- Fix: QR code would be generated (with errors) when text fields remained in blank.
- Fix: Little error (not really important) on the generated coded code for QR format.
- Other: Added missing credits for the user who provided the original code for adding networks to Android, very sorry. (thanks @GlitchYou)
VERSION
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:
- Thanks to @GlitchYou for providing the base code that the project was built from. (Here you can find the project where the code was taken from)
- To use this project you will need the AutoBarcode plugin.
- To generate codes, an active internet connection is required.
- Generated codes are locally saved to /storage/emulated/0/Download. (Actually renamed and moved from the original one: /storage/emulated/0/AutoBarcode)
CREDITS
@SmartPhoneLover
@GlitchYou
CHANGELOG
- New: Share QR code after creation.
- Fix: QR code would be generated (with errors) when text fields remained in blank.
- Fix: Little error (not really important) on the generated coded code for QR format.
- Other: Added missing credits for the user who provided the original code for adding networks to Android, very sorry. (thanks @GlitchYou)
VERSION
v1.0