by cabovb » Sat Dec 22, 2012 10:58 am
I use a go--pal skin (Navirunner) which gives me the possibility to start GoPal navigation or another program.
I start primo with a script :
Errorlevel ("off")
Kill ( "\My Flash Disk\Navigation\remotectrl\GnsFmtSrvc.exe" )
sleep (200)
Kill ("\My Flash Disk\navigation\audiomanager.exe")
Sleep ( 200 )
Kill ("\My Flash Disk\navigation\ssp.exe")
Sleep ( 200 )
Kill ("\My Flash Disk\navigation\ssp_so.exe")
Sleep ( 200 )
Kill ("\My Flash Disk\Navigation\mnavdce.exe")
RegWriteDword ("HKLM" , "System\CurrentControlSet\Control\Power\Timeou ts", "ACSuspend" , 0)
RegWriteDword ("HKLM" , "System\CurrentControlSet\Control\Power\Timeou ts", "ACSystemIdle" , 0)
RegWriteDword ("HKLM" , "System\CurrentControlSet\Control\Power\Timeou ts", "ACUserIdle" , 0)
RegWriteDword ("HKLM" , "System\CurrentControlSet\Control\Power\Timeou ts", "BattSuspend" , 0)
RegWriteDword ("HKLM" , "System\CurrentControlSet\Control\Power\Timeou ts", "BattSystemIdle" , 0)
RegWriteDword ("HKLM" , "System\CurrentControlSet\Control\Power\Timeou ts", "BattUserIdle" , 0)
Run "\Storage Card\Primo2\Primo2.exe"
exit
Even with a simple execute: \storage card\primo2\primo2.exe I have the same problem
I tried even to setup Primo on the Flashdisk of the Medion but this didn' resolve the problem. I switch on the power, Primo is running but can't find te GPS-reciever.
The skin I use prevent the gopal navigation to start. I don't use it, gopal blocks the entrence of the com port and Primo can't find the GPS reciever.
Is using Miopocket an option ?
As far as I know, Gopal uses a command " opencom2.exe which is in the windows directory.
Is it possible to put a command under the power section in the sys.txt like exec_path: \windows\opencom2.exe ?