scubajorgen / TomTomWatch

Tool for exporting GPS files from TomTom Sports Watches
75 stars 16 forks source link

Activity download non appearing in top left panel #34

Closed rbeber closed 8 months ago

rbeber commented 8 months ago

Hi, first of all thank you for the effort done so far and the great app.

I have a issue, maybe I haven't got the full understanding of the app. Unfortunately when I connect the watch, I get the serial number both on linux and win10, but no activity appear on the top left panel.

I tried to upload a rout and that work, is then actually present on the watch by i cannot retrive in any way the activities that are currently in the watch..

image

With the activity summary the log report them on the bottom panel and with the activity history i can get the hex file name but even if i try to downlod the file ( in debug mode) then is in (*bin) format and I cannot retrive any information. do you have any idea why this happens or am I missing something trivial?

many thanks, Raniero image

scubajorgen commented 8 months ago

Hi

Tracks only appear after pressing 'download' button. If nothing appears   (downloadin 0 files) then there are no trackfiles on your watch (they get deleted after connecting to TomTom my connect). Go outside, log a track, then you will see it when you download.

Route files you can upload, but they are only used for following as route. They wont appear as track in the left panel.

Jörgen

⁣Get BlueMail for Android ​

On 12 Oct 2023, 10:45, at 10:45, rbeber @.***> wrote:

Hi, first of all thank you for the effort done so far and the great app.

I have a issue, maybe I haven't got the full understanding of the app. Unfortunately when I connect the watch, I get the serial number both on linux and win10, but no activity appear on the top left panel.

I tried to upload a rout and that work, is then actually present on the watch by i cannot retrive in any way the activities that are currently in the watch..

image

With the activity summary the log report them on the bottom panel and with the activity history i can get the hex file name but even if i try to downlod the file ( in debug mode) then is in (*bin) format and I cannot retrive any information. do you have any idea why this happens or am I missing something trivial?

many thanks, Raniero image

-- Reply to this email directly or view it on GitHub: https://github.com/scubajorgen/TomTomWatch/issues/34 You are receiving this because you are subscribed to this thread.

Message ID: @.***>

scubajorgen commented 8 months ago

Please let me know if you succeed in downloading tracks. Or else will I close this issue. Note that I added the issue to the FAQ

rbeber commented 8 months ago

Hi, I managed to get new tracks downloaded. Unfortunately I wasn't able to download the older activity that are reported under summary.

Do you have any clue if they can be retrieved manually somehow?

Thanks

rbeber commented 8 months ago

reading also your reply here: https://github.com/scubajorgen/TomTomWatch/issues/37#issuecomment-1764985594 I was wondering how to read in or convert .bin file to .ttbin or ultimately to *.gpx
That would be great.

scubajorgen commented 8 months ago

The watch contains a lot of files in various different formats: ttbin, efemeris, protobuf,... . Using TomTomWatch you can upload and download any file. I used the .bin extension as generic binary format indication

Files with ID 0x0091nnnn.bin are track/activity logs. The format is ttbin. So rename 0x00910000.bin to 0x00910000.ttbin and you have a ttbin file.

Refer to my reverse engineering report for the exact format of these files

⁣Get BlueMail for Android ​

On 17 Oct 2023, 11:27, at 11:27, rbeber @.***> wrote:

reading also your reply here: https://github.com/scubajorgen/TomTomWatch/issues/37#issuecomment-1764985594 I was wondering how to read in or convert .bin file to .ttbin or ultimately to *.gpx
That would be great.

-- Reply to this email directly or view it on GitHub: https://github.com/scubajorgen/TomTomWatch/issues/34#issuecomment-1766027340 You are receiving this because you commented.

Message ID: @.***>

scubajorgen commented 8 months ago

If it was TomTom MySports on Windows PC that downloaded and deleted the tracks you might find the TTBin files on your PC, under c:/users/[user]/tomtom or something, since MySports saves them.

You can read TTBins in TomTomWatch

⁣Get BlueMail for Android ​

On 17 Oct 2023, 08:38, at 08:38, rbeber @.***> wrote:

Hi, I managed to get new tracks downloaded. Unfortunately I wasn't able to download the older activity that are reported under summary.

Do you have any clue if they can be retrieved manually somehow?

Thanks

-- Reply to this email directly or view it on GitHub: https://github.com/scubajorgen/TomTomWatch/issues/34#issuecomment-1765762076 You are receiving this because you commented.

Message ID: @.***>

rbeber commented 8 months ago

Lovely, I managed to retrieve it from 'C:\Users\beber\TomTom Sports\HQ2397I00606' curios enough they had no extension, but after adding the *.ttbin extension TomTomWatch loaded them nicely!!

Such a great tool, I am happy I didn't loose one of this track that I recorded in the transition period.

PPS: I would like to get you a coffee!