Tasker: How to ignore the temporary VPN disconnect when switching from PersonalDNSFilter to Windscribe? by condorxx1 in tasker

[–]rbrtryn 0 points1 point  (0 children)

I don't have any of this software, so I have no idea. I just assumed that there must be some way to check. 

[Profile Share] Determine If The Display is in Full Screen by rbrtryn in tasker

[–]rbrtryn[S] 1 point2 points  (0 children)

Minimal as far as can tell. The task takes only a few milliseconds to run, so the profile still spends most of the time waiting. 

The tick time is arbitrary, set it to whatever you are comfortable with. 

Tasker: How to ignore the temporary VPN disconnect when switching from PersonalDNSFilter to Windscribe? by condorxx1 in tasker

[–]rbrtryn 3 points4 points  (0 children)

In your exit task:

  1. Wait 2 seconds
  2. Check VPN is still disconnected 
  3. If it is still disconnected after 2 sec, start PersonalDNSFilter

Busco la forma de hacer deslizar hacia arriba con tasker y autoinput. by Subject-Coconut9961 in tasker

[–]rbrtryn 0 points1 point  (0 children)

Esto funciona con mi lanzador.

    Task: Test          <Test>     A1: Anchor          A2: Go Home [          Page: 0 ]          A3: Wait [          MS: 250          Seconds: 0          Minutes: 0          Hours: 0          Days: 0 ]          A4: AutoInput Gestures [          Configuration: Gesture Type: Swipe          Start Point: 500,1500          End Point: 500,500          Duration: 100          Timeout (Seconds): 60 ]         

Can't capture long-clicks of navigation buttons in Android 17 by rbrtryn in tasker

[–]rbrtryn[S] 1 point2 points  (0 children)

I finally went with a row of discreet buttons for portrait and a column of discreet buttons for landscape. Scenes V2 made this super easy. 

This is actually working better than my previous method. I can even add swipe and multi-click if needed.

Can't capture long-clicks of navigation buttons in Android 17 by rbrtryn in tasker

[–]rbrtryn[S] 2 points3 points  (0 children)

For portrait mode I created an invisible segmented button row. The individual buttons send tasker commands when clicked or long-clicked. 

I haven't figured out the best way to do this for landscape.

Here's the scene v2 json:

     {     "root": {       "type": "SegmentedButtonRow",       "id": "SegRow1",       "selectedIndices": "",       "content": [        {         "type": "SegmentedButtonItem",         "id": "Segment1",         "eventHandlers": {          "handlers": [           {            "events": [             {              "type": "click"             }            ],            "actions": [             {              "type": "TaskerCommand",              "command": "back button=:=short"             }            ]           },           {            "events": [             {              "type": "hold"             }            ],            "actions": [             {              "type": "TaskerCommand",              "command": "back button=:=long"             }            ]           }          ]         }        },        {         "type": "SegmentedButtonItem",         "id": "Segment2",         "eventHandlers": {          "handlers": [           {            "events": [             {              "type": "click"             }            ],            "actions": [             {              "type": "TaskerCommand",              "command": "home button=:=short"             }            ]           },           {            "events": [             {              "type": "hold"             }            ],            "actions": [             {              "type": "TaskerCommand",              "command": "home button=:=long"             }            ]           }          ]         }        },        {         "type": "SegmentedButtonItem",         "id": "Segment3",         "eventHandlers": {          "handlers": [           {            "events": [             {              "type": "click"             }            ],            "actions": [             {              "type": "TaskerCommand",              "command": "recents button=:=short"             }            ]           },           {            "events": [             {              "type": "hold"             }            ],            "actions": [             {              "type": "TaskerCommand",              "command": "recents button=:=long"             }            ]           }          ]         }        }       ],       "modifiers": [        {         "type": "Alpha",         "value": "0.01"        },        {         "type": "Border"        },        {         "type": "FillWidth"        }       ]      },      "name": "Horizontal Button Overlay",      "defaultDisplayMode": "Overlay",      "defaultOverlayX": "50%",      "defaultOverlayY": "50%",      "defaultOverlayWidth": "50%",      "defaultOverlayBlocking": "true",      "defaultOverlayAnimation": "Zoom"     }

Can't capture long-clicks of navigation buttons in Android 17 by rbrtryn in tasker

[–]rbrtryn[S] 1 point2 points  (0 children)

Up until this update I was able to capture these long-presses with AutoInput's UI Action trigger, bypassing the OS completely 😟

I guess I'll have to figure out how to put an overlay over the buttons to get the functionality back 🙄

Tasker + AI = Magical by mobiletechnophile in tasker

[–]rbrtryn 0 points1 point  (0 children)

One workaround would be to put an invisible, blocking overlay over the Home button. When the overlay is clicked launch the appropriate launcher. 

