Garmin Mobile XT for WinCE5.0 program   

Postby EddieKruger » Thu Sep 16, 2010 7:39 pm

Hi Sucro, i am trying to get Garmin Mobile XT for Windows CE 5.00.20 running on a Chinese PNA WinCE4.2 I downloaded the full package and followed all the instructions, however after setting the path to Garmin\RunGMXT\Garmin.exe it starts to load and then comes up with this error "Application explorer.exe has performed an illegal operation and will be shut down. If the problem persists, contact the program vendor."

Program: explorer.exe
Exception: 0XC000001C
Address: 8C267678


Any idea what i can try?
EddieKruger offline


Junior Member



 
Joined: Sun Jun 20, 2010 8:43 pm
Posts: 62
Has thanked: 0 time
Been thanked: 1 time

Postby Black Wolf » Sat Sep 18, 2010 9:29 am

EddieKruger wrote:Hi Sucro, i am trying to get Garmin Mobile XT for Windows CE 5.00.20 running on a Chinese PNA WinCE4.2 I downloaded the full package and followed all the instructions, however after setting the path to Garmin\RunGMXT\Garmin.exe it starts to load and then comes up with this error "Application explorer.exe has performed an illegal operation and will be shut down. If the problem persists, contact the program vendor."

Program: explorer.exe
Exception: 0XC000001C
Address: 8C267678


Any idea what i can try?


Provide more details when you have some question! Resolution of your device, size of RAM memory, etc. ?

In meantime try to run directly Que.exe if you can access to win file explorer on your device, or put path directly on your device to que.exe
I'm all what I'm not!

NO PM SUPPORT, All your questions, write to the FORUM!

USE BUTTON THANKS INSTEAD WRITING THANKS!!!
Black Wolf offline


User avatar Banned Users



 
Joined: Mon May 17, 2010 9:16 pm
Posts: 324
Location: Bosnia and Herzegovina ▂ ▃ ▅ ▆ █
Has thanked: 0 time
Been thanked: 71 times
Age: 42

Postby EddieKruger » Sun Sep 19, 2010 8:03 am

The resolution is 480 x 272
64MB SD Ram
Usable SD Ram 33MB

I Have set my path to Que.exe and when i launch the software, comes up with message "Cannot find GPS Software, please set the GPS path in File Manager"
EddieKruger offline


Junior Member



 
Joined: Sun Jun 20, 2010 8:43 pm
Posts: 62
Has thanked: 0 time
Been thanked: 1 time

Postby Black Wolf » Mon Sep 20, 2010 1:18 pm

EddieKruger wrote:The resolution is 480 x 272
64MB SD Ram
Usable SD Ram 33MB

I Have set my path to Que.exe and when i launch the software, comes up with message "Cannot find GPS Software, please set the GPS path in File Manager"


Can you access directly to windows ce on your device, if you can , then directly through file explorer on win ce, go to your sd card and run from there QUE.EXE !?

Do you have this file toolhelp.dll in RunGMXT and do you have this file note_prj.dll in WM folder ?

Try this version for win ce 4.2

[Please Register or Login to download file]
I'm all what I'm not!

NO PM SUPPORT, All your questions, write to the FORUM!

USE BUTTON THANKS INSTEAD WRITING THANKS!!!
Black Wolf offline


User avatar Banned Users



 
Joined: Mon May 17, 2010 9:16 pm
Posts: 324
Location: Bosnia and Herzegovina ▂ ▃ ▅ ▆ █
Has thanked: 0 time
Been thanked: 71 times
Age: 42

Postby EddieKruger » Thu Sep 23, 2010 7:04 pm

No, i cannot get into the WinCE system to launch the que.exe The toolhelp.dll is there and the note_prj.dll is also there. I tried downloading the files from the link that you posted, it takes me to a foreign site and i do not understand the language. I see the information about the Garmin CE_4.rar but i can't see where to click to download the file and there does not seem to be a drop down menu to change the language to English.
EddieKruger offline


Junior Member



 
Joined: Sun Jun 20, 2010 8:43 pm
Posts: 62
Has thanked: 0 time
Been thanked: 1 time

Postby 2uk3y » Thu Sep 30, 2010 5:02 am

i have install Garmin Mobile XT for WinCE5.0 [5.00.20wp].... thanks for sharing...:yahoo:

but the problem is the taskbar after run GMXT....:scratch_one-s_head_

pls see attachment picture below....

1 picture before run GMXT... another 1 after run GMXT...
no taskbar but the total commander not in full screen....

is there something wrong with my code... pls look here....

Spoiler: Show
Code: Select all
Errorlevel("warn")

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

#Whether to use Port Splitter
usePortSplitter = 1

cwd = SystemPath("ScriptPath")
queDir = cwd \ "..\Apps\WM"
queExe = "Que.exe"

#Devices with Windows CE 6 already have aygshell.dll hence Que.aygshell.exe will be run instead of Que.exe which is linked to aygshel2.dll
If(SystemVersion("major") = 6)
   queExe = "Que.aygshell.exe"
EndIf

#Rename coredl2.dll depending on the current version of Windows CE
Call("RenameCoredll")


If(usePortSplitter)
   Call("StartPortSplitter")
EndIf

isExplorerRunning = ProcExists("explorer.exe")

#Run explorer.exe if not running
If(not isExplorerRunning)
   Run(cwd \ "explorer.exe")
   Sleep(1000)
EndIf

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

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


#Run and wait for Garmin Mobile XT to exit
RunWait(queDir \ queExe)


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

#Kill explorer.exe if it was not running before
If(not isExplorerRunning)
   If(ProcExists("explorer.exe"))
      Kill("explorer.exe")
   EndIf
EndIf


If(usePortSplitter)
   Call("StopPortSplitter")
EndIf


#Start Port Splitter
Sub StartPortSplitter
   Global(cwd)
   #If Settings.dat does not exit ask the user to configure Port Splitter
   If(not FileExists(cwd \ "Settings.dat"))
      BigMessage("Port Splitter's Settings.dat not found.^NL^Port Splitter will now run to configure it.^NL^1. Select input port and baudrate.^NL^2. Check Autostart.^NL^3. Select ouput port.^NL^4. Click Add.^NL^5. Click Start.^NL^6. Click Stop.^NL^7. Click Exit.^NL^If you want to reconfigure it delete:^NL^" & cwd \ "Settings.dat", "PortSplitter Settings")
      Run(cwd \ "Port Splitter.exe")
      Sleep(500)

      #Wait up to 60 seconds for the window to be closed
      timeout_ms = 60000
      sleep_ms = 250   
      i = 0
      While(WndExists("Port Splitter V1.31") AND i < timeout_ms)
         Sleep(sleep_ms)
         i += sleep_ms
      EndWhile

      #Stop Port Splitter in case the user did not click exit
      Call("StopPortSplitter")
   EndIf

   #Run Port Splitter if not running
   If(not ProcExists("Port Splitter.exe"))
      Run(cwd \ "Port Splitter.exe")
      Sleep(500)
   EndIf
EndSub

#Stop Port Splitter
Sub StopPortSplitter
   #Try first to stop and exit Port Splitter before killing it
   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
EndSub

