DayOfWeek v1.6New version of my elf that displays the weekday on the standby screen.
This elf has been around as a beta here and on se-nse.net for a while, but now it's here in a final version.
Best to use together with the patch that removes the time from the screen.
The elf can read the day name in two ways. Either from
weekdays.ini in the ini folder or from
DYN_weekdays.bin in the config folder on phone.
To decide which method to use, set [BIN] in weekdays.ini to 0x00; or 0x01;
If the [BIN] option isn't set, the elf will try to read the ini name, and if it can't it will read the bin label.
The location of the weekday can also be controlled via weekdays.ini, as seen in the weekdays.ini example.
weekdays.ini Contains day names and settings.
DYN_weekdays.bin - Contains the fw specific week day name labels.
The data structure in the file should be like this (hex):
Код:
MONDTUESWEDNTHURFRIDSATUSUND
example (W810 R4EA031):
0C8414AF1759144F069A018313CD
Source included
Download v1 at se-nseor at hott_dogg's post (#15 in this thread)
Download v1.5 at post #29 in this topic (I can't upload it in this post for some reason)
Download v1.6 at post #33 in this topic
Changelog:
v1.5
* added option [BIN]: 0x01; / 0x00; Read from bin file or not
* don't require minute ticker any more
* [DISP_ITEM] works now. :)
v1.6
* Should update correctly at 00.00.02 now.
[ Редактировано nkls в 7.3.08 19:03 ]