Garmin Monterra

From Wildsong
Revision as of 22:07, 13 May 2015 by Brian Wilson (talk | contribs)
Jump to navigationJump to search

First impressions

It is a big change from a Garmin handheld, it's almost more like using a Nuvi in some ways.

I expected rough edges and it actually works better than expected. Nothing crashes except the program a co-worker is developing. (To be fair, for phones, not for Garmin) :-)

Updates

You do this the Android way. When you are connected via WiFi, you can trigger it by going to Settings->About Monterra->System Updates.

Maps

What I have tried so far:

Street maps

Openstreetmap, in the Velo and MTNBIKE versions. These are GREAT for hiking and geocaching, because we've worked hard to get local hiking trails in. It will route you _on trails_ to caches. Unfortunately OSM still needs addresses, so routing to an address DOES NOT WORK. Hence I broke down and bought City Navigator again.

I have also installed another version of OSM, "Openfietsmap Lite" for US west from http://www.openfietsmap.nl/

Topo maps

So far using the free topo map is just as good for me as the Garmin 24K topo that I bought for the GPSMap 62. I think I was referring to ortopo11 there. Now I am using catopo11 since I am back in California. These are not as pretty as the Garmin version, I still want to bake my own.

I am also going to try using Avenza PDF viewer with US Forest Service topo PDFs one of these days. All loaded up but have not tried.

Aerial photos

I signed up for Birds Eye photos. Have downloaded Corvallis area. Great photos. Unlimited downloads but you have to be patient enough to break up the download into small pieces because they restrict download size. Sounds like a script is needed...

Transferring BirdsEye to device is AWFUL. Fails 90% of the time.

Geocaching

From Groundspeak forums, something to look at

A selection of Geocache related bugs, problems and/or issues translated from the Norwegian Monterra Wiki by thomfre:

  • The default list of geocaches shows all caches, including the found once. CONFIRM
  • Found geocaches are not marked as found in the list. The only indication of a found cache is that it is shown on the map as an open chest. CONFIRM
  • When a geocache are tagged as found, it is still shown as the nearest geocache on the Geocache Dashboard. CONFIRM
  • The Geocache Dashboard does not update with the nearest geocache when on the move. CONFIRM
  • When navigating to a cache which is not the nearest one, the dashboard still shows the nearest cache. CONFIRM
  • The map zoom level is not stored when going out of the map page and back again. It defaults to 300 meters.
  • When navigating to a cache, it is not possible, as it is on the Montana, to push the dashboard to access the geocache description, hint and logs. One will have to select the geocache from the list again to gain such access. CONFIRM
  • Logs from GSAK in HTML are "unreadable" since the HTML codes are shown. I don't use GSAK
  • Only a few lines of the geocache description are shown CONFIRM THIS IS REALLY BAD!!!
  • The compass does not show the right direction CONFIRM
  • Some names on the maps are shown upside down. CONFIRM
  • The Garmin App does not work with other languages than english N/A!
  • When loading a GPX file with more than e.g 1000 geocaches, the list of all geocaches are slow and imprecise.
  • When navigating to a cache, the bearing line is fixed to the point where the navigation starts.

Notes here from someone else... http://www.horizonsunlimited.com/hubb/navigation-maps-compass-gps/garmins-monterra-review-now-live-73235

So far the GPSmap 62 is still better for geocaching.

Installing City Navigator

(I wonder how many times I have paid for City Navigator now. This time around I did not buy a "lifetime" version. Updates expired Dec 2014.)

  • First attempt: Macintosh running Mavericks and latest version of Firefox
  • Purchase City Navigator at Garmin.com
  • My.garmin.com, log in, go to myMaps.
  • Click "Add to device" on dashboard. Get error:
Failed to get the latest software for DLC download for dl part num 010-D0035-00
  • Send request for help to Garmin. Get instructions to clear browser cache etc.
  • Repeat with Windows 7 + Firefox. Install Garmin Communicator Plugin. Same error.
  • Repeat with Windows 7 + Internet Explorer 11. Install Garmin Communicator Plugin.
    • Quick install of plugin fails. Downloading and running .EXE version fails.
    • Follow instructions send in email (below). Try again. Still can't use Garmin Communicator.
  • Repeat with Windows 7 + Chrome. Does not complain about missing plugin. Does not find device either.

Finally, the real problem: I had turned on USB debug mode in Developer Options. I turned it off and things were fine.

Conclusion based on above -- don't ever use Internet Explorer, it is a waste of time and crashes a lot.

Install City Navigator to SD card

Click "More Options" in the install page and select SD card. I put a fast (class 10) 32 GB card for map / data storage in the Monterra. I intend to keep the Garmin's internal storage as open as possible.

Hacks

Getting access to internal storage via USB connection.

With Mac, it just works.

With Linux (Ubuntu 13.04), I had to update libmtp source and build it. See sourceforge libmtp project. Once it was compiled and installed then

sudo mkdir /media/Android
sudo chgrp fuse /media/Android
sudo chmod 775 /media/Android
mtpfs -o allow_other /media/Android
Unable to open ~/.mtpz-data for reading, MTPZ disabled.Listing raw device(s)
Device 0 (VID=091e and PID=2585) is a Garmin Monterra.
  Found 1 device(s):
  Garmin: Monterra (091e:2585) @ bus 2, dev 17
Attempting to connect device
Android device detected, assigning default bug flags
Listing File Information on Device with name: (NULL)
ls /media/Android
Internal Storage/  Playlists/  SD Card/

Success!

To unmount it,

sudo umount mtpfs

See http://www.mysolutions.it/mounting-your-mtp-androids-sd-card-on-ubuntu/