Everything Motorola Q  
Home Motorola Q Store Moto Q Software News Moto Q Blog Motorola Q Reviews Moto Q Forums FAQs Wiki Contact Us Everything Q RSS feed


Go Back   Motorola Q Forum | Everything Q > Moto Q Software > Q Home Screens and Wallpapers

Notices

Reply
 
Thread Tools Display Modes
Old 05-23-2007, 10:46 AM   #1 (permalink)
 
Join Date: May 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
xjmoochx is on a distinguished road
Default Mobile Vista- dark screen problems?

Has anyone used this homescreen. I LOVE the layout with the message and calender icons lined up along the left side.. BUT today i received an important call and i missed it. My phone did not say i had a missed call as the standard screen would, and worst of all did not tell me i had a voicemail and allow me to access it! The voicemail icon was at the top of the screen, but i could not access it like the normal screen that says "Voicemail: 1" .. i had no clue how to get the the voicemail until i changed the screen back to the default! Any help guys??
xjmoochx is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 05-23-2007, 10:51 AM   #2 (permalink)
Super Moderator
 
n99hockey's Avatar
 
Join Date: Feb 2007
Location: Princeton, NJ
Posts: 21,084
Thanks: 272
Thanked 2,187 Times in 1,852 Posts
n99hockey is on a distinguished road
Send a message via AIM to n99hockey
Default

to get a voicemail with out the voicemail icon or text on the screen is press and hold down the number 1 and it will call your voicemail...or *86
i dont believe mobile vista dark has a missed call screen...you can edit the xml file to add this if you want...or a missed call will appear on the top of the screen near the voicemail icon...the missed call icon looks like a phone with a '!' on top of it....

hope this helps....
__________________
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 or use Search.
n99hockey is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-23-2007, 01:22 PM   #3 (permalink)
 
Join Date: May 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
xjmoochx is on a distinguished road
Default

Quote:
Originally Posted by n99hockey View Post
to get a voicemail with out the voicemail icon or text on the screen is press and hold down the number 1 and it will call your voicemail...or *86
i dont believe mobile vista dark has a missed call screen...you can edit the xml file to add this if you want...or a missed call will appear on the top of the screen near the voicemail icon...the missed call icon looks like a phone with a '!' on top of it....

hope this helps....

Yes thank you very helpful... but a HUGE help would be if you could tell me how i edit the XML to make it say missed calls, and even voicemail! that would be greatt!
xjmoochx is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-23-2007, 01:28 PM   #4 (permalink)
Super Moderator
 
n99hockey's Avatar
 
Join Date: Feb 2007
Location: Princeton, NJ
Posts: 21,084
Thanks: 272
Thanked 2,187 Times in 1,852 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 or use Search.
n99hockey is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-23-2007, 01:30 PM   #5 (permalink)
 
Join Date: May 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
xjmoochx is on a distinguished road
Default

Woww your great!.. one more thing. First should i copy the missed calls plugin to a certain place in the XML or no?.. And secondly, can i edit the part that says <sms> and write Text in there? Id rather it say text messages as opposed to SMS
xjmoochx is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-23-2007, 01:41 PM   #6 (permalink)
Super Moderator
 
n99hockey's Avatar
 
Join Date: Feb 2007
Location: Princeton, NJ
Posts: 21,084
Thanks: 272
Thanked 2,187 Times in 1,852 Posts
n99hockey is on a distinguished road
Send a message via AIM to n99hockey
Default

put the missed calls plugin in the XML file under the part that says <scheme/> at the top of the code...
and yes..you can change SMS: to say Text: just leave whatever is in the <unread... /> alone...
__________________
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 or use Search.
n99hockey is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-23-2007, 02:36 PM   #7 (permalink)
 
Join Date: May 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
xjmoochx is on a distinguished road
Default

Man hockey uve been great! I worked it all out, customized my SMS to say text. I also tried to customize it so that the profile part was last and messages was first. But i was having trouble with the icons .. thanks so much man
xjmoochx is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-23-2007, 02:52 PM   #8 (permalink)
Super Moderator
 
n99hockey's Avatar
 
Join Date: Feb 2007
Location: Princeton, NJ
Posts: 21,084
Thanks: 272
Thanked 2,187 Times in 1,852 Posts
n99hockey is on a distinguished road
Send a message via AIM to n99hockey
Default

yea i wouldnt mess with the layout of this one...the plugins are set up for those locations...if your not sure about coding then i wouldnt mess to much...
but glad you got it customized they way you wanted it!
__________________
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 or use Search.
n99hockey is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT -5. The time now is 11:24 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
Integrated by BBpixel Team 2008 :: jvbPlugin R1015.37x.1