Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > GPS > Mapfactor PC Navigator


Reply
 
Share Thread Tools Display Modes
Old 08-01-2007, 05:06 AM   #16
Maximum Bitrate
 
Join Date: Oct 2003
Location: Copenhagen, Denmark
Posts: 744
_dopehead_ is on a distinguished road
You could just try and use the cmdline params directly in iCT. the only reason i have created the little appl. is because i couldn't get RoadRunner to execute pcnav with the parameters on it. It sounds like iCT is embedding my application instead of pcnav.
__________________
Transflective Lilliput 8", LV-677DC Core Duo 1,83Ghz, , Mpegbox uSDC20D, Shuttle Express, HQCT, PG XS6600 http://carpc.boyakasha.dk
_dopehead_ is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 08-01-2007, 09:16 AM   #17
Low Bitrate
 
Join Date: Nov 2006
Location: Isle of Orkney. UK
Posts: 100
brodgar is an unknown quantity at this point
Been playing all morning. Run it stand alone - perfect. Nav 7 embeds nicely in PC Nav window.

The problem is obviously with iCT. I agree the front end appears to embed PC Nav but this again is only slightly better than Nav 7. At least PC Nav opens where it should, Nav 7 is full screen. But iCT will only OPEN either programme. If I switch to another screen it leaves the programme running in the background, which has to be closed separately. In the iCT ini file the only mention of navigation is for the path to the exe file. I don't know if I can add any parameters here.

I'm certain that I have PC_Nav in the correct file C:\Program Files\Navigator7\PC_Navigator.

In Nav 7 config file\tyrael folder I found the default settings doc and changed the Y co-ordinate from 0 to 50 and added two lines for window width and height but this made no difference.

I should add that I have the two latest updates as well as the Beta 7.1

At present I can run the system with the iCT bar across the top semi-opaque and covering the top half of the buttons. Not ideal, but workable
brodgar is offline   Reply With Quote
Old 08-01-2007, 10:18 AM   #18
Maximum Bitrate
 
Join Date: Oct 2003
Location: Copenhagen, Denmark
Posts: 744
_dopehead_ is on a distinguished road
maybe you could do some screen dumps of this problem, i am having a hard time imagining this, as i don't know iCT at all.
__________________
Transflective Lilliput 8", LV-677DC Core Duo 1,83Ghz, , Mpegbox uSDC20D, Shuttle Express, HQCT, PG XS6600 http://carpc.boyakasha.dk
_dopehead_ is offline   Reply With Quote
Old 08-01-2007, 02:27 PM   #19
Constant Bitrate
 
Join Date: Mar 2005
Location: UK
Posts: 197
World705 is on a distinguished road
im having a bit of trouble embbedding pc nav 7 to rr... it goes full screen and not inside the window of the gpswindow...

What settings do i need to set this up correctly?
World705 is offline   Reply With Quote
Old 08-01-2007, 02:36 PM   #20
Maximum Bitrate
 
Join Date: Oct 2003
Location: Copenhagen, Denmark
Posts: 744
_dopehead_ is on a distinguished road
i will create a how-to tonight, seems like it's needed now
__________________
Transflective Lilliput 8", LV-677DC Core Duo 1,83Ghz, , Mpegbox uSDC20D, Shuttle Express, HQCT, PG XS6600 http://carpc.boyakasha.dk
_dopehead_ is offline   Reply With Quote
Old 08-01-2007, 02:51 PM   #21
Constant Bitrate
 
Join Date: Mar 2005
Location: UK
Posts: 197
World705 is on a distinguished road
what did you create the gps window name to ? i tried pcnav7...
World705 is offline   Reply With Quote
Old 08-01-2007, 04:37 PM   #22
Maximum Bitrate
 
Join Date: Oct 2003
Location: Copenhagen, Denmark
Posts: 744
_dopehead_ is on a distinguished road
This is basic RR embedding stuff, i will put it all in the how-to
__________________
Transflective Lilliput 8", LV-677DC Core Duo 1,83Ghz, , Mpegbox uSDC20D, Shuttle Express, HQCT, PG XS6600 http://carpc.boyakasha.dk
_dopehead_ is offline   Reply With Quote
Old 08-01-2007, 05:27 PM   #23
Maximum Bitrate
 
Join Date: Oct 2003
Location: Copenhagen, Denmark
Posts: 744
_dopehead_ is on a distinguished road
How-to PcNav7 in RR

Ok, so i think we need a How-to for using PCNav7 in RR embedded.
First off, i would love some comments on it, since i might not have gotten everything done as cleverly as it could be, but here it goes :

