The MP3car.com Store The MP3car.com Blog    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > GPS

Reply
 
LinkBack Thread Tools Display Modes
Old 12-19-2004, 05:25 PM   #1
SMKFree
 
liquid_smoke's Avatar
 
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
IGUIDANCE_ nag screen solution here

Ok, so now that im on vacation and have a little more time to work on things.
Ive been trying to figure out a way to kill the nag screen on IGuidance.
I know others have a fix for this, but i cant seem to get ahold of the files (broken links) that were posted long ago.

So, i figured some scripting should be able to handle something simple like this.
I downloaded AutoHotKey which is open source scripting engine, key mapper etc, etc, etc. http://www.autohotkey.com/ very cool program!!

anyway, i have a working script that kills the nag window.

this script will kill the nag window if you run the script standalone ie; not embedded in front end.

script will work with CentraFuse embeded, just point it to the script file instead of iguidance.exe. Seems to take a while but it embeds it correctly.

Frodoplayer dosent seem to like loading the script and you have to hit the gps button twice for it to embed properly. I think this is just a timeing issue that will be fixed in the new release which will make this script not needed anyway, but for the time being for everyone else.

download the program from the link above and install it.

copy this into a new text file

Code:
Run, F:\Program Files\iNav\iGuidance\iGuidance.exe WinWaitActive ahk_class #32770 IfWinExist, ahk_class #32770 WinActivate Send,{enter} Send,{enter}


edit the path to iguidance to point to where you have it installed on your machine, and save it as nagscreen.ahk or whatever you like.ahk

make sure the script is saved in the same dir as iguidance.exe or you will get errors


You can also compile the script as an .exe file, but since the path may be different on different computers you have to compile it as a .exe yourself, but this step is not needed.

enjoy and let me know if you have any problems, and ill try to help.
liquid_smoke is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 12-19-2004, 05:28 PM   #2
SMKFree
 
liquid_smoke's Avatar
 
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
also, with a little editing, this should work for any program that pops up a window, not just IG. all you need is the window name
liquid_smoke is offline   Reply With Quote
Old 12-21-2004, 12:48 AM   #3
SMKFree
 
liquid_smoke's Avatar
 
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
anybody actually use this?

I tried it out in my car after testing it in the house and for some reason it didnt work, not sure why, but i rewrote it while in the car so if the above script didnt work for you, try this (more simple) one.


Code:
Run, F:\Program Files\iNav\iGuidance\iGuidance.exe WinWaitActive ahk_class #32770 Send,{enter}

liquid_smoke is offline   Reply With Quote
Old 12-24-2004, 09:32 PM   #4
FLAC
 
muldrick's Avatar
 
Join Date: Jun 2004
Location: South-Central PA
Posts: 1,230
I use iGuidance in FrodoPlayer...nag screen doesn't come up.
__________________
Now faith is being sure of what we hope for and certain of what we do not see.
muldrick is offline   Reply With Quote
Old 12-25-2004, 01:02 AM   #5
SMKFree
 
liquid_smoke's Avatar
 
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
cool,
at least some one found it usefull.
liquid_smoke is offline   Reply With Quote
Old 12-25-2004, 01:37 AM   #6
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,763
NaviVoice has an integrated nagscreen remover
__________________
PowerVoice v1 | NaviVoice Source
GammaControl v2.4
SKINbedder v3

1995 Lexus SC300 <-- Weekend Car
1997 Mazda Miata <-- Daily Driver
0l33l is offline   Reply With Quote
Old 01-05-2005, 06:58 PM   #7
Maximum Bitrate
 
Skipjacks's Avatar
 
Join Date: Dec 2004
Location: Baltimore, Maryland
Posts: 526
This is deffinately a good thing
Skipjacks is offline   Reply With Quote
Old 01-05-2005, 07:05 PM   #8
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,763
Quote: Originally Posted by Skipjacks
This is deffinately a good thing

Yep You would be able to launch the nav from frodo unembedded, but frodoplayer seems to have problems with the command line parameters... I've told Frodo already.
__________________
PowerVoice v1 | NaviVoice Source
GammaControl v2.4
SKINbedder v3

1995 Lexus SC300 <-- Weekend Car
1997 Mazda Miata <-- Daily Driver
0l33l is offline   Reply With Quote
Old 01-05-2005, 07:33 PM   #9
Maximum Bitrate
 
Skipjacks's Avatar
 
Join Date: Dec 2004
Location: Baltimore, Maryland
Posts: 526
Quote: Originally Posted by 0l33l
Yep You would be able to launch the nav from frodo unembedded, but frodoplayer seems to have problems with the command line parameters... I've told Frodo already.

I don't use a front end anyway. I'm just happy that the nag screen is gone, and now with autohotkey creating the mini program my GPS iNav icon is a speed limit sign reading 85MPH.
Skipjacks is offline   Reply With Quote
Old 01-05-2005, 07:48 PM   #10
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,763
Quote: Originally Posted by Skipjacks
autohotkey creating the mini program

Autohotkey? Mini program?
__________________
PowerVoice v1 | NaviVoice Source
GammaControl v2.4
SKINbedder v3

1995 Lexus SC300 <-- Weekend Car
1997 Mazda Miata <-- Daily Driver
0l33l is offline   Reply With Quote
Old 04-02-2005, 03:05 PM   #11
Constant Bitrate
 
gizak's Avatar
 
Join Date: Feb 2004
Location: Phoenix, AZ
Posts: 198
got this working, much appreciated. I tried both scripts w/centrafuse and both work except the first one will start with the "menu" opened up and the 2nd without it. both are useful, thanks again!
__________________
-GiZak-
Carputer Project: 98% Complete!! *tweakin'*
Xenarc 7TSV | Opus 150 | Biostar M7NCG400 | Athlon Mobile2200 | Seagate 160Gb | Kingston 2x256mb | BT Holux GR-231 GPS | LiteOn CD-R/DVD| Keyhole Rev. Cam | Zippy Mini-glow Keyboard
gizak is offline   Reply With Quote
Old 04-02-2005, 03:10 PM   #12
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,763
I've started making a "clone" of RoutisLauncher. One of the things its gonna do is stay open and relay all the events it receives to iG/Routis.
__________________
PowerVoice v1 | NaviVoice Source
GammaControl v2.4
SKINbedder v3

1995 Lexus SC300 <-- Weekend Car
1997 Mazda Miata <-- Daily Driver
0l33l is offline   Reply With Quote
Old 04-03-2005, 03:29 AM   #13
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,763
Check This Out
__________________
PowerVoice v1 | NaviVoice Source
GammaControl v2.4
SKINbedder v3

1995 Lexus SC300 <-- Weekend Car
1997 Mazda Miata <-- Daily Driver
0l33l 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
Complete solution, COMPUTER, SCREEN +DVD player for your car! wrxmaster Classified Archive 6 07-09-2004 03:26 PM
Gamecube screen junior LCD/Display 7 11-24-2003 07:38 AM
Common theme in LCD screens.. spectrumzz LCD/Display 53 10-28-2003 04:37 PM
Problems with screen backlight and allen controller setup MikeHunt79 LCD/Display 13 07-02-2002 11:54 AM
Redant screen - widescreen, screen res, TV out??? Griffin_Dodd General Hardware Discussion 4 02-06-2002 07:09 PM


All times are GMT -5. The time now is 01:26 AM.


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