Guest hybrid_peanut Posted August 30, 2004 Report Posted August 30, 2004 How do I go about changing the layout and text colour for the carrier and time on the home screen? I'd like to have 2 simple home screens: Both the carrier and time will be located on the top line, carrier aligned left and time aligned right and in black and another one but with the text in white. How do I do this? TIA ppl :)
Guest gpcarreon (MVP) Posted August 31, 2004 Report Posted August 31, 2004 Take a look at these color guides by Machineman: http://www.modaco.com/viewtopic.php?p=439267#439267 :wink:
Guest hybrid_peanut Posted August 31, 2004 Report Posted August 31, 2004 Thanks for the info but it doesn't tell me how to change the Carrier (Orange) or time colour on the home screen! :cry:
Guest gpcarreon (MVP) Posted September 1, 2004 Report Posted September 1, 2004 1. To change/customize carrier or operator name: 1. Use PHM RegEdit then go to: HKLM/Software/Microsoft/RIL/OperatorNames 2. Create a new string value then if you're using a. UK Orange SIM, type 23433 as value name. Then under value data, type your desired operator name. b. UK One2One/Virgine SIM, type 23430 as value name. Then under value data, type your desired operator name. 3. Restart phone/switch to airplane mode on/off/on for changes to take effect. 2. To change time colour on the home screen: Edit your XML, look for 'time fgcolor' Sample code: <clock> <date fgcolor="#FFFFFF" font-size="12" mode="long" halign="right" y="1"/> <time fgcolor="#FFFFFF" font-size="12" mode="12" halign="right" y="11"/> </clock> </plugin> FFFFFF corresponds to a white color. For other web color guides, check this out: http://www.webcolors.freeserve.co.uk/names140.htm
Guest kaseho Posted September 20, 2004 Report Posted September 20, 2004 I am having a problem, the main home screen top bar, i can't seem to change the text and background colour....
Guest Onnie Posted September 20, 2004 Report Posted September 20, 2004 Hybrid: ok i have only been xml'ing since yesterday so here goes! :) <plugin clsid="{E09043DF-510E-4841-B652-388316977A7A}" name="carrier" height="40"> <label> <!-- #000000 is black, for white change it to #FFFFFF --> <text halign="right" fgcolor="#000000"><carrier/></text> </label> <clock> <time halign="left" fgcolor="#000000"/> </clock> </plugin>
Guest kaseho Posted September 21, 2004 Report Posted September 21, 2004 hello....is anyone out there that can solve my problem? TIA :)
Guest drblow Posted September 21, 2004 Report Posted September 21, 2004 hello....is anyone out there that can solve my problem? TIA :) If you mean the iconbar - then look for fgcolor="#xxxxxx", and change it to fgcolor="transparent". If thats not what you mean, give us a few more details or a screenshot & I'll sort it for ya! :wink:
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now