PDA

View Full Version : Today screen modifications in ROM?


Mike757bq
30-12-2003, 12:16 PM
Hello.
My XDA Today screen displays 4 lines, they are:

- Tap here to set owner...
- No upcoming appointments
- No unread messages
- No tasks

I want to make a ROM without the first line and I want to add one line more for the number of files in \ProgrammFiles\Connections or which says 'no files' if there are not files in that folder

Can someone give me any clue?

Thanks in advance.

Biso007
30-12-2003, 12:32 PM
Hi ...

All of these are Today plug-ins ... and you can display/hide any of them.

Start -> Settings -> Today -> Items ... uncheck "Owner Info"

any additional data to be displayed on Today must be through a new plug-in either ready-made or you can develop it yourself using WM2003 SDK 8)

Mike757bq
30-12-2003, 02:14 PM
Hello.

I finally found it.

First I deleted the item:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Today\Items\"Owner Info"]

in default.reg, so It won't display anymore "Tap here to set owner information"

I didn`t add a new item but I think It is like adding a new line in registry, somewat like:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Today\Items\ MyApp
"..."="\\Windows\\MyApp.exe"

Of course, after this modification I ran mkrom and made a new rom.

Tanks for your patient.