A little while ago I upgraded to one of lvsw's roms to get the gps and audio (bass) working on my trinity, but found an interesting side effect: i could no longer listen to my voicemail messages (they're emailed to me as .wav files). I'm with 3 in Australia, who send voicemail messages as emails, the title of what is supposed to be the attachment is this really stupid name: "LogicaCMG Voice Message (1.1) (xx seconds)" instead of something normal like "message.wav" or something. When I try to open one of these attachments, Messaging says it doesn't know how to handle this kind of file. I wasn't sure if it was the ROM or what so I upgraded to the most recent ROM from LVSW which supports WM6 (great work btw, seriously!!!) but have found that the problem is still around. It's now clear that its not the roms' fault, but partly MS's, and partly my network operators'. Read on...
I dug a little deeper into the problem and actually downloaded the fully multipart mime source of the emails into thunderbird to find what I think is the culprit here. Have a look at the following (I've omitted the end of the message):
Code:
X-Account-Key: account4
X-UIDL: 1138328986.368
X-Mozilla-Status: 0001
X-Mozilla-Status2: 10000000
Return-Path: <[email protected]>
Received: from auummr1im05.three.com.au (auummr1im05.three.com.au [10.176.58.155])
by auummr0ms03.three.com.au (MOS 3.6.5.5-LCMG)
with ESMTP id AGX08476;
Tue, 3 Apr 2007 17:39:50 +1000 (EST)
Received: from auumun2fe12.three.com.au (auumun2fe12.three.com.au [10.176.54.161])
by auummr1im05.three.com.au (MOS 3.5.5-GR)
with ESMTP id AZO19948;
Tue, 3 Apr 2007 17:39:49 +1000 (EST)
Message-Id: <[email protected]>
Date: Tue, 3 Apr 2007 17:39:49 +1000 (EST)
From: =?utf-8?Q?1234567890?= <[email protected]>
Subject: =?utf-8?Q?Voice_Mess?= =?utf-8?Q?age_From_1?= =?utf-8?Q?234567890?=
To: Nachoesmith <[email protected]>
X-uOneCallID: 1234567890|1234567890
MIME-Version: 1.0 (Voice 2.0)
Content-Type: MULTIPART/Voice-Message; Version=2.0; BOUNDARY="-559023410-1254324197-1175585989=:12676"
---559023410-1254324197-1175585989=:12676
Content-Type: audio/wav
Content-Transfer-Encoding: BASE64
Content-Description: =?utf-8?Q?LogicaCMG_?= =?utf-8?Q?Voice_Mess?= =?utf-8?Q?age_=281=2E1=29_?= =?utf-8?Q?_=2827_secon?= =?utf-8?Q?ds_=29?=
Content-Duration: 27
Content-Disposition: inline; voice=Voice-Message; filename="message.wav"
UklGRuQtAwBXQVZFZm10IBIAAAAHAAEAQB8AAEAfAAABAAgAAABmYWN0BAAA
...
There's probably a few Mozilla tags in the header because I downloaded it from Thunderbird to have a look at the raw form.
There's two interesting things about this message.
1. It contains a Content-Description field.
2. Thunderbird can read the email fine, setting the title of the attachment to "message.wav".
I saved the wav file locally, constructed a new email to be sent to my phone in thunderbird with that wav file and sent it off to my phone. When I received it on my phone, I had no problems playing it at all. Here's what the Thunderbird Sent Message looked like:
Code:
X-Account-Key: account4
X-UIDL: 1138328986.393
X-Mozilla-Status: 0001
X-Mozilla-Status2: 10000000
Return-Path: <[email protected]>
Received: from auumvs1fe05.three.com.au (auumvs1fe05.three.com.au [10.176.61.183])
by auummr0ms03.three.com.au (MOS 3.6.5.5-LCMG)
with ESMTP id AHL21130;
Sat, 12 May 2007 04:12:40 +1000 (EST)
Received: (qmail 16911 invoked from network); 11 May 2007 18:12:39 -0000
Received: from auumvs0vp05.three.com.au (HELO auumvs0mt03.three.com.au) ([10.176.61.246])
(envelope-sender <[email protected]>)
by 0 (qmail-ldap-1.03) with SMTP
for <[email protected]>; 11 May 2007 18:12:39 -0000
Received: (qmail 617 invoked from network); 11 May 2007 18:12:39 -0000
Received: from xxxxx.xxxxxx.com.au (220.233.0.17)
by 0 with SMTP; 11 May 2007 18:12:39 -0000
Received: from xxxxxxx.xxxxxxx.com.au ([xxx.xxx.x.xxx] helo=[192.168.1.20])
by pecan.exetel.com.au with esmtp (Exim 4.63)
(envelope-from <[email protected]>)
id 1HmZbZ-0003v5-RD
for [email protected]; Sat, 12 May 2007 04:12:39 +1000
Message-ID: <[email protected]>
Date: Sat, 12 May 2007 04:12:37 +1000
From: Nachoesmith <[email protected]>
User-Agent: Thunderbird 1.5.0.10 (X11/20060911)
MIME-Version: 1.0
To: [email protected]
Subject: Message
X-Enigmail-Version: 0.94.3.0
Content-Type: multipart/mixed;
boundary="------------000702000200060804040408"
This is a multi-part message in MIME format.
--------------000702000200060804040408
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
--------------000702000200060804040408
Content-Type: audio/x-wav;
name="message.wav"
Content-Transfer-Encoding: base64
Content-Disposition: inline;
filename="message.wav"
UklGRmRBAQBXQVZFZm10IBIAAAAHAAEAQB8AAEAfAAABAAgAAABmYWN0BAAAAEBBAQBkYXRh
The major difference here in the attachment part section is the lack of the Content-Description field. The other difference is that the mime type is x-wav instead of wav, but I've checked that on my phone and it should be fine.
Given that another email client has no problems ignoring this (stupid, in this case) Content-Description field, I'd say that Windows Mobile Messaging sees this field and then completely ignores the content-disposition etc fields. Its also a little wrong that LogicaCMG, who obviously did a little consulting to 3 Australia, decided to approproate the wav file format also.
I guess my question is,
1. Do people think I'm on the right track woth this problem, and
2. Does anyone have any solution that I can implement on my phone to tell it to ignore the Content-Description field, or something else that would work?
Many thanks
Did you ever find a solution to this?
I am seeing the exact same problem, although my setup is a little different.
I am running my own phone pbx (Trixbox with Asterisk). I receive my voicemails as emails and cant listen to them. If I forward them from my desktop there is no problem.
I also tracked it down to windows mobile choking on the Content-Description header. My problem is I can't find a way to remove this from the original message.
Anybody ideas?
Thanks, Brian
I'm sorry to say that I didn't. I instead found some other network settings for 3 Australia that gave me a workaround for my problem. With those other settings the content was passed to my phone correctly.
i'm with three Australia, too and have the same problem
hi there,
I performed a hard reset on my TYTN2 the other day, and now I too have the LogicaCMG bug. What were those connection settings that you were able to change in order to work around the problem?
Regards, David.
Hey there - I am also on 3 Australia and I just updated my ROM in a HTC Touch Pro and I have exactly the same problem.
Please post your workaround/solution.
Cheers,
MadDave
Related
just got the beta2 for the photo contacts pro from lisa pocketx...she is just way too cool when it comes to support and response...i think i like her and this product...
its just working flawless on my imate k-jam(mobile leaving network issue...dont know if it is photocontacts..testing)...so u guys should write to her([email protected]) to get your copy by mail if u have already purchased the upgrade.
this is what i wrote to her and her response....
Hi Deepak,
You are right about the upgrade process. We are going to make it simpler for people to do this in December.
I have sent you the new beta 2 of Photo Contacts PRO 4.0 in a separate email. The new version that supports WM5 will be released next week.
Best Regards,
Lisa
PocketX Software
Visit us on the web at : www.pocketX.net
Email us at : [email protected]
Our Products: www.pocketX.net/products
Get a free demo of any of our products at:
http://www.pocketX.net/downloads.html
--------------------------------------------------------------------------------
From: deepak pawar [mailto:[email protected]]
Sent: Monday, November 28, 2005 11:26 PM
To: 'PocketX Support'
Subject: RE: send me upgrade..using k-jam windows mobile 5
Yes lisa….i did read and respond in many forums wiz xda developers,howards,modaco and beyondtech and everyone is desperately waiting to use photo contacts…please send me your beta version and I shall respond for any bugs etc….
Also your site and handango still says loud and clear that this software supports all windows mobile platforms…quite confusing for even me…I check your website and same there too….then u say upgrade…then to redownload enter details…took me to handango…entered all details to get to my regular download page…where it said, too many times I have downloaded this software so enter card number again(though this is a handango feature still informing u of the trouble a person takes),post which download starts, in a millisecond download is over….there to find a small note saying mail to get download…for a new person to emailing and internet this would be one of the most frustrating moments…I took 30 min to finally get this info that I have to send u a mail…
Well all good that ends good…your product is great so all cool but the experience for the upgrade must be a little better for a consumer (my thought)
regards
Deepak Pawar
I got an SMS inbox problem. And i dont know how to solve this.
I have 2000+ SMS MSG on my inbox and when i browse my old SMS MSG it shows different text. (oh sheez, i cant explain.)
Ok heres an example..
------------------------------------------
John Smith 12/25/05 1K
Merry XMas
------------------------------------------
Johny Smithy 12/25/05 1K
Seasons Greetings!!
------------------------------------------
Joel Jordan 12/31/05 1K
Happy New Year!!
------------------------------------------
OK!! the above text is an example of my inbox.. You will see that "John Smith" sent me a msg saying "Merry Xmas" on "Dec. 25, 2005"
My problem is this... When i tap/open the msg from "John Smith" this is suppose to be appear.
---------------------------------------------
From: "John Smith" <+00000000001>;
Subject: <...>
Sent: 12/25/05 10:06:11 PM
--------------------------------------------
Merry Xmas
-------------------------------------------
But instead of that.. it shows me a different msg.
---------------------------------------------
From: "John Smith" <+00000000001>;
Subject: <...>
Sent: 12/25/05 10:06:11 PM
--------------------------------------------
Same to you dude!!
--------------------------------------------
And that Msg "Same to you dude!!" is my msg that i sent to someone.. meaning it showing up my msg that i sent instead of showing the text msg that came from John Smith.
Got my point and problem? Anyone knows what happened? and surely any solution for this?
Oh my GOD!!! no one knows any solution for this??!!
I have a similar problem on my device, it happened after I restored from a backup through ActiveSync.
Now I have 657 messages, which I can see their preview, but cannot open or delete!
I tried deleting all message MPD files from \Windows\Messaging , but the messages didn't go!
I also noticed that these messages don't have the envelope icon in front of them, but when I receive a new message, it does have that icon.
It seems like the Text Messaging database is corrupt, and I am looking for a way to refresh it (re-build it).
hhmm.. any genius can help us here??
I have anotger question.. When i am using theJeyo Mobile Extender on MS Outlook.. and tried to transfer my SMS from PC Outlook to PocketPC the KB writen on my inbox is 0KB instead of 1KB.. same with you?
I've been trying different dialpads, (USA T-MO wing) as I hate the one that they put on there, but it seems that no matter what I install, it doesn't keep track of the missed calls very well, especially from my myfaves contacts. Anyone else experiencing any issues like this?
Dial Pad Issues
Found this solution from someone on the web, it worked great on my WING
jmpak jmpak is offline
Junior Member
Join Date: Jun 2007
Posts: 5
Default
If you delete "List" from the registry, located in HKLM\Security\Phone\NoLog and soft reboot. Your MyFave people will show up on your call log.
__________________
----------------------------
T-Mobile Wing (HTC Herald)
Windows Mobile 6
260 MHz
4MB Pagepool
----------------------------
Reply With Quote
I have seen all the post where there are several lines displayed from the email body on the mail tab - preview in the envelope show several lines (sender/ subject / first few lines from mail text.)
On my machine I see only the 2 lines always: the sender name and the subject. Below that only "click to view message" displayed.
I have tried the FuzemobilityNoenvelope.cab as well => it works fine - no envelope, BUT for me there are still only 2 lines seen from any mail.
Any idea please? How can i have the real preview?
Have HTC Touch HD with TF3D ver 3.0 (build 32567)
rom 1.14.479.3 (25874) WWE
radio 1.09.25.14
clandestino26 said:
I have seen all the post where there are several lines displayed from the email body on the mail tab - preview in the envelope show several lines (sender/ subject / first few lines from mail text.)
On my machine I see only the 2 lines always: the sender name and the subject. Below that only "click to view message" displayed.
I have tried the FuzemobilityNoenvelope.cab as well => it works fine - no envelope, BUT for me there are still only 2 lines seen from any mail.
Any idea please? How can i have the real preview?
Have HTC Touch HD with TF3D ver 3.0 (build 32567)
rom 1.14.479.3 (25874) WWE
radio 1.09.25.14
Click to expand...
Click to collapse
Try this. Found it in this thread
Hi, thanks indeed for your reply. Unfortunately this is not exactly what I was looking for. I have no problem with the sms. I have issue on the E-mail tab with the preview of the mails shown in the "envelope" - I have only the sender and the subject ( as in the attached file). Maybe it is a rom dependant issue???
People showing here SCREEN CAPTURES OF mails with several lines of email body as preview.
Mine is like here attached with 2 rows. How do you do that?
Have you actually downloaded the mail content?
2 lines is typical if you only have the download set to header. Once you download the actual content of the email I think you'll find it populates the envelope.
Now I have created 2 additional mailboxes as well.
I have Blackberry (BBConnect account) and 2 normal pop3 mail accounts.
All Blackberry mails show only 2 lines preview , but all other pop3 accounts show normal full page preview. I dont know what is causing the diference.
Any idea please? thx.
Are the emails "HTML" emails??
Or from companies sending out newsletters?
sometimes I get this (only the header showing), and it's invariably an "html" email that can't be rendered by Manila.
Hi,
Issue: When I open an email with the default email client, if the subject line is long, I cannot see the complete subject line.
For example: if the subject line is "This is a message sent on August 15, 2013 for your request number 3334993992992", the email client displays it as "This is a message sent on August 15, 2013 for your request number 33...." . I cannot tap on it or tap and hold to see the complete subject line.
Has anyone experienced this issue? Please help!!!
PS: I upgraded to Android 4.3, issue still persists.