I want to run a node-red flow in Kiosk mode on my tablet (android 10) and for that I need to run node-red on boot. I tried termux:boot already, I did all the steps required but without success.
If anyone knows how to solve this issue I'll be appreciated.
Thanks.
Is the android 10 device rooted, if so you can use shell commands, using automate app to type node-red in the termux command window and send return, Automate can trigger on system reboot.
I have it working on an android 8 device, no turmux boot. I just use Automate to start termux, then send shell command to type node-red and send enter. Yes the device has to be rooted.