how to enable boat mode or off road mode in wince mobile XT ike nuvi 500 .
Also the blue chart map not showing depth .?
tnx in adv
if you test this thread
Garmin Mobile XT for WinCE
for win ce5 add toolhelp.dll in RunGMXT
then some win ce5 may edit some files by
work on your PC open Garmin \ Apps \ WM \ ...
in WM deleate both aygshell.dll and coredll.dll
then rename aygshel2.dll to aygshell.dll
rename coredl2.dll to coredll.dll
and test again
how to enable boat mode or off road mode in wince mobile XT ike nuvi 500 .
Also the blue chart map not showing depth .?
tnx in adv
I have problem when I close Garmin Xt aplication Mortscirpt error massage?
Do You have any solution for this? I have Sirf V gps 800mhz dual core windows CE 6.0 embeded 128MB ram 4Gb Storage + 4Gb Sd Card
Thanks
800X480
Thanks
change Garmin.MSCR (1) or Garmin.MSCR(2)
Hi,
What is the most recent version of Garmin which will run under Win CE 4.2?
Thank you!
@ chinnachot,
i have 800 * 480 win ce 6.0 unit. the dir is StorageCard
i tried 5.00.30, garmin is running. the only problem is the setting (language, etc.) is not getting saved.
i have tried all possible combinations of Garmin.mscr and Que.exe but without luck.
also, i have tried 5.00.20. garmin is also running and setting is getting saved.
but the problem is it is not reading the map. i can't search and if i tried changing the mapset, garming crashes.
hope you can help me with either of the 2 versions.
thanks a lot!
to wes3284
test copy file name GarminDevice.xml to paste in folder RunGMXT and folder save
chinnachot, Thank you very much for all your support on this package.
I am having the problem with 7" Chinese device not saving settings either.
I have tried all the .mscr(1), (2), post #351, #352, #414, #459
Device:
Storage Card
800x480 Win CE 6.0
Is it possible to please generate a Que.exe and Garmin.mscr for me to try?
I've tried everything, this is my latest code that I edited:
Errorlevel("warn")
If(WndExists("Garmin Mobile XT"))
Show("Garmin Mobile XT")
Exit
EndIf
#Run Windows CE
Run("\Windows\explorer.exe")
Sleep(1500)
#Hide Taskbar
Run("\Storage Card\Garmin\RunGMXT\TaskbarToggle.exe")
Sleep(1000)
#Copy previous stored settings to \Garmin
XCopy("\Storage Card\Garmin\Save\*.*","\Garmin\", True, True)
RunWait("\Storage Card\Garmin\Apps\WM\Que.exe")
#Save new settings back to SD Card
XCopy("\Garmin\*.*", "\Storage Card\Garmin\Save\", True, True)
#Run Garmin Mobile XT.
RunWait("\Storage Card\Garmin\Apps\WM\que.exe")
Sleep(1000)
#Show Taskbar
#Run("\Storage Card\Garmin\RunGMXT\TaskbarToggle.exe")
Kill("\windows\explorer.exe")![]()