Where can I change the Time and Date on a W800i Layout.xml?
I want to remove both or change the position!
I know I can change this under StatusIndication,but which lines?
Where can I change the Time and Date on a W800i Layout.xml?
I want to remove both or change the position!
I know I can change this under StatusIndication,but which lines?
i think you must use patch for remove it and see patch that move its to Up
Hello again! Lines are "Time" and "Date"
<attr value="103"/> <attr value="236"/> <attr value="210"/> <attr value="234"/> <attr value="5"/> <!-- Time -->
<attr value="121"/> <attr value="236"/> <attr value="238"/> <attr value="262"/> <attr value="5"/> <!-- Date -->
and you change only first four values( and if you don't want time and date just use "-2" and "-3" like in "no operator logo"
and see you next time
Hello again too!
But W800 layout.xml looks like other then K810i
What should I change there or how?
Original Layout W800:
Code:<object name="StatusIndication"> <settings> <sett name="RowHeight" value="0"/> <sett name="TopOffset" value="0"/> <sett name="TitleHeight" value="0"/> <sett name="TitleTopOffset" value="0"/> <sett name="TitleMode" value="1"/> <sett name="OverlayStyle" value="0"/> <sett name="YPos" value="18"/> <sett name="Height" value="176"/> </settings> <attributes count="29"> <attr index="0" value="1"/> <attr index="1" value="0"/> <attr index="2" value="1"/> <attr index="3" value="0"/> <attr index="4" value="0"/> <attr index="5" value="1"/> <!-- Main display text attr --> <attr index="6" value="FontE_20B"/> <!-- Large font in stby --> <attr index="7" value="FontE_16B"/> <!-- Small font in stby --> <attr index="8" value="FontE_16B"/> <!-- Notes font --> <attr index="9" value="FontE_16B"/> <!-- Time/date font --> <attr index="10" value="22"/> <!-- Opr y1 --> <attr index="11" value="44"/> <!-- Opr y2 --> <attr index="12" value="47"/> <!-- BSID y1 --> <attr index="13" value="65"/> <!-- BSID y2 --> <attr index="14" value="47"/> <!-- BSID2 y1 --> <attr index="15" value="83"/> <!-- BSID2 y2 --> <attr index="16" value="65"/> <!-- Zone y1 --> <attr index="17" value="83"/> <!-- Zone y2 --> <attr index="18" value="83"/> <!-- Zone2 y1 --> <attr index="19" value="101"/> <!-- Zone2 y2 --> <attr index="20" value="47"/> <!-- Notes1 y1 --> <attr index="21" value="65"/> <!-- Notes2 y1 --> <attr index="22" value="83"/> <!-- Notes3 y1 --> <attr index="23" value="101"/> <!-- Notes4 y1 --> <attr index="24" value="4"/> <!-- Notes x1 --> <attr index="25" value="173"/> <!-- Notes x2 --> <attr index="26" value="27"/> <!-- Notes bttm-offs --> <attr index="27" value="25"/> <!-- Time/date bttm-offs --> <attr index="28" value="11"/> <!-- Nbr texts in stby --> </attributes> <attributes count="16"> <attr index="0" value="1"/> <attr index="1" value="0"/> <attr index="2" value="1"/> <attr index="3" value="0"/> <attr index="4" value="0"/> <attr index="5" value="1"/> <!-- 2nd display text attr --> <attr index="6" value="FontE_20B"/> <!-- Time font 2nd --> <attr index="7" value="FontE_16B"/> <!-- Operator font 2nd --> <attr index="8" value="FontE_16B"/> <!-- Date font 2nd --> <attr index="9" value="6"/> <!-- Nbr texts 2nd --> <attr index="10" value="24"/> <!-- Text 1: y1 2nd --> <attr index="11" value="40"/> <!-- Text 1: y2 2nd --> <attr index="12" value="42"/> <!-- Text 2: y1 2nd --> <attr index="13" value="56"/> <!-- Text 2: y2 2nd --> <attr index="14" value="64"/> <!-- Text 3: y1 2nd --> <attr index="15" value="78"/> <!-- Text 3: y2 2nd --> </attributes> </object>
<object name="StatusIndication">
<settings>
<sett name="RowHeight" value="0"/>
<sett name="TopOffset" value="0"/>
<sett name="TitleHeight" value="0"/>
<sett name="TitleTopOffset" value="0"/>
<sett name="TitleMode" value="1"/>
<sett name="OverlayStyle" value="0"/>
<sett name="YPos" value="18"/>
<sett name="Height" value="176"/>
</settings>
<attributes count="29">
<attr index="0" value="1"/>
<attr index="1" value="0"/>
<attr index="2" value="1"/>
<attr index="3" value="0"/>
<attr index="4" value="0"/>
<attr index="5" value="1"/>
<!-- Main display text attr -->
<attr index="6" value="FontE_20B"/> <!-- Large font in stby -->
<attr index="7" value="FontE_16B"/> <!-- Small font in stby -->
<attr index="8" value="FontE_16B"/> <!-- Notes font -->
<attr index="9" value="FontE_16B"/> <!-- Time/date font -->
<attr index="10" value="22"/> <!-- Opr y1 -->
<attr index="11" value="44"/> <!-- Opr y2 -->
<attr index="12" value="47"/> <!-- BSID y1 -->
<attr index="13" value="65"/> <!-- BSID y2 -->
<attr index="14" value="47"/> <!-- BSID2 y1 -->
<attr index="15" value="83"/> <!-- BSID2 y2 -->
<attr index="16" value="65"/> <!-- Zone y1 -->
<attr index="17" value="83"/> <!-- Zone y2 -->
<attr index="18" value="83"/> <!-- Zone2 y1 -->
<attr index="19" value="101"/> <!-- Zone2 y2 -->
<attr index="20" value="47"/> <!-- Notes1 y1 -->
<attr index="21" value="65"/> <!-- Notes2 y1 -->
<attr index="22" value="83"/> <!-- Notes3 y1 -->
<attr index="23" value="101"/> <!-- Notes4 y1 -->
<attr index="24" value="4"/> <!-- Notes x1 -->
<attr index="25" value="173"/> <!-- Notes x2 -->
<attr index="26" value="27"/> <!-- Notes bttm-offs -->
<attr index="27" value="25"/> <!-- Time/date bttm-offs -->
<attr index="28" value="11"/> <!-- Nbr texts in stby -->
</attributes>
<attributes count="16">
<attr index="0" value="1"/>
<attr index="1" value="0"/>
<attr index="2" value="1"/>
<attr index="3" value="0"/>
<attr index="4" value="0"/>
<attr index="5" value="1"/>
<!-- 2nd display text attr -->
<attr index="6" value="FontE_20B"/> <!-- Time font 2nd -->
<attr index="7" value="FontE_16B"/> <!-- Operator font 2nd -->
<attr index="8" value="FontE_16B"/> <!-- Date font 2nd -->
<attr index="9" value="6"/> <!-- Nbr texts 2nd -->
<attr index="10" value="24"/> <!-- Text 1: y1 2nd -->
<attr index="11" value="40"/> <!-- Text 1: y2 2nd -->
<attr index="12" value="42"/> <!-- Text 2: y1 2nd -->
<attr index="13" value="56"/> <!-- Text 2: y2 2nd -->
<attr index="14" value="64"/> <!-- Text 3: y1 2nd -->
<attr index="15" value="78"/> <!-- Text 3: y2 2nd -->
</attributes>
</object>
change 1 to 4, and it will 100% work
Yes,I know,it`s the same with an K750i
What I would know is,how can I change time and date?
Now I want time and date on the top of the right side
on my T650i
How to do this?I only get date there,or only time,but not both
Many thanks,it works!
How do you know with which number you should replace
the originals?
Original:
I replaced in time 210 to 5 and 234 to 32,then time will be on the top<attr value="121"/> <attr value="236"/> <attr value="210"/> <attr value="234"/> <attr value="5"/> <!-- Time -->
<attr value="121"/> <attr value="236"/> <attr value="238"/> <attr value="262"/> <attr value="5"/> <!-- Date -->
at the right side,but I don`t get date under time?
Last edited by schmarakel; 06-14-2008 at 08:54 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)