Neven

Results 99 comments of Neven

> I found a helpful explanation for the changed behavior with #315 (comment) which requires to switch from "startservice" to "start-foreground-service" starting with Android Oreo. Currently, sending a *broadcast* instead...

> What do I have to enter as command? ``` adb shell am broadcast -a com.orgzly.intent.action.SYNC_START com.orgzly/.android.ActionReceiver ``` I should probably document this somewhere.

> Still an error. Are you sure about the com.orgzly/.android.ActionReceiver part? Yeah, first two work for me. What's the error, the same?

> I just checked again: > > Tasker -> Send Intent > Action: com.orgzly.intent.action.SYNC_START > Package: com.orgzly > Class: com.orgzly.android.ActionReceiver > > ... does not work at my side. What...

> However, changing it to Broadcast Receiver did not result in Orgzly syncing. Hmm, I'm not sure what could be the issue. It's hard to debug without seeing logs. If...

I agree sync intents should be documented. If someone wants to take a shot, /help page is at https://github.com/orgzly/documentation/blob/master/miscellaneous.org. > Is SYNC_STOP ever necessary? It's not, it's there for completeness.

@codygman: I'm not sure I understand the exact issue. Is it about initiating the sync, or sync conflict after that?

Working on it, I just don't have that much time for GitHub these days. I've pushed the latest changes now.

> Whenever I'd want to do that, I'll have to delete the file on each device BEFORE one of the other devices synced it's changes back onto my server and...

> Any progress on this issue? Not that I know of. > My best suggestion is to ask the user whether to delete the file on device, or sync it,...