GARMIN PATCH for MIO C520 this patch solve GPS signal problem
This path was tested on MIO C520, and it start first PORTSPLITER and GARMIN. After Gamin it is Closed it KILLS PORT SPLITER to run Igo8 or other software with problems.
http://rapidshare.com/files/142934912/patch.rar.htmlunrar to garmin FOLDER => \STORAGE CARD\GARMIN\
after unrar should be like this \STORAGE CARD\GARMIN\PATCH
to start GARMIN RUN => Garmin_MioC520.exe
It suppozed that GARMIN it is intaled in the default FOLDER:
\STORAGE CARD\GARMIN\
and the exe is in \STORAGE CARD\Garmin\Apps\WM
i think this patch will work on all PNA devices with a little adaptation
If garmin folder is intaled in other dir u must edit Garmin_MioC520.mscr and change all path according u're paths.
Code:
RegWriteString( "HKLM", "SOFTWARE\JAL\Port Splitter", "InstallPath", "\Storage Card\Garmin\PATCH" )
RegWriteDWord( "HKLM", "SOFTWARE\JAL\Port Splitter", "MajorVersion",1 )
RegWriteDWord( "HKCU", "Software\JAL\Port Splitter", "Split",2 )
RegWriteDWord( "HKCU", "Software\JAL\Port Splitter", "Autostart",1 )
RegWriteDWord( "HKCU", "Software\JAL\Port Splitter", "Baud",11 )
RegWriteDWord( "HKCU", "Software\JAL\Port Splitter", "Port",2 )
Run( "\Storage Card\Garmin\PATCH\Port Splitter.exe" )
RunWait( "\Storage Card\Garmin\Apps\WM\Que.exe" )
Kill( "Port Splitter.exe" )