![]() |
SOLVED!! Show day of week on CClock? (titanium)
How is this done? I cannot believe MS did not include it.. right below the date would be great... CanalogClock has it, is it possible to include it on CClock?
|
SOLVED! Show day of week on CClock? (titanium)
well as usual if nobody answers I end up figuring it out on my own. This time it was because I decided to peer into the WM7 titanium project.
to add the day of week to your clock panel just add the following lines to your CPR's in the clock section: (adjust the location as you see fit) Code:
<!-- Day of Week -->result: http://img.photobucket.com/albums/v3...ards03/dow.png |
Re: SOLVED!! Show day of week on CClock? (titanium)
nice...I will be waiting since I don't even know what cpr is (opens a new tab and googles it)..at least the cpr that you are talking about
|
Re: SOLVED!! Show day of week on CClock? (titanium)
Quote:
oops.. guess I should have been more specific. there is a file in \windows\ called titanium_480x640.cpr (for portrait mode) and \windows\titanium_640x480.cpr (for landscape mode) they are basically xml files that dictate how the today screen looks in in titanium (wm 6.5). with them you can change pretty much everything about the way your home screen looks (fonts, font sizes, and now even add new content). to get at them open your phone in activesync with your PC and enable showing system protected files. (otherwise you wont even see the \windows folder) then just drag the two cpr files onto your desktop, make your edits and drag back to the phone say yes to overwrite. use chomerefresh.exe to refresh titanium or just soft reset. may wanna make a copy first. no fun when you completely break the files... no fun at all googling for cpr wont help unless youre looking for emergency first aid ;) |
Re: SOLVED!! Show day of week on CClock? (titanium)
you should be getting alot more credit then you have been getting.. ive been followings your threads the past week and no one says thanks besides a certain few people.. every1 is so ready to jump to dl your scripts but no1 appraites the time and work youve put into figuring out 6.5 .. but yah im done with this.. thankss anywayy lolol
|
Re: SOLVED!! Show day of week on CClock? (titanium)
yeah, I couldn't find anything pertinent on cpr, but if it is like editing an xml, well I can do that. Thanks. Getting ready to flash again so I will play around with it tonight. Off to mow the lawn, I hear the wife calling.
|
Re: SOLVED!! Show day of week on CClock? (titanium)
Quote:
|
Re: SOLVED!! Show day of week on CClock? (titanium)
Quote:
|
Re: SOLVED!! Show day of week on CClock? (titanium)
only took me two tries, thanks! I have to move it down a little bit
|
Re: SOLVED!! Show day of week on CClock? (titanium)
excellent! now you know about cpr's go forth and customize the crap out of your today screen! ;)
|
Re: SOLVED!! Show day of week on CClock? (titanium)
Thank you RaidZero, for yet another great cpr edit.=D> Gonna have to start calling you the WinMo Paramedic :lol:
Ok, bad joke, but oh well :joker: |
Re: SOLVED!! Show day of week on CClock? (titanium)
lol that is funny +1
|
Re: SOLVED!! Show day of week on CClock? (titanium)
worked perfectly :D. you know of any way of renaming the panels? like text, voicemail, phone etc i didn't see anything in the cprs.
|
Re: SOLVED!! Show day of week on CClock? (titanium)
Quote:
|
Re: SOLVED!! Show day of week on CClock? (titanium)
Code:
<!-- Day of Week --> |
Re: SOLVED!! Show day of week on CClock? (titanium)
I had to adjust the placement of the am/pm, date, day of the week because it was interfering with my wife. I also changed the horizontal alignment of the day from right to left
|
Re: SOLVED!! Show day of week on CClock? (titanium)
Quote:
|
Re: SOLVED!! Show day of week on CClock? (titanium)
raidzero did you also do the calender tweak on tianium? that shows "Calendar: appointment" on the pannel?
|
Re: SOLVED!! Show day of week on CClock? (titanium)
Quote:
|
Re: SOLVED!! Show day of week on CClock? (titanium)
awesome work! i had to use left 170 and top 95 to get it right for me but looks great.
|
Re: SOLVED!! Show day of week on CClock? (titanium)
Quote:
Quote:
lol, I meant wifi ](*,) |
Re: SOLVED!! Show day of week on CClock? (titanium)
Oooh wish me luck, I am going to tyr this on my own!! How easy is it for someone who doesn't know what the heck they are doing??
edit: first try FAILED! Will try again! |
Re: SOLVED!! Show day of week on CClock? (titanium)
Quote:
|
Re: SOLVED!! Show day of week on CClock? (titanium)
Sweet got it! But it is using the default font (tahoma). How do I get it to use my Algerian font??
edit: ok I git to load my font byt simply typing the type of font I wanted in the font section. Now to adjust it, I would like it to be under the clock icon. I will be playing around with it, but any suggestions??? |
Re: SOLVED!! Show day of week on CClock? (titanium)
Ok I am failing miserably at this. I have gotten the Day of Week in the clock bar, but can't seem to get it to line up under the clock icon. I don't even know if that is possible. Also then I open the slider on my TP to put it in I think portrait mode, or landscape mode (I can't remember wht the name of the mode is when you slide open the TP to access the qwerty) the fonts is in Tahoma...? What am I doing wrong?
TIA |
Re: SOLVED!! Show day of week on CClock? (titanium)
there is a cpr file for each (landscape (keyboard open) and portrait), you will need to modify both
I just flashed again so I will try getting it below the clock also |
Re: SOLVED!! Show day of week on CClock? (titanium)
Quote:
|
Re: SOLVED!! Show day of week on CClock? (titanium)
hey bobby
480x640 is portarait, 640x480 is landscape. you need to modify the length, left, and top values in the CPR. |
Re: SOLVED!! Show day of week on CClock? (titanium)
Quote:
I'm learning Raid... :) |
Re: SOLVED!! Show day of week on CClock? (titanium)
Just keep changing it until it works :) First hand experience is the best teacher, and if you change a setting and see the result you will get a better grasp on it. Just use Total commander to directly edit the file, then use CHomeRefresh to restart titanium and see your results!
Or convice RZ that he needs to make a script that does it for you :lol: |
Re: SOLVED!! Show day of week on CClock? (titanium)
Quote:
yes the top sets how far from the top (of the panel) the line is, the length sets the lenght of the line. keep 43 i found it's the best, makes it line up with the date. the left is how far from the left of the screen the text will be. think of them as x and y coordinates |
Re: SOLVED!! Show day of week on CClock? (titanium)
Ok I am very cloes to getting this correct!!
|
Re: SOLVED!! Show day of week on CClock? (titanium)
Quote:
then you will know how to change fonts also. just be sure the algerian.ttf file is in \windows\ ! |
Re: SOLVED!! Show day of week on CClock? (titanium)
i found easiest way to replace the fonts is "find and replace" in notepad and just replace all then save and use raids chromereset.exe :)
|
Re: SOLVED!! Show day of week on CClock? (titanium)
Does anyone know how to find a font that has all the special characters in it? Example, I am trying this new Algeria font I found but it is only in CAPS, and it is missing some characters like degree for temperature
|
Re: SOLVED!! Show day of week on CClock? (titanium)
i used http://www.dafont.com/
|
Re: SOLVED!! Show day of week on CClock? (titanium)
dafont is good but the only way to tell if it has the right characters is to look at it on your PC. open the ttf file and it should open with windows font viewer, or whatever font program you have.
|
Re: SOLVED!! Show day of week on CClock? (titanium)
I am having some trouble trying to use a font I found in dafont.com called abaddon. I have done everything I think correctly, but when I restart my TP the Tahoma font shows up instead...? help?
|
Re: SOLVED!! Show day of week on CClock? (titanium)
Quote:
open up the ttf file on your PC. just double click on it. most likely you were using the wrong name in the CPR. needs to be Font name: in the font viewer. http://img.photobucket.com/albums/v3...3/fontname.jpg recognize that ? ;) |
Re: SOLVED!! Show day of week on CClock? (titanium)
Quote:
|
| All times are GMT -4. The time now is 08:26 AM. |
Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com