Jump to content

Home screen text layout and colour


Guest hybrid_peanut

Recommended Posts

Guest hybrid_peanut

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 :)

Link to comment
Share on other sites

Guest gpcarreon (MVP)

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

Link to comment
Share on other sites

  • 3 weeks later...

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>

Link to comment
Share on other sites

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:

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.