Switch to full style
Post a reply

A problem with 2595 LM

Sat Mar 05, 2022 12:16 pm

I have at me old Nuvi 2592 [ HWID = 1371 ]. The device by some reason was resetted. And now start, but there no Maps, No Voice Languages, no Text Languages and just an American English like Keyboard Laguage. I have a full internal backup from such device:

[Please Register or Login to download file]

But cannot catch it via USB in any conditions - there no MTP connection, even menu with Diagnostic page -> MTP Settings is accessible.

Well - to cheat Garmin express to download the map data is easy - i was format to FAT32 one 32Gb SD Card, make Garmin folder inside and in Garmin folder place a GarminDevice.xml file with correspondent DEVICE ID - own to unit.

But cannot transfer right the missing folders to internal memory:
I was make to SD card:
\Garmin\Updater\1371\LDR.bin
\Garmin\Updater\1371\update.txt

And inside Update.txt:
...
copy,2:/voice,1:/voice
copy,2:/keyboards,1:/keyboards
copy,2:/Text,1:/Text
...

Make something ... but finaly i don't see it in menu.

The device is latest 8.30 version.

Where i'm wrong?

BR, DebeliaMark, BG

Re: A problem with 2595 LM

Sat Mar 05, 2022 2:23 pm

For examle, if i try to read specific data:

Code:
nüvi 2xx5 Software Version 8.30, UID: 387569xxx9, HWID: 387569xxx9
------------------------------------------------------------------------------
Parsing "rrgn,154,1:/BUK_154.bin"
Error
Parsing "reboot"


BR, DebeliaMark, BG

Re: A problem with 2595 LM

Sat Mar 05, 2022 9:01 pm

Have you tried Cure to enable the unit to be recognised as a mass storage device ?

And inside Update.txt:
...
copy,2:/voice,1:/voice
copy,2:/keyboards,1:/keyboards
copy,2:/Text,1:/Text

TTBOMK Internal memory is 0

You can dump the entire visible file system from the internal memory to your SD card with this:
copydir,0:/,2:/BackUp/
reboot

Then you can see what else is missing, or what old files you need to delete
Examples:
del,0:/.System/ASR/064PTDKW.SRX
del,0:/.System/ASR/064PTDKX.ASR

Files with the same name will overwrite the existing one
copy,2:/.System/gmapprom.img,0:/.System/gmapprom.img

Re: A problem with 2595 LM

Mon Mar 07, 2022 7:22 am

Tnx for hint.

Update log now show:
Code:
nüvi 2xx5 Software Version 8.30, UID: 387569xxx9, HWID: 387569xxx9
------------------------------------------------------------------------------
Parsing "copydir,0:/,2:/BackUp/"
Error
Parsing "reboot"
Post a reply