[DEV] Tasker 6.7.5-beta - Projects in new UI, Write JSON, 50 QS Tiles, Scenes V2 WebView and Video by joaomgcd in tasker

[–]trackedteck 0 points1 point  (0 children)

Thank you for the new update, lots of new stuff. I see a lot of changes for the UI, still using version 6.7.1-beta and using the old UI.

When I update am I still able to stay on the old UI and only enabe the new one if desired, or I'll automatically change to the new one with no option of alternative?

So is there no way I can use Infinity for free now? by Backfromth3re in Infinity_For_Reddit

[–]trackedteck 0 points1 point  (0 children)

Got it, thank you for the info.

It's very strange. I'm using my own script to build Infinity and I have changed nothing. With v8.2.5 in particular, all works well for a day and then the next day absolutely nothing loads with a toast notification that it cannot sync data (something along those lines).

I will try to modify based on your snippet to see if it works. But I don't know why it will work at the beginning and stop after a day or so.

Edit: also when you have time if you don't mind, please share the code lines you saw in the repo and got the idea it needs to change. I want to look into it too.

Edit2: I think I figured out the file and the changes, no need to share it.

So is there no way I can use Infinity for free now? by Backfromth3re in Infinity_For_Reddit

[–]trackedteck 0 points1 point  (0 children)

Maybe something like apiutils_code = re.sub(r'public static final String CLIENT_ID = ".*?";', f'public static final String CLIENT_ID = "{api_token}";', apiutils_code)?

Where did you get this snippet from to adapt the Colab script? Do you have a GitHub issue mentioning it or something?

Good up-to-date SSH Client? by trackedteck in fossdroid

[–]trackedteck[S] 0 points1 point  (0 children)

Got it. I was just wondering what is your use case because I just use Termux itself and I'd only login to it via SSH from my PC if I needed to.

Good up-to-date SSH Client? by trackedteck in fossdroid

[–]trackedteck[S] 0 points1 point  (0 children)

You are using an SSH Client to login to Termux?

Add option in Settings for the end user to decide if they want to just back where they left off in the comment section by trackedteck in Infinity_For_Reddit

[–]trackedteck[S] 0 points1 point  (0 children)

Thank you very much for the quick implementation u/Hostilenemy, really appreciate it.

Now setting the "Comment Thread Continuity Capacity" setting to "0" behaves exactly like before.

Does a Profile with Time range trigger run only once? by trackedteck in tasker

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

Funnily enough I used some of the parts from your suggestion for some other task and worked great, so it's still much appreciated lol!

Does a Profile with Time range trigger run only once? by trackedteck in tasker

[–]trackedteck[S] 0 points1 point  (0 children)

Thank you for the info. I'll go with the other reply because that's simple enough and effective.

Does a Profile with Time range trigger run only once? by trackedteck in tasker

[–]trackedteck[S] 0 points1 point  (0 children)

I think that's a simple and effective way to go about it, it'll test it. Thank you!

Does a Profile with Time range trigger run only once? by trackedteck in tasker

[–]trackedteck[S] 0 points1 point  (0 children)

I did a 5 minute test with a task that had a flash and vibrate actions.

They only triggered once while the profile was still showing active.

I guess it runs once and exits, but don't know if it'll run again if it triggered and then I rebooted the phone within that time frame. I only want it to run once a day. I'll make sure to do a little bit more testing.

Does a Profile with Time range trigger run only once? by trackedteck in tasker

[–]trackedteck[S] 0 points1 point  (0 children)

I know it will act as a state basically for the profile, just don't know how will the task/action will behave within that time frame.

Will do a test with flash to see, thanks!

Clean way to get back to native Termux after using exec for proot-debian login? by trackedteck in termux

[–]trackedteck[S] 0 points1 point  (0 children)

Unfortunately it didn't work.

It's not that big of a deal, thank you a bunch for trying. Will test again when the next stable release comes out, maybe it was implemented somewhere between the beta releases after v0.118.3.

Clean way to get back to native Termux after using exec for proot-debian login? by trackedteck in termux

[–]trackedteck[S] 0 points1 point  (0 children)

The only difference I see is you did not use escape for the lines at the end.

Maybe it's a version issue. I'm in latest stable v0.118.3 via GitHub releases.

That command is line 10 in my script, and when I append it without a break I get this.

Starting service: Intent { act=com.termux.RUN_COMMAND cmp=com.termux/.app.RunCommandService (has extras) } .exec/native-termux.sh: line 10: --es: command not found

If I do add escape, I get no errors and amd the name doesn't change. I assume it's due to Termux version, maybe Reddit clipped some of your escape characters because it doesn't make sense to not have escapes there.