Garmin Mobile XT for WinCE5.0 program   

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: 73 times
Age: 43

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: 73 times
Age: 43

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: 73 times
Age: 43

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: 73 times
Age: 43

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: 73 times
Age: 43

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

Postby Downunder35m » Mon Oct 04, 2010 6:39 am

What would be the result if you don not use the mortscript at all and start the programm directly using the Explorer?
All this Taskbar hide and so on is aimed for devices with problems caused by the limited CE core.
I think you problem is not really relatet to Garmin but more to the way your devices uses the taskbar and handles the screen.
There is another program called "taskbar switch" which makes the taksbar visible or invisible but does not force it.
I could not use it as I could not remove the taskbar after it was activated but maybe it is worth a try.
Forum rules

[Please Register or Login to download file]

If you find broken links or missing attachments in my postings, please send me PM
Password for all my files: downunder
Downunder35m offline


User avatar Elite Member



 
Joined: Wed Oct 21, 2009 4:44 am
Posts: 4250
Has thanked: 18 times
Been thanked: 574 times

Postby error_1205 » Thu Nov 11, 2010 12:46 pm

Hi,

first of all, my device is acer v200 with wince 5.0 with default navigator6- map of alps. i'm not newbie when it comes to gmxt on symbian- i'm using garmin since first release of n95, nokia 6210 navigator, 5800xm... i have all software and maps and i know how to use everything, so i've put garmin 5.00.20 on acer v200 and unlocked it with jmkg1.5 and put maps on sd card which i've formatted and label it as SDMMC.
my problem is, as you guess, garmin cannot find gps device. i've tried a lot of things, but i think problem is that navigator6 uses gps and blocking garmin. i put some programs and found that gps is found on COM:1, baudrate:4800 and NMEA. iim trying to set port splitter 1.31, but with no succes. i don't know how to disable default navigation to set free gps and that i can use it on gmxt.
if someone have some advice, please help

and to black wolf, you can send me p.m. on our language if it's easier, but as my device was selling in italy and france the most, all keywords i've found on google has direct me on italian and french forums and, but no one has done it.
error_1205 offline


Junior Member



 
Joined: Wed Nov 10, 2010 7:33 pm
Posts: 4
Location: Croatia
Has thanked: 0 time
Been thanked: 0 time

Postby mme-bt » Sat Nov 13, 2010 12:36 am

can some one telll me way how to open win ce dekstop on igo (my pda) and tom tom (pda on my friend) GPS sistem, and to try instal garmin XT. becouse when start gps start at once program, and never see destop of win ce.

thanks alot
mme-bt offline


User avatar Junior Member



 
Joined: Mon Oct 25, 2010 6:30 pm
Posts: 25
Has thanked: 2 times
Been thanked: 0 time
Age: 43

Postby chas521 » Sat Nov 13, 2010 1:31 pm

mme-bt wrote:can some one telll me way how to open win ce dekstop on igo (my pda) and tom tom (pda on my friend) GPS sistem, and to try instal garmin XT. becouse when start gps start at once program, and never see destop of win ce.

thanks alot


When you connect your GPS devices to the computer using the USB cable, what do you see in "My Computer?" Is your friend's device a TomTom device? Tom Tom uses Linux and Mobile XT will not work with his.
If it ain't broke don't fix it!
ALWAYS BACK-UP YOUR FILES/FOLDERS BEFORE MAKING EDITING CHANGES!

Please do NOT post any thanks. Simply press the hand icon with the "thumb up" which is the thank you button.
chas521 offline


User avatar Ex Moderator



 
Joined: Sat May 15, 2010 8:50 pm
Posts: 4550
Location: Long Island, NY
Has thanked: 64 times
Been thanked: 1415 times

Postby mme-bt » Sat Nov 13, 2010 2:23 pm

have some icons....dont know other.....and what is that
mme-bt offline


User avatar Junior Member



 
Joined: Mon Oct 25, 2010 6:30 pm
Posts: 25
Has thanked: 2 times
Been thanked: 0 time
Age: 43

PreviousNext

Return to Software

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 35 guests