Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sending intent to turn on Blokada 4.9 (final) is not working on FireTV using Tasker #980

Open
plia7 opened this issue Feb 25, 2024 · 0 comments

Comments

@plia7
Copy link

plia7 commented Feb 25, 2024

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:

intent: android.intent.action.VIEW data: "blocka://cmd/off" 

Turn on Blokada:

intent: android.intent.action.VIEW data: "blocka://cmd/on"

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant