View Single Post
  #264 (permalink)  
Old 12-11-2009, 10:35 AM
zanix's Avatar
zanix
PPCGeeks Regular
Offline
 
Join Date: May 2009
Posts: 63
Reputation: 70
zanix is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Lioryte Base 28011+mortscript 4.3β ~164MB free

Quote:
Originally Posted by lioryte View Post
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.
This post has been thanked 1 times.