Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete logs from watch #213

Open
vascotenner opened this issue Jan 7, 2019 · 12 comments
Open

Delete logs from watch #213

vascotenner opened this issue Jan 7, 2019 · 12 comments

Comments

@vascotenner
Copy link
Contributor

Can openambit/libopenambit be used to delete moves/log from the watch? How?

@Gerold-R
Copy link

Gerold-R commented Jan 8, 2019

As far as I know this is not possible.

You can use the function "Force Firmware Update" from Moveslink to delete the complete logbook. After the update, the header of the ringbuffer for the exercise log is reset to it's default values. It's possible to write a small tool that can delete the complete logook by overwritting these 18 header bytes with it's default values. For the Ambit 2 series the header is stored at address $0F4240, for the Ambit 3 series it's $0027AC40.

I only deleted the logbook of an Ambit 2S once and it worked.

@vascotenner
Copy link
Contributor Author

For me, the reason to use openambit is two-fold:

  1. Runs on linux
  2. Synchronization of the watch without uploading the logs to suuntos webserver

@Gerold-R : Do you have sample code how to do this?

@markusdecker
Copy link

markusdecker commented Jan 8, 2019 via email

@Gerold-R
Copy link

Gerold-R commented Jan 8, 2019

Yes of course, I do have code but it's written in Delphi 7. Do you have an Ambit 2S or another model?

Where do you upload your moves if you dont use Suunto's WebServer?

BTW:
I also using Linux (Mint) and I am a CrossOver Advocate for Moveslink
https://www.codeweavers.com/compatibility/crossover/moveslink

Mainly I am using programs which runs on Linux, only for a new windows programs (and my own ones) I use CrossOver (before I used WINE but I prefer CrossOver now). I was able to run original Moveslink on Linux using WINE or CrossOver (latest version 17). It was always a challenge to get Moveslink to run on Linux again after a new version of WINE or CrossOver, so I have written new a GUI using original DLL from Moveslink to sync the watch. It's like a workaround until I find a better solution and described here:
https://www.codeweavers.com/compatibility/crossover/tips/moveslink

Note, that you need Movescount.com to setup your watch, even if you don't want to upload the logs.

@markusdecker
Copy link

markusdecker commented Jan 8, 2019 via email

@rnorris
Copy link
Contributor

rnorris commented Jan 9, 2019

My Ambit 3 Multisport works with Debian using the latest source code.

I haven't knowingly used movescount.com (unless maybe it's used for 'Orbit Data' whatever that is)

@markusdecker
Copy link

hi rnorris.
interessting, and you are able to sync your sportmodes? did i understand this right?
how you do this?
m

@rnorris
Copy link
Contributor

rnorris commented Jan 14, 2019

hi rnorris.
interessting, and you are able to sync your sportmodes? did i understand this right?
how you do this?
m

I just use openambit to download the logs to my computer (which I then convert to GPX).

@fmoerl-real
Copy link

Now, the movescount service is closed. Is there any linux-based possibility to delete the logs from the watch. I ask this, because my Ambit 2 prompts the "Sync to movescount" screen due to more than 50% usage of memory. Is this only a flag? If so, can I ignore it or will my watch actually run in a state of out of memory?

@rnorris
Copy link
Contributor

rnorris commented Mar 20, 2021

@fmoerl-real: I believe the Ambit will automatically deletes/overwrites the oldest logs when it becomes full, so you should always have the latest logs available. I've not synced/manually deleted anything on my (Ambit3) watch for 2 years or so.

@centic9
Copy link
Contributor

centic9 commented Mar 20, 2021

You can run the sync via the commandline-tool openambit-cli with some options to disable syncing to movescount while still downloading moves and marking them as "fetched" on the watch, thus removing that warning.

Also some have reported success in still being able to upload to movescount with new credentials, see #270 (comment) for some details.

@fmoerl-real
Copy link

Thank you, centic9, for the hint. I figured out [openambit-cli -tosn] would read my data without to try syncing it to movescount. If it really works, I will find out after my next activity. Is there anywhere a more detailed description how to use the options, for instance the -c option is not clear without an example file.

Movescount is not important for me. I can read my logs, translate it a *.gpx file and then I do a manual upload to strava.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants