I've tried changing the home screen clock font by editing the Titanium_320x240.cpr and Titanium_240x320.cpr as instructed on another thread but the fonts didn't change. I also read you may have to edit the Chome_320x240.cpr as well but could not find that file on my Imagio. Any tips to correct what am I doing wrong?
Titanium_320x240.cpr
<!-- HomeHome==Clock layout templates -->
<Layer ID="ClockExpanded" Visible="False" Width="320" Height="82" Clip="False">
<Layer ID="Page" Clip="False">
<!-- Icon in the upper right-->
<Image ID="Icon" Left="268" Top="-13" Width="43" Height="57" />
<!-- Title text -->
<Text ID="Network Name" Left="10" Top="52" Width="254" Height="18" FontFamily="Homoarakhn" FontSize="8" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
<!-- Time -->
<Text ID="Time" Left="10" Top="11" Width="93" Height="45" FontFamily="Homoarakhn" FontSize="28" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" HorizontalAlignment="Right" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
Titanium_240x320.cpr
<!-- HomeHome==Clock layout templates -->
<Layer ID="ClockExpanded" Visible="False" Width="240" Height="82" Clip="False">
<Layer ID="Page" Clip="False">
<!-- Icon in the upper right-->
<Image ID="Icon" Left="188" Top="-13" Width="43" Height="57" />
<!-- Title text -->
<Text ID="Network Name" Left="10" Top="52" Width="174" Height="18" FontFamily="Homoarakhn" FontSize="8" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
<!-- Time -->
<Text ID="Time" Left="10" Top="11" Width="93" Height="45" FontFamily="Homoarakhn" FontSize="28" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" HorizontalAlignment="Right" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
-Thanks
Related
I've been trying to create a provisioning file for use with UC Setup to set Opera mobile 10 as the default browser so that it works from e.g. the internet tab in manila. I finally found the solution:
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKLM\Software\Microsoft\Shell\Rai\EFBROWSER">
<parm name="0" datatype="string" value="Opera Mobile" />
<parm name="1" datatype="string" value=""\Program Files\Opera Mobile 10\Opera10-armv4i.exe"" />
<parm name="2" datatype="integer" value="1" />
<parm name="3" datatype="integer" value="0" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
Save this file as opera.xml for instance on you storage card. Put the following line in SDConfig.txt
XML: \Storage Card\Opera.xml
Offcourse this only works on UC enabled ROMS.
Hi all!
Is there any chance to get 2 different bgs? One for the Lockscreen and another for the Startmenu background?
When i change the lock bg, the start bg also changes. My girlfriend dont likes it because for the lock i have a very sexy girl
Greetz
Micha
U can stick lockscreen background by editing \Windows\LockScreen\LS_LockScene_480x800.cpr
in the beggining
HTML:
<Form Width="480" Height="800">
<LS_LockScene ID="Scene">
<Slider ID="LockSlider" Top="620" Left="48" Width="384" Height="80" Orientation="Middle" OnPress="ShowNotifications" OnSlideLeftFinal="Unlock" OnSlideRightFinal="Unlock">
change for eg to this variant
HTML:
<Form Width="480" Height="800">
<LS_LockScene ID="Scene">
<Image ID="Sequence1" Opacity="1.0" Left="0" Top="0" Width="480" Height="800" Source="\windows\LockScreen\Skin_Wallpaper.png" />
<Slider ID="LockSlider" Top="620" Left="48" Width="384" Height="80" Orientation="Middle" OnPress="ShowNotifications" OnSlideLeftFinal="Unlock" OnSlideRightFinal="Unlock">
just replace "\windows\LockScreen\Skin_Wallpaper.png" to full path of r wallpaper
I´ll try it. Thanks.
Edit: Works fine. Thank you very much.
could you explain this step by step?
im still learning the ways of windows mobile lol
Hello, i have been searching for a while but i couldnt find anything so i may be blind or something but is there way to make lockscreen slider transparent?
something like this?
Yeah but without clock, is that possible
get s2su you will find around
thanks man
womannnnnnn
hehe anyway i think you got my point: i was thanking for your help : )
@rafaela.
changes in section below @ file LS_Lockscreen_480x800.cpr will modify
looking of clock and date.
Regards
Georg
<Layer Top="14" ID="DateTime" OnInitComplete="Binding:LockScreen,LS_ClockDataItem">
<Text ID="TimeText" Width="480" Top="-2" Height="80" FontFamily="Helvetica Neue OTS" FontSize="32" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" VerticalAlignment="Middle" Opacity="1.0" >
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
<Text ID="AMPMText" Left="300" Width="180" Height="32" FontFamily="Helvetica Neue OTS" FontSize="9" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" VerticalAlignment="Middle" Opacity="1.0" >
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
<Text ID="DateText" Left="0" Top="80" Width="480" Height="32" FontFamily="Helvetica Neue OTS" FontSize="10" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" VerticalAlignment="Middle" Opacity="1.0" >
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
</Layer>
I set up my email accounts with makisu and everything works pretty well except for Gmail. Emails disappear after each send/receive, so after (or before) I read an email it will disappear from my phone's inbox. Also, for the first time today I received an email to my phone's inbox that I sent to someone else from my computer gmail. This used to happen on my motorola q so I was cool with it, but never happened when I used the regular gmail setup process on my TP2. Do I need to tweak the settings in order to get things working correctly? See below for my gmail settings. I changed the connectionID and character type as well since I didn't know if that was private or not...
Code:
<characteristic type="EMAIL2">
<characteristic type="{01040001-090c-0210-030b-0c070208020}">
<parm name="CONNECTIONID" value="{436EF144-B4FB-4863-A041-8F905A62C573}" />
<parm name="SERVICENAME" value="Gmail" />
<parm name="SERVICETYPE" value="POP3" />
<parm name="INSERVER" value="popgmail" />
<parm name="OUTSERVER" value="smtpgmail" />
<parm name="NAME" value="Angelo" />
<parm name="AUTHNAME" value="xxxx" />
<parm name="AUTHSECRET" value="xxxx" />
<parm name="DOMAIN" value="" />
<parm name="REPLYADDR" value="xxxx_AT_gmail" />
<parm name="FORMAT" value="2" />
<parm name="LINGER" value="10" />
<parm name="RETRIEVE" value="-1" />
<parm name="KEEPMAX" value="" />
<parm name="DWNDAY" value="3" />
<characteristic type="TAGPROPS">
<parm name="8128000B" value="1"/>
<parm name="812C000B" value="1"/>
</characteristic>
<parm name="AUTHREQUIRED" value="1" />
<parm name="SMTPALTENABLED" value="0" />
<parm name="SMTPALTAUTHNAME" value="" />
<parm name="SMTPALTPASSWORD" value="" />
</characteristic>
</characteristic>
Setup for Gmail:
Here is the bottom half of my XML file for Gmail. You should just be able to copy/paste. Hope it helps...
<parm name="LINGER" value="1440" />
<parm name="RETRIEVE" value="-1" />
<parm name="KEEPMAX" value="-1" />
<parm name="DWNDAY" value="-1" />
<characteristic type="TAGPROPS">
<parm name="8128000B" value="0"/>
<parm name="812C000B" value="0"/>
</characteristic>
<parm name="AUTHREQUIRED" value="1" />
<parm name="SMTPALTENABLED" value="0" />
<parm name="SMTPALTAUTHNAME" value="" />
<parm name="SMTPALTPASSWORD" value="" />
</characteristic>
I want to have a clear windows lockscreen, no clenader no Clock or Small Clock just the window's wallpaper and the unlocking icon.
i know i can make a clear lockscreen with c00kie's home tab but still there's no way for changing it's wallpaper.((i'm wating for new realse))
((WM 6.5x))
Thank u very much.
I'd like to know that too (WM 6.5)
Try the file in the attachment, copy it to /Windows/Lockscreen on your device.
I modded mine to display the clock only, and I deleted the clock now, but haven't tested it. So please take a backup of the existing LS_LockScene_480x800.cpr in /Windows/Lockscreen, so that you can go back if something doesn't work.
Softreset after you copied the file, and use the default windows lockscreen, not C00kie's lockscreen...
Let me know if it works. You also can edit LS_LockScene_480x800.cpr in wordpad or another text editor. The layer ID's explain themselves. I just deleted the following:
Code:
<Layer ID="TimeAppointment" Top="540">
<Layer ID="DateTime" Top="14" OnInitComplete="Binding:LockScreen,LS_ClockDataItem">
<Text ID="TimeText" Top="-2" Width="288" Height="68" FontFamily="Helvetica Neue OTS" FontSize="28" FontStyle="Regular" Wrap="False" VerticalAlignment="Middle" HorizontalAlignment="Right">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<Text ID="AMPMText" Left="300" Width="180" Height="32" FontFamily="Helvetica Neue OTS" FontSize="9" FontStyle="Regular" Wrap="False" VerticalAlignment="Middle" HorizontalAlignment="Left">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<Text ID="DateText" Left="300" Top="33" Width="180" Height="38" FontFamily="Helvetica Neue OTS" FontSize="11" FontStyle="Regular" Wrap="False" VerticalAlignment="Middle" HorizontalAlignment="Left">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
</Layer>
<Layer ID="Appointment" Left="5" Top="100" OnInitComplete="Binding:LockScreen,LS_Appointment">
<Image Width="80" Height="82" Visible="True" ScalingAlgorithm="TriLinear" Source="\windows\htc_icn_cal_up.png" />
<Text ID="Subject" Left="86" Width="360" Height="35" FontFamily="Helvetica Neue OTS" FontSize="10" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter" VerticalAlignment="Middle" HorizontalAlignment="Left">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
</Text>
<Text ID="Time" Left="86" Top="36" Width="360" Height="30" FontFamily="Helvetica Neue OTS" FontSize="8" FontStyle="Regular" Wrap="False" VerticalAlignment="Middle" HorizontalAlignment="Left">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FF999999" />
</Text>
<Text ID="Location" Left="86" Top="67" Width="360" Height="30" FontFamily="Helvetica Neue OTS" FontSize="8" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter" VerticalAlignment="Middle" HorizontalAlignment="Left">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" />
<TextStage TextOffsetType="TextOffsetNone" Color="#FF999999" />
</Text>
</Layer>
</Layer>
Thanks, could I please have your .cab that keeps the clock but removes the calendar? That would actually be better for me.
Ha_Mi said:
I want to have a clear windows lockscreen, no clenader no Clock or Small Clock just the window's wallpaper and the unlocking icon.
i know i can make a clear lockscreen with c00kie's home tab but still there's no way for changing it's wallpaper.((i'm wating for new realse))
((WM 6.5x))
Thank u very much.
Click to expand...
Click to collapse
You must delete the registry entries concerning the things you dont want
in hkeylocalmachine/software/microsoft/shell/lockscreen.
Havent tried it because i use old classic wm lock but should work if you delete notification entries.
I attached the file with the clock, the one I use. Same instructions.
Grtz
Lukas