Everything Motorola Q  
Home Motorola Q Store Moto Q Software News Motorola Q Reviews Moto Q Forums Q Social Moto Q FAQ 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 01-09-2008, 02:37 AM   #1 (permalink)
 
Join Date: Mar 2007
Location: So. Calif.
Posts: 242
Thanks: 7
Thanked 34 Times in 27 Posts
LuvrGirl is on a distinguished road
Send a message via AIM to LuvrGirl
Default Need help to figure out xml code

I just started learning all this .xml and homescreen designing stuff but I can't seem to figure this one out. Maybe I'm just not "seeing" it but I can't find the code in my homescreen .xml file that will allow me to change the "Text Messages (0)" in my homescreen.

Here's a screen shot of my current homescreen. It shows "Text Messages (0)" right now all the time, however, I want to change it so that it will only display "Text Messages (x)" whenever I actually have a new text message (where x is the number of text messages).

Can anybode help me out on this?

Thanks in advance!

P.S.
I have the AT&T Moto Q9 Global

MaRiA
Attached Images
File Type: bmp sshot01.bmp (225.1 KB, 9 views)
Attached Files
File Type: txt cingularsmartnoxmfacade.home.txt (10.1 KB, 4 views)
LuvrGirl is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 01-09-2008, 03:24 AM   #2 (permalink)
 
lexicon's Avatar
 
Join Date: Dec 2007
Location: Currently based in Bangkok, Thailand
Posts: 306
Thanks: 4
Thanked 34 Times in 32 Posts
lexicon is on a distinguished road
Default

Yeah, this isn't possible. The way the plugin is configured right now all we can do is reference it via the xml. If you look at the code you'll see that the plugin specifications are no different for the sms and the email...etc. But what's happening is that the sms plugin is just configured to always be shown. What you can do is to combine the plugins together so it'll say sms/email/mms (x). So that basically you're seeing a topline view of your messaging rather than individual accounts. The downside to that is you won't know actually which account the message is coming in from. Check out n99Hockey's posts about homescreens as well as the link in his signature to see this in action.

FYI this is the section that specifies your messages:

</plugin>
<plugin clsid="{8486CC1E-025B-4888-9C76-048DF7C1787D}" name="msgcount2" height="24" autoheight="false">
<mail account="sms"/>
</plugin>
<plugin clsid="{8486CC1E-025B-4888-9C76-048DF7C1787D}" name="msgcount2" height="24" autoheight="false">
<mail account="activesync"/>
</plugin>
<plugin clsid="{8486CC1E-025B-4888-9C76-048DF7C1787D}" name="msgcount2" height="24" autoheight="true">
<mail account="others"/>
</plugin>

Last edited by lexicon; 01-09-2008 at 03:27 AM. Reason: added info
lexicon is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-09-2008, 05:27 AM   #3 (permalink)
 
Join Date: Aug 2007
Location: South of Boston
Posts: 1,368
Thanks: 61
Thanked 350 Times in 294 Posts
Der Alta is on a distinguished road
Default

So, in other words, you don't want anything to show, until you have a text message, correct?
I know the VZW full homescreen utilizes a code that only shows up when you have a message. Unless someone hunts it down before I do, I'll post it later in the day.
Der Alta is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-09-2008, 05:58 AM   #4 (permalink)
 
lexicon's Avatar
 
Join Date: Dec 2007
Location: Currently based in Bangkok, Thailand
Posts: 306
Thanks: 4
Thanked 34 Times in 32 Posts
lexicon is on a distinguished road
Default

I've never seen this code - please post!! everyone I've spoken too is stumped over this. I know that on this forum there are at least 4 posts about this... I'm really looking forward to your post!! please & thank you...
lexicon is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-09-2008, 08:19 AM   #5 (permalink)
Super Moderator
 
rudeboy's Avatar
 
Join Date: Jan 2007
Location: Skaville, Skamerica
Posts: 27,089
Thanks: 273
Thanked 1,929 Times in 1,590 Posts
rudeboy is on a distinguished road
Send a message via ICQ to rudeboy Send a message via MSN to rudeboy Send a message via Yahoo to rudeboy
Default

all the default Verizon homescreens are here on my server.
__________________
later..
rb.


rudeboy is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-09-2008, 08:30 AM   #6 (permalink)
 
lexicon's Avatar
 
Join Date: Dec 2007
Location: Currently based in Bangkok, Thailand
Posts: 306
Thanks: 4
Thanked 34 Times in 32 Posts
lexicon is on a distinguished road
Default

so can you tell me which one hides the txt messages?
lexicon is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-09-2008, 08:32 AM   #7 (permalink)
Super Moderator
 
rudeboy's Avatar
 
Join Date: Jan 2007
Location: Skaville, Skamerica
Posts: 27,089
Thanks: 273
Thanked 1,929 Times in 1,590 Posts
rudeboy is on a distinguished road
Send a message via ICQ to rudeboy Send a message via MSN to rudeboy Send a message via Yahoo to rudeboy
Default

Quote:
Originally Posted by lexicon View Post
so can you tell me which one hides the txt messages?
uhm... not sure, never used the default but when DA says the Verizon one i am guessing the full.home.xml (no guarantees :}
__________________
later..
rb.


rudeboy is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-09-2008, 08:42 AM   #8 (permalink)
 
Join Date: Aug 2007
Location: South of Boston
Posts: 1,368
Thanks: 61
Thanked 350 Times in 294 Posts
Der Alta is on a distinguished road
Default

I didn't recall correctly, as it was the Missed Calls section that is or isn't visible. Here is the relevant section from the full.home.xml that Rudeboy was correct on.

Quote:
<!--standard missed calls plugin-->
<plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="26">
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
<format state="nocall" visible="false"/>
<label h="22">
<text>Missed calls: <calls/> </text>
</label>
</plugin>
I've put the section in bold that makes it visible or not. Utilizing this you can probably set your text messages to hide or show.

Let us know how it works out.
Der Alta is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-09-2008, 09:36 AM   #9 (permalink)
 
docmac129's Avatar
 
Join Date: Dec 2006
Posts: 1,117
Thanks: 53
Thanked 266 Times in 227 Posts
docmac129 is on a distinguished road
Default

Quote:
Originally Posted by Der Alta View Post
I didn't recall correctly, as it was the Missed Calls section that is or isn't visible. Here is the relevant section from the full.home.xml that Rudeboy was correct on.



I've put the section in bold that makes it visible or not. Utilizing this you can probably set your text messages to hide or show.

Let us know how it works out.
I believe, if Im not mistaken, that I tried this before and, while it does hide it when u have no missed calls, it also moves all plugins below it up, which F@#ks up the screen until u get a text/message.
docmac129 is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-09-2008, 09:53 AM   #10 (permalink)
 
lexicon's Avatar
 
Join Date: Dec 2007
Location: Currently based in Bangkok, Thailand
Posts: 306
Thanks: 4
Thanked 34 Times in 32 Posts
lexicon is on a distinguished road
Default

Umm, it's not working for me. I'll be OK with the whole moving things up a line if I can just get it to work at all. I've posted the section of xml code that pertains to the messages - if someone could edit that entire portion correctly and post it I would be very grateful...

this is currently what I have:
</plugin>
<plugin clsid="{8486CC1E-025B-4888-9C76-048DF7C1787D}" name="msgcount2" height="25" autoheight="false">
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
<format state="nocall" visible="false"/>
<mail account="sms"/>
</plugin>
<plugin clsid="{8486CC1E-025B-4888-9C76-048DF7C1787D}" name="msgcount2" height="25" autoheight="false">
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
<mail account="activesync"/>
</plugin>
<plugin clsid="{8486CC1E-025B-4888-9C76-048DF7C1787D}" name="msgcount2" height="25" autoheight="true">
<text padding-bottom="5"/>
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
<mail account="others"/>
</plugin>

Last edited by lexicon; 01-09-2008 at 10:01 AM. Reason: clarification
lexicon is offline  
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 12:35 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Integrated by BBPixel ©2003-2008, jvbPlugin
Android forums

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 33