Google
 
Web www.howardforums.com
Pages: 1

Home Screen XML Editing.

(Click here to view the original thread with full colors/images)


Posted by: FireStang6604

Ok guys, thanks to all of you and a couple people from Modaco, I have gotten my home screen and set up pretty much just the way i like it. I only have one final problem: how do i get rid of the text and the number of calls on my missed call screen. I want only the background that i created to show. Here is the xml code and some pics to help you guys. Thanks alot.




Here is my code. Please tell me where i went wrong. I already tried to delete the whole text blah blah blah. Please help.

<!--standard missed calls plugin-->
<plugin name="PhotoDialer" clsid="{819990D5-493B-4251-8839-3B0217A1C7FF}"></plugin><plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="220">
<background b-border-width="0" bgimage="\Application Data\Home\Missed_Call_Full_Screen_Alert.jpg" valign="top">
<format state="selected" bgcolor="#oooooo"/>
</background>
<label halign="center" bgcolor="#0e1140" fgcolor="#FFFFFF" font-weight="bold" y="57" w="320" h="220" font-size="32">
<format state="nocall" visible="false"/>
<text lang="0x0409">
Missed calls: <calls/>
</text>
</label>
</plugin>



Posted by: OwenV

It looks like the mailbox, three lines and audio tape, and the circle with the arrow coming out of it are all part of your background jpg. You will have to edit those off the picture to remove them which would remove them from your regular homescreen. Try to open just the background image to see if this is so.



Posted by: FireStang6604

Its not the mailbox im trying to get rid of. I am trying to get rid of the Missed Calls: 1. Its in the xml and shows the actual amount of missed calls that there are. I intend to edit out the icons.



Posted by: OwenV

sorry, I guess I just wasn't paying enough attention while reading your question.

well the missed calls and the number originates at this part of the code (in red)

<!--standard missed calls plugin-->
<plugin name="PhotoDialer" clsid="{819990D5-493B-4251-8839-3B0217A1C7FF}"></plugin><plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="220">
<background b-border-width="0" bgimage="\Application Data\Home\Missed_Call_Full_Screen_Alert.jpg" valign="top">
<format state="selected" bgcolor="#oooooo"/>
</background>
<label halign="center" bgcolor="#0e1140" fgcolor="#FFFFFF" font-weight="bold" y="57" w="320" h="220" font-size="32">
<format state="nocall" visible="false"/>
<text lang="0x0409">
Missed calls: <calls/>
</text>
</label>
</plugin>

however I'm not sure if just deleting that section would work or if that would screw up the code and confuse your phone. I think you would be able to delete up to this much of the code:

<!--standard missed calls plugin-->
<plugin name="PhotoDialer" clsid="{819990D5-493B-4251-8839-3B0217A1C7FF}"></plugin><plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="220">
<background b-border-width="0" bgimage="\Application Data\Home\Missed_Call_Full_Screen_Alert.jpg" valign="top">
<format state="selected" bgcolor="#oooooo"/>
</background>
<label halign="center" bgcolor="#0e1140" fgcolor="#FFFFFF" font-weight="bold" y="57" w="320" h="220" font-size="32">
<format state="nocall" visible="false"/>
<text lang="0x0409">
Missed calls: <calls/>
</text>

</label>
</plugin>

because all the other stuff in red is formatting for the text. try this but if it doesn't work make sure you didn't lose the original code (although I guess it is duplicated here so you dont have to worry about losing it).

If this is what you meant by saying what you already tried, sorry for repeating it to you but I hope it works.





vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Limited.
vB Easy Archive Final ©2000 - 2008 - Created by Stefan "Xenon" Kaeser