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
Bookmarks