Replies: 2 comments 5 replies
-
There's nothing built-in, but you have some options (assuming you're using Gadgetbridge):
Both of those are reliant on the file not being too large (as it'll need to be small enough to be converted to JSON in the Bangle's RAM) but otherwise they're pretty doable |
Beta Was this translation helpful? Give feedback.
4 replies
-
I implemented file sync in Chrono Logger: App loader, Repo. It uses https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/3563. But it would need something like described in this comment by José Rebelo to become more useful. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm tracking data using a custom app and saving to a csv file on a Bangle.js 2. Every so often I open the Web IDE and save the file to my computer, but I was hoping for a more robust solution. Is there any way to auto-sync an arbitrary file to my Android phone via bluetooth every night?
Beta Was this translation helpful? Give feedback.
All reactions