Quote:
Originally Posted by Oliver350Z
ironicirony
About getting better Quality MMS
I am using a custom logo and I do not want to lose it.
So, I wanna take the SSH route...
But, when I opened the "carier.plist" on /System/Library/Carrier Bundles/Unknown.bundle, I was not able to locate the MMS line stated in the first link you provided...
Can you give me a step-by-step on how to get better quality MMS without having to install any bundles that would change my logo?
|
Okay... predictably, there is no MMS section in the Unknown.bundle/carier.plist.
At the end of the file right before...
You could try adding...
Code:
<key>MMS</key>
<dict>
<key>UAProf</key>
<string>http://www.apple.com/mms/uaprof.rdf</string>
<key>UserAgent</key>
<string>SonyEricssonW800i/R1L</string>
</dict>
That might break your ability to edit your MMSC, not really sure... if it does you could try adding...
Code:
<key>AllowMMSCEditing</key>
<true/>
At the beginning of the file right below...
Code:
<plist version="1.0">
<dict>