#Rename coredl2.dll depending on the current version of Windows CE
Sub RenameCoredll
   If(SystemVersion("major") = 4)
      If(FileExists(queDir \ "coredl2.wince4.dll"))
         If(FileExists(queDir \ "coredl2.dll"))
            Rename(queDir \ "coredl2.dll", queDir \ "coredl2.wince5.dll")
         EndIf
         Rename(queDir \ "coredl2.wince4.dll", queDir \ "coredl2.dll")
      EndIf
   Else
      If(FileExists(queDir \ "coredl2.wince5.dll"))
         If(FileExists(queDir \ "coredl2.dll")
            Rename(queDir \ "coredl2.dll", queDir \ "coredl2.wince4.dll")
         EndIf
         Rename(queDir \ "coredl2.wince5.dll", queDir \ "coredl2.dll")
      EndIf
   EndIf
EndSub


hope someone can help to solve this.... TQ :mail1:
2uk3y offline


User avatar Junior Member



 
Joined: Fri Aug 13, 2010 6:56 am
Posts: 41
Has thanked: 0 time
Been thanked: 1 time

Postby theWolfTamer » Sat Oct 02, 2010 6:18 am

Got everything downloaded and installed. It works great. At first I had a problem loading from a quick launcher on the today screen until I remembered to turn the bt gps receiver on before I launched the file. If you forget to turn on the gps receiver, it stays on the Garmin open screen and you'll need to do a soft reset.

Now I just need to figure out how to install the maps and I'm good to go.
theWolfTamer offline


User avatar Junior Member



 
Joined: Thu May 20, 2010 3:38 am
Posts: 22
Location: Firmly Planted in the Georgia Red Clay, U.S.A
Has thanked: 0 time
Been thanked: 0 time

Postby Black Wolf » Sat Oct 02, 2010 11:59 am

EddieKruger wrote:No, i cannot get into the WinCE system to launch the que.exe The toolhelp.dll is there and the note_prj.dll is also there. I tried downloading the files from the link that you posted, it takes me to a foreign site and i do not understand the language. I see the information about the Garmin CE_4.rar but i can't see where to click to download the file and there does not seem to be a drop down menu to change the language to English.


that's russian hosting site, it's not necessary some big smartness to find way for downloading, cause logic is same like on other hosting sites, in field bellow you have to write captcha code, and then to press button CKACHAT , i don't have cyrllic installed to write with that letters, just press GREEN BUTTON, bellow captcha!

Try to press [Please Register or Login to download file]

for direct download
I'm all what I'm not!

NO PM SUPPORT, All your questions, write to the FORUM!

USE BUTTON THANKS INSTEAD WRITING THANKS!!!
Black Wolf offline


User avatar Banned Users



 
Joined: Mon May 17, 2010 9:16 pm
Posts: 324
Location: Bosnia and Herzegovina ▂ ▃ ▅ ▆ █
Has thanked: 0 time
Been thanked: 71 times
Age: 42

Postby Black Wolf » Sat Oct 02, 2010 12:16 pm

2uk3y wrote:i have install Garmin Mobile XT for WinCE5.0 [5.00.20wp].... thanks for sharing...:yahoo:

but the problem is the taskbar after run GMXT....:scratch_one-s_head_

pls see attachment picture below....

1 picture before run GMXT... another 1 after run GMXT...
no taskbar but the total commander not in full screen....

is there something wrong with my code... pls look here....

hope someone can help to solve this.... TQ :mail1:


I don't understand your question, what you want to ask ? How do you run Garmin xt? Directly from total commander , you press Garmin XT icon or Que.exe? Do you have unlocked PNA? If your PNA is unlocked, then just send shortcut of garmin xt to desktop and run it from there, or if you use some unlock menu, then connect icon from unlock menu with garminxt.exe !

More details when you ask for help !?
I'm all what I'm not!

NO PM SUPPORT, All your questions, write to the FORUM!

USE BUTTON THANKS INSTEAD WRITING THANKS!!!
Black Wolf offline


User avatar Banned Users



 
Joined: Mon May 17, 2010 9:16 pm
Posts: 324
Location: Bosnia and Herzegovina ▂ ▃ ▅ ▆ █
Has thanked: 0 time
Been thanked: 71 times
Age: 42

Postby Black Wolf » Sat Oct 02, 2010 12:17 pm

theWolfTamer wrote:Got everything downloaded and installed. It works great. At first I had a problem loading from a quick launcher on the today screen until I remembered to turn the bt gps receiver on before I launched the file. If you forget to turn on the gps receiver, it stays on the Garmin open screen and you'll need to do a soft reset.

Now I just need to figure out how to install the maps and I'm good to go.


For question about maps, post in General Disccusions , not here!
I'm all what I'm not!

NO PM SUPPORT, All your questions, write to the FORUM!

USE BUTTON THANKS INSTEAD WRITING THANKS!!!
Black Wolf offline


User avatar Banned Users



 
Joined: Mon May 17, 2010 9:16 pm
Posts: 324
Location: Bosnia and Herzegovina ▂ ▃ ▅ ▆ █
Has thanked: 0 time
Been thanked: 71 times
Age: 42

Postby theWolfTamer » Sat Oct 02, 2010 4:16 pm

I wasn't asking a question about maps, just sharing my experience with running XT on my pda before turning on the receiver. The maps part was just a comment. I guess I shouldn't've commented about that. Sorry.

Also, I've noticed when I ran XT from GSFinder, the top part of the taskbar doesn't return after XT closes. That's why I put a shortcut on the desktop to run the program. Even then, the start menu bar disappears afterwards. It returns when I turn the pda off then back on.
[Please Register or Login to download file]

[Please Register or Login to download file] [Please Register or Login to download file]
theWolfTamer offline


User avatar Junior Member



 
Joined: Thu May 20, 2010 3:38 am
Posts: 22
Location: Firmly Planted in the Georgia Red Clay, U.S.A
Has thanked: 0 time
Been thanked: 0 time

Postby Black Wolf » Sun Oct 03, 2010 7:35 am

theWolfTamer wrote:I wasn't asking a question about maps, just sharing my experience with running XT on my pda before turning on the receiver. The maps part was just a comment. I guess I shouldn't've commented about that. Sorry.

Also, I've noticed when I ran XT from GSFinder, the top part of the taskbar doesn't return after XT closes. That's why I put a shortcut on the desktop to run the program. Even then, the start menu bar disappears afterwards. It returns when I turn the pda off then back on.


Ok, my apologize for misunderstanding, sometimes in writing all of use can understand something wrong ;)
I'm all what I'm not!

