Please forgive my ignorance. I’m using the syncthing fork on android tv ( GitHub - Catfriend1/syncthing-android: Syncthing-Fork - A Syncthing Wrapper for Android. ). The program works fine, but sometimes android terminates the syncthing service at the most inopportune moment. My android tv has very little RAM, only 1.5GB
I followed the recommendations written on the page
Remote-Control-by-Broadcast-Intents
I also use the tvQuickActions program ( https://play.google.com/store/apps/details?id=dev.vodik7.tvquickactions&hl=en ), which allows you to configure and run various ADB commands based on triggers and events (for example, when the device is turned on, by time, or when operating applications). Unfortunately, there is no root access for my device. Please write in detail the ADB commands that allow me to run the syncthing service in the background. I would like the syncthing service to work all the time, that is, so that it can be run by external commands, but also so that the built-in syncthing autorun mechanism works (as I understand it, at the moment, these are mutually exclusive settings).