How to modify your calendar active standby

HOW TO REMOVED CALENDAR ACTIVE STANDBY AND SHOW ONLY IF THERE'S ENTRY/ACTIVITIES ON THAT DAY.

Active standby calendar modification
After modifying active standby display (according to the relativepost), I was left with the organizer/calendar plugin showing the annoying "e;No calendar entries today"e;. I don't want to remove the plugin since I want to see the real entries when they exist.
Here is the procedure:

The resource file(s) that contain the texts are in:
Z:\Resource\CalendarPluginData.r[xx]
where [xx] is the language code.
I use English so it is CalendarPluginData.r01 mostly its .r01

The process is this:
1. Disable standby screen
2. Disable Caps/Turn Plat. Security off/Open4All
3. Copy the file of your language (CalendarPluginData.r01) in C:\Resource
4. Using X-plore open the file in hex mode (or you can copy the file in your pc and edit it there).
Here are the contents of the file:
6B 4A 1F 10 00 00 00 00 7D 15 01 00 3D 93 CE 14 01 32 00 0E 04 00 00 00 01 D0 57 11 19 4E 6F 20 63 61 6C 65 6E 64 61 72 20 65 6E 74 72 69 65 73 20 74 6F 64 61 79 16 254E 20 63 6F 6E 66 6C 69 63 74 69 6E 67 20 65 6E 74 72 69 65 73 15 4E 6F20 6D 6F 72 65 20 65 6E 74 72 69 65 73 20 74 6F 64 61 79 14 00 1C 00 36 00 4D 00 63 00

Displayed in bold are the 3 strings:
a) No calendar entries today
b) %N conflicting entries
c) No more entries today
Displayed in red are the string lengths
Displayed in green are the position pointers
With all these in mind it's easy to modify each string, but then you'dhave to adjust the length and position bits (red and green).
But what I really want to achieve is to eliminate the first and laststrings completely. The trick is to set the length to 00 and then fill the text with space (20).
Here is what it looks like after I removed the first and last strings:
6B 4A 1F 10 00 00 00 00 7D 15 01 00 3D 93 CE 14 01 32 00 0E 04 00 00 00 01 D0 57 11 00 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 16 25 4E 20 63 6F 6E 66 6C 69 63 74 69 6E 67 20 65 6E 74 72 69 65 73 00 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 14 00 1C 00 36 00 4D 00 63 00
5. Save the file (in c:\Resource) and activate the standby screen.
If everything went well, then the calendar line "No calendar entriestoday" should not be visible any more. Make a calendar entry for later today and you'll see that it will appear automatically in the standbyscreen. Delete it and make another for earlier today. The line "No more entries today" is not visible.

Reblog this post [with Zemanta]

Posted in Labels: |

0 comments: