i am assuming it has the full screen missed call screen ? if so you need to add the following code to the home screen xml (should already be in there if you d/l a home screen with the missed call screen) anyway, this is the code:
Quote:
<plugin name="missedcalls" height="220" clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}">
<background b-border-width="0" bgimage="\Application Data\Home\Missed_Call_Full_Screen_Alert.jpg" valign="top">
<format state="selected" bgcolor="#000000"/>
</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> |
adjust to your setting i.e. path and colors. this piece of code needs to be in the top, i would say direct after </sheme>
keep in mind; if you lock the Q and miss a call this custom full screen missed call screen will NOT show up until you unlock the Q. (reason for me to stop using it)