The MP3car.com Store The MP3car.com Blog    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > GPS

Reply
 
LinkBack Thread Tools Display Modes
Old 07-30-2005, 04:22 PM   #16
Low Bitrate
 
Join Date: Jul 2005
Posts: 91
anybody ever figure out how to get it so stay at 0. I tried cheeks way but it didn't work. Using 2.1
Ryan711 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 07-30-2005, 05:54 PM   #17
Constant Bitrate
 
craniumdesigns's Avatar
 
Join Date: Apr 2005
Location: Hayward, CA
Posts: 153
dude. read this whole thing. look at post #7. there's a link there that tells you how to do it.
__________________
Steve Davis
www.CraniumDesigns.com
craniumdesigns is offline   Reply With Quote
Old 11-15-2005, 05:54 PM   #18
Low Bitrate
 
Join Date: Nov 2005
Posts: 86
the other thread is locked and this seems to be the next best thing to posting where it belongs since it would seem that poeple are still having problems with this.

FIRST: This was tested with 2.1.3NA. If you have anotehr version I dont know if it will work or not.
SECOND: This was done on Windows XP, if you have another OS I have no clue how it will function.
THIRD: When your system doesn't work anymore I am not at fault, you can post to ask for help but I am not promising any.


I see that alot of people had touble with the whole permissions thing. Others took issue with the fact that IG could not update options anymore. So I made a small batch script that will fix this problem (the nag screen) and will not require you to lock the permissions on your reg. Copy this entire block of code and put it in a file called runIG.bat in the iguidance directory.

Code:
reg export hkcu\software\inav\iGuidance inav.reg more inav.reg > inav2.reg echo "ShowWarning"=dword:00000000 >> inav2.reg reg import inav2.reg start iGuidance.exe

Explained: (if you dont care, already get it or just want to try it stop reading here)
Code:
reg export hkcu\software\inav\iGuidance inav.reg

This is a command to export a key from the registry, it will write your entire iguidance key set (and subtrees) to the file inav.reg. If that file exists it will be overwritten. If it does not it will be created.

Code:
more inav.reg > inav2.reg echo "ShowWarning"=dword:00000000 >> inav2.reg

Not sure why but a normal echo would not work on the inav.reg file (probably something to do with CRLF, if you dont know what that is dont worry about it). So I used the MORE command to copy inav.reg to inav2.reg.

this is probably a good thing because you get to keep the copy of the reg as it was in case a problem occures.

then the echo which will work on inav2.reg (go figure) adds the line that will "SET" showwarning to 0. If your reg didn't have this key it will add it. Lucky us that windows will accept the same key more than once per reg file which means if it was there then the echo added it a second time. But since the one we added is last it will be the value used to set the key (aka the one that gets to stay).

Code:
reg import inav2.reg

Loads our corrected reg keys back into the registry.

Finally:
Code:
start iGuidance.exe

Start is used to prevent the command window from staying open until iGuidance.exe closes.

If anyone is worried about the 2 files taking up space they are 2k together so get over it.

I welcome any comments.

-Bad
bad-at-this 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
Remove Splash Screen GARB-E Road Runner 2 07-21-2005 06:06 PM
Zots Skin and Ig. window UM_Fan Road Runner 2 07-02-2005 08:14 PM
Problems turning my carputer on nappyjim Power Supplies 4 05-04-2005 10:21 PM
Splash Screen (Boot Screen) eCar™ General MP3Car Discussion 3 03-09-2004 09:16 PM
my computer keeps turning on by itself? rep999 Off Topic 11 06-11-2001 06:09 PM


All times are GMT -5. The time now is 02:24 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