Components you need for this to work :

- PC Navigator 7 Standard or Pro : www.directions.ltd.uk

- Patch for Windowed mode support (for RR embedding) : http://static.mapfactor.com/files/pc...h-7_1_13-1.exe

- PC Navigator Windowed Launcher Application / Window kill script (by me :-) : http://www.csaforum.dk/pcnav.zip http://www.csaforum.dk/kill.zip

- Example skin files for this example : http://www.csaforum.dk/skins.zip

- Beyondlogic Process Killer (Kills pcnav and my app upon exit of gps window : http://www.beyondlogic.org/solutions...process203.zip

-------------- Installation and Configuration ---------------------------

Once you installed PC Navigator 7 and the patch, unpack pcnav.zip, kill.zip and Beyondlogic Process Killer wherever you like, i just use c:\ in my setup.
PCNav has to be here : C:\Program Files\Navigator7\PC_Navigator\

- Skin

Ok, now we need to do the RR skin stuff, i use the destinator_gps.skin file in the i use skin called KUO, but any generic skin will do, as long as it has a exit and close button (so you can change into main menu and so on).

What you need to do is find the button code in your menu.skin that has the GPS command in it, and replace it with this :

<button coords>"load;destinator_gps.skin;!BarneyMainWndCls !Navigator;c:\startpcnav.exe;!BarneyMainWndCls!Nav igator||ACTIVATE;Navigator",""

This will load the destinator_gps.skin call my launcher which starts pcnav embedded, and embed with the window name params "!BarneyMainWndCls!Navigator" which is pcnav7's window name.

The whole line in this skin looks like this :
B06,401,299,399,102,"load;destinator_gps.skin;!Bar neyMainWndCls!Navigator;c:\startpcnav.exe;!BarneyM ainWndCls!Navigator||ACTIVATE;Navigator",""

- Embedding setup

The skin i use has a 50 pixel high bar on the top where the exit and the close button is, this means that pcnav has to be embedded at x=0,y=50 and has to be 800x550 pixels in size, if you are running in 800x600 as i am. These settings are done in the settings.ini file that came with the pcnav.zip.

This is how settings.ini should look in this setup :
0
50
800
550

Pretty basic, but it works :-)

- GPS Skin

Now in the destinator_gps.skin file i use, to stop pcnav running instead of exiting to the main menu, i use the Process kill util, with the kill.bat file from the kill.zip file. So in the close button you should have the following, of course you need to change the button location if you are not using destinator_gps_skin :

B01,690,0,44,48,"RUN;C:\kill.bat||CLOSE||EXIT","Cl ose"
B02,745,0,44,48,"EXIT","Exit"

So when the X is pressed it will stop my application and pcnav7, plus it will exit the window.
Close just goes back to main menu, so you can change between audio/gps and so on.
Also, you need to define a Clip area the same size as the application area in the skin.
A01,0,50,800,550,000,000,000
C01,0,50,800,550

See the skins.zip for the complete gps skins i use, and copy from them, as the forum here inserts spaces in the text sometimes.

Hope this guide is usefull, and i would like comments on how to organise or maybe change some things in it from you guys.
Attached Images
 
__________________
Transflective Lilliput 8", LV-677DC Core Duo 1,83Ghz, , Mpegbox uSDC20D, Shuttle Express, HQCT, PG XS6600 http://carpc.boyakasha.dk
_dopehead_ is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 08-01-2007, 06:34 PM   #24
Maximum Bitrate
 
jonessc's Avatar
 
Join Date: Nov 2006
Location: Wales, UK
Posts: 787
jonessc is an unknown quantity at this point
Nice guide dude,

Prob be worth putting this into a seperate thread to be stickied!
__________________
CarPuter Progress:
Planning:-----> [||||||||||] 100%
Hardware Buying:-> [||||||||||] 100%
Software:-----> [||||||||||] 100%
Installing:-----> [||||||||||] 100%
Current Project= Making skins in photoshop...
jonessc is offline   Reply With Quote
Old 08-02-2007, 11:56 AM   #25
Maximum Bitrate
 
Join Date: Oct 2003
Location: Copenhagen, Denmark
Posts: 744
_dopehead_ is on a distinguished road
probably, it would prevent the clutter and trying to find that one post you need is getting very difficult with the long threads. I think we need to get the volume issue tried and tested first, then the how-to is pretty much complete.
__________________
Transflective Lilliput 8", LV-677DC Core Duo 1,83Ghz, , Mpegbox uSDC20D, Shuttle Express, HQCT, PG XS6600 http://carpc.boyakasha.dk
_dopehead_ is offline   Reply With Quote
Old 08-02-2007, 12:36 PM   #26
Maximum Bitrate
 
