Clock missed on todayscreen in 1st line - Windows Mobile Development and Hacking General

hi @ all - my problem is that after upgrading & testing several cabs ... I missed the time displayed in the first line (day & date) ... do you know any hack to get it back ... thx

uastiels said:
hi @ all - my problem is that after upgrading & testing several cabs ... I missed the time displayed in the first line (day & date) ... do you know any hack to get it back ... thx
Click to expand...
Click to collapse
Is the date still in settings\today\items? Is it selectable?

no - only on the screen

uastiels said:
no - only on the screen
Click to expand...
Click to collapse
Ah ok I understand now.
Goto HKLM\nls\overrides\STFmt - and value should be hh:mm:ss tt
or whatever is your preference.
If you have lost the override then create new key 'overrides' and create new string value 'STFmt' with data = 'hh:mm:ss tt'

just the option is now displayed in settings/today ... but no time on screen

uastiels said:
just the option is now displayed in settings/today ... but no time on screen
Click to expand...
Click to collapse
Did you to the registry tweak? It might help to try lvmtime and see if that works for the time or not to try and narrow down the problem. http://forum.xda-developers.com/showthread.php?t=260441&highlight=lvmtime

Related

Day of the week in Today screen?

Any app that can show the day of the week in the Today screen? Day and date would be just about enough for me.
Calender + might be a good app for you. It shows you several days and it's free. http://www.freewareppc.com/clock/calendar.shtml
Personal I use pocket informant v5.61 with the links on my todayscreen linking to that program. If you are used to it you can't live without it !!
Regards,
R,
I use Pocket Informant too, but I haven't found any way to display this information. I don't want a whole calendar, just the day and date on the Today screen.
If you select to display 'Date' in the settings \ today \ items, wouldn't that be OK?
That doesn't display the day, only the date. I'd like both.
On my XDA II, Date shows both date and day. Make sure your regional settings are set to show both; settings / system / regional settings; look at the bottom appearance sample for Long date; you can edit this setting on the date tab. Mine is set for dddd, MMMM dd, yyyy.
-e
That was the solution I wanted, but unfortunately I can't edit the setting. Any register buff that can point me in the right direction?
Loboman said:
Any app that can show the day of the week in the Today screen? Day and date would be just about enough for me.
Click to expand...
Click to collapse
As I understand U want the day notification under today screen date...if is it so...here U have the registry changes to do:
1) Go to the HKLM\nls\Overrides key.
2) Add a String value called "SLDte" if it does not already exist.
3) Set the value to a valid date format (ie for "Tuesday 8 February 2005" use "dddd d MMMM yyyy")
4) Soft reset.
Hope it helps :wink:
Regards,
Primoz
Watch the screenshot from calendar +
http://mohairsofa.com/Default.aspx/document/41
Regards,
R.
Pc78 said:
1) Go to the HKLM\nls\Overrides key.
2) Add a String value called "SLDte" if it does not already exist.
3) Set the value to a valid date format (ie for "Tuesday 8 February 2005" use "dddd d MMMM yyyy")
4) Soft reset.
Hope it helps :wink:
Regards,
Primoz
Click to expand...
Click to collapse
Primoz - You da god! Exactly what I wanted. Somehow, the Swedish translators has fucxed this up somewhere.. Checked my iPAQ and it had the same flaw.
One strange thing is if you change your regional settings, for an exemple, to English (United States) which has a long date like "dddd, dd MMMM, yyyy". Then switch back to Swedish and you will see that the long date looks like this "fredag, 25, februari, 2005". But when one presses ok this disappears...
Just discovered that if you change it to English (United States) and then make a soft reset. After that the phone has reset you change it back to Swedish and then you have a swedish long date like "dddd, dd MMMM, yyyy" in the today view
I don't know how long this will last, but there seems to be some kind of solution to this problem anyway.
This also works with calendar +
Thanks Primoz
I also dicoverd you can add your own text like " 'Today 'dddd d MMMM yyyy " and you will have " Today friday 25 Febrary 2005 ".

How To Put Date On Taskbar?

Does anyone know a way to put the date on the taskbar with the start button and time etc? I want to do this so I can remove the date from the today screen, and also so I can see the date from any window, like the time.
http://wiki.xda-developers.com/index.php?pagename=WM5_Tweaks_Other
At section `Change the display of the clock in the taskbar`
Note: Once you've change the registry. Give it a good (say) 3-5 minutes for it to have it registered/stored before doing a soft reset. If the time/date doesn't change after soft reset, check the registry again, probably you didn't give it enough time to update. Although this reg edit is relatively harmless, back up your device before doing so.
hanmin said:
http://wiki.xda-developers.com/index.php?pagename=WM5_Tweaks_Other
At section `Change the display of the clock in the taskbar`
Note: Once you've change the registry. Give it a good (say) 3-5 minutes for it to have it registered/stored before doing a soft reset. If the time/date doesn't change after soft reset, check the registry again, probably you didn't give it enough time to update. Although this reg edit is relatively harmless, back up your device before doing so.
Click to expand...
Click to collapse
Thanks, this worked great, I have the date on my taskbar now, however when trying to alter the short date I have a problem. If I do this example given, "To change the Short Date Format to show "Mon/2" = ddd/d" then this works fine. What I actually want is to show the day and the month, i.e. for the 5th June, i'd like it to display 05/06. I've tried to do this but it displays as "05/m". Any ideas why this happens?
bumpety bump!
You need to use an uppercase M, not lowercase m.
m = minutes, which is invalid in the date field, so it just uses 'm'
M = month, which is valid in the date field, and so should show the date.
Note that if you want the leading zero, you'll need to use MM.
What device or ROM does the Tweaks thread cover?
My Cingular 8125 doesn't have the key described for changing the clock and/or date on the taskbar. :?
HKLM\Software\Microsoft\Shell has no "TBOpt" key on my 8125.
Anyone know where the tweak can be made on the 8125?
Thanks.
ZeBoxx said:
You need to use an uppercase M, not lowercase m.
m = minutes, which is invalid in the date field, so it just uses 'm'
M = month, which is valid in the date field, and so should show the date.
Note that if you want the leading zero, you'll need to use MM.
Click to expand...
Click to collapse
Result! Works a treat now, thanks
J-Mac said:
What device or ROM does the Tweaks thread cover?
My Cingular 8125 doesn't have the key described for changing the clock and/or date on the taskbar. :?
HKLM\Software\Microsoft\Shell has no "TBOpt" key on my 8125.
Anyone know where the tweak can be made on the 8125?
Thanks.
Click to expand...
Click to collapse
The key doesn't exist, you need to create it.
fuel925 said:
J-Mac said:
What device or ROM does the Tweaks thread cover?
My Cingular 8125 doesn't have the key described for changing the clock and/or date on the taskbar. :?
HKLM\Software\Microsoft\Shell has no "TBOpt" key on my 8125.
Anyone know where the tweak can be made on the 8125?
Thanks.
Click to expand...
Click to collapse
The key doesn't exist, you need to create it.
Click to expand...
Click to collapse
Cool - Thanks.
I had considered it, but without knowing, I didn't want to add a key.
No problem! Just post again if you have any trouble
I tried to do this per instructions but the final 6 (5/5/06) cuts off. I tried to change it to short date but it didnt work. I had to add the SSDte key but it deletes everytime i restart the phone.
Anyone have any idea how to fix this issue? It appears the date is being cut off...
That's the space reserved for the X/OK button covering the 6.
I don't know how to change the date in the taskbar to the short date format. That would probably help.
FreakinSyco said:
Anyone have any idea how to fix this issue? It appears the date is being cut off...
Click to expand...
Click to collapse
how about changin the separator[/] to [.] in date settings
J-Mac said:
That's the space reserved for the X/OK button covering the 6.
I don't know how to change the date in the taskbar to the short date format. That would probably help.
Click to expand...
Click to collapse
Ok.. now in short format with either M/d or M/dd I get some odd display. See attached.
Did you try leaving a pace or two after the date code?
J-Mac said:
Did you try leaving a space or two after the date code?
Click to expand...
Click to collapse
You sir, are the winner. Thanks a ton. It makes me very very happy to see the date right where I want it.
FreakinSyco said:
J-Mac said:
Did you try leaving a space or two after the date code?
Click to expand...
Click to collapse
You sir, are the winner. Thanks a ton. It makes me very very happy to see the date right where I want it.
Click to expand...
Click to collapse
Great!
Where was the registry key for changing the date, BTW? (Never get used to this WM5!!)
Never mind - add it, right?
I'm looking for keys that ain't there again!
Does this work on the AKU2 roms?
J-Mac said:
FreakinSyco said:
J-Mac said:
Did you try leaving a space or two after the date code?
Click to expand...
Click to collapse
You sir, are the winner. Thanks a ton. It makes me very very happy to see the date right where I want it.
Click to expand...
Click to collapse
Great!
Where was the registry key for changing the date, BTW? (Never get used to this WM5!!)
Never mind - add it, right?
I'm looking for keys that ain't there again!
Click to expand...
Click to collapse
I used RegistryWizard to get the date onto the taskbar. It does not have any formating options for the date... thus why im in this thread.
See here for RegistryWizard:
http://forum.xda-developers.com/viewtopic.php?t=39725
Some people are having issues with the latest version (including me) but the second most recent works fine to add the date.

How can I have today date plugin on a single line?

Good evening, I have tried this registry key for hermes but it doesn't work on trynity, can somebody help me please?
Today Date Plugin on a single line
Add this registry setting to get the date todayplugin back on one line.
[HKLM\SOFTWARE\Microsoft\Today]
"AutoSingeLineDatePlugin" = dword:00000001
simpagirl said:
Good evening, I have tried this registry key for hermes but it doesn't work on trynity, can somebody help me please?
Today Date Plugin on a single line
Add this registry setting to get the date todayplugin back on one line.
[HKLM\SOFTWARE\Microsoft\Today]
"AutoSingeLineDatePlugin" = dword:00000001
Click to expand...
Click to collapse
It must be "AutoSingleLineDatePlugin" not "AutoSingeLineDatePlugin"
Thankyou very much... singe/single it is logic.... they were wrong in viki...
It works perfectly thanx again...
Is there a way to put everything in one line including the day of week? If I use this method in my WWE version the day of the week is not shown.
on the italian gps enabled rom it works perfect with day and date on a single line!!!
anonimo said:
Is there a way to put everything in one line including the day of week? If I use this method in my WWE version the day of the week is not shown.
Click to expand...
Click to collapse
the same happens to me
Hey all,
Does anyone know the registry key to remove the time from the Date Plugin?
Thanks in advance
did u try trinityhacks v0.3?
there is an option for showing the date on a single line.
Hey achuen, no problems getting the date plugin to show on a single line.... my only problem is trying to toggle the time display in "Date" today plugin. Some roms display the time and some don't..... Thanks for the advice though
achuen said:
did u try trinityhacks v0.3?
there is an option for showing the date on a single line.
Click to expand...
Click to collapse
Sometimes Single Line Date hack is not enough, it's still 2 line on those lose QVGA when the week date and the month is both too long, like Wednesday, December 02, 2009...
Must hack into \\HKLM\nls\overrides\SLDte
and fix date month value to 3 letters

[REF] How to display weather on new Manilla Calendar day page

This should work on all Roms with the new manilla which has the new Calendar tab. When you select a day from within the first 5 days of today, you will see animated weather for that particular day.
Use a registry Editor:
HKEY_CURRENT_USER/Software/HTC/Manilla/WorldClock.LocalIndex
Change from 0 to a 1.
thnks, excelent...
Didn't worked on my HD with Davideuck v4. Soft reset after changing registry also doesn't make sense.
tboy2000 said:
This should work on all Roms with the new manilla which has the new Calendar tab. When you select a day from within the first 5 days of today, you will see animated weather for that particular day.
Use a registry Editor:
HKEY_CURRENT_USER/Software/HTC/Manilla/WorldClock.LocalIndex
Change from 0 to a 1.
Click to expand...
Click to collapse
Well it worked as such and is displaying, however it is defaulting to Taiwan, I've deleted all locations from there leaving only London and soft reset but still the same? Any ideas?
ALL you have to do is make sure the city on your weather tab, matches the city in your World Clock page.... then the calendar weather will display. No fancy registry edits required.
That's strange alper1. I have the same Davideuck V4 rom and I didn't even have to soft reset. Works for me.
Try again. Report back please.
NRGZ28 said:
ALL you have to do is make sure the city on your weather tab, matches the city in your World Clock page.... then the calendar weather will display. No fancy registry edits required.
Click to expand...
Click to collapse
Thank you
how to make it display in fahrenheit? it shows celsius now
tboy2000 said:
That's strange alper1. I have the same Davideuck V4 rom and I didn't even have to soft reset. Works for me.
Try again. Report back please.
Click to expand...
Click to collapse
Yeah very strange....
Fixed: the problem is solved now: Date settings on Worldclock screen (showed 25 march) i changed it to 1 april. Changed the original value setting in regedit from 1 to 0 and it worked.
Thanks for your help!
when i selected my city from the start up it didn't show the weather i had to add city > thailand > bangkok - select it as local and delete my other Bangkok to get the weather to show
hi i was lloking for this registry entry using resoc registry editor and could not find it
THe only one similar to this is "worldclock.local" but its value is (system)
SHould i change this ?
drgopoos said:
hi i was lloking for this registry entry using resoc registry editor and could not find it
THe only one similar to this is "worldclock.local" but its value is (system)
SHould i change this ?
Click to expand...
Click to collapse
Same problem for me
tboy2000 said:
This should work on all Roms with the new manilla which has the new Calendar tab. When you select a day from within the first 5 days of today, you will see animated weather for that particular day.
Use a registry Editor:
HKEY_CURRENT_USER/Software/HTC/Manilla/WorldClock.LocalIndex
Change from 0 to a 1.
Click to expand...
Click to collapse
Sorry, I don´t get it? I would like to see the weather in inside Calendar too, but you are talking of "Worldclock".
Ok both of them start with the letter "W".
Seriosly, how can I see the WEATHER inside the calendar? I use in the moment the Extrem Energy Rom.
By the way, this entry I don´t have inside the reg: "HKEY_CURRENT_USER/Software/HTC/Manilla/WorldClock.LocalIndex"
Is it possible to get information about how to do it?
Thx
Dude10
Dude10 said:
Seriosly, how can I see the WEATHER inside the calendar?
Click to expand...
Click to collapse
I selected my home town in World Clock and in weather (and updated it). When I click on a day in "Calendar" it shows the weather under my schedule
btw: nice find!
Cendaryn said:
I selected my home town in World Clock and in weather (and updated it). When I click on a day in "Calendar" it shows the weather under my schedule
btw: nice find!
Click to expand...
Click to collapse
wich rom you are using?
Dude10 said:
wich rom you are using?
Click to expand...
Click to collapse
Currently using Duttys V2.6 which has this option. Used a number of Duttys Rhodium roms I believe most if not all have this option as do some other rhodium roms out there
that´s what i mean. The extrem rom doesn´t have this option. if I click on the clock it will restart the touchflo. so that means that I don´t have these option.
Dude10 said:
that´s what i mean. The extrem rom doesn´t have this option. if I click on the clock it will restart the touchflo. so that means that I don´t have these option.
Click to expand...
Click to collapse
Click on world clock and select whichever one you want as default. Now go to weather tab and update weather. If you now to to calendar tab and click on todays date or the next 4 days after you will be presented with schedule and weather for that day
Fallen Spartan said:
Click on world clock and select whichever one you want as default. Now go to weather tab and update weather. If you now to to calendar tab and click on todays date or the next 4 days after you will be presented with schedule and weather for that day
Click to expand...
Click to collapse
First thx for helping me, but where do I can find the world clock. as I said it before, I´m using - |ROM||WWE|| ** EnergyROM HD Series 1.0 21042 - Rhodium Manila ** || Build 33109 || - and it seems that these rom doesn´t have world clock.
Dude10 said:
First thx for helping me, but where do I can find the world clock. as I said it before, I´m using - |ROM||WWE|| ** EnergyROM HD Series 1.0 21042 - Rhodium Manila ** || Build 33109 || - and it seems that these rom doesn´t have world clock.
Click to expand...
Click to collapse
Maybe rom you are using doesn't have world clock. Rom I am using, you find world clock by clicking on the clock on home screen of TF3D.

Locked Items in Program Tab

Hi all,
In the program tab, there are few items were locked, can not be removed. Anybody can enlight us how to unlock these items, I don't use that few items often, I'd rather change something using more often. Please refer to the screen captured. Thanks!
Second Part of my first post.... ahem.... only post..... ahem....
Hope this helps. I would backup the Registry/or those keys first incase you want to get them back if you delete them.
http://forum.xda-developers.com/showthread.php?t=517546
What is IDEAS BTW?
It's a bit of registry editing I'm afraid..... also have a look here...
http://forum.xda-developers.com/showthread.php?t=500381
M.
Also, can i just ask what battery icon is that? Does it work well on the D2?
Thanks
I just did this today.
HKLM/Software/HTC/Manila/ProgramLauncher/
The Reg Folders correspond to the shortcut location. 0 = first (Home) and so on.
Change "IsReadOnly" from 1 to 0
Hi,
and nobody knows how to go further then 19 applications?
i would had appreciated that HTC implemented , a customizable
multi-pages/tabs programs list, sliding from page 1 to 2 etc with a finger gesture.
19 is not enough for me and pi8 installation created at least 8 entries(task, calendar...) in the "standard" programs list , making me scrolling uselessly down
thanks
regards
craiglay said:
Also, can i just ask what battery icon is that? Does it work well on the D2?
Thanks
Click to expand...
Click to collapse
its the _FInixNOver(BatteryIconsOnly) cab.`
it works oke, but check this:
restart you phone put in your code-- look at the size of the pads of the numbers.
install the cab. restart then look again.
its a minor glitch !
HTC Touch Freak said:
Second Part of my first post.... ahem.... only post..... ahem....
Hope this helps. I would backup the Registry/or those keys first incase you want to get them back if you delete them.
http://forum.xda-developers.com/showthread.php?t=517546
What is IDEAS BTW?
Click to expand...
Click to collapse
THanks!
IDEAS is the program by Singapore Singtel's internet program in the SIM's card. Stupid program.
Sorry to be off topic but I did not understand:
its the _FInixNOver(BatteryIconsOnly) cab.`
it works oke, but check this:
restart you phone put in your code-- look at the size of the pads of the numbers.
install the cab. restart then look again
a] what code and what pads of the numbers.
I installed the cab then restarted ...not there
reinstalled [it deleted previous] restarted ...still not there.
Again many thanks
Haha.. Singtel sells HTC? I thought only starhub has the contract to sell it.... I bought mine from starhub
how to activate the Programs tab?
please, let me know how to activate the Programs tab? I don't have one, and there is no option to activate it in the Settings/Customize Tabs.
thank you
elmalote said:
I just did this today.
HKLM/Software/HTC/Manila/ProgramLauncher/
The Reg Folders correspond to the shortcut location. 0 = first (Home) and so on.
Change "IsReadOnly" from 1 to 0
Click to expand...
Click to collapse
Works
Change 0 1 2 3 perform a soft reset and you can re-arrange the start menu
Thanks Elmalote
What a great forum!
Hi Guys,
That's a great solution to ged rid of the useless tabs. Thanks a lot!
Is there a chance to put Folders/Directories in the Start Menu? This would be even better.
Before on my Kaiser I had MortButtons and for example a tab for Internet applications, one for games, one for tools, etc.
I miss this...
Regards,
JTGBDR
Alfredos said:
Works
Change 0 1 2 3 perform a soft reset and you can re-arrange the start menu
Thanks Elmalote
What a great forum!
Click to expand...
Click to collapse
UW glad to help
receand said:
please, let me know how to activate the Programs tab? I don't have one, and there is no option to activate it in the Settings/Customize Tabs.
thank you
Click to expand...
Click to collapse
Does Clicking on the Start button pull up the programs? That would be the programs tab. If you are looking for the programs tab on the bottom of TF3D well it is not there. You can do a reg edit to enable it down in the tabs but it does nothing. You cannot add, edit, or launch an app from it. Sorry.
In ProgramLauncher entry, you don't forget to add a dword totalItemCount and put the max value you want (for example 30 in decimal, for 30 icons on ProgramLauncher).
If you create 31 folders in the registry,the icon appears but you can't add the program, you need to increase the totalItemCount , 35 for example.
elmalote said:
I just did this today.
HKLM/Software/HTC/Manila/ProgramLauncher/
The Reg Folders correspond to the shortcut location. 0 = first (Home) and so on.
Change "IsReadOnly" from 1 to 0
Click to expand...
Click to collapse
Thanks pal! It works on my HTC D2 WM6.5!!

Categories

Resources