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.
Bookmarks