Thanks to this tool, I just succeeded in unlocking "City Navigator Europe NT 2013.41" exclusively on a Mac, without any PC interaction and without the need for Parallels or Bootcamp.
Since I spent the better part of an afternoon making this work (and finding out which other tools from other threads would not work...), I thought I'd provide a short summary of my procedure to make this a bit easier for the other Mac users.
PREREQUISITES:
- Wine emulator for Mac
- Some basic knowledge of DOS commands
WINE EMULATOR INSTALLATION:
If necessary, install Wine on your Mac as follows:
- Download and install "MacPorts" according to the instructions at
Code:
Please Login or Register to see the links
The MacPorts Project -- Download & Installation - Open a Terminal window and install Wine with the command "sudo port selfupdate; sudo port upgrade outdated; sudo port install wine"
UNLOCKING PROCEDURE:
- Download and unzip the "Garmin_Mapsource_Unlocker.zip" file referenced in this thread.
- In Mac Finder window, right-click on your downloaded Garmin .gmap file and select "Show Package Contents". In the resulting folder window, navigate to the "Product1" directory.
- Copy the "GarminUnlocker.exe" file to the "Product1" folder. Make a note of the name of the .tdb file in this folder (e.g. "CNEuroNT_2013_41.tdb")
- In a Terminal window, start a Windows shell with the command "wine cmd". You are now in a Windows DOS-style environment.
- Using the "dir" (list directory) and "cd" (change directoy) commands to navigate to the "Product1" folder of step 2)
- Execute the command "GarminUnlocker tdb NAME_OF_TDB_FILE.tdb", e.g. "GarminUnlocker tdb Product1/CNEuroNT_2013_41.tdb"
- If everything worked, a success message should appear, like
Code:
Please Login or Register to see the links
WRAP-UP (MAC SIDE):
- In the folder window of step 2), delete "GarminUnlocker.exe"
- Launch Garmin MapManager and install your .gmap file (File > Install). It should be listed in MapManager as "Unlocked".
- Launch Basecamp to view the map, or MapInstall to send parts or all of it to your device.
UNLOCKING THE MAP IMAGE ON YOUR GARMIN DEVICE:
After sending the map to your Garmin GPS with Basecamp, the map will still be locked on the GPS although it is unlocked in Basecamp. I found the open-source
Code:
Please Login or Register to see the links
gimgtools most convenient to unlock the map's .img file on the device. The current version (0.03) of gimgtools compiles without problems on the Mac if you have XCode installed. In a Terminal window, simply execute "gimgunlock NAME_OF_IMAGE_FILE_ON_GPS.img" to unlock the map while the GPS is connected to your Mac.
I hope this will help some people out there. Comments and questions welcome.
Bookmarks