Mar 20th, 2009, 8:46 am
As should be launched? Garmin.exe start Cause if you jump-off after the windows line.
If you do not have GPS que.exe
Mar 20th, 2009, 8:46 am
Mar 21st, 2009, 2:02 pm
In BECKER Z200 (BE7977) Working perfectly!
Mar 21st, 2009, 2:02 pm
Mar 24th, 2009, 11:27 am
hello

I've a problem with this version of Garmin for win CE:

my navigator unit is a LG LN550 (pna win ce 5), extracted to my SD all from the archive (option1) and it just hang at the loading screen of garmin (the one with black background, garmin logo in the middle ... )
I've tried starting the application from garmin.exe or garmin.mscr, but the result is the same hangs at the loading screen

anybody had this problem? it there a solution?

thanks
Mar 24th, 2009, 11:27 am
Mar 24th, 2009, 2:00 pm
Try starting from Garmin\Apps\WM\Que.exe and look at \Garmin\Error.txt that is created on the root of the file system.
Mar 24th, 2009, 2:00 pm
Mar 24th, 2009, 6:51 pm
will do, and i will post the result
Mar 24th, 2009, 6:51 pm
Mar 25th, 2009, 12:08 pm
the result :(

starting it with que.exe is ok, program start, i've registered, but my settings are not saved (didn't try if it can find satellites)

starting it with garmin.exe or garmin.mscr sometimes the same problem (hangs at the logo screen) and sometimes i've get an error from port splitter "Unable to open input port"

this is the original garmin.mscr

Errorlevel("warn")

If(WndExists("Garmin Mobile XT"))
Show("Garmin Mobile XT")
Exit
EndIf

#Hide Taskbar
Run(SystemPath("ScriptPath")\"TaskbarHide.exe")

#Registry for Port Splitter
RegWriteString( "HKLM", "SOFTWARE\JAL\Port Splitter", "InstallPath", SystemPath("ScriptPath") )
RegWriteDWord( "HKLM", "SOFTWARE\JAL\Port Splitter", "MajorVersion", 1 )
RegWriteDWord( "HKCU", "Software\JAL\Port Splitter", "Split", 2 )
RegWriteDWord( "HKCU", "Software\JAL\Port Splitter", "Autostart", 1 )
RegWriteDWord( "HKCU", "Software\JAL\Port Splitter", "Baud", 11 )
RegWriteDWord( "HKCU", "Software\JAL\Port Splitter", "Port", 2 )

#Run Port Splitter if not exists
If(not ProcExists("Port Splitter.exe"))
Run(SystemPath("ScriptPath")\"Port Splitter.exe")
Sleep(500)
EndIf

#Copy previous stored settings to \Garmin
XCopy(SystemPath("ScriptPath")\"Settings\*.*", "\Garmin", TRUE)

#Run Garmin Mobile XT.
#This script will not go to the next command before que.exe completely shut down
RunWait(SystemPath("ScriptPath")\"..\Apps\WM\que.exe")

#Save new settings back to SD Card
XCopy("\Garmin\*.*", SystemPath("ScriptPath")\"Settings", TRUE)

#Stop Port Splitter before killing it
#If the port splitting are not stopped before killing the process,
#it will not work again even you run Port Splitter again without soft reset
If(WndExists("Port Splitter V1.20"))
#Stop button
SendCommand("Port Splitter V1.20", 1010)
Sleep(500)
#Exit button
SendCommand("Port Splitter V1.20", 2)
Sleep(500)
EndIf

#Kill Port Splitter process
If(ProcExists("Port Splitter.exe"))
Kill("Port Splitter.exe")
EndIf

#Clean all registry for Port Splitter
RegDeleteKey( "HKLM", "SOFTWARE\JAL", TRUE, TRUE )
RegDeleteKey( "HKCU", "Software\JAL", TRUE, TRUE )

#Show Taskbar
Run(SystemPath("ScriptPath")\"TaskbarShow.exe")

can anybody help me modify that it will reflect my gps unit settings com2 baud 9600
Mar 25th, 2009, 12:08 pm
Mar 25th, 2009, 2:00 pm
I think port splitter is your problem. I do not use it. Edit Garmin.mscr to try without port splitter.
#--------------------
#Copy previous stored settings to \Garmin
XCopy(SystemPath("ScriptPath")\"Settings\*.*", "\Garmin", TRUE)

#Run Garmin Mobile XT.
#This script will not go to the next command before que.exe completely shut down
RunWait(SystemPath("ScriptPath")\"..\Apps\WM\que.exe")

#Save new settings back to SD Card
XCopy("\Garmin\*.*", SystemPath("ScriptPath")\"Settings", TRUE)
#------------------------

If the taskbar is in the way, add the taskbar hide and show statements.
Mar 25th, 2009, 2:00 pm
Mar 25th, 2009, 3:11 pm
thx for info, it did solve a part of the problem: i don't get any error messages now, garmin start every time, but the settings are NOT saved

i've cheked with the pna connected to pc, director "Garmin" exist in root; the command syntax looks to be ok; what is wrong, why it doesn't copy back the settings it's a mistery to me

it Settings (a.k.a Garmin on root) i've found an error log, maybe it has some clues for somebody


