So like even after enabling MMS to show in the "Cellular Date Network" setting, after entering the info and then going back just causes it to lose it and having 2 re-enter....
HOWEVER, I did not notice that on the 3G iPhone compared to the 2G, the file "com.apple.MobileSMS.plist" has somewhat of a difference, more specifically it states the MMS Options in Settings>Messages
Here is it is:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ComposingNewMessage</key>
<false/>
<key>MMSEnabled</key>
<true/>
<key>MMSShowSubject</key>
<false/>
<key>MessageDatabaseFull</key>
<false/>
<key>SettingsVersion</key>
<integer>1</integer>
<key>UISuspendedSettings</key>
<dict>
<key>UISuspendedDefaultPNGKey</key>
<string>Default</string>
</dict>
<key>WebKitPluginsEnabled</key>
<false/>
</dict>
</plist>
However I did try entering these values in the 2G file..but sadly nothing happens, yet.
Any ideas?