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 |