PDA

View Full Version : How to see day and time in ONE line on today screen


megasounds
25th July 2007, 08:12 PM
Hi all,,,
Is it possible to see the day (example wednesday) date-month-year + time in ONE (1) line on the today screen

I preffer some registry edit.
I hope someone has the answer...

thanks in advance
menno

lbendlin
25th July 2007, 10:17 PM
You will have to write your own Today screen plugin for that.

Diznario
26th July 2007, 01:07 AM
Take a look at rlToday:

http://www.rotlaus-software.de/projects/rltoday

It does calendars, clocks, all kinds of stuff. And it's totally customizable. You should be able to write a simple skin that does exactly what you want.

Sylvia
26th July 2007, 03:52 PM
Somewhere in this forum I found a tool for that: "LMVTime"

m@rco
26th July 2007, 09:53 PM
Hi all,,,
Is it possible to see the day (example wednesday) date-month-year + time in ONE (1) line on the today screen

I preffer some registry edit.
I hope someone has the answer...

thanks in advance
menno`

You also can try Today time
http://www.pocketpt.net/forum/index.php?act=ST&f=6&t=8229

It is in Portugees but there is a screen shot
U need to configure it your self because there more options even swatch internet time

fwt
27th July 2007, 12:29 AM
Try this one (i like it alot)

create TBOpt as binary in HKLM\Software\Microsoft\Shell
value is 13 00 00 00

Shows Date and Time in TopBar

bye
fwt

Rifaa
27th July 2007, 02:11 AM
Try this one (i like it alot)

create TBOpt as binary in HKLM\Software\Microsoft\Shell
value is 13 00 00 00

Shows Date and Time in TopBar

bye
fwt
Need a bit more detailed explanation.
thanx

Rifaa
27th July 2007, 02:57 AM
No Need, Just got it:D

megasounds
27th July 2007, 12:19 PM
:)
I think i found it....
I can NOT test it right now...so can please somebody test it for me ?
(i forgot my phone today..and its home ;) )


add the following registry setting;

[HKLM\SOFTWARE\Microsoft\Today]
"AutoSingleLineDatePlugin" = dword:00000001
"Date" = dword:00000001
"Enabled" = dword:00000001

fwt
29th July 2007, 08:11 PM
:)
I think i found it....
I can NOT test it right now...so can please somebody test it for me ?
(i forgot my phone today..and its home ;) )


add the following registry setting;

[HKLM\SOFTWARE\Microsoft\Today]
"AutoSingleLineDatePlugin" = dword:00000001
"Date" = dword:00000001
"Enabled" = dword:00000001

It works and shows you in the Today-Plugin in only one line:
Day (Sunday), Date (29.07.2007) and Time 20:10

regards
fwt

petervbeck
29th July 2007, 09:58 PM
Hi...
i tried to add the regkey twice but after rebooting the key disappeared and nothing was changed.. :confused: I'm using Tom's B&B v3.7
Regards Peter

fwt
30th July 2007, 07:42 PM
Hi...
i tried to add the regkey twice but after rebooting the key disappeared and nothing was changed.. :confused: I'm using Tom's B&B v3.7
Regards Peter

Hi,

tried it in WM6 Emulator and on my Orbit (O2 WM6 Ger) both worked fine, but i don't use them.
I like it more in the Top Bar :D (like described before)

Did you close your Reg-Editor properly and waited about 30 Seconds before Soft-Resetting?

regard
fwt

fwt
30th July 2007, 07:58 PM
just to make sure you get what i mean, look at atached file

regards fwt

petervbeck
30th July 2007, 11:38 PM
just to make sure you get what i mean, look at atached file

regards fwt

Hi all,
my solution was following entry:

- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\
- Create a DWord value named "TBOpt" and set its value to "3".
- Soft-reset

And then i had exactly the same. With the '13 00 00 00'-Key i had to reset my phone because i didn't boot anymore :rolleyes:

Cheers
Peter

fwt
31st July 2007, 12:07 AM
Hi all,
my solution was following entry:

- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\
- Create a DWord value named "TBOpt" and set its value to "3".
- Soft-reset

And then i had exactly the same. With the '13 00 00 00'-Key i had to reset my phone because i didn't boot anymore :rolleyes:

Cheers
Peter

Hi again,

last words before going to Bed ;)
The Value i mentioned is Reg-Binary not Dword. :rolleyes:

I just double-checked it on my Orbit (with TC v2 and TaskManager - build in Registryeditor) and both told me Binary.

But anyway ... i tried your Dword 3 and it also works fine => same result :D

regards
fwt

petervbeck
2nd August 2007, 12:00 AM
Hi all...
in another thread i found all values for the TitleBarClock-Key:

Show Time,Date,both or Battery on top bar at Today screen

[HKLM\Software\Microsoft\Shell\]
Time:
"ShowTitleBarClock"=1 / "TBOpt"=1
Date:
"ShowTitleBarClock"=1 / "TBOpt"=2
Both:
"ShowTitleBarClock"=1 / "TBOpt"=3
Nothing:
"ShowTitleBarClock"=1 / "TBOpt"=0
Battery:
"ShowTitleBarClock"=0 / "TBOpt"=1

Gydyup
15th July 2008, 11:47 PM
Wow this did work for me - I got the battery indicator on the title bar, but any reason why the date/time on the today screen is now 2 lines instead of on one line?

Gydyup
15th July 2008, 11:49 PM
I wonder if there's a way to get the battery, time and date on the title bar?