[1/1/03 12:00:50 30308KB 5.00.20wp]
Failed to open contacts DB (2)
[1/1/03 12:00:50 30308KB 5.00.20wp]
WARNING: Assert failed at MainFrameBackground.cpp : 1609 in PocketNav with error 183
[1/1/03 12:00:50 30272KB 5.00.20wp]
CALL STACK:
0x182A9098
0x182E0AC8
0x182E17A0
0x182EAFF4
0x03F8717C
0x0801ECD8
0x0801FD78
0x0801B9D8
0x08016A14
0x03F82A74
0x182EB148
0x182DEAA8
0x182E5E68
0x182E6C34
0x182E941C
0x182E6448
0x18339978
0x03F8DCF4
Mar 25th, 2009, 3:11 pm
Mar 25th, 2009, 9:33 pm
Those errrors are common. Try explict paths to see if you can save the settings. This is mine:

XCopy("\SDMMC\Garmin\Settings\*.*","\Garmin",True,True)
RunWait("\SDMMC\Garmin\Apps\WM\Que.exe")
XCopy("\Garmin\*.*","\SDMMC\Garmin\Settings",True,True)

Your SD Card name might be different. If so, change SDMMC to the name of your SD Card. (Storage, SDCard, etc..)
Mar 25th, 2009, 9:33 pm
Mar 27th, 2009, 11:36 am
still the same problem: i've changed program language, spooken language, unit of measurement to my native language and metric system, exit the program and when I open it again (from garmin.mscr) I'm back to english and default settings

the final version of garmin.mscr (with my paths)

XCopy("\SDMMC\Garmin\RunGMXT\Settings\*.*","\Garmin",True,True)
RunWait("\SDMMC\Garmin\Apps\WM\Que.exe")
XCopy("\Garmin\*.*","\SDMMC\Garmin\RunGMXT\Settings",True,True)

if it exist something that may be done, I'm waiting for an answer
if not, my respect to the uploader and rickgtx who helped me so far
Mar 27th, 2009, 11:36 am
Apr 4th, 2009, 3:04 am
Great, I will try this soon.
Apr 4th, 2009, 3:04 am
Apr 4th, 2009, 10:52 am
Bajo76 wrote:
jabadabadu wrote:Image

Does anyone have the patch to fix this bug? The map is not centered on my mio c520 480x272 screen.

Hope can fix this bug~!!


Same problem here. Device: Pearl GT-43-3D resolution 480*272. Any fix?[/quote]



Same problem at my myguide 4200 win ce5.0..
Does anybody know how to fix it?
Everything else work perfectly,only that screen is little too much left sided.
But,if you put it to 2D mode,then is ok!
Help please!
Apr 4th, 2009, 10:52 am
Apr 4th, 2009, 11:15 am
i have 1 GPS device from china... os- win CE 5.0... i had install all the software from above but i put the SD card in slot then there nothing function and how to get run on my device???
Apr 4th, 2009, 11:15 am
Apr 4th, 2009, 11:23 pm
inflexion wrote:i have 1 GPS device from china... os- win CE 5.0... i had install all the software from above but i put the SD card in slot then there nothing function and how to get run on my device???





I does like it says,and everything was work ok!
Maybe you doing something wrong?
Try again,step by step,it must work..
But only problem you will have with uncentered display if device id 480x240.
Apr 4th, 2009, 11:23 pm
Apr 4th, 2009, 11:43 pm
S_L_24 wrote:still the same problem: i've changed program language, spooken language, unit of measurement to my native language and metric system, exit the program and when I open it again (from garmin.mscr) I'm back to english and default settings

the final version of garmin.mscr (with my paths)

XCopy("\SDMMC\Garmin\RunGMXT\Settings\*.*","\Garmin",True,True)
RunWait("\SDMMC\Garmin\Apps\WM\Que.exe")
XCopy("\Garmin\*.*","\SDMMC\Garmin\RunGMXT\Settings",True,True)

if it exist something that may be done, I'm waiting for an answer
if not, my respect to the uploader and rickgtx who helped me so far


put this into garmin.mscr (the one in RUNGMXT folder)

Errorlevel("warn")

If(WndExists("Garmin Mobile XT"))
Show("Garmin Mobile XT")
Exit
EndIf

#Hide Taskbar
Run(SystemPath("ScriptPath")\"TaskbarHide.exe")


#Copy previous stored settings to \Garmin
XCopy(SystemPath("ScriptPath")\"Settings\*.*", "\Garmin", TRUE)

#Run Garmin Mobile XT.
#This script will not go to the next command before que.exe completely shut down
RunWait(SystemPath("ScriptPath")\"..\Apps\WM\que.exe")

#Save new settings back to SD Card
XCopy("\Garmin\*.*", SystemPath("ScriptPath")\"Settings", TRUE)

#Show Taskbar
Run(SystemPath("ScriptPath")\"TaskbarShow.exe")

All setting will be saved.except TEXT LANGUAGE. (audio language is saved,hitory,everything,but NOT TEXT LANGUAGE SETTING,dont know why). Im trying this into VIVAX VIAGPS 350 ,maybe onyour device will work.
Apr 4th, 2009, 11:43 pm