Hello
Do you also start the Garmin via the correspondingly renamed Mortscript-start.exe?
Otherwise post your *.mscr here.
Printable View
Hello
Do you also start the Garmin via the correspondingly renamed Mortscript-start.exe?
Otherwise post your *.mscr here.
Hello HansGans09,
I started by Garmin.exe and there is a Mortscript.exe file also in same route of garmin.exe.
See below my garmin.mscr file changed:
RegWriteDword("HKLM", "Software\Microsoft\Shell\Autohide", "default", 1)
RegWriteDword("HKLM", "Software\Microsoft\Shell\Ontop", "default", 0)
Xcopy("\SDMMC\Garmin\save\Settings\*.*","\Garmin",True,True)
Run("\SDMMC\Garmin\explorer.exe")
Sleep(2000)
Runwait("\SDMMC\Garmin\Apps\WM\Que.exe")
XCopy("\Garmin\*.*","\SDMMC\Garmin\save\Settings",True,True)
Kill("explorer.exe")
Sleep(500)
Exit
Mauricioea
Hello
Where did you get these settings? I don't have the save/Settings folder. The settings are located in the Garmin subfolder. This is saved and copied back.
So
XCopy("\SDMMC\Garmin\Garmin\*.*","\Garmin",True,True)
RunWait("\SDMMC\Garmin\Apps\WM\Que.exe")
XCopy("\Garmin\*.*","\SDMMC\Garmin\Garmin",True,True)
although your version should also work.
Have you ever opened your save/Settings folder and checked whether the corresponding files are also stored there?
Hello,
This is my problem, it is not saving.
I tested the package in the Emulator with the garmin.mscr changed from SDMMC to StorageCard and them is saving but the SD Card in the Emulator is called Storage Card.
Maybe some incompatibility from Storage Card to SMMC, I believe that this package is made to work for Storage Card.
Mauricioea
Hello
Are you sure that the name SDMMC is correct?
You can also work in the emulator with SDMMC as the SD card name.
You just have to change the path in Start.bat accordingly.
like this
Start DeviceEmulator.exe WinCE6.bin /memsize 256 /video 480x272x16 /sharedfolder "C:/SDMMC"
HansGans09,
Problem solved, I just downloaded from the Internet the file "Que.exe" specific for SDMMC and them now it is running properly and saving my preferences/settings.
Do you know if is there one for resolution 480x272?
===================
Anyone have this Software for resolution 480x272? If yes, could you please send me the link to download.
Mauricioea