Эльф, который позволяет заменять формат даты и времени в режиме Standby. Возможны варианты часов с секундами и даты без года(как в патче weltonlin'а) dformat.ini:
Code
[REPLACE_D_FORMAT]: 0x00; вкл. замену даты или ост. стд.(on/off date format replacement)
[REPLACE_T_FORMAT]: 0x01; вкл. замену времени или ост. стд.(on/off time format replacement)
[PLACE_OF_DATE]: 0x0D; Место где у вас находится дата в Standby(выбираем внизу);
[PLACE_OF_TIME]: 0x0B; Место где у вас находятся часы в Standby(выбираем внизу);
;Форматы даты без года(Date formats without year)
[DATE_FORMAT]: 0x01; день-мес(day-mon)
;[DATE_FORMAT]: 0x02; мес-день(mon-day)
;[DATE_FORMAT]: 0x03; день/мес(day/mon)
;[DATE_FORMAT]: 0x04; мес/день(mon/day)
;[DATE_FORMAT]: 0x05; день.мес(day.mon)
;[DATE_FORMAT]: 0x06; месдень(monday)
;Формат часов с секундами(Time format with seconds)
[TIME_FORMAT]: 0x01; час:мин:сек(hour:min:sec)
//
//0x07 - On the first operator line
//0x06 - On the second operator line (default)
//0x00 - On the third operator line if the second is used, too
//0x09 - Within a big message box
//0x0D - At the right bottom (place of date)
//0x0B - small-screen phones: left bottom (place of time)large-screen phones: in place of big clock
//0x0C - One line above the right bottom (only on large-screen phones - default place of small clock)
//0x0F - At the left bottom of large-screen phones
//0x0E - One line above the left bottom (only on large-screen phones)
//(Взято с конфига Minigps)
© axJeSSter