Tasker | ADVANCED (channel)
864 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/09/project-intents-broadcast-monitor-v11.html
#project #IntentsBroadcastMonitor
DESCRIPTION
Intents and its broadcasts are very useful to allow apps communicate each other, also system broadcasts can be used to trigger almost everything in Android.

But, when we want to take a look at the information sent within an intent (extras) to react somehow and carry out something, the official documentation, especially in the case of Android system intents, there are times that we cannot find clear references to all the extras. This is because device manufacturers, when customizing their base systems (ROMs), they rebuild part of the original Android code, adding/removing information sent and received from some of the system intents.

Therefore, this project, originally based on the Internal Broadcasts Monitor app, will help you to capture sent intents (by system or other apps) and absolutely all its extras that your device/app is capable of generating in each intent (if they contain any). And all in real time.

Main features:
• Receive intents and all its extras in real time.
• Colored information (date, time, intents count, intents names...)
• Hide/Show the scene to allow keep receiving intent information in the background. (*)
• Stop/Start control buttons to stop receiving broadcasts, or register them again.
• Export results to TXT file. (*)
• Receive intents from Android system as well as third-party apps (if installed). (**)

Notes:
- Thanks to @joaomgcd and @sdfsung (Reddit) for helping on building the project. (reference)
- (*) All these options are accessible from the generated notification (buttons), once the project is launched.
- To know what are the intents that the project is capable of monitoring, here you have a complete list: Android System and Third-Party Apps. They will be updated as new intents are included in future versions, if possible.
- Use Show Intents List task to view all the included intents in off-line mode. (Colored ones are the last included)
- (**) Two versions of the project are available to download. The first one (Android System Intents = A) will listen to all the intents coming from the Android system, only; the second one (Third-Party Apps Intents = B) will listen to all the intents coming from 3rd party apps, only. (Do not use both at the same time)
- All the profiles are configured with a Cooldown Time of 1 sec to avoid receiving aggressive (redundant) broadcasts. If you need to listen to an intent without restrictions, set the Cooldown Time to 00:00:00:00 for the corresponding profile.
- If Tasker alerts you about queued tasks number have been exceeded, try increasing the Maximum Tasks Queued value from its Preferences.

CREDITS
@SmartPhoneLover
@joaomgcd
@sdfsung

CHANGELOG
- Fix: 'Export' button was not saving the file to the specified location set within 'Setup' task.
- Fix: Small error that showed the error triangle from one of the project's scenes. (didn't affect the main functionality)

* I decided to stop supporting this project because of the complexity in terms of the huge number of intents that actually exists for Android, and not only for the system itself, but each device in the world. So, if you want to continue this work, you are fully free to use it as a base, re-edit it as well, or creating an Android app including its intents.

VERSION
v1.1
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/09/profile-get-all-intent-extras-v10.html
#profile #GetAllIntentExtras
DESCRIPTION
This profile will allow you to get all the extras sent within a given intent (broadcast).

Limitations:
• Tasker can only receive intents which are sent to broadcast receiver components, not to activities or services.
• Some intent senders require that a corresponding intent filter is specified statically (i.e. inside AndroidManifest). Those intents cannot be received.
• Intents which are broadcast with a specification of a particular package component to receive, cannot be received.

Notes:
- Thanks to @joaomgcd and @sdfsung (Reddit) for helping on building it.
- A reference from which it comes from as stand-alone task can be found here.
- The profile id configured with a Cooldown Time of 1 sec to avoid receiving aggressive (redundant) broadcasts. If you need to listen to an intent without restrictions, set the Cooldown Time to 00:00:00:00.
- If Tasker alerts you about queued task number have been exceeded, try increasing the Maximum Tasks Queued value from its Preferences.

CREDITS
@SmartPhoneLover
@joaomgcd
@sdfsung

VERSION
v1.0
Tasker | ADVANCED (channel)
https://taskerprofilecenter.blogspot.com/2020/09/profile-detect-clear-all-apps-from.html
#profile #DetectClearAllAppsFromRecents
DESCRIPTION
This profile will be triggered when all the apps are cleared from recents, at once.

Notes:
- As logcat components and filters may change from device to device, here you have a compatibility list.

CREDITS
@SmartPhoneLover

VERSION
v1.0
#warning #TaskerDev
[DEV] I'm back! But now I have to go through a lot of requests, so not really fully back yet... 😜
I'm back from my break! :)

In my time away I did a few things:
- Helped my kids release an album
- Learned 3D modelling in Blender and created this 3D Tasker intro :) (and also this little test). Plan on doing all kinds of small 3D animations for my videos.
- Started to learn how to play the guitar (wanted to do this for a long time)
- Thought about the future of Tasker and had a few new ideas
- Spent a lot of time with my family

