Guest bgbahoue Posted January 9, 2003 Report Posted January 9, 2003 It seems that "all" MMS I receive from anyone but me are received as email (when I say all, understand, all the MMS I received so far, that is 5-10). The MMS I sent to me myself on my phone are read with the MMS reader when opened. Other's are seen as email and not viewed through the MMS reader. Is there anything to do to prevent that ? Thanks in advance, Boris
Guest Monolithix [MVP] Posted January 9, 2003 Report Posted January 9, 2003 what do you see when you try reading these e-mail mms's? and are you using a custom homescreen?
Guest bgbahoue Posted January 10, 2003 Report Posted January 10, 2003 I am indeed using a custom home screen (see source below) and I receive the MMS as a regular email message, either with the MMS' text in the email's body or with the MMS' objects as attachments (from the client service it's normal) ---- My custom home screen's code: <?xml version="1.0"?> <home> <author>Boris Gbahoue</author> <contacturl>mailto:[email protected]</contacturl> <title lang="0x0409">Personal</title> <title lang="0x0809">Persoanl</title> <title lang="0x040c">Personnel</title> <version>1.0</version> <default font-face="nina" font-size="14" font-weight="bold" padding-left="4" padding-right="4" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" padding-top="2" b-border-color="COLOR_HOMERULE" b-border-width="1"> <format state="selected" fgcolor="COLOR_HOMEHIGHLIGHTTEXT"/> </default> <background bgimage="Blue Ice.gif" valign="bottom"/> <scheme> <color name="COLOR_WINDOW" value="#FFFFFF"/> <color name="COLOR_STATIC" value="#FFFFFF"/> <color name="COLOR_STATICTEXT" value="#000000"/> <color name="COLOR_HIGHLIGHT" value="#000000"/> <color name="COLOR_HIGHLIGHTTEXT" value="#FFFFFF"/> <color name="COLOR_MENU" value="#CECECE"/> <color name="COLOR_MENUTEXT" value="#000000"/> <color name="COLOR_GRAYTEXT" value="#666666"/> <color name="COLOR_GRADLEFT" value="#FFFFFF"/> <color name="COLOR_GRADRIGHT" value="#FFFFFF"/> <color name="COLOR_INTGRADLEFT" value="#FFFFFF"/> <color name="COLOR_INTGRADRIGHT" value="#FFFFFF"/> <color name="COLOR_TRAYGRADLEFT" value="#CECECE"/> <color name="COLOR_TRAYGRADRIGHT" value="#CECECE"/> <color name="COLOR_HIGHGRADLEFT" value="#000000"/> <color name="COLOR_HIGHGRADRIGHT" value="#000000"/> <color name="COLOR_TRAYTEXT" value="#000000"/> <color name="COLOR_WINDOWFRAME" value="#FFFFFF"/> <color name="COLOR_BTNFACE" value="#CECECE"/> <color name="COLOR_BTNTEXT" value="#000000"/> <color name="COLOR_SCROLLBAR" value="#CCCCCC"/> <color name="COLOR_alertTITLE" value="#000000"/> <color name="COLOR_alertWINDOW" value="#FFFFFF"/> <color name="COLOR_alertRULE" value="#000000"/> <color name="COLOR_HOMETEXT" value="#000000"/> <color name="COLOR_HOMEHIGHLIGHT" value="#FFFFFF"/> <color name="COLOR_HOMEHIGHLIGHTTEXT" value="#000000"/> <color name="COLOR_HOMERULE" value="#FFFFFF"/> </scheme> <plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="iconbar" height="20"> <iconbar fgcolor="COLOR_TRAYTEXT"/> <background gradient="title" bgcolor="COLOR_TRAYGRADLEFT" b-border-color="COLOR_WINDOWFRAME" b-border-width="1"/> </plugin> <plugin clsid="{E09043DF-510E-4841-B652-388316977A7A}" name="carrier" height="38"> <label> <text><carrier/></text> </label> <clock> <date mode="long" y="17" x="0"/> <time mode="24" y="0" x="140"/> </clock> </plugin> <plugin clsid="{37391041-C324-4725-BEE1-3232ED3539CA}" name="callprog" height="38"> <background> <format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/> </background> <format state="nocall" visible="false"/> <label> <text lang="0x0409">Call in progress: <progress/></text> <text lang="0x0809">Call in progress: <progress/></text> <text lang="0x040c">Appel en cours: <progress/></text> </label> </plugin> <plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="20"> <background> <format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/> </background> <format state="nocall" visible="false"/> <label h="16"> <text lang="0x0409">Missed calls: <calls/></text> <text lang="0x0809">Missed calls: <calls/></text> <text lang="0x040c">Appels manqués: <calls/></text> </label> </plugin> <plugin clsid="{2FFD93B3-0FF0-4228-A6D6-D2DF177D7D92}" name="alldayevent" height="20"> <background> <format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/> </background> <format state="noevent" visible="false"/> <label> <text><subject/></text> </label> </plugin> <plugin clsid="{865A354A-4A96-4687-B001-C155DC0DBE76}" name="calendar" height="40"> <background> <format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/> </background> <label x="0"> <text><subject/></text> </label> <conflict x="0" y="17"/> <label x="17" y="17"> <text><time/></text> </label> </plugin> <plugin clsid="{FC0658FA-388E-45d3-9C23-957496F4775B}" name="msgcount" height="20"> <background> <format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/> </background> <label> <text lang="0x0409">SMS(<unreadSMS/>) MMS(<unreadMMS/>) e-mail(<unreadEmail/>)</text> <text lang="0x0809">SMS(<unreadSMS/>) MMS(<unreadMMS/>) e-mail(<unreadEmail/>)</text> <text lang="0x040c">SMS(<unreadSMS/>) MMS(<unreadMMS/>) e-mail(<unreadEmail/>)</text> </label> </plugin> <plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="profile" height="20"> <background b-border-width="0"> <format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/> </background> <label> <text lang="0x0409">Profile: <profile/></text> <text lang="0x0809">Profile: <profile/></text> <text lang="0x040c">Profil: <profile/></text> </label> </plugin> </home>
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now