You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you feel crafty, you can already integrate Tasker with Blokada, as it uses generic intent system to execute commands. But you need to know about intents to make it work, and we don’t have documentation on it yet.
Hello,
I have Fire TV Stick (3rd Gen) Fire OS 7.6.6.4 (PS7664/3772).
I got final Blokada 4 version from: https://github.com/blokadaorg/blokada/releases/tag/archive
I'm trying to to test the turning on intent, after manually powering off the ad block.
I tried to use action "Blokada - Turn On" first, but that didn't work.
So I then tried to do it with a send intent action.
I found this:
https://community.blokada.org/t/blokada-4-9-released-and-blokada-4-to-blokada-5-migration/7755/40?page=2
It says:
If you feel crafty, you can already integrate Tasker with Blokada, as it uses generic intent system to execute commands. But you need to know about intents to make it work, and we don’t have documentation on it yet.
Turn off Blokada:
Turn on Blokada:
I tried to set:
action = android.intent.action.VIEW
data = "blocka://cmd/on"
OR just without the quotes:
data = blocka://cmd/on
and leaving package or class empty, with a:
target = broadcast receiver
But again, it doesn't turn on Blokada.
Any idea what am I missing or are you able to get it to work?
Thank you.
The text was updated successfully, but these errors were encountered: