Page 5 of 9 FirstFirst 123456789 LastLast
Results 81 to 100 of 175

Thread: GARMIN for Windows CE with Australia + NZ 2010 Map

  1. #81
    Junior Member
    Join Date
    Jul 2008
    Location
    Carlingford Sydney
    Age
    68
    Posts
    29
    Thanks
    9
    Thanked 4 Times in 3 Posts
    Rep Power
    191
    Reputation
    30

    Default Modify Garmin.mcsr

    Quote Originally Posted by Jards88 View Post
    @Aussie Frontier,

    You are correct, Garmin.exe is a mortrunner for Mortscript which actually executes the script Garmin.mscr. Have you modified Garmin.mscr as mentioned in the tutorial to suit the particular name of your SD card and checked that all the paths are correct? If not that could be why it won't work. Also make sure that Mortscript.exe is also present.

    Cheers, Ian
    Am unsure what sections of Garmin.mcsr to modify.

    My storage card is called "SDMMC".

    Thanks in advance.

    Sparky


    Errorlevel("warn")

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

    #Start explorer.exe and wait a second
    Run("\windows\explorer.exe")
    Sleep(1000)

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

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

    SET SETMEM, SystemPath("ScriptPath")\"SetMem.exe"
    Run (%SETMEM%, "6000")

    #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.e xe")

    Run (%SETMEM%, "3840")

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

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

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



  • #82
    Senior Member
    Join Date
    Aug 2009
    Location
    Sydney
    Age
    43
    Posts
    1,217
    Thanks
    189
    Thanked 615 Times in 150 Posts
    Rep Power
    0
    Reputation
    2828

    Default

    try it without modifying, if it dosen't work or says can't find files etc... i THINK where it says SystemPath is what you have to change to SDMMC - i could be wrong, unless someone here has a better suggestion ?

  • #83
    Junior Member
    Join Date
    Jul 2008
    Location
    Carlingford Sydney
    Age
    68
    Posts
    29
    Thanks
    9
    Thanked 4 Times in 3 Posts
    Rep Power
    191
    Reputation
    30

    Default

    Thanks HM syntax is not my strong suit was thinking along the same lines as you will try and get back if successful.

    Sparky

  • #84
    Junior Member
    Join Date
    Jul 2008
    Location
    Carlingford Sydney
    Age
    68
    Posts
    29
    Thanks
    9
    Thanked 4 Times in 3 Posts
    Rep Power
    191
    Reputation
    30

    Default

    Ok progress of sorts has been made, when i ran the original "Garmin.mscr a small grey bar about 3 mm came up on the bottom of the screen then nothing went back to original start screen, now after modifications:

    Errorlevel("warn")

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

    #Start explorer.exe and wait a second
    Run("\windows\explorer.exe")
    Sleep(1000)

    #Hide Taskbar
    Run(SDMMC("SDMMC")\"TaskbarHide.exe")

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

    SET SETMEM, SystemPath("SDMMC")\"SetMem.exe"
    Run (%SETMEM%, "6000")

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

    Run (%SETMEM%, "3840")

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

    #Show Taskbar
    Run(SDMMC("SDMMC")\"TaskbarShow.exe")

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

    I get:

    unknown function sdmmc
    "line 13 (\sdmmc\garmin\rungmxt\garmin.mscr)
    run(sdmmc"sdmmc")\taskbarhide.exe")

    So i suspect that windows explorer is at least now loading but the paths are incorrect.

    Any one that has this working on a YFAtlas4 unit care to post there Garmin.mscr file.

    Thanks

    Sparky

  • #85
    Senior Member
    Join Date
    Aug 2009
    Location
    Sydney
    Age
    43
    Posts
    1,217
    Thanks
    189
    Thanked 615 Times in 150 Posts
    Rep Power
    0
    Reputation
    2828

    Default

    ill have a look at mine tomorrow and see what ive got.... let u know soon

  • #86
    Junior Member
    Join Date
    Jul 2008
    Location
    Carlingford Sydney
    Age
    68
    Posts
    29
    Thanks
    9
    Thanked 4 Times in 3 Posts
    Rep Power
    191
    Reputation
    30

    Default

    Anyone had this running on CE6 suspect it might only run successfully on 5.

  • #87
    Junior Member
    Join Date
    Sep 2009
    Posts
    14
    Thanks
    2
    Thanked 1 Time in 1 Post
    Rep Power
    0
    Reputation
    15

    Default

    G'Day Hollowman,

    Just got back to the PC after a while away. The "not accessible" problem was on my PC and caused by my antivirus program. All fixed now.

    I have Garmin loaded on the sku 23569 (along with Tom Tom and IGO8.3). Garmin loads but is not locating satellites it just keeps scanning the device for GPS. I have read the forum here but cannot work out how to sellect a different COM port using Garmin. I have succesfully selected Com port 1 for Tom Tom so I am familiar with the concept. Any thoughts.

    Thanks

  • #88
    Senior Member
    Join Date
    Aug 2009
    Location
    Sydney
    Age
    43
    Posts
    1,217
    Thanks
    189
    Thanked 615 Times in 150 Posts
    Rep Power
    0
    Reputation
    2828

    Default

    gpang, garmin has major issues connecting to the com port of "other" devices.... just disable the gps receiver within garmin and re-enable it, then choose the appropriate port.

  • #89
    Junior Member
    Join Date
    Sep 2009
    Posts
    14
    Thanks
    2
    Thanked 1 Time in 1 Post
    Rep Power
    0
    Reputation
    15

    Default

    Thanks Hollowman but that is where I have the problem. I cannot see where in Garmin I have the option to choose the appropriate port.

    The process I am up to is as folows.

    Loaded everthing (Garmin) onto PNA

    When I activate Garmin XT by selecting Garmin application from Garmin\RunGMX\Garmin.exe, the normal Garmin start up window opens.

    I then get a screen that gives me the option to "Purchase and go", "begin free trial", "enter product key" or "connect to a Garmin GPS". It is this last one I have been selecting.

    This opens a screen that has a progress bar saying "Scanning Attached" or "Skip". After leaving the PNA outdoors for over 15 minutes running the "Scanning attached" process and not locking anything I have hit the "Skip" option.

    After a few more screen options I have gone to Tools>Settings>System and clicked on the top option which is "GPS". This gives me buttons along the bottom screen of "Done", "Activate", "Enable".

    Clicking "Enable" starts the scanning for GPS which fails after a minute and gives me an "Unable to located Garmin GPS service. Connect to another GPS device? Y/N. I select Yes and it then shows "Connection allowed to mGarmin GPS device only" and takes me back to the "Done", "Activate", "Enable" screen.

    Can you please guide me on how to get to the select GPS Port option you refer to.

    Thanks

  • #90
    Senior Member
    Join Date
    Aug 2009
    Location
    Sydney
    Age
    43
    Posts
    1,217
    Thanks
    189
    Thanked 615 Times in 150 Posts
    Rep Power
    0
    Reputation
    2828

    Default

    it works on mine...

    all i did was DISABLE the GPS, then ENABLE, when you enable it, it then give you port options - it wont give you port options if you dont disable first

  • #91
    Junior Member
    Join Date
    Jul 2008
    Location
    Carlingford Sydney
    Age
    68
    Posts
    29
    Thanks
    9
    Thanked 4 Times in 3 Posts
    Rep Power
    191
    Reputation
    30

    Default

    Finally worked it out, the file mentioned at the start of the tutorial "Garmin XT 5.00.20wp for Windows CE "

    does not appear to work on units running CE6, however if you go to:



    and download the patched version of this file made for devices running CE6 and follow the rest of Hollowmans Tutorial it installs perfectly, well it did on mine,
    no more error messages.

    Sparky

  • #92
    Senior Member
    Join Date
    Aug 2009
    Location
    Sydney
    Age
    43
    Posts
    1,217
    Thanks
    189
    Thanked 615 Times in 150 Posts
    Rep Power
    0
    Reputation
    2828

    Default

    excellent, thank god for that
    Im supprised that the coding on CE6 is so different then 5 ... i mean, of course its going to be different, but enough to make things stop working !!

  • #93
    Junior Member
    Join Date
    Sep 2009
    Posts
    14
    Thanks
    2
    Thanked 1 Time in 1 Post
    Rep Power
    0
    Reputation
    15

    Default

    Thanks for your response Hollowman.

    I suspect my problem rests in the software not unlocking properly even though I get a true 10 digit card number for my SD Card.

    This suspicion based on The choices at the start up screen mentioned in my post plus being prompted by the unit that this works only on a "Garmin GPS device".

    Please let me know if you think this is correct and if not I would appreciate any further tips or advice to get this working.

  • #94
    Senior Member
    Join Date
    Aug 2009
    Location
    Sydney
    Age
    43
    Posts
    1,217
    Thanks
    189
    Thanked 615 Times in 150 Posts
    Rep Power
    0
    Reputation
    2828

    Default

    gpang, if your software does NOT give you "being free trial", "connect to garmin gps", etc etc at the begining, then you have unlocked it .... i dont see why it shouldnt work, however stranger things have happend and you could be right, i dont know....

  • The Following User Says Thank You to hollowman For This Useful Post:

    gpang (09-03-10)

  • #95
    Junior Member
    Join Date
    Sep 2009
    Posts
    14
    Thanks
    2
    Thanked 1 Time in 1 Post
    Rep Power
    0
    Reputation
    15

    Default

    Thanks again Hollowman.

    It looks like I still have some work to do to unlock the software as I am still getting the "free trial" etc etc screen coming up.

    I'll keep banging away at it to get the unlock to work.

  • #96
    Senior Member
    Join Date
    Aug 2009
    Location
    Sydney
    Age
    43
    Posts
    1,217
    Thanks
    189
    Thanked 615 Times in 150 Posts
    Rep Power
    0
    Reputation
    2828

    Default

    make sure u you the that i provided earlier
    Last edited by hollowman; 09-03-10 at 01:18 PM.

  • #97
    Junior Member
    Join Date
    Feb 2010
    Posts
    21
    Thanks
    4
    Thanked 3 Times in 3 Posts
    Rep Power
    172
    Reputation
    25

    Default

    Here is a fix for mio c520 for those having trouble connecting to gps device.
    Download portsplitter V1.31 for wince 5.0 from and run on pc,then install on storage card
    device wil have to plugged into computer

    place port splitter in rungmxt directory.then click on port splitter. exe and set up.

    I set input port as com2, 57600, Autostart. Then Com0 as Output. exit.open again to see if settings are saved
    then press start
    This creates the file. I then checked to make sure that settings.dat is in RunGMXT directory,

    modified Garmin.mscr as following.

    Errorlevel("warn")

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

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

    #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.e xe")

    #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.31"))
    #Stop button
    SendCommand("Port Splitter V1.31", 1010)
    Sleep(500)
    #Exit button
    SendCommand("Port Splitter V1.31", 2)
    Sleep(500)
    EndIf

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

    Hope it works for you just play round with port splitter until it does.

  • The Following User Says Thank You to agil81 For This Useful Post:

    hollowman (10-03-10)

  • #98
    Junior Member
    Join Date
    Jan 2008
    Posts
    92
    Thanks
    12
    Thanked 0 Times in 0 Posts
    Rep Power
    201
    Reputation
    10

    Default

    I have been trying to install Garmin on my 7" Navitech, but no luck.
    It seem to be to tall for the screen, can't see the buttom link.
    Maybe it does not work on my unit at all.
    I downloaded Garmin for Win CE and did the install on the sd card changed
    the link, but still no luck.
    Anybody help please??

  • #99
    Junior Member
    Join Date
    Feb 2010
    Posts
    21
    Thanks
    4
    Thanked 3 Times in 3 Posts
    Rep Power
    172
    Reputation
    25

    Default

    Quote Originally Posted by Gazzer View Post
    Ive got it running great on my Chinese ebay GPS but the resolution must be different as a bit of the bottom is chopped off and I can only see half of the lower buttons.
    For 480x272 devices, if the map screen does not display so good:
    rename QueBmp240.dll to QueBmp240_orig.dll and rename QueBmp320.dll to QueBmp240.dll

  • The Following User Says Thank You to agil81 For This Useful Post:

    hollowman (15-03-10)

  • #100
    Junior Member
    Join Date
    Mar 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Reputation
    10

    Default

    Hi

    I have a chinese 7" double din running CE 6.0. Screen 800X480.

    The problem I have is that I can't seem to point the navigation prompt to the right .exe file.

    I have followed the instructions and have confirmed all required files are on the SD card.

    When I start up my navigation software if there is no card in it goes to a setup menu. Using this menu it comes up with the address for the .exe to run the navi program. Clicking on this takes me to the SD card file menu.

    Problem is though it recognises the card but it only comes up with either /nand or [:] and clicking on either just bounces back between the two. There doesn't seem to be any way to get any deeper into the file menu of the card to find the .exe file I need.

  • Page 5 of 9 FirstFirst 123456789 LastLast

    Similar Threads

    1. Replies: 82
      Last Post: 12-03-11, 10:18 PM
    2. Replies: 71
      Last Post: 21-12-10, 09:40 AM
    3. Garmin OZTopo v1.2 Australia
      By WhiteOx in forum Garmin
      Replies: 38
      Last Post: 15-01-10, 10:15 AM
    4. Garmin Topo Australia
      By dougld in forum Garmin
      Replies: 1
      Last Post: 28-05-09, 02:44 PM
    5. Garmin City Navigator Australia 2009NT
      By WhiteOx in forum Garmin
      Replies: 20
      Last Post: 04-09-08, 09:21 PM

    Tags for this Thread

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •