***Update Jan 2, 2008: I just upgraded my phone's ROM to WM6 using the kitchen. Looks like our friends (Helmi and others) fixed the Picturemail issue altogether. MMS links now take you to a Sprint web site that actually works. I do not think there is any need for the workaround now, unless you're running a older OS. Cheers to everyone who made this work!***
***Update Oct. 1, 2007: Before u get too deep into this workaround, user myteematt reported yesterday he's solved the root issue. http://forum.ppcgeeks.com/showthread...4893#post94893. I have not tried myteematt's method but it's possible that the workaround described below is no longer the best choice for most people now. There are probably advantages and disadvantages to both his and my methods, I don't know. Just wanted everyone to be aware.***
I've created a workaround for picture mails not displaying correctly after upgrades beyond AKU 2.2. The workaround displays the picture in large format (the original .jpg). It's kludgy but at least, for me, turns something completely broken into something worthwhile. I thought I'd share since I don't see anyone making any headway in this department.
Requirements...
1) It requires you install MortScirpt (free). Download here
http://www.sto-helit.de/index.php?mo...ew&action=view
2) It also requires the Opera webbrowser (free trial) (not Opera Mini).
3) Requires an internet connection
By itself, the Opera browser enables functionality of the Sprint picture site that IE (and PIEPLUS) will not. You can get it to show you a larger version of the picture, but you still can't download it or view the original. My script will load the original .jpg within Opera, and automates the whole process. You also don't have to make it your default browser (I like PIEPLUS for most things).
I also played with NetFront. NetFront, when it works, enables even more functionality. You can actually download the original picture. But in my trials, I found I couldn't get it to work reliably.
Instructions
1) Install MortScript (if you don't have it)
2) Install Opera (if you don't have it)
3) Download the attached script. 'viewMMSpic.zip' Unzip it and put the single file 'viewMMSpic.mscr' anywhere on your PPC6700.
4) Open a MMS picture mail you've received (or send yourself one to test). Find the link in the mail, highlight only the link, and copy it to your clipboard.
5) Run the script. Alternatively, I have added the script to my left softkey using 'new menu for WM5' software. Eventually I think I want to add it to a hardbutton somehow.
The Script will launch the link (Sprint picture mail site) in Opera. It will then (transparently) grab the HTML and parse it for the link to the original .jpg. Finally it will open the link to the original .jpg in another Opera browser tab. No interaction from you.
If it doesn't work for you, or you get any errors, you might want to look at the text of the script. I tried to put some comments in there.
You might have to monkey with it a little to fit your personal setup.
That is it. I've tested it and it seems to work, but I imagine people could find some bugs with it. Also, I think there's room for improvement. For example, if I ultimately assign it to a hardware button, I might use Mortscript's keysending features to copy the link to the clipboard automatically.
Let me know your thoughts.
Changelog
Ver 1.1 (6.17.07 midnight CDT)
- fixed comments section that could have prevented script from running
- fixed the URL to display pictures properly
Known Issues
Ver 1.1 (6.17.07 midnight CDT)
1) If you installed Opera to ExtRom or Storage card you will have to edit a couple lines of the script.
___Line 31
Run( "Storage Card\Program File\Opera\Opera.exe", link )
___Line 59
Run( "Storage Card\Program Files\Opera\Opera.exe", Url )
2) If you installed the new Opera Beta you will have to edit lines 31 and 59 of the script. Change Opera.exe to OperaLaunch.exe
3) Every single time you run the script, you must have previously highlighted & copied the URL from the mms message. Copy it then immediately run the script. If you try to run the script a second time, without copying the URL a second time, you will get an error message.