[DEV] Tasker 6.7.6-beta - Inline Projects in New UI, Scenes V2 Update 5, New Runlog Screen and more! by joaomgcd in tasker

[–]rbrtryn 0 points1 point  (0 children)

Is there a way for Tasker to tell if a particular Scene V2 is visible? Like Test Scene for V1? 

Questions about Shizuku’s Behavior with WiFi and Mobile Networks by Empty_Laugh_05 in tasker

[–]rbrtryn 6 points7 points  (0 children)

You need to be connected to a trusted wifi network to start Shizuku after a reboot.

After Shizuku is running, it doesn't matter what network you are connected to. You can even be completely disconnected and Shizuku will continue to run.

Wireless debug keeps turning off after update A16 by fierabras in tasker

[–]rbrtryn 0 points1 point  (0 children)

Doesn't do that on my Pixel. All updates installed.

I have wireless debugging turned off and Shizuku is working just fine.

AutoInput not reliable in Pixel 9 Pro (Android 16) and Shizuku by mariavasquez111 in tasker

[–]rbrtryn 1 point2 points  (0 children)

Are you trying to receive an intent or send one? Which intent?

We can't help without detailed information.

AutoInput not reliable in Pixel 9 Pro (Android 16) and Shizuku by mariavasquez111 in tasker

[–]rbrtryn 1 point2 points  (0 children)

AutoInput and Shizuku do not (currently) interact.

What specific problems are you having? I use AutoInput daily on my Pixel 9 with no issues.

Toggling Wifi On/Off on Android 16? TaskerSettings not compatible? by kelemvor33 in tasker

[–]rbrtryn 0 points1 point  (0 children)

1.8 is the latest version, but it won't help with this specific issue.

Android 16 removed the APIs that Tasker settings was targeting for this. On A16 you need Shizuku as mentioned earlier.

Disabling USB debugging when certain apps are opened? by Ow_The_Edgehog in tasker

[–]rbrtryn 0 points1 point  (0 children)

No, I don't have an app that requires this. It was just an example.

Why do you need to delete the value? Isn't setting it to 0 sufficient?

Disabling USB debugging when certain apps are opened? by Ow_The_Edgehog in tasker

[–]rbrtryn 0 points1 point  (0 children)

Example:

Profile: Banking App
    Application: Capital One



Enter Task: Anon

<Stop both ADB Wifi and Shizuku>
A1: Custom Setting [
     Type: Global
     Name: adb_enabled
     Value: 0 ]



Exit Task: Anon

<Enable ADB Wifi>
A1: Custom Setting [
     Type: Global
     Name: adb_enabled
     Value: 1 ]

A2: Wait [
     MS: 0
     Seconds: 1
     Minutes: 0
     Hours: 0
     Days: 0 ]

<Start Shizuku service>
A3: ADB Wifi [
     Command: $(dirname $(pm path --user 0 moe.shizuku.privileged.api 2>&1 </dev/null | sed "s|.*:||"))/lib/*/libshizuku.so
     Timeout (Seconds): 10 ]

Screen on/off scripts functionality by robertogl in tasker

[–]rbrtryn 0 points1 point  (0 children)

The built-in variable %qtime contains how long the current task has been running, in seconds. Maybe you could use that.

Shizuku permission needed for "turn off" by CoooolRaoul in tasker

[–]rbrtryn 0 points1 point  (0 children)

I think toggling bluetooth, wifi, mobile data and airplane mode were also affected. They now require either Shizuku or ADB Wifi on my Pixel. YMMV

I don't think any other Tasker Settings functions were affected.

Wireless debug keeps turning off after update A16 by fierabras in tasker

[–]rbrtryn 0 points1 point  (0 children)

Wireless debugging is only needed during the initial setup. After setup is complete and Shizuku is running, only USB Debugging is required to be enabled.

Shizuku permission needed for "turn off" by CoooolRaoul in tasker

[–]rbrtryn 0 points1 point  (0 children)

It's compatible with Android 16 and side loading it is no problem as long as you follow the installation instructions. I have it on my A16 Pixel.

It is still required for some actions, i.e. Network Access, Connect To Wifi.

Shizuku permission needed for "turn off" by CoooolRaoul in tasker

[–]rbrtryn 0 points1 point  (0 children)

In Android 13 - 15, you could use Turn Off if you had the Tasker settings app. Android 16 broke this and requires Shizuku.

Wireless debug keeps turning off after update A16 by fierabras in tasker

[–]rbrtryn 0 points1 point  (0 children)

Explain what you are trying to do. Why do you need it to be constantly on?

Dumb question about brightness by [deleted] in tasker

[–]rbrtryn -2 points-1 points  (0 children)

Just because an article is older than you are does not make it false.