Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: iGuidance Volume and rr.ini

  1. #1
    Newbie
    Join Date
    Oct 2007
    Posts
    12

    iGuidance Volume and rr.ini

    I've been reading the threads on pausing winamp when the voice for iG4 comes on, but I'm running into a problem. I've been trying to make the necessary changes but they won't save!

    I have ignative=true.

    I've used RRconfig to set:
    Code:
    igautosw=true
    gpsonvoice=true
    pauseonvoice=true
    lastscreenswitchtime=5
    Which saves correctly when I close and exist RRconfig.

    However, every time I restart RR, the values are reset to:
    Code:
    igautosw=0
    gpsonvoice=true
    pauseonvoice=0
    lastscreenswitchtime=5
    I've changed the rr.ini file manually, saved and restarted RR, but it still automatically changes these values back.
    Other changes to rr.ini seem to save, but these never do. Any help? It's driving me crazy!!! I'm using DFX 3.0. (by far the easiest/best one I've worked with thus far)

  2. #2
    Newbie wingnut75's Avatar
    Join Date
    Apr 2007
    Location
    Lakeland, FL
    Posts
    45
    I had to edit the Exectbl.ini Code located in DFX3.0. Look in the GPS header area. I'm out of town now or I would post what I have, I do recall having to change the following:
    ---WAS------------------------NOW-----------
    igautosw=0--------------igautosw=false
    igautosw=1--------------igautosw=true
    pauseonvoice=0---------pauseonvoice=fasle
    pauseonvoice=1---------pauseonvoice=true


    Hope this helps
    Why buy it if you can build it? Even if it cost twice as much to build.

  3. #3
    Variable Bitrate eric_barcus's Avatar
    Join Date
    Mar 2007
    Posts
    252
    i was wondering this myself, this ould also explain why i get different GPS screens from when i set what screen id like to see (full or window) in my skin then when i restart its back not functioning corectly... gonna check that exectbl.ini when i get out of the office

  4. #4
    Raw Wave treetop777's Avatar
    Join Date
    Sep 2006
    Location
    War-Town, GA.
    Posts
    2,093
    It is my experience that if u use DFX, you have to decide wether to let rrconfig handle those settings or DFX - not both. I desable the lines in DFX and every thing works fine.

    LSXVOID also has those settings but i don't know if they conflict with RRconfig.

  5. #5
    inh
    inh is offline
    Maximum Bitrate
    Join Date
    Jan 2007
    Location
    Fort Riley KS
    Posts
    515
    OK, I brought this to the attention of JohnWPB and we spent a few minutes figuring it out. Here is the official fix:

    Replace these lines in your ExecTBL.ini with the slightly modified ones below:
    Code:
    "IGSettingLoader","BYVAR;pauseonvoice;LoadAUTOPauseOFF<<LoadAUTOPauseON||BYVAR;igautosw;LoadAUTOGPSOFF<<LoadAUTOGPSON"
    
    / Toggle the Auto Pause of Winamp On and Off when iGuidance Speaks
    "AUTOPauseON","SETVAR;pauseonvoice;1||SAVETOINI;pauseonvoice;True||SETIND;!AutoPauseOn;ON||SETIND;!AutoPauseOff;OFF"
    "AUTOPauseOff","SETVAR;pauseonvoice;0||SAVETOINI;pauseonvoice;False||SETIND;!AutoPauseOn;OFF||SETIND;!AutoPauseOff;ON"
    
    / Set Auto Toggle GPS Screen On or Off
    "AUTOGPSON","SETVAR;AUTOGPSSW;1||SAVETOINI;igautosw;True||SETIND;!AutoGPSOn;ON||SETIND;!AutoGPSOff;OFF"
    "AUTOGPSOFF","SETVAR;AUTOGPSSW;0||SAVETOINI;igautosw;False||SETIND;!AutoGPSOn;OFF||SETIND;!AutoGPSOff;ON"
    Also, ADD these lines:

    Code:
    "LoadAUTOPauseON","SETIND;!AutoPauseOn;ON||SETIND;!AutoPauseOff;OFF"
    "LoadAUTOPauseOff","SETIND;!AutoPauseOn;OFF||SETIND;!AutoPauseOff;ON"
    "LoadAUTOGPSON","SETIND;!AutoGPSOn;ON||SETIND;!AutoGPSOff;OFF"
    "LoadAUTOGPSOFF","SETIND;!AutoGPSOn;OFF||SETIND;!AutoGPSOff;ON"
    That should take care of it =] It did for us.
    cashtexts - Earn money for receiving text messaged offers
    cashtexts review not a scam
    Space Navigator - 6 Axis input device: Take it apart - Driver App
    RRCam - Video/webcam capture, text overlay, and recording: 2.0 Stable

  6. #6
    Raw Wave treetop777's Avatar
    Join Date
    Sep 2006
    Location
    War-Town, GA.
    Posts
    2,093
    Great! Thanks.

    NOTE: Anybody C&P-ing the code above, be careful for unwanted spaces - i see some already.

  7. #7
    inh
    inh is offline
    Maximum Bitrate
    Join Date
    Jan 2007
    Location
    Fort Riley KS
    Posts
    515
    Quote Originally Posted by treetop777 View Post
    Great! Thanks.

    NOTE: Anybody C&P-ing the code above, be careful for unwanted spaces - i see some already.
    Good eye sniper, fixed with the CODE tag =] Sorry about that.
    cashtexts - Earn money for receiving text messaged offers
    cashtexts review not a scam
    Space Navigator - 6 Axis input device: Take it apart - Driver App
    RRCam - Video/webcam capture, text overlay, and recording: 2.0 Stable

  8. #8
    Newbie
    Join Date
    Oct 2007
    Posts
    12
    Thanks for the help guys! However, it's still not working...

    I changed my ExecTBL.ini in the DigitalFX 3.0 directory as described, but the iG4 lady keeps on talking along through the song! I do have the volume settings for iG4 at 1 notch below maximum and and my wav and system volume below 50% so I don't think I'm doing that wrong. (Should be greater than the 5%!)

    The changes are saving in the rr.ini file correctly. They also appear correct when using RRConfig. So, it definitely seems like the suggetions are doing the right thing. Maybe I have something else setup up wrong in RR?

    I've included my ExecTBl and rr.ini if anyone wants to take a peek to see if I'm doing something crazy
    Much appreciated!
    Attached Files Attached Files

  9. #9
    Constant Bitrate
    Join Date
    May 2005
    Location
    Mother Earth
    Posts
    195
    Hey MMZonker I am no RR genius i too was having difficulties with dfx. This is what i did until i could get it working correctly. I verified it worked in other skins first.. I used guino bmw skin and it worked perfectly. It may not have all the bells and whistles that dfx has but ig muting winamp or videoplayer on direction appears to work almost flawlessly.. One thing I did notice is (since i use videos) that if video is resumed like from hibernation it doesnt work. Ig will fight for volume.. But if i stop the video and then start the video it works correctly again.. This is only on resuming from hibernation..after I stop the video i am good until next hibernation. again bmw skin and the carwings skin.
    KIAs can have car pcs too..

  10. #10
    Raw Wave treetop777's Avatar
    Join Date
    Sep 2006
    Location
    War-Town, GA.
    Posts
    2,093
    The only other thing i could think of is this; i don't use that setting so i don't know what it does (cause i like the way IG speaks over the music myself).
    Attached Images Attached Images  

Page 1 of 2 12 LastLast

Similar Threads

  1. How to setup iGuidance GPS for RoadRunner
    By MatrixPC in forum RR FAQ
    Replies: 31
    Last Post: 05-22-2009, 09:29 AM
  2. Embedding Iguidance v2 - For idiots :)
    By canadiandream in forum Road Runner
    Replies: 4
    Last Post: 12-05-2007, 02:50 PM
  3. Volume controls acting wacky
    By lez in forum Road Runner
    Replies: 5
    Last Post: 05-12-2007, 12:47 PM
  4. Replies: 12
    Last Post: 03-21-2007, 11:34 AM
  5. Control volume with iGuidance - How?
    By notion in forum Road Runner
    Replies: 11
    Last Post: 01-09-2007, 06:42 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •