You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was used to trigger sync by a Bash script (Termux) with am startservice -n com.orgzly/com.orgzly.android.sync.SyncService. It seems this service does not exist anymore since v1.8.9.
Is there another way to trigger the sync from a shell?
Background:
The script watches/waits for files changes (the org-files gets synced by syncthing) and triggers Orgzly to sync in case of an update.
The text was updated successfully, but these errors were encountered:
I was used to trigger sync by a Bash script (Termux) with
am startservice -n com.orgzly/com.orgzly.android.sync.SyncService
. It seems this service does not exist anymore since v1.8.9.Is there another way to trigger the sync from a shell?
Background:
The script watches/waits for files changes (the org-files gets synced by
syncthing
) and triggers Orgzly to sync in case of an update.The text was updated successfully, but these errors were encountered: