Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 10 of 69

Hybrid View

  1. #1
    Junior Member
    Join Date
    Feb 2009
    Location
    jakarta
    Age
    58
    Posts
    4
    Rep Power
    0

    Default

    Default

    Hi,
    I have PNA 3,5 inch with wince5.
    I search for long time for making garmin working on PNA
    This is what I have got, hope it's working on your PNA too

    1. Download Garmin 5.0010 from here : [Only registered and activated users can see links. ]
    Install to your SD
    2. download file from here : [Only registered and activated users can see links. ]
    then copy those files to \garmin\apps\wm\
    3. download file from here : [Only registered and activated users can see links. ]
    put in on \garmin\runGMXT\

    I made a change in garmin.mscr file with this :

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

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

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

    Offcourse I suppose you can make the SW.UNL by yourself (this is for unlocking Garmin)
    and also GMAPSUPP.UNL (for unlocking the map)
    enjoy
    Last edited by Midnight Blues; 14th May 2010 at 09:47 AM. Reason: completed links

  2.    Advertissements


 

 

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
  •