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 09-24-2007, 08:58 AM   #11 (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 rmunson View Post
Yep, but that is why I am posting to the forum to figure out what is wrong with the file.
just guessing since i never tried using a hs without the home in the name, make sure the file is called name_of_choice.home.xml, make sure it says home in between name and extension..
__________________
later..
rb.


rudeboy is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 09-24-2007, 09:23 AM   #12 (permalink)
Super Moderator
 
n99hockey's Avatar
 
Join Date: Feb 2007
Location: Princeton, NJ
Posts: 23,627
Thanks: 330
Thanked 2,500 Times in 2,112 Posts
n99hockey is on a distinguished road
Send a message via AIM to n99hockey
Default

Quote:
Originally Posted by rudeboy View Post
i don't think this is accurate my friend.. try removing for example a end tag and IE will display the tag that has an error and will not display the entire xml... (or is that what you mean also)
yes thats what i meant
if you remove an end tag it wont show up
but if say you dont have a plugin CLSID correct or something else it will still show up in IE
probably should have been clearer on that one
__________________
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  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-24-2007, 09:49 AM   #13 (permalink)
 
Join Date: Sep 2007
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
rmunson is on a distinguished road
Default

Quote:
Originally Posted by n99hockey View Post
yes thats what i meant
if you remove an end tag it wont show up
but if say you dont have a plugin CLSID correct or something else it will still show up in IE
probably should have been clearer on that one
Thanks guys for the suggestions. But I have tried it with the extension .home.xml and doesn't matter. Also, I have verified (about 5-6 times ) that I haven't changed anything except the name of the home screen and "ActiveSync" to "2Js". Absolutely nothing else has changed. Does anyone else have an add'l home screen xml I could use to see if it is my file, my phone, or my process to get it uploaded?

Thanks,
Ryan
rmunson is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-24-2007, 09:57 AM   #14 (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 rmunson View Post
Thanks guys for the suggestions. But I have tried it with the extension .home.xml and doesn't matter. Also, I have verified (about 5-6 times ) that I haven't changed anything except the name of the home screen and "ActiveSync" to "2Js". Absolutely nothing else has changed. Does anyone else have an add'l home screen xml I could use to see if it is my file, my phone, or my process to get it uploaded?

Thanks,
Ryan
you can download home screens all over the place, get one out of the homescreen collection and try that..
__________________
later..
rb.


rudeboy is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-24-2007, 01:15 PM   #15 (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 n99hockey View Post
yes thats what i meant
if you remove an end tag it wont show up
but if say you dont have a plugin CLSID correct or something else it will still show up in IE
probably should have been clearer on that one
ok, in that case how weird it may sound 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 09-24-2007, 01:17 PM   #16 (permalink)
 
Join Date: Sep 2007
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
rmunson is on a distinguished road
Default

Quote:
Originally Posted by rudeboy View Post
ok, in that case how weird it may sound you are correct...
So, should i need to change more than the title to something unique and "ActiveSync" to "2Js"?
rmunson is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-24-2007, 02:15 PM   #17 (permalink)
Super Moderator
 
n99hockey's Avatar
 
Join Date: Feb 2007
Location: Princeton, NJ
Posts: 23,627
Thanks: 330
Thanked 2,500 Times in 2,112 Posts
n99hockey is on a distinguished road
Send a message via AIM to n99hockey
Default

heres a crazy thought
rather than having
<!-- --> wrapped around certain codes just erase them
maybe thats giving you the error since you have that inside of one of the plugins...
make sense?

for example rather than
Quote:
<!--Calendar appointment plugin-->
<plugin clsid="{865A354A-4A96-4687-B001-C155DC0DBE76}" name="calendar" height="23">
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
<label h="22">
<text>
<time/> <subject/> <location/>
</text>
</label>
<!-- <label h="22" y="23">
<text>
<time/>
<location/>
</text>
</label>
-->
</plugin>
just use this
Quote:
<!--Calendar appointment plugin-->
<plugin clsid="{865A354A-4A96-4687-B001-C155DC0DBE76}" name="calendar" height="23">
<background>
<format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>
</background>
<label h="22">
<text>
<time/> <subject/> <location/>
</text>
</label>
</plugin>
__________________
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  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-24-2007, 02:18 PM   #18 (permalink)
 
Join Date: Sep 2007
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
rmunson is on a distinguished road
Default

Quote:
Originally Posted by n99hockey View Post
heres a crazy thought
rather than having
<!-- --> wrapped around certain codes just erase them
maybe thats giving you the error since you have that inside of one of the plugins...
make sense?

for example rather than

just use this
All of that code already exists in the one i copied it from, so that isn't the issue....thanks though. I personally don't think it is the xml since i copied and made so few changes.
rmunson is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-24-2007, 02:19 PM   #19 (permalink)
Super Moderator
 
n99hockey's Avatar
 
Join Date: Feb 2007
Location: Princeton, NJ
Posts: 23,627
Thanks: 330
Thanked 2,500 Times in 2,112 Posts
n99hockey is on a distinguished road
Send a message via AIM to n99hockey
Default

Quote:
Originally Posted by rmunson View Post
All of that code already exists in the one i copied it from, so that isn't the issue....thanks though. I personally don't think it is the xml since i copied and made so few changes.
those indicatations were in the code already!?
thats seems odd...why not just delete the codes
__________________
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  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-24-2007, 02:21 PM   #20 (permalink)
 
Join Date: Sep 2007
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
rmunson is on a distinguished road
Default

Quote:
Originally Posted by n99hockey View Post
those indicatations were in the code already!?
thats seems odd...why not just delete the codes
Yep there were in the installed home xml files. I'll give it a try, but they are just xml comments, so they are ignored.
rmunson 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:23 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