Quote:
Originally Posted by lioryte
So no .cpr tweaks to show day of the week in lockscreen, only the reg. tweak that will show day of the week as part of phone's regional settings...
(Taken from my OEM RGU file)
Code:
;===============Short Day======================
;[HKEY_LOCAL_MACHINE\nls\overrides]
;"SSDte"="dd/MM/yy dddd"
;"IDate"=dword:00000001
;"SDate"="-"
Is there any way to tweak the lock CPR to get a full day view? it was cut on certain days, like Mon, Wed So I took it off ands went back to the .cpr day of the week
|
I haven't seen anything other than that reg change that can put "day of week" on the lock screen
Have you checked the width of the date text block in the cpr (LS_LockScene_*.cpr)? Maybe it's too narrow and could be the cause for the cut off.
Code:
<Text ID="DateText" Left="95" Top="57" Width="90" Height="19"
I would try increasing Width.