View Single Post
Old 05-23-2007, 02:28 PM   #4 (permalink)
n99hockey
Super Moderator
 
n99hockey's Avatar
 
Join Date: Feb 2007
Location: Princeton, NJ
Posts: 23,612
Thanks: 330
Thanked 2,500 Times in 2,112 Posts
n99hockey is on a distinguished road
Send a message via AIM to n99hockey
Default

to start with take the xml file out of the \application data\home folder on the Q and move it to your desktop...open it with notepad...scroll down to the line that says...

<!-- Messages plugin -->

and look for this line...

<text>SMS: <unreadSMS /> Email: <unreadEmail /></text>

copy this line below here in its place

<text>SMS: <unreadSMS /> Email: <unreadEmail /> Voicemail: <unreadVMail/></text>

that will get you the voicemail notification
next for missed calls you should add the full missed calls screen by putting this plugin....

<!--standard missed calls plugin-->
<plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="220">
<background b-border-width="0">
<format state="selected" bgcolor="#000000"/>
</background>
<label halign="center" bgcolor="#000000" fgcolor="#FFFFFF" font-weight="bold" y="60" w="320" h="220" font-size="32">
<format state="nocall" visible="false"/>
<text lang="0x0409">
Missed calls: <calls/>
</text>
</label>
</plugin>

just below the </scheme> line...

then move the file back to the \application data\home folder
__________________
Scott
www.scottschrob.com (and check out my Q Home Screens & Q Apps)

If somebody helps you, thank them. Click the http://www.everythingq.com/forum/avatars/n99hockey.gif?type=sigpic&dateline=1181832255 icon under their post.

Check out the EverythingQ New User Guide, Moto FAQ, or use Search.
n99hockey is online now   Reply With Quote