uwe-007
uwe-007
I have similar issues on my Android 7 phone with Termux-boot-Addon. First of all: If sshd is started via ~/.termux/boot/start.sh, it takes at least about 2 minutes more after device...
One more curious (on Android 10): This one works (sshd running): ``` #!/data/data/com.termux/files/usr/bin/bash termux-wake-lock date > /data/data/com.termux/files/home/boot.log sleep 2 sshd -p 2222 ``` This one not (only pkill added): ```...
@Grimler91 Thanks, Henrik, I will give it a try. And why can't I use pkill (second post)?
The other options with actions don't work too (on my Android 9 / FireOS): --button1 "a" --button1-action "termux-toast action" --on-delete "termux-toast action" Even in combinaton with "--alert-once" or "--priority high"...
This does work: termux-notification -t "title" --on-delete "am start --user 0 com.ghisler.android.TotalCommander/.TotalCommander" --priority high So you should modify (?) the action command you are using ...
> What you mean "modify the action"? Sorry, I was wrong I thought, this works: termux-notification -t "title" --on-delete "**am start --user 0 com.ghisler.android.TotalCommander/.TotalCommander**" --priority high and this not: termux-notification...
My solution for the first issue: I changed PACScripts.pm as follows: ``` if ($PACMain::RUNNING{$tmp_uuid}{terminal}{_SCRIPT_STATUS} ne 'STOP') { # _wMessage($parentWindow, "ERROR: Can not start a new Ásbrú Script while another one...