PDA

View Full Version : welcome.exe - date, time, etc


kuzco1
30th January 2009, 09:36 AM
Hi,

after a hardreset welcome.exe will do a screen alignment, set date and time and some other things.
Unfortunaltely I was not able to find the way to set date and time to other entries.
Where does welcome.exe read date and time.

Welcome.exe will start wc_setdatetime.wcml and will read i.e.:
var currentHours = currentTime.getHours ( );
var currentMinutes = currentTime.getMinutes ( );
var currentSeconds = currentTime.getSeconds ( );
var currentmonth=currentTime.getMonth();
var currenttoday=currentTime.getDate();
var currentyear=currentTime.getYear();

But which reg-entries ?

Any help is welocme.

regards
kuzco

anryl
30th January 2009, 10:18 AM
thats in XIP in NK.exe
actualy in module S000
:D

kuzco1
30th January 2009, 10:35 AM
thats in XIP in NK.exe
actualy in module S000
:D

Cool - thanks.
Can I edit this file with an hexeditor to change the date ?