

Ive switched to running syncthing inside termux. Battery life has actually improved significantly. You need to manually start syncthing after a reboot though. There’s probably a way to start it autom


Ive switched to running syncthing inside termux. Battery life has actually improved significantly. You need to manually start syncthing after a reboot though. There’s probably a way to start it autom


Check out Termux and running it inside the termux terminal. It’s the same package as what you’d get from apt and battery life has actually been better compared to the android fork. Need to manually start it after a reboot though.
Long shot to try when all the other suggestions failed. If you’re dual booting, you may need to disable hibernation on the windows side so that when it shuts down it actually shuts down and releases hardware attachments. Ive have network, Bluetooth, and USB issues when windows wasn’t configured correctly to work in a dual booting setup.
Might need to search around for exact commands but the main thing is you’ll need the fdroid or source apk of termux for this to work from what I remember. So setup termux up on Obtainium or fdroid. Then inside termux
pkg install syncthingshould work. You might need to run the storage scripts found here https://wiki.termux.com/wiki/Internal_and_external_storage You can move over your existing syncthing exported config files (remove encryption first before exporting) to~/.local/state/syncthingand edit the config.xml file. Remove the lines for username and password. This will allow you to create a new username and password when you runsyncthingin termux. It should open a browser window tohttp://127.0.0.1:8384/which is the normal syncthing web interface.