NO PM SUPPORT, All your questions, write to the FORUM!

USE BUTTON THANKS INSTEAD WRITING THANKS!!!
Black Wolf offline


User avatar Banned Users



 
Joined: Mon May 17, 2010 9:16 pm
Posts: 324
Location: Bosnia and Herzegovina ▂ ▃ ▅ ▆ █
Has thanked: 0 time
Been thanked: 71 times
Age: 42

Postby 2uk3y » Sun Oct 03, 2010 11:33 am

Black Wolf wrote:I don't understand your question, what you want to ask ? How do you run Garmin xt? Directly from total commander , you press Garmin XT icon or Que.exe? Do you have unlocked PNA? If your PNA is unlocked, then just send shortcut of garmin xt to desktop and run it from there, or if you use some unlock menu, then connect icon from unlock menu with garminxt.exe !

More details when you ask for help !?


thanks fo reply and sorry if u dont understand my question.....

actually the main problem i want to ask is the taskbar.... why i cant open any of my application with full screen view AFTER i run GMXT ???

i soft reset my device and open any application like Total Commander... and its look like this...
1652

and after i run GMXT and close.... i open TC... and its look like this...
1653

u can see there is black bar at the bottom, not sure why its there... i suspect something wrong with the mortscript code... u can see my code at previous post....

FYI my device is already unlock, i open GMXT by using icon at my mainshell... if i soft reset my device, the problem solve but its appear again AFTER i run GMXT...

not sure its only me that got this problem.... or maybe someone can upload their mortscript... to compare with mine....

hope this time clear what i try to ask hehehe....
2uk3y offline


User avatar Junior Member



 
Joined: Fri Aug 13, 2010 6:56 am
Posts: 41
Has thanked: 0 time
Been thanked: 1 time

Postby Black Wolf » Sun Oct 03, 2010 9:40 pm

2uk3y wrote:thanks fo reply and sorry if u dont understand my question.....

actually the main problem i want to ask is the taskbar.... why i cant open any of my application with full screen view AFTER i run GMXT ???

i soft reset my device and open any application like Total Commander... and its look like this...
1652

and after i run GMXT and close.... i open TC... and its look like this...
1653

u can see there is black bar at the bottom, not sure why its there... i suspect something wrong with the mortscript code... u can see my code at previous post....

FYI my device is already unlock, i open GMXT by using icon at my mainshell... if i soft reset my device, the problem solve but its appear again AFTER i run GMXT...

not sure its only me that got this problem.... or maybe someone can upload their mortscript... to compare with mine....

hope this time clear what i try to ask hehehe....


Ok it's clear! That's happen cause little apps taskbarhide.exe and taskbarshow.ede are used for runing garmin xt, try this to change these line in .mscr script in part where is closing garmin xt, and then killing explorer.exe you'll see this line

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

delete that line above, and put this
#Hide Taskbar
Run(cwd \ "TaskbarHide.exe")


then try to open your total commander , etc.
I'm all what I'm not!

NO PM SUPPORT, All your questions, write to the FORUM!

USE BUTTON THANKS INSTEAD WRITING THANKS!!!
Black Wolf offline


User avatar Banned Users



 
Joined: Mon May 17, 2010 9:16 pm
Posts: 324
Location: Bosnia and Herzegovina ▂ ▃ ▅ ▆ █
Has thanked: 0 time
Been thanked: 71 times
Age: 42

Postby 2uk3y » Mon Oct 04, 2010 6:07 am

Black Wolf wrote:Ok it's clear! That's happen cause little apps taskbarhide.exe and taskbarshow.ede are used for runing garmin xt, try this to change these line in .mscr script in part where is closing garmin xt, and then killing explorer.exe you'll see this line

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

delete that line above, and put this
#Hide Taskbar
Run(cwd \ "TaskbarHide.exe")


then try to open your total commander , etc.


thanks for reply... i try to replace like the one u suggest... but this time, i can see the mainshell at the back of total commander... same spot where the small black bar appear previously...

any other suggestion ?? TQ
2uk3y offline


User avatar Junior Member



 
Joined: Fri Aug 13, 2010 6:56 am
Posts: 41
Has thanked: 0 time
Been thanked: 1 time

PreviousNext

Return to Software

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 3 guests