Garmin XT 5.52 (Garmin Asus M10) for WINCE 6 (800x480)   

Postby chas521 » Tue Feb 05, 2013 3:12 pm

@wes3284

Maybe you could post how you got it to work.
If it ain't broke don't fix it!
ALWAYS BACK-UP YOUR FILES/FOLDERS BEFORE MAKING EDITING CHANGES!

Please do NOT post any thanks. Simply press the hand icon with the "thumb up" which is the thank you button.
chas521 offline


User avatar Ex Moderator



 
Joined: Sat May 15, 2010 8:50 pm
Posts: 4549
Location: Long Island, NY
Has thanked: 64 times
Been thanked: 1332 times

Postby Fatboyfun » 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.
Fatboyfun offline


User avatar Ex Moderator



 
Joined: Mon May 17, 2010 5:34 pm
Posts: 5782
Has thanked: 2 times
Been thanked: 403 times

Postby wes3284 » 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
wes3284 offline


User avatar Junior Member



 
Joined: Mon Feb 04, 2013 11:21 am
Posts: 5
Has thanked: 0 time
Been thanked: 0 time

Postby Fotchy » 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.
Fotchy offline


Junior Member



 
Joined: Sat Dec 24, 2011 4:35 am
Posts: 53
Has thanked: 0 time
Been thanked: 1 time

Postby chas521 » 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.
If it ain't broke don't fix it!
ALWAYS BACK-UP YOUR FILES/FOLDERS BEFORE MAKING EDITING CHANGES!

Please do NOT post any thanks. Simply press the hand icon with the "thumb up" which is the thank you button.
chas521 offline


User avatar Ex Moderator



 
Joined: Sat May 15, 2010 8:50 pm
Posts: 4549
Location: Long Island, NY
Has thanked: 64 times
Been thanked: 1332 times

Postby Fotchy » 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
Fotchy offline


Junior Member



 
Joined: Sat Dec 24, 2011 4:35 am
Posts: 53
Has thanked: 0 time
Been thanked: 1 time

Postby chas521 » 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.
If it ain't broke don't fix it!
ALWAYS BACK-UP YOUR FILES/FOLDERS BEFORE MAKING EDITING CHANGES!

Please do NOT post any thanks. Simply press the hand icon with the "thumb up" which is the thank you button.
chas521 offline


User avatar Ex Moderator



 
Joined: Sat May 15, 2010 8:50 pm
Posts: 4549
Location: Long Island, NY
Has thanked: 64 times
Been thanked: 1332 times

Postby desco007 » 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.
desco007 offline


Junior Member



 
Joined: Sat May 12, 2012 3:59 pm
Posts: 5
Has thanked: 0 time
Been thanked: 0 time

Postby desco007 » Wed Feb 13, 2013 6:01 pm

under wince5 imposible to get to settings
desco007 offline


Junior Member



 
Joined: Sat May 12, 2012 3:59 pm
Posts: 5
Has thanked: 0 time
Been thanked: 0 time

Postby rallisf1 » Wed Feb 13, 2013 8:19 pm

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

Thanks!
rallisf1 offline


Junior Member



 
Joined: Mon Dec 12, 2011 2:01 pm
Posts: 4
Has thanked: 0 time
Been thanked: 0 time

Postby chas521 » 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?
If it ain't broke don't fix it!
ALWAYS BACK-UP YOUR FILES/FOLDERS BEFORE MAKING EDITING CHANGES!

Please do NOT post any thanks. Simply press the hand icon with the "thumb up" which is the thank you button.
chas521 offline


User avatar Ex Moderator



 
Joined: Sat May 15, 2010 8:50 pm
Posts: 4549
Location: Long Island, NY
Has thanked: 64 times
Been thanked: 1332 times

Postby rallisf1 » 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.
rallisf1 offline


Junior Member



 
Joined: Mon Dec 12, 2011 2:01 pm
Posts: 4
Has thanked: 0 time
Been thanked: 0 time

Postby chas521 » Wed Feb 13, 2013 10:10 pm

If it ain't broke don't fix it!
ALWAYS BACK-UP YOUR FILES/FOLDERS BEFORE MAKING EDITING CHANGES!

Please do NOT post any thanks. Simply press the hand icon with the "thumb up" which is the thank you button.
chas521 offline


User avatar Ex Moderator



 
Joined: Sat May 15, 2010 8:50 pm
Posts: 4549
Location: Long Island, NY
Has thanked: 64 times
Been thanked: 1332 times

Postby rallisf1 » Wed Feb 13, 2013 10:14 pm

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.
rallisf1 offline


Junior Member



 
Joined: Mon Dec 12, 2011 2:01 pm
Posts: 4
Has thanked: 0 time
Been thanked: 0 time

Postby chas521 » 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.
If it ain't broke don't fix it!
ALWAYS BACK-UP YOUR FILES/FOLDERS BEFORE MAKING EDITING CHANGES!

Please do NOT post any thanks. Simply press the hand icon with the "thumb up" which is the thank you button.
chas521 offline


User avatar Ex Moderator



 
Joined: Sat May 15, 2010 8:50 pm
Posts: 4549
Location: Long Island, NY
Has thanked: 64 times
Been thanked: 1332 times

PreviousNext

Return to Software

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: wallon59 and 19 guests