All in all, it was time very well spent!

Now it's back to work though: my least favorite part of it to start off, which is going through an endless list of support requests and reply to all of them 🤣. I have over 1000 to go through by my last count so please bear with me for these first few weeks.

Hope I can get back to development soon!!

Glad to be back! 😁

Source: Go!
#warning #TaskerDev
[DEV] Tasker 5.9.4.beta - Android 11 Power Menu Tiles! Oh, and Tasker Commands!
Here's a new beta for you! This one's specially for all of you that have recently updated to Android 11!

This is essentially the same as the previously unreleased version plus a few more smaller changes.

Sign up for the beta here.

If you don't want to wait for the Google Play update, get it right away here.

You can also get the updated app factory here.

Android 11 Power Menu Task Buttons
On Android 11 if you long click the power button a new screen will show up where you can add tiles to control various things. Tasker will now also show up there!

Check out the demo: https://youtu.be/hCplbDJ_NyI

You can simply add any of your tasks as buttons directly with no extra work. This is the easiest way of getting into this new feature.

Even with this simple "mode" of setting it up, it has a few tricks up its sleeve:
- On a normal task the button simply acts like a button and calls the task when clicked
- On a task that uses the %par1 variable anywhere inside it, it'll become a toggle instead of a button. %par1 will contain true or false depending on the state of the button
- On a task that uses both %par1 and %par2 variables, it'll become a toggle with progress! %par1 will contain true or false and %par2 will contain the current progress!

This should allow you to very easily setup a lot of cool scenarios with just simple tasks.

Unleash power and flexibility with The "Power Menu Action" action in Tasker
If you want total flexibility and make the buttons act exactly like you need them to you should use the Power Menu Action action in Tasker!

This allows you to create a button with a given id, type (button, toggle, range, etc), title, subtitle, icon and command!

This means that you can setup a button with the ID Smart App for example that changes throughout the day depending on the app you most need at the time, place or any situation you setup in Tasker!

For example:
- Have it open Reddit in the morning or when at home
- Make it open Chrome when you're not home
- Make it open your favorite game at night

These use the Tasker Command System (that I borrowed from AutoApps 😋) to make the commands totally flexible and customizable! Which brings me to...

New Tasker Command Event and Action!

Tasker has a new Command Event that is basically the same thing as the AutoApps Command plugin event, but it's now native!

The new Power Menu Action action allows you to send these commands but you can send them for anywhere in your setup with the Command Action!

This will maximize re-usability and avoid having to create multiple similar tasks.

I plan on making more stuff able to send out commands in Tasker (like quick setting tiles for example).

Third Party Command Support

Other apps can also trigger the new Command event.

Check out the demo here: https://youtu.be/VEsAWu2NJKg

All developers need to do is follow the simple instructions here: https://tasker.joaoapps.com/commandsystem.html

I plan on making AutoApps use Tasker's native command system in the near future.
Full Changelog
- Added Action "Power Menu Action" which allows you to create tiles for the Android 11+ Power Menu
- Added the "Power Menu Shown" event which triggers when the Power Menu screen is shown on Android 11+
- Added Power Menu tiles for every available task on Android 11+
- Added Action "Command" which allows you to trigger the "Command" event with the AutoApps Command System
- Added Event "Command" which can be triggered with the "Command" action
- Added ability for third party apps to send commands that trigger the "Command" event but they have to explicitly ask the user for a permission to do so
- Changed the dialog where you choose an icon so that it shows an icon for each option
- Added Phone Call permission to kid apps when they use Contact Via App action
- Added text option to Signal and Telegram messages in the "Contact Via App" action
- Added option to add to new project when importing a profile or task from Taskernet
- Fixed Termux command so it's compatible with upcoming Termux release
- Fixed dialogs not cancelling when screen is rotated while they are showing
- Removed option to insert SMS into messaging database since it wasn't possible to do that anymore
- Fixed crash when reading a file too large to be read
- Fixed copying/moving files with weird extensions to external SD cards
- Fixed javascripts for devices that do not have recent webviews
- Fixed a few crashes

Enjoy the new beta! 😁

Source: Go!
Forwarded from SmartPhoneLover
Hello guys, I'm the owner of the Tasker Profile Center community, and I wanted to tell you that a new website and new projects are coming very soon!
Forwarded from SmartPhoneLover
This will be the new website URL (currently under construction):
Tasker | ADVANCED (channel) pinned «https://taskerprofilecenter.com»
Forwarded from SmartPhoneLover
Hello! I'm still working on the web.
But, I have enabled a section so that anyone who wishes can send me their requests for projects that they would like me to create.