Switch to full style
Post a reply

Fri Sep 02, 2011 3:10 am

everything work find except the option button, every time i chick it, it will exit to the explore, there no way i can save my poi ?

Fri Sep 02, 2011 4:50 am

powertech wrote:everything work find except the option button, every time i chick it, it will exit to the explore, there no way i can save my poi ?


What your GPS read Sd card ?

ce... and it's spec ?

And Where can I see spec [Please Register or Login to download file] .... ?

Fri Sep 02, 2011 6:43 am

hello

can i get garmin for sdmmc. thanx for happy file

Fri Sep 02, 2011 7:56 am

Instead of posting this request it would have been easier to read the first page of this thread....

Sat Sep 03, 2011 12:17 am

where is the location for the map?
i've read the xml file, its located on sdmmc/garmin/
so i put map file there, but garmin can't load.
what's wrong?

Sat Sep 03, 2011 3:17 am

deejai wrote:What your GPS read Sd card ?

ce... and it's spec ?

And Where can I see spec [Please Register or Login to download file] .... ?


Wince 6.0
Ram 126mb
Cpu Atlas 5
sd card read SDMMC

my garmin.mscr coding

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)

#Run CETOOL
Run(SystemPath("ScriptPath")\"keepgarmintop.exe")
Sleep(3000)


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

#Save new settings back to SD Card
Delete ("\Garmin\ERRLOG.txt")
Sleep 100

Sat Sep 03, 2011 8:47 pm

Thanks downunder 35.
Storagecard version worked straight up on my in car win CE6 Navi :)
I loaded latest ozzie map into the Garmin root directory.
Only issue I have is the keyboard size, too small and need a siylus.
Is there a setting to make it full screen that I have missed?

Thanks Bazzle

Sun Sep 04, 2011 12:40 am

bazzle wrote:Thanks downunder 35.
Storagecard version worked straight up on my in car win CE6 Navi :)
I loaded latest ozzie map into the Garmin root directory.
Only issue I have is the keyboard size, too small and need a siylus.
Is there a setting to make it full screen that I have missed?

Thanks Bazzle


Yep I missed ;)

Press MOD button on keyboard, open Large keyboard, exit prog so it saves.Ty again :)

Still liking iGO8.3.5 better so far, but, nice to play around :)

Bazzle

Sun Sep 04, 2011 4:57 am

Well, it still is not more than a less ideal situation.
There was and never will be a CE version coming from Garmin.
Anyone who can get Garmin working on his CE device with no problems is really lucky, for all other all I can say is : bad luck :(

Sun Sep 04, 2011 6:23 pm

Hi Brother,

Just want to share running this Garmin XT V.5.30TW version.

I have GPS 7" (800x480) Mesada 980C work with WinCE5 and 64MB RAM directory name StorageCard.
Try using program from post1 (garmin for storagecard) but failed to run. Direct run from App\WM\Que.exe also failed.

Then check on IDA and I found Que.exe to be work only with CE6 (set with aygshell.dll not Aygshel2.dll that could be for CE5) then change Que.exe with Aygshel2.dll--->working!!

If anyone have similar problem with me, change using Hex editor at ;
0x3C9BC2 : 6C --> 32
0x42F02B : 4C --> 32
This will change Que.exe call aygshell.dll to aygshel2.dll

If you are still fail to run on WinCE5 or WinCE4, tray to change coredll.dll into coredl2.dll (for winCE4 manually rename file coredl2.wince4.dll into coredl2.dll), at address :
0x3EA0A0 : 6C ---> 32
0x42EF9C : 4C ---> 32
This will change from coredll.dll into coredl2.dll.

Thanks!

[Please Register or Login to download file]

Mon Sep 05, 2011 1:03 am

Nice work!!
Updated the first page and included your file in versions for the other types of cards too.

Mon Sep 05, 2011 4:43 am

torsten.schmitz wrote:Hi Brother,

Just want to share running this Garmin XT V.5.30TW version.

I have GPS 7" (800x480) Mesada 980C work with WinCE5 and 64MB RAM directory name StorageCard.
Try using program from post1 (garmin for storagecard) but failed to run. Direct run from App\WM\Que.exe also failed.

Then check on IDA and I found Que.exe to be work only with CE6 (set with aygshell.dll not Aygshel2.dll that could be for CE5) then change Que.exe with Aygshel2.dll--->working!!

If anyone have similar problem with me, change using Hex editor at ;
0x3C9BC2 : 6C --> 32
0x42F02B : 4C --> 32
This will change Que.exe call aygshell.dll to aygshel2.dll

If you are still fail to run on WinCE5 or WinCE4, tray to change coredll.dll into coredl2.dll (for winCE4 manually rename file coredl2.wince4.dll into coredl2.dll), at address :
0x3EA0A0 : 6C ---> 32
0x42EF9C : 4C ---> 32
This will change from coredll.dll into coredl2.dll.

Thanks!

[Please Register or Login to download file]


Firstly, thanks for your efforts, I couldn't help but to notice that you device specs is same as mine, can I ask you if you have the cutscreen proplem in 3d orientation as I still have it even though I tried almost every version and nothing works but this version is runing o.k but with this problem only.

Sun Sep 11, 2011 12:49 am

I like it.

Thu Sep 15, 2011 12:02 am

Hi there, is there any available fix for the 800x480 screen misalignment?
thanks.

Sun Sep 18, 2011 9:44 am

Just want to share this Garmin Mobile XT Version 5.00.30wp-ASN
it is running on wince 5.0 800x480 in ResidentFlash

link for the soft [Please Register or Login to download file]
Post a reply