Post a reply

Tue Feb 05, 2013 3:12 pm

@wes3284

Maybe you could post how you got it to work.

Tue Feb 05, 2013 3:48 pm

In mortscript, a # is like a rem statement or comment, anything after it on the same line is ignored.

It looks like the file has been corrupted.

Tue Feb 05, 2013 5:43 pm

chas521 wrote:@wes3284

Maybe you could post how you got it to work.


it was working even with the corrupted .mscr but I'm experiencing random crashes.
back reading this thread I saw some posts about .mscr and changed mine accordingly
but still it crashes from time to time

anyway, here is my updated .mscr

#ErrorLevel("OFF")

# System Directories
cwd=SystemPath("ScriptPath")
p=Find(cwd,"\",2)
cardName=SubStr(cwd,1,p-1)
prgMenu=SystemPath("ProgramsMenu")

# Make Directories
MkDir(cardName \ "GPX")
MkDir(cardName \ "POI")
MkDir(cardName \ "VOICE")
MkDir(cardName \ "VEHICLE")

# Write to Registry
CallScript(cwd \ "Reg.mscr")


# Create Start Menu shortcut
garminAppDir=prgMenu \ "Garmin Navigation"
MkDir(garminAppDir)
CreateShortcut(GarminAppDir \ "start Garmin.lnk","""" & cardName \ "Garmin\Que.exe""",TRUE)
CreateShortcut(GarminAppDir \ "Settings.lnk","""" & cardName \ "\1\gmapplauncher.exe"" SETTINGS",TRUE)
CreateShortcut(cardName \ "\1\set.lnk","""" & cardName \ "\1\gmapplauncher.exe"" SETTINGS",TRUE)

# Run EXPLORER
Run("\windows\explorer.exe")
Sleep ( 1000 )

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

# Run Garmin XT
RunWait(SystemPath("ScriptPath")\"Que_Full.exe")

If(ProcExists("explorer.exe"))
Kill("explorer.exe")
EndIf

Tue Feb 05, 2013 9:46 pm

chas521,

Sorry, if it sounded like i was trying to offend you, that was NOT the case. I am a newbie and didn't know if corrupted .mscr was the issue.

Tried replacing corrupted .mscr with data in post #392 but still same end result, Garmin XT 5.52 fails to start. Do i need to replace "cardName" in .mscr files with "Storage Card"? Is it worth troubleshooting any further? I would really like to solve this issue with Garmin XT 5.52 not starting.

Tue Feb 05, 2013 10:50 pm

Not insulted in the least! Try going here [post #1] http://www.navitotal.com/showthread.php?2329-Garmin-Mobile-XT-CE-for-Chinanavi-with-800x480 Just make sure you download the correct version for the name of your SD card. Click on the down arrow for filefactory.

Wed Feb 06, 2013 2:52 am

Tried Garmin Mobile XT CE for Chinanavi with 800x480 for "Storage Card" link but same result (after load, crash to desktop). I downloaded different version of Que "Que_Storage Card", replaced original and modified "Garmin.mscr" and "GarminDevice.xml" to change path to Que_Storage Card but still nothing. I then run Que_Storage Card.exe and a message displays "Please insert Garmin Mobile XT data card and then restart the program. Any ideas?

Cheers,
Shane

Wed Feb 06, 2013 1:30 pm

I don't think you should have changed anything because Downunder35m has already made it viable for your particular SD card name. Just make sure you downloaded the correct version for your storage card name. You might consider making a post in the other thread.

Wed Feb 13, 2013 5:59 pm

mmyhassan wrote:Thanks
After selecting Nand flah it works perfect


thanks to you I could finnally make the cekeyb work with my Rosen CE 5, followed your advise and installed it from nand flash2. I was having your same problem.

Wed Feb 13, 2013 6:01 pm

under wince5 imposible to get to settings

Wed Feb 13, 2013 8:19 pm

Please give a mirror. multiupload doesn't work for me.

Thanks!

Wed Feb 13, 2013 9:11 pm

rallisf1 wrote:Please give a mirror. multiupload doesn't work for me.

Thanks!


I'm confused by your post. AFA I can see, no one has used multiupload. Please be more specific - link?

Wed Feb 13, 2013 9:45 pm

chas521 wrote:I'm confused by your post. AFA I can see, no one has used multiupload. Please be more specific - link?
Nevermind i found download links scattered among the 40 pages of this thread. It is very difficult to follow when the first post is not updated.

Anyway i am having numerous issues loading garmin xt on my YF 800*480 GPS. Version 5.52 is not working well at all (not recognising maps, can't access settings although i applied the required patch etc) so i went back to version 5.3 which seems to work and recognises my unlocked custom mapset but i can't use the wince input method as it only gives me english querty layout and the maps i need to use are in Greek. I have downloaded the HD2 input method patch but there is no "InputMethod" folder in my residentflash2 partition or anywhere else in my filesystem. Nevertheless; i coppied the patched "InputMethod" to both partitions without any success , no input methods appear in control panel and standard wince keyboard is still on.

Moreover there is no "TEXT" folder in my garmin XT setup and i'd really like to translate it to Greek if someone hasn't done it already but i don't have the english.gtt file to start.

Wed Feb 13, 2013 10:10 pm

Have you considered installing an Igo navigation program to your device? http://www.navitotal.com/showthread.php?12043-iGo-Primo-2.4-9.6.13-Complete-Torrent Greek maps are located http://www.navitotal.com/showthread.php?12155-Navteq-Europe-Q3-2012-IGO-PRIMO-Truck-V2.0-Full-content-Direct-download

Wed Feb 13, 2013 10:14 pm

chas521 wrote:Have you considered installing an Igo navigation program to your device? http://www.navitotal.com/showthread.php?12043-iGo-Primo-2.4-9.6.13-Complete-Torrent%20%20Greek maps are located http://www.navitotal.com/showthread.php?12155-Navteq-Europe-Q3-2012-IGO-PRIMO-Truck-V2.0-Full-content-Direct-download
I want to use off-road and marine maps (g2 vision) which are only available for garmin devices. I already have Primo2 working on this GPS for city navigation.

Thu Feb 14, 2013 1:00 pm

rallisf1 wrote:I want to use off-road and marine maps (g2 vision) which are only available for garmin devices. I already have Primo2 working on this GPS for city navigation.


Understood. Have you looked into this http://www.navitotal.com/showthread.php?2329-Garmin-Mobile-XT-CE-for-Chinanavi-with-800x480 If you try, just make sure you download the correct version name for your SD card.
Post a reply