jonessc's Avatar
 
Join Date: Nov 2006
Location: Wales, UK
Posts: 787
jonessc is an unknown quantity at this point
Quote: Originally Posted by _dopehead_ View Post
I think we need to get the volume issue tried and tested first, then the how-to is pretty much complete.

Are we gonna try indie volume for this?
__________________
CarPuter Progress:
Planning:-----> [||||||||||] 100%
Hardware Buying:-> [||||||||||] 100%
Software:-----> [||||||||||] 100%
Installing:-----> [||||||||||] 100%
Current Project= Making skins in photoshop...
jonessc is offline   Reply With Quote
Old 08-02-2007, 01:23 PM   #27
Maximum Bitrate
 
Join Date: Oct 2003
Location: Copenhagen, Denmark
Posts: 744
_dopehead_ is on a distinguished road
Yup, i have indievolume working on my home pc right now with winamp and another program (media player classic), since i can't get Pcnav to say anything without a gps connected to it. It works by defining pcnav as the exclusive app. and everything else (rr, winamp, video player and so on) as non-exclusive, then when pcnav tries to use the soundcard, everything else gets muted. I think i saw somewhere that a new version was coming where the volume could be turned down, instead of completely muting.

So i think indievolume is the way to go for now, until something more simple comes along, like a better sdk that lets us control and talk to the actual pcnav application from RR
__________________
Transflective Lilliput 8", LV-677DC Core Duo 1,83Ghz, , Mpegbox uSDC20D, Shuttle Express, HQCT, PG XS6600 http://carpc.boyakasha.dk
_dopehead_ is offline   Reply With Quote
Old 08-03-2007, 08:24 AM   #28
Maximum Bitrate
 
jonessc's Avatar
 
Join Date: Nov 2006
Location: Wales, UK
Posts: 787
jonessc is an unknown quantity at this point
Quote: Originally Posted by _dopehead_ View Post
It works by defining pcnav as the exclusive app. and everything else (rr, winamp, video player and so on) as non-exclusive, then when pcnav tries to use the soundcard, everything else gets muted. I think i saw somewhere that a new version was coming where the volume could be turned down, instead of completely muting.RR

Shame we cant get it written into the sourse code of RR

Quote: Originally Posted by _dopehead_ View Post
So i think indievolume is the way to go for now, until something more simple comes along, like a better sdk that lets us control and talk to the actual pcnav application from

At least it will work the same way as other Satnavs like FreeDrive

How do you find PCNav for POI's can you import them?
__________________
CarPuter Progress:
Planning:-----> [||||||||||] 100%
Hardware Buying:-> [||||||||||] 100%
Software:-----> [||||||||||] 100%
Installing:-----> [||||||||||] 100%
Current Project= Making skins in photoshop...
jonessc is offline   Reply With Quote
Old 08-03-2007, 08:26 AM   #29
Maximum Bitrate
 
Join Date: Oct 2003
Location: Copenhagen, Denmark
Posts: 744
_dopehead_ is on a distinguished road
No clue, i don't use POI's at all.
__________________
Transflective Lilliput 8", LV-677DC Core Duo 1,83Ghz, , Mpegbox uSDC20D, Shuttle Express, HQCT, PG XS6600 http://carpc.boyakasha.dk
_dopehead_ is offline   Reply With Quote
Old 08-03-2007, 08:28 AM   #30
Maximum Bitrate
 
jonessc's Avatar
 
Join Date: Nov 2006
Location: Wales, UK
Posts: 787
jonessc is an unknown quantity at this point
Quote: Originally Posted by _dopehead_ View Post
No clue, i don't use POI's at all.

I'll have to experiment, when my v7 arrives, havnt figured it out for v6 yet!
__________________
CarPuter Progress:
Planning:-----> [||||||||||] 100%
Hardware Buying:-> [||||||||||] 100%
Software:-----> [||||||||||] 100%
Installing:-----> [||||||||||] 100%
Current Project= Making skins in photoshop...
jonessc is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
VIA and Mini-box Announce First Sub-$300 Car PC Kit Goofus General Hardware Discussion 27 03-13-2006 12:28 PM
FS: CarPC 2.4 startup/shutdown controller evilragu Classified Archive 4 03-05-2006 05:28 PM
first car pc project machineshop Newbie 7 12-15-2005 04:17 PM
basic car pc idea Joseph Newbie 2 11-08-2004 03:04 PM



All times are GMT -5. The time now is 12:56 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics