Problem Description:
Syncthing-Fork does not maintain automated background persistence. The app only syncs when manually launched.
When the persistent notification is enabled, the app functions correctly in the background. However, once the remote laptop is closed and disconnects, the persistent notification automatically disappears after a while. At this point, the background service terminates completely and fails to auto-start or wake up when the laptop comes back online, requiring another manual launch.
Device Details:
-
OS: Android 16
-
Device: Motorola
Attempted Troubleshooting (Without Success):
-
Set App Battery Usage to Unrestricted and verified Allow Background Usage is enabled.
-
Toggled battery settings (Unrestricted > Optimized > Unrestricted) to force reset permissions.
-
Enabled Start service automatically on boot in the app settings.
-
Locked the app in the Android Recents multitasking view (the system still terminates it after ~1 hour).
-
Updated Private DNS from
dns.adguard.comtodns.adguard-dns.comto rule out connection blocks. -
Looked for an internal app setting to permanently force the foreground service/notification to stay alive when disconnected, but no such toggle exists in this version.
Any help and guidance to resolve is deeply welcome