fangman said.. PKenny said..
With me being tech savvy enough to be dangerous on a computer. Could somebody please post the easy to follow steps to get my information from my Canmore GP102 onto my Mac and beyond?
Thanks in advance PK
Hey PKenny, on a mac, plug in Canmore unit via mini usb cable to keyboard outlet or back of the computer,
turn on the Canmore unit and let it boot up for 10 secs or so, then go to Finder, scroll down to Devices and "Canmore" should show. Double click on Canmore which will then show the files. Click on GP 102, then Activities and then you will get a file something like '001.fit'. This is the file you upload to Ka72 or into your GPS software. Hope this helps.
And just as a follow on. When the Canmore is full it will not write anymore files, so you have to empty the memory. This may require getting access to the hidden files on the unit.
It is a two step process to empty the memory and a bit of a pain in the arse the first time you do it.
Firstly trash all the .fit files in the Activities folder on the Canmore. What happens is these files are moved to the hidden folder on your Canmore called .Trashes, but you will find that the memory is still all full.
It maybe that the you can then write new files once this step is done - Perhaps someone has tried and can let us know? And if so then the job is done
But if not then:
The second step is to empty the .Trashes folder. This is done by simply dragging it to trash as well.
However Macs do not default to showing hidden files so you have do this this little routine:
Viewing hidden files on a Mac is useful for accessing the hidden UNIX directories or for recovering Music from an iPod.
To view hidden folders:
Open the Terminal (located in /Applications/Utilities/)
At the command prompt type
defaults write com.apple.finder AppleShowAllFiles -bool true
Press return to execute the command.
(Sometimes for the the changes to take effect, either log out then log back in again, or relaunch Finder )
To hide the hidden files again:
Open the Terminal
At the command prompt type
defaults write com.apple.finder AppleShowAllFiles -bool false
then press return to execute the command.
Log out then back in again, or relaunch Finder (explained above).