How to re-align Digital Clock
Quote:
Originally Posted by kakikakih
Hi i am new here and i have same problem too.
can anyone help to explain more detail for how to slove this? 
Thank you so much
|
Many ways discussed here
http://forum.xda-developers.com/show...postcount=1311
Anyway, this may help
1) Install your theme (with analog and digital clock)
2) copy the \windows\HTCHome Settings.xml to PC (rename to something else e.g.
wxyz.xml)
3) Now remove the analog clock using M2DC, close M2DC --> you clock jumbles up
4) copy again the \windows\HTCHome Settings.xml to PC
5) on PC, edit HTCHome Settings.xml (can use notepad)
(OR edit directly in phone using TC or Resco or other editors.) - the following values
</TabWidget>
<HomeWidget>
<Property name="IDHMWG_CLOCKBTN_BGIMG" id="0" value="40" />
<Property name="IDHMWG_CLOCKBTN_BGIMG_POS" id="1" value="145, 78" />
<Property name="IDHMWG_CLOCKBTN_RECT" id="2" value="6, 31, 234, 149" />
<Property name="IDHMWG_CLOCKBTN_1STDIGIT_POS" id="3" value="152, 32" />
<Property name="IDHMWG_CLOCKBTN_2NDDIGIT_POS" id="4" value="171, 32" />
<Property name="IDHMWG_CLOCKBTN_SEPARATOR_POS" id="5" value="0, 27" />
<Property name="IDHMWG_CLOCKBTN_3RDDIGIT_POS" id="6" value="194, 32" />
<Property name="IDHMWG_CLOCKBTN_4THDIGIT_POS" id="7" value="213, 32" />
<Property name="IDHMWG_CLOCKBTN_ALARM_POS" id="8" value="216, 86" />
<Property name="IDHMWG_CLOCKBTN_AMPM_POS" id="9" value="213, 59" />
<Property name="IDHMWG_CLOCKBTN_FOCUS_POS" id="10" value="6, 31" />
(these values are examples - my values)
You must change these particular values to be the same as those in wxyz.xml (that has been renamed - the earlier .xml)
6) Save
7) Copy back (replace) HTCHome Settings.xml to phone \windows
8) Softreset
Hope that helps and works for you.