Sep 11th, 2011, 6:10 am
It doesn't work on my wince 6 GPS. Always asked ID.
Sep 11th, 2011, 6:10 am
Sep 25th, 2011, 3:43 am
Recently I got a Chinese PNA as a free gift out of another big purchase. It runs on WinCE 5.0 Build 1400.

I installed GMXT .30w ASN and would like to share what I discovered and the workaround that worked for me.
It may also work for you if you suffer the same problems like mine.

BTW, GPS could not be detected by Garmin initially but later it was solved by using the "Invalid_Id" solution.


The problems & the workarounds:

1) Upon exiting Garmin, "toolhelp.dll missing" error message appeared.

I discovered from MortScript manual and came to realize that my Chinese PNA is a "stripped down" WinCE device and "toolhelp.dll" is missing. Therefore, MortScript functions 'Kill' and ProcExists cannot be used.

I made modification to "Garmin.mscr" by replacing:

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

with this:

Run("\windows\explorer.exe")
Sleep 1000
Close(ActiveWindow())


2) Make Changes to Settings Stay (eg Chinese - > English lang)

The key to solve the problem is to get SDMMC and stick it in this Chinese PNA. By installing Garmin in ResidentFlash, changes to the Settings would not stay.

Once Garmin was installed in \SDMMC\Garmin, I noticed after few trying & observations that the Settings files were placed in \SDMMC\Garmin\Garmin ... Hmmmm ... and not in device root directory \Garmin. By this time, changes I made in Settings now stayed as configured.

This is the modified 'Garmin.mscr" that works for me:

Errorlevel("warn")

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

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

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


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


#Run & close explorer.exe
Run("\windows\explorer.exe")
Sleep 1000
Close(ActiveWindow())

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


Good Luck to those who suffered the same problems like mine :)
Sep 25th, 2011, 3:43 am
Oct 19th, 2011, 4:08 pm
Hey guys, is this dead or some of those who made theirs working would help me?
I have a new chinese pnv. I did download files from the first page,
copied to sd. Had some problems at first, but now the program gets
started, what I have problem is following:

1) it does not connect to any satelite...I have the imei; 1111111111 also device Id
with jetmouse 1.3 I tried few time to generate the unlock code and put it in sw.unl
which I placed in d:/garmin/ and did not work yet...

2) no maps work - i skip the satelite and look around says no map, I downloaded
map that says to be open (to be sure I used opener again), I copied map.img
file to same directory as sw.unl but I cant see the map in program, I used
all those different names as gmapprom.img etc. do not see the map

3) it has voice directory which has english, chinese, thai...in program it
shows only english....is that bug, or if I want to use different voice
I just need to rename it to be the english one?

Ah I use the mscr file (as originaly posted), not the exe files.

Please if you could tell me what I do wrong, I bought this to be a present (not fancy but
usable) and now I cannot use anything on it. Thank you
Oct 19th, 2011, 4:08 pm
Nov 14th, 2011, 9:25 am
i replaced the QUE.exe but i still have the "no valid unlock ID"
Garmin version 5.00.20wp

please help
Nov 14th, 2011, 9:25 am
Mar 3rd, 2012, 1:02 am
sucro wrote:
tome wrote:Good afternoon artful,
Can you tell me please how to change accordingly StorageCard my device?
My thanks

For those who had problem with "No Valid ID" please download below and replace it at Apps>WM folder.
Download: This is only when device see SDMMC on your storagecard. Please change accordingly to your device.

http://rapidshare.com/files/277110249/50030.rar.html


just go in folder apps\WM , and change que.exe with that new



link is dead can someone give a new link for this file
Mar 3rd, 2012, 1:02 am

Galaxy S5
Apr 18th, 2012, 6:20 pm
what if it asks for a datacard :O

"please insert Garmin Mobile XT data card and then restart the program"


what should i do about this ?

DEVICE : Takara GP64 winCE v6.0
Apr 18th, 2012, 6:20 pm
Sep 24th, 2012, 11:32 am
to artful,

Helpme, PNA /2DIN cannot garmin xt.
Spec 2 Din : Windows Ce 6.0 & gps Com2 & Resolusi 800 x 480.
2 DIN from All New Xenia, may be 2 din product china.
Please help for garmin xt for support 2 din.

thanks.
Sep 24th, 2012, 11:32 am
Oct 15th, 2012, 11:55 am
Shuin wrote:what if it asks for a datacard :O

"please insert Garmin Mobile XT data card and then restart the program"


what should i do about this ?

DEVICE : Takara GP64 winCE v6.0



Dude.. then keep the Garmin folder on your SDMMC and it wil work
Oct 15th, 2012, 11:55 am
Oct 15th, 2012, 12:00 pm
I have strange problem..

This version working ok on my Chinese Wince6 PNA.. (not better than 20) I can use the maps.. but the Map display get cut from left side and whatever area is getting cut from left screen, that is getting added from the right side of the screen.. its a half centimeter strip but its annoying..

any solution on this?.. I have standard 480x272 screen resolution.

rest all working fine but it would have been much better if we were able to make the setting file read only so that the program can open in Default English language with other fix settings.
Oct 15th, 2012, 12:00 pm
May 4th, 2015, 10:42 am
artful wrote:Garmin Mobile XT v5.00.30w ASN for Windows CE 6.0

All 3 links above are dead...
Anyone cares to share please?
May 4th, 2015, 10:42 am
Sep 28th, 2023, 10:42 am
Anyone has a backup of all the files in OP by any chance ?
Sep 28th, 2023, 10:42 am