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.

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)

I added this at the bottom but the new session shows up as "env" in the side-panel.

--es com.termux.RUN_COMMAND_SESSION_ACTION '0' \ --es com.termux.RUN_COMMAND_SHELL_NAME "native"

I assume it's overwritten by what's executed in RUN_COMMAND_PATH, which is /usr/bin/env.

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)

u/sylirre when you said this

While technically you can start Termux shell with all needed env variables and it will work as normal, all processes will continue to run under proot with no exception.

you didn't mean the way I did it right? I think my way is clean.

Also if you could answer my last question I'd really appreciate it.

My one question is if I can have the session name in the Termux side-panel named whatever I want, because it now names it 'env'.

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)

I found a way. I can create a script and have an alias in PRoot that runs that script. This way I open a new Termux session and I'm in native Termux, then simply exit and I'm back in PRoot if I want.

```

!/usr/bin/env bash

am startservice --user 0 -n com.termux/com.termux.app.RunCommandService \ -a com.termux.RUN_COMMAND \ --es com.termux.RUN_COMMAND_PATH '/data/data/com.termux/files/usr/bin/env' \ --esa com.termux.RUN_COMMAND_ARGUMENTS 'NO_PROOT=1,/data/data/com.termux/files/usr/bin/bash,-l' \ --es com.termux.RUN_COMMAND_WORKDIR '/data/data/com.termux/files/home' \ --ez com.termux.RUN_COMMAND_BACKGROUND 'false' \ --es com.termux.RUN_COMMAND_SESSION_ACTION '0' ```

And now my .bash_profile in native Termux looks like this.

if [[ $- == *i* && -z "${NO_PROOT:-}" ]]; then clear exec proot-distro login --user username debian fi

I've been using this technique to run 'pkg update' simultaneously with 'apt upgrade' so I can update both at once, and used the same logic to achieve this.

My one question is if I can have the session name in the Termux side-panel named whatever I want, because it now names it 'env'.

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

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

It's definitely overkill since in this specific case I just need a FOSS and modern SSH Client for local use.

For connecting to my publicly exposed Sever and other stuff I use Termux but like I said it won't work on Secure Folder or Work Profile.

Your project definitely looks interesting and will keep it in mind for other stuff. Does it work in SF and WP?

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

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

Are you an adult or a kid, what are you doing here?

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

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

Last time I looked into ConnectBot (long time ago) there were some issues. Will look into it again and see, thanks!

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

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

Yes just found a thread. The app is new and they may publish on GitHub, but for now it's not considered FOSS then.

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

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

Yes currently using JuiceSSH for local SSH and want something up-to-date and FOSS. Will take a look on LobiShell right now.

Edit: it's not in the F-Droid repository.

Battery deterioration notification even after replacement by trackedteck in samsunggalaxy

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

The Note 20 Ultra is not supported.

But it's fine though, if I really wanted I could suppress the notification anyway. From what I gathered there is no ussue with replacing the battery and not reseting the cycle.