Garmin Mobile XT for WinCE5.0 program   

Postby Pepin » Fri Aug 13, 2010 8:52 am

sucro wrote:You have to create key based on SD CARD, CARD ID, not on Device ID, and use Garmin XT, not Garmin PC - that's for Garmin Mobile PC!

Another thing, first check through win explorer, or some file explorer on your device, how your device see SD CARD, like Storage Card or SDMMC, and then make changes in .exe file!


Am I not an idiot or what?

Of course, that was it, I needed to create the key based on the Card ID. Did that and now program runs fine, as downloaded and now unlocked.

Thanks guys.... don't I feel stupid!
Pepin offline


Junior Member



 
Joined: Sat Aug 07, 2010 3:25 am
Posts: 38
Has thanked: 0 time
Been thanked: 0 time

Postby Black Wolf » Fri Aug 13, 2010 10:19 pm

Pepin wrote:Am I not an idiot or what?

Of course, that was it. Program runs fine, as downloaded and now unlocked.

Thanks guys.... don't I feel stupid!


What was it ? :) Write exactly, then other can use your expirience, bad or not, maybe will usefull for somebody ;) !

You are welcome, and please use button thanks to say somebody thanks!
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 penanghazard » Tue Aug 24, 2010 4:00 am

Found this [Please Register or Login to download file]
it works great on my PND...:party:
penanghazard offline


User avatar Junior Member



 
Joined: Fri May 21, 2010 4:11 am
Posts: 64
Has thanked: 0 time
Been thanked: 0 time

Postby Nagas » Tue Aug 24, 2010 6:29 am

penanghazard wrote:Found this [Please Register or Login to download file]
it works great on my PND...:party:


Hi penanghazard,
How is the performance if you running it in 3D mode?
Nagas offline


User avatar Ex Moderator



 
Joined: Sat Jul 10, 2010 9:47 pm
Posts: 999
Has thanked: 0 time
Been thanked: 6 times

Postby PiEtU » Sat Aug 28, 2010 11:20 am

can you explane better what you did and what you want....

In Garmin /tools/settings/about there is your Device ID
use Jetmouse to create unlock code
PiEtU offline


User avatar Elite Member



 
Joined: Sat Feb 13, 2010 9:59 pm
Posts: 929
Location: Pitcairn Islands
Has thanked: 0 time
Been thanked: 157 times
Age: 58

Postby PiEtU » Sat Aug 28, 2010 11:41 am

remove sw.unl and you see both ID in Tools/Settings/About


Image
PiEtU offline


User avatar Elite Member



 
Joined: Sat Feb 13, 2010 9:59 pm
Posts: 929
Location: Pitcairn Islands
Has thanked: 0 time
Been thanked: 157 times
Age: 58

Postby PiEtU » Sat Aug 28, 2010 1:33 pm

I run garmin from SD-Card.... and that is WinCE 5.0 too

try copy it sd.card and run it from sd-card

how you start it que.exe or some mortscript?

if you use mortscript you must edit it first make path right eg. Storage Card can be different name in your device

My mortscript
Code: Select all
Errorlevel ("off")

#Check if Menu is running
If not procExists "Shell.exe"

   SetVolume 255
   Run("\Storage Card\Shell\Tools\TaskbarHide.exe")

Runwait ("\Storage Card\Garmin\Apps\WM\Que.exe")

   SetVolume 100
   Run("\Storage Card\Shell\Tools\TaskbarShow.exe")

Else

   SetVolume 255
   Run("\Storage Card\Shell\Tools\TaskbarHide.exe")

Runwait ("\Storage Card\Garmin\Apps\WM\Que.exe")

   SetVolume 100

EndIf


You can try first:
Code: Select all
Errorlevel ("off")

   SetVolume 255

Runwait ("\[B]Storage Card[/B]\Garmin\Apps\WM\Que.exe")

   SetVolume 100

EndIf
PiEtU offline


User avatar Elite Member



 
Joined: Sat Feb 13, 2010 9:59 pm
Posts: 929
Location: Pitcairn Islands
Has thanked: 0 time
Been thanked: 157 times
Age: 58

Postby PiEtU » Sat Aug 28, 2010 3:55 pm

copy garmin directory to SD-Card
and try to run it there
PiEtU offline


User avatar Elite Member



 
Joined: Sat Feb 13, 2010 9:59 pm
Posts: 929
Location: Pitcairn Islands
Has thanked: 0 time
Been thanked: 157 times
Age: 58

Postby PiEtU » Sat Aug 28, 2010 4:20 pm

you get now both ID:s ??
PiEtU offline


User avatar Elite Member



 
Joined: Sat Feb 13, 2010 9:59 pm
Posts: 929
Location: Pitcairn Islands
Has thanked: 0 time
Been thanked: 157 times
Age: 58

Postby prapan21 » Sat Sep 04, 2010 1:54 am

Then run the following Error.
Error.

'ProcExists' requires tooihelp.dll on your device.

Line 28 (\ SDMMC \ Garmin \ RunGMXT \ Garmin.mscr):.
If (not ProcExists ("Port Splitter.exe")).

.. Garmin.msc.

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

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

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

Version Thailand.
Thank you.
prapan21 offline


Junior Member



 
Joined: Wed Sep 01, 2010 1:43 am
Posts: 39
Has thanked: 0 time
Been thanked: 1 time

Postby Downunder35m » Sat Sep 04, 2010 2:40 am

I think you mean the toolhelp.dll and it should be included in the Garmin release.
It should be located in the RunGMXT folder.
In case you really don't have the file try this one, but unpack it first 1312
On some devices it can help to increase the wait and sleep commands in the mortscript to 2500 - this gives the programs more time to load and register their files in the system.
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: 572 times

Postby prapan21 » Sat Sep 04, 2010 1:59 pm

I follow the instructions and then by bringing out to the file toolhelp.dll RunGMXT folder. And then it turns out that the program does not run through Restart the computer to a previous menu politics.
Air China Version Thailand PNA even 64 Mb.
Thank you.
prapan21 offline


Junior Member



 
Joined: Wed Sep 01, 2010 1:43 am
Posts: 39
Has thanked: 0 time
Been thanked: 1 time

Postby Miguelious » Sat Sep 04, 2010 5:36 pm

Hola a todos ,

Soy nuevo en El Foro , les agradecere me orienten en mi Problema
Tengo un Witson GPS ( Chino ) Sistema Operativo Con WinCE 5.0, Resolucion Con 800x480 , y necesito USAR El Navegador Garminxt , Porque en el Perú, Sólo de tenemos mapas garmin y Navitel párrafo , a favor del SI ALGUIEN Conoce indicado software El Para este Tipo de Equipo

Gracias

Miguel


Hello everyone,

I am new to the Forum will guide me in my agradecere Problem
I have a GPS Whitson (Chinese) Operating System WinCE 5.0, with 800x480 Resolution, and I need to use the browser Garminxt, because in Peru, only to have maps and Navitel garmin paragraph, please If anyone knows of software indicated the For this type Team

Thanks

Miguel
Miguelious offline


Junior Member



 
Joined: Mon Aug 30, 2010 9:48 pm
Posts: 6
Has thanked: 0 time
Been thanked: 0 time

Postby PiEtU » Sat Sep 04, 2010 5:42 pm

PiEtU offline


User avatar Elite Member



 
Joined: Sat Feb 13, 2010 9:59 pm
Posts: 929
Location: Pitcairn Islands
Has thanked: 0 time
Been thanked: 157 times
Age: 58

Postby mdcfn » Wed Sep 08, 2010 2:13 pm

Hi,
I have a 4.3" (480 x 272) Supratech Triton XL with WinCE 5.0 and the GPS runs on COM 7 at 57600 bauds. I tried almost everything, but the GPS signal cannot be found by Garmin Mobile XT. Someone could give me any suggestions?
Warm regards,
Mario
mdcfn offline


Junior Member



 
Joined: Mon Aug 30, 2010 9:30 pm
Posts: 16
Has thanked: 4 times
Been thanked: 0 time
Age: 63

PreviousNext

Return to Software

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 1 guest