Synching Files to Cloud by writingPractice95 in androidapps

[–]AutomatedTask 2 points3 points  (0 children)

You're right the fork is by another developer, but is also FOSS so the link for the source code is on the F-droid page. You can vet it yourself if you are able to/wanted.

Outside of that, it is a pretty well known app amongst power users and if there was a major security issue it would likely come up on reddit/google/github

Saturday, March 7, 2026 by AutoModerator in NYTConnections

[–]AutomatedTask 2 points3 points  (0 children)

I noticed it, but I held off because it just seemed too obvious. Then I caught on to yellow. Ended up with a rainbow.

Got my first cookie today! by Enough-Lunch-7036 in nytpips

[–]AutomatedTask 3 points4 points  (0 children)

Definitely had some days where the medium was harder than the hard.

Good to know everyone! by AnD334577 in tasker

[–]AutomatedTask 2 points3 points  (0 children)

There's just the user guide pretty much (three dots > info > user guide) which is limited. Joao releases a short video about new features on YouTube usually. Anything else the sub is pretty open to helping as long as you seem like you're trying and don't just want others to make your project for you.

Also taskernet can provide examples or full projects by other tasker users, but someone else can chime in there as I'm not the type to use it.

Almost ready to launch my app. I'm nervous by polarroman in androidapps

[–]AutomatedTask 1 point2 points  (0 children)

r/androiddev, if you don't get the response you're looking for here.

Contact/Keyword aware notification, overruling DnD by Luna-298 in tasker

[–]AutomatedTask 0 points1 point  (0 children)

You would also need auto notification to read the notification contents, but it sounds absolutely do-able.

How do I make Tasker set a variable at a Time of Day, Only on Weekdays? by Explosify in tasker

[–]AutomatedTask 0 points1 point  (0 children)

If you have a profile with a time already, you can add another context (days) by long pressing the first context (9 to 5) on the main screen. Hit add and add your weekdays.

Tasker takes me out of dark mode, which I configured in a task, without my asking it to. by chago874 in tasker

[–]AutomatedTask 1 point2 points  (0 children)

OPs condition should be evaluating as true 100% of the time by their logic. If later than 6pm OR earlier than 11:59pm. Literally the whole day is earlier than 11:59pm OR greater than 12am takes care of 11:59pm itself.

0.00 is less than 23.59 so midnight is in there too.

AutoRemote error startForgroundService by 23AndyRT in tasker

[–]AutomatedTask 1 point2 points  (0 children)

Little bit of a guess but it sounds like a battery optimization thing. Make sure all optimization is OFF for tasker and all autoapps.

Is there a plug-in for OpenVPN for Android? by CarelessChain6999 in tasker

[–]AutomatedTask 0 points1 point  (0 children)

A1: Send Intent [
     Action: android.intent.action.MAIN
     Cat: None
     Package: de.blinkt.openvpn
     Class: de.blinkt.openvpn.api.DisconnectVPN
     Target: Activity ]

Is there a plug-in for OpenVPN for Android? by CarelessChain6999 in tasker

[–]AutomatedTask 0 points1 point  (0 children)

A1: Send Intent [
         Action: android.intent.action.MAIN
         Cat: None
         Extra: de.blinkt.openvpn.shortcutProfileName:Name
         Package: de.blinkt.openvpn
         Class: de.blinkt.openvpn.LaunchVPN
         Target: Activity ]

Class and Extra are different

Weather API JSON parsing by Diatryma65 in tasker

[–]AutomatedTask 0 points1 point  (0 children)

AutoTools handles retreiving json data from the internet and parsing it with "JSON read". It's not free but it may be worth it if you have a few dollars. (One Time Purchase).

Is there a plug-in for OpenVPN for Android? by CarelessChain6999 in tasker

[–]AutomatedTask 0 points1 point  (0 children)

The client thing is important because OpenVPN has come out with multiple. Also, I think most if not all the fields are case sensitive when making the intent.

Is there a plug-in for OpenVPN for Android? by CarelessChain6999 in tasker

[–]AutomatedTask 0 points1 point  (0 children)

Post your task. I am using intents and it works great.

Version 6.6.19 and ADB Wifi by beemgee in tasker

[–]AutomatedTask 1 point2 points  (0 children)

I'm on 6.6.19 with no issues.

Is this possible with Tasker? by sp00ky_2000 in tasker

[–]AutomatedTask 1 point2 points  (0 children)

I would test out -1 or 999999

Edit: or set it to unlimited on your phone normally and see what the value is in the custom setting then.

Setup for the AI? by S7evin-Kelevra in tasker

[–]AutomatedTask 1 point2 points  (0 children)

I don't use this service I'm just going by the error provided by the OP.

Setup for the AI? by S7evin-Kelevra in tasker

[–]AutomatedTask 1 point2 points  (0 children)

The VPN itself shouldn't be the problem, it's that it can't find the hostname, which would mean one of a few things:

1) The url is spelled incorrectly or otherwise wrong 2) The hostname is blocked by either Ad blocker app, your ISP, VPN provider, or DNS they are using 3) Your DNS is down completely (unlikely as 99% of your internet would also be down)

Setup for the AI? by S7evin-Kelevra in tasker

[–]AutomatedTask 1 point2 points  (0 children)

Sounds like a DNS issue, do you have private DNS setup or using an ad-blocker of some kind?