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


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

Notices

Moto Q Social

Reply
 
Thread Tools Display Modes
Old 05-01-2008, 10:35 AM   #1 (permalink)
 
Join Date: May 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Buck50 is on a distinguished road
Default Beating a dead horse I'm sure... Q9C email (0) error

Sprint Q9C. I've searched for solutions but I cant find the complete solution. I've edited the sprint.home.xml page in Dreamweaver and I'm running into the same error.

I start with:

<text lang="0x0409">Email <unreadMsgs name="ActiveSync" /></text>
<text lang="0x0C0A">Email <unreadMsgs name="ActiveSync" /></text>

I changed it to:

<text lang="0x0409">Email <unreadEmail/></text>
<text lang="0x0C0A">Email <unreadEmail/></text>

The error that I am getting is that

Email (1) - This duplicates my Gmail and will not open when clicked on.
Gmail (1) - I want this moved to the top row.

I can't find the solution online. Suggestions?
Buck50 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 05-01-2008, 10:39 AM   #2 (permalink)
Super Moderator
 
rudeboy's Avatar
 
Join Date: Jan 2007
Location: Skaville, Skamerica
Posts: 26,693
Thanks: 265
Thanked 1,892 Times in 1,561 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

welcome aboard.

--moved post--
__________________
later..
rb.


rudeboy is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-01-2008, 10:58 AM   #3 (permalink)
 
TreeFrog's Avatar
 
Join Date: Aug 2007
Location: Colorado
Posts: 3,367
Thanks: 104
Thanked 336 Times in 311 Posts
TreeFrog is on a distinguished road
Default

Aren't both commands the same except 0409 is English and 0C0A is not?!
__________________
TreeFrog is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-01-2008, 11:02 AM   #4 (permalink)
Super Moderator
 
rudeboy's Avatar
 
Join Date: Jan 2007
Location: Skaville, Skamerica
Posts: 26,693
Thanks: 265
Thanked 1,892 Times in 1,561 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 TreeFrog View Post
Aren't both commands the same except 0409 is English and 0C0A is not?!
i do believe you are correct..
__________________
later..
rb.


rudeboy is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-01-2008, 11:04 AM   #5 (permalink)
 
Join Date: May 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Buck50 is on a distinguished road
Default

Quote:
Originally Posted by TreeFrog View Post
Aren't both commands the same except 0409 is English and 0C0A is not?!

If that's the case how do I edit the Sprint home screen to remove the outlook (activesync) email counter in favor of my Gmail counter?
Buck50 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-01-2008, 11:09 AM   #6 (permalink)
 
TreeFrog's Avatar
 
Join Date: Aug 2007
Location: Colorado
Posts: 3,367
Thanks: 104
Thanked 336 Times in 311 Posts
TreeFrog is on a distinguished road
Default

Quote:
Originally Posted by Buck50 View Post
If that's the case how do I edit the Sprint home screen to remove the outlook (activesync) email counter in favor of my Gmail counter?
what plugin are you using? When I use the "unreadEmail/" tag it counts all my mail as a whole (outlook,yahoo,etc..).

I am using.. plugin file="sysplug.dll" clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}
__________________
TreeFrog is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-01-2008, 11:11 AM   #7 (permalink)
 
Join Date: May 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Buck50 is on a distinguished road
Default

Quote:
Originally Posted by TreeFrog View Post
what plugin are you using? When I use the "unreadEmail/" tag it counts all my mail as a whole (outlook,yahoo,etc..).

I am using.. plugin file="sysplug.dll" clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}
<plugin clsid="{62E5C279-1E55-4bbb-95DA-D576093C23BE}" name="MessageCount" height="20">
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
<label>
<text lang="0x0409">Email <unreadMsgs name="ActiveSync" /></text>
<text lang="0x0C0A">Email <unreadMsgs name="ActiveSync" /></text>
</label>
<label>
<text lang="0x0409">Text Messages <unreadMsgs name="SMS" /></text>
<text lang="0x0C0A">Text Messages <unreadMsgs name="SMS" /></text>
</label>
<translaterockerkeys/>
</plugin>

<!--standard others plugin-->
<plugin clsid="{8486CC1E-025B-4888-9C76-048DF7C1787D}" name="msgcount2" height="27" autoheight="true">
<text padding-bottom="4"/>
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
<mail account="others"/>
</plugin>

I restored the file to it's original version. Just in case there are any errors.

Last edited by Buck50; 05-01-2008 at 11:12 AM. Reason: forgot to add test
Buck50 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-01-2008, 11:14 AM   #8 (permalink)
Super Moderator
 
rudeboy's Avatar
 
Join Date: Jan 2007
Location: Skaville, Skamerica
Posts: 26,693
Thanks: 265
Thanked 1,892 Times in 1,561 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 TreeFrog View Post
what plugin are you using? When I use the "unreadEmail/" tag it counts all my mail as a whole (outlook,yahoo,etc..).

I am using.. plugin file="sysplug.dll" clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}
uhm... isn't that sysplug.dll Orange ?
__________________
later..
rb.


rudeboy is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-01-2008, 11:16 AM   #9 (permalink)
 
TreeFrog's Avatar
 
Join Date: Aug 2007
Location: Colorado
Posts: 3,367
Thanks: 104
Thanked 336 Times in 311 Posts
TreeFrog is on a distinguished road
Default

Quote:
Originally Posted by Buck50 View Post
<plugin clsid="{62E5C279-1E55-4bbb-95DA-D576093C23BE}" name="MessageCount" height="20">
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
<label>
<text lang="0x0409">Email <unreadMsgs name="ActiveSync" /></text>
<text lang="0x0C0A">Email <unreadMsgs name="ActiveSync" /></text>
</label>
<label>
<text lang="0x0409">Text Messages <unreadMsgs name="SMS" /></text>
<text lang="0x0C0A">Text Messages <unreadMsgs name="SMS" /></text>
</label>
<translaterockerkeys/>
</plugin>

<!--standard others plugin-->
<plugin clsid="{8486CC1E-025B-4888-9C76-048DF7C1787D}" name="msgcount2" height="27" autoheight="true">
<text padding-bottom="4"/>
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
<mail account="others"/>
</plugin>

I restored the file to it's original version. Just in case there are any errors.
Try this...
<text lang="0x0409">Gmail: <unreadMsgs name="Gmail"/></text>

the name="Gmail" part is looking for how you named it in email accounts..I believe!!
__________________
TreeFrog is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-01-2008, 11:18 AM   #10 (permalink)
 
docmac129's Avatar
 
Join Date: Dec 2006
Posts: 1,101
Thanks: 53
Thanked 262 Times in 224 Posts
docmac129 is on a distinguished road
Default

Quote:
Originally Posted by rudeboy View Post
uhm... isn't that sysplug.dll Orange ?
The only Orange plugin I know of is this one:
<plugin width="320" handlekeys="CHILD" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}">.

And does this really belong in this forum???
__________________
I use Eko's Black Soft Keys on all my HS's. If u want them click here. Otherwise, u will get the default color!!
docmac129 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:40 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