This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Updating to CN EU 2015.30 NTU

Today I updated my nuvi 2508, which had the 2015.20 map on a sd card. Express stated I didn't have enough room on the card, but changed its mind when I manually removed the previous map files. Surely Express should be calculating space without the old map file and removing it automatically?
  • You are absolutely correct, of course, it does normally calculate the space requirements and delete the previous image that was installed during a map update.
    Do you happen to remember the exact name of the image that was on the card before you deleted it?
    Hopefully this is just a one-off but if it happens again we could always take a look at the logs.

    Trish
  • I take it from your reply the file name has to be specific to enable the map to be deleted by Express? Or does it look for data within the file?

    If the former I renamed it last time I installed it. What name does it look for?
  • Former Member
    0 Former Member over 10 years ago
    What name does it look for?


    Probably the one(s) in the GarminDevice.xml file.

    <DataType>
    <Name>PreProgrammedMaps</Name>
    <File>
    <Specification>
    <Identifier>IMG</Identifier>
    </Specification>
    <Location>
    <Path>.System</Path>
    <BaseName>gmapprom</BaseName>
    <FileExtension>img</FileExtension>
    </Location>
    <TransferDirection>InputOutput</TransferDirection>
    </File>
    </DataType>
  • I agree ... But I'd like that confirmed. If so I'll stop renaming it to something that makes more sense to me.
  • Former Member
    0 Former Member over 10 years ago
    I just delete, manually, any old files myself. That is safe when using a "clone device" (as I always do).
  • Me too in the past. Wanted to see what happened when I used Express.
  • Former Member
    0 Former Member over 10 years ago
    Wanted to see what happened when I used Express.


    I wouldn't expect, or want, GE to mess with any file(s) except the one(s) it needs to update.

    As you know that hasn't always been the case. In the past GE has deleted other (e.g. voice) files in an attempt to create space.
  • Yep, this time it all worked except for the need to manually delete the map files. It's certainly installed them as gmapprom so guess it automatically just deletes files with that file name, I had hoped it was a bit more 'intelligent' :)
  • In the xml example, your still in the DATA TYPE section. Go farther down in to the UPDATE FILE section and look for the gmapprom element. This has the map region part number, versions (2011), the folder where it is installed, and the file name. If you change the file name then Express will not over write it forcing the prompt for an SD card. If the map is installed on an SD card then there is an Extension in the DATA TYPE section for the gmapprom that defines its path or folder to be installed in. Ex: <Extensions><dtlx:DataTypeLocationExtension><dtlx:ExternalPath>Garmin/</dtlx:ExternalPath></dtlx:DataTypeLocationExtension> Notice the ExternalPath tag. The forums keep making the D a big smiley face. Can't stop it. :mad:

    <UpdateFile>
    <PartNumber>006-D0323-13</PartNumber>
    <Version><Major>20</Major><Minor>11</Minor></Version>
    <Path>.System</Path>
    <FileName>gmapprom.img</FileName>
    </UpdateFile>

    Basically you should not rename the img files on the device.

    Curt
  • Got that and it explains it. Thanks