PDA

View Full Version : 3LIT3 all version can not change DATE format


sein
10th April 2009, 06:57 AM
Hi, experts !!! kindly help me how to change date format in 3LIT3 rom.
I've flashed 3LIT3 clean on my HTC_P3651 touch cruise, but I can not change required date format.It remains unchange as original even I tried to change by using Registry Tweak. Please help me .

Thanks in advance

cr1960
10th April 2009, 08:16 AM
Hi, experts !!! kindly help me how to change date format in 3LIT3 rom.
I've flashed 3LIT3 clean on my HTC_P3651 touch cruise, but I can not change required date format.It remains unchange as original even I tried to change by using Registry Tweak. Please help me .

Thanks in advance

Did you try and change this key in the registry?

HKLM > nls > overrides > SSdte

Need to soft reset to see the change.

sein
10th April 2009, 08:31 AM
Did you try and change this key in the registry?

HKLM > nls > overrides > SSdte

Need to soft reset to see the change.


Yes , I've tried and did soft reset but date format on today screen not changing. It remains as original . Is there any other ways to change ? Please help me.

Akee
10th April 2009, 08:43 AM
Yes , I've tried and did soft reset but date format on today screen not changing. It remains as original . Is there any other ways to change ? Please help me.

I have the same problem.

cr1960
10th April 2009, 09:36 AM
is the date format the same in Manilla as in file explorer?

sein
10th April 2009, 09:47 AM
is the date format the same in Manilla as in file explorer?

In Manila today screen original date format is 9 Mar, 2009. I want to change
to Fri 09/03/09(ddd dd/MM/yy).I tried to change by Reg tweak HKLM\nls\overrides\SSDte and soft reset but date format not change on 2day screen, it remains as 9 Mar, 2009 only.

Akee
10th April 2009, 09:59 AM
is the date format the same in Manilla as in file explorer?

NO.

the date in File explorer Changed but Manila didn't.

cr1960
10th April 2009, 10:08 AM
OK - so we are looking for a registry key relating to Manilla.....

My rom doesn't have Manilla, but there may be a key under hklm > software > htc > manilla2d that controls the date format there. Must over ride whatever is in SSDte.

Akee
10th April 2009, 10:37 AM
OK - so we are looking for a registry key relating to Manilla.....

My rom doesn't have Manilla, but there may be a key under hklm > software > htc > manilla2d that controls the date format there. Must over ride whatever is in SSDte.

Maybe, but cannot find it.

cr1960
10th April 2009, 11:44 AM
Could also be in the HTCHomeSettings xml file that controls how Manilla 2d works. Sorry - it's hard to try and solve the problem when I cant see the settings.

Maybe some more info here: http://forum.xda-developers.com/showthread.php?p=3317981&highlight=date+format#post3317981 Looks like the date format is hard coded into this version of Manilla 2d (the Iolite version). Posts around 6040 detail how to hex edit the program if the date really bothers you that much.

chavonbravo
11th April 2009, 03:16 AM
Try this key. Disasm'ing the file, this is what I found. It changes things somewhat, don't know if it's what you'd like, though.

[HKLM\Software\HTC\Manila2d\Home]
"CustomerTimeFormat"=dword: (set to either 2 or 3)

Setting at 2 will give you short date format, but according to your regional settings. Setting at 3 will be long date format and be locale-neutral.

Or if that doesn't cut it and you don't like results, simply hex edit to whatever you want. Hex edit manila2d.exe and replace 'MMM dd, yyyy' for 'DDD dd/MM/yy' without the quotes of course.

Akee
11th April 2009, 07:00 PM
Try this key. Disasm'ing the file, this is what I found. It changes things somewhat, don't know if it's what you'd like, though.

[HKLM\Software\HTC\Manila2d\Home]
"CustomerTimeFormat"=dword: (set to either 2 or 3)

Setting at 2 will give you short date format, but according to your regional settings. Setting at 3 will be long date format and be locale-neutral.

Or if that doesn't cut it and you don't like results, simply hex edit to whatever you want. Hex edit manila2d.exe and replace 'MMM dd, yyyy' for 'DDD dd/MM/yy' without the quotes of course.

It works after adding the following register item. it doesn't exist before.
[HKLM\Software\HTC\Manila2d\Home]
"CustomerTimeFormat"=dword: (set to either 2 or 3)

but cannot find MMM dd, yyyy in manila2d.exe through ultraedit.

chavonbravo
11th April 2009, 07:42 PM
It works after adding the following register item. it doesn't exist before.
[HKLM\Software\HTC\Manila2d\Home]
"CustomerTimeFormat"=dword: (set to either 2 or 3)

but cannot find MMM dd, yyyy in manila2d.exe through ultraedit.


It's there, make sure you search in unicode, not ascii.