It refers to Navigator Free on carradio, wince version. In driving mode the arrival time is always the correct current time plus the correct duration time plus 1 hour. Does anybody have an idea? Best regards, Christian.
Can change timezone on radio not the time. Need GMT+2 for summertime. If I change to GMT+1 both current and arrivaltime changes. Arrivaltime always 1h wrong. ???
The WINCE devices that I know are defaulting to whatever timezone the manufacturer has burned into ROM. Don't know if it's the same for all devices. So everytime I hard boot my WINCE device I'm setting the timezone/time manually. Haven't found a better solution yet.
Uli, sorry to hear that you're having the same problem as me. I've made a feature request to have a menu setting to set Navigator time as an offset to GPS time which I think will solve the problem - see ETA always exactly 4 hours early
After a lot of work I have managed a workaround for this bug. Download CECmd and change the nav path to the folder with CECmd. Open the Control Panel> Time and Date. Change the Time zone to the required one.. go to Plugins and pick HKLM. Find TimeZoneInformation and select and export it. You now need MortScript and create a mscr script with RegWriteBinary("HKLM","Time","TimeZoneInfformation",xxx) where xxx is the hex string from the reg file you created. You then need a line with Run("\Storage Card\navigator\navigator.exe") or similar. Call the script navigator.mscr. Create a folder on your storage card called msc. Copy Mortscript.exe and autorun.exe from the mortscrtipt\bin\pna folder to the new folder and your navigator.mscr. Rename autorun.exe to navigator.exe. Set your system to run the navigator.exe. It will now run the mortscript to change your time zone then start navigator. It's not easy, a bit flaky but it works.
PLEASE Mapfactor make this easy with a menu item which changes the time zone. It's easy in code and a pain in the backside to do it this way. I'm running the paid for version of Navigator - I don't expect to have to do this amount of work to fix something that iGo, Copilot and everyone else has no issue with.