taitberlette / wasp-os-companion

A simple companion application for wasp-os devices.
43 stars 18 forks source link

App won't sync after disconnecting #3

Open joshontech opened 2 years ago

joshontech commented 2 years ago

Once downloading and installing build 16 the app connected to my pine time just fine. Unfortunately after disconnecting the app when trying to reconnect it gets stuck syncing and I have tried force quiting the app but that does not work. Any way to get around this?

Update

Restarting the phone does not work also reinstalling the app does not work it just seems to get stuck syncing.

Update 2

Restarting the watch works it reconnects and syncs fine than.

taitberlette commented 2 years ago

Hello!

The app uses the UART console to sync data, and sometimes it can break when the watch is doing something else (such as updating the heart rate app). I'm trying to find a better way to sync, but I haven't been able to figure it out yet. When the app is stuck saying it is syncing, is the watch still responsive, or does it freeze too?

joshontech commented 2 years ago

Yes the watch is responsive.

taitberlette commented 2 years ago

Hi! Sorry, it's been a while since my last message, I've been busy with other things.

I had a couple of checks in place (to see if the watch was connected, disconnected, etc.), but I realized that the UI might get out of sync from the rest of the app, which would break some features. I temporarily removed those checks in this commit, so hopefully, it will work better. If you get the chance, please try the latest build of the app, and let me know if it is any smoother to use.