The ModMyTM Family of Sites:
ModMyMotoModMyiModMyGphone




 
 
Register or Connect with Facebook

Discuss AppStore Apps | Browse / Search Cydia | MMi Cydia Stats




  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > iPhone Modding > File Mods
Reply
 
LinkBack (1) Thread Tools Display Modes
  1 links from elsewhere to this Post. Click to view. #1  
Old 06-21-2009, 08:36 PM
Green Apple
 
Join Date: Sep 2008
Device + Firmware: iPhone (first-gen) 8GB OS 3.0
Operating System: 15" MacBook Pro OSX 10.5.7
Posts: 91
Thanks: 6
Thanked 19 Times in 12 Posts
MMS on iPhone 2g with OS 3.0

This thread is about enabling MMS on first-gen iPhones via Messages.app (not swirlymms).

Here is what i have so far:

I have enabled MMS settings in Settings > General > Network > Cellular Data Network.

how? i modified M68AP.plist by adding a boolean item 'mms' and marking it true.

idk if it is simply just the form, or if it is functional. i have had people send me an MMS but none of them came through.

next up: getting the camera icon in Messages.app
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #2  
Old 06-21-2009, 08:52 PM
littleboy683's Avatar
Theme Creator
 
Join Date: Dec 2007
Device + Firmware: iPhone 2g firmware 3.1 jailbroken
Operating System: Windows w/ Mac Emulation =)
Posts: 447
Thanks: 31
Thanked 227 Times in 81 Posts

keep up the good work i will be following this thread!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #3  
Old 06-21-2009, 09:50 PM
mkblade's Avatar
iPhoneaholic
 
Join Date: Nov 2007
Device + Firmware: rAiNeD iPhone 2G + 3.1.2
Operating System: Windows 7 Ultimate x64
Location: on Earth
Posts: 333
Thanks: 11
Thanked 34 Times in 27 Posts

interesting...please could you tell at what part you added, mms to, and I heard its possible to add video camera to this plist file also and you may get the "visual" (though not an ACTUAL video camera itself )
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #4  
Old 06-21-2009, 11:15 PM
What's Jailbreak?
 
Join Date: Jun 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts

Did that hack also enable the MMS settings under:

Settings -> Messages?

My brother has the 3G running 3.0 and he has 2 extra options, MMS Messaging (On/Off) and Show Subject Field (On/Off).

EDIT - Also, I asked a friend to send me his M68AP.plist and his N82AP.plist file and they are both identical to the iPhone 2G files. As far as I can see there is no MMS option in the iPhone 3G M68AP.plist file, so I think we're looking in the wrong location.

The N82AP.plist file DOES include MMS under capabilities.

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>capabilities</key>
	<dict>
		<key>delay-sleep-for-headset-click</key>
		<false/>
		<key>gps</key>
		<true/>
		<key>mms</key>
		<true/>
		<key>telephony-maximum-generation</key>
		<real>3</real>
	</dict>
	<key>include</key>
	<array>
		<string>M68AP</string>
	</array>
</dict>
</plist>
However, this file is the exact same as the iPhone 2G as well.

I believe this is the proper file for some of the MMS settings we will need to change:

Code:
		<dict>
			<key>PostNotification</key>
			<string>com.apple.MobileSMS.MMSEnabled.changed</string>
			<key>cell</key>
			<string>PSSwitchCell</string>
			<key>default</key>
			<true/>
			<key>defaults</key>
			<string>com.apple.MobileSMS</string>
			<key>key</key>
			<string>MMSEnabled</string>
			<key>label</key>
			<string>MMS_MESSAGING</string>
		</dict>
		<dict>
			<key>cell</key>
			<string>PSSwitchCell</string>
			<key>default</key>
			<false/>
			<key>defaults</key>
			<string>com.apple.MobileSMS</string>
			<key>key</key>
			<string>MMSShowSubject</string>
			<key>label</key>
			<string>SHOW_SUBJECT_FIELD</string>
		</dict>
		<dict>
			<key>cell</key>
			<string>PSGroupCell</string>
			<key>id</key>
			<string>MMS_EMAIL_GROUP</string>
			<key>label</key>
			<string>MMS_EMAIL</string>
		</dict>
		<dict>
			<key>PostNotification</key>
			<string>com.apple.MobileSMS.MMSEmailAddress.changed</string>
			<key>cell</key>
			<string>PSEditTextCell</string>
			<key>defaults</key>
			<string>com.apple.MobileSMS</string>
			<key>id</key>
			<string>MMS_EMAIL_CELL</string>
			<key>isEmail</key>
			<true/>
			<key>key</key>
			<string>MMSEmailAddress</string>
			<key>placeholder</key>
			<string>MMS_EMAIL_PLACEHOLDER</string>
		</dict>
This file is Messages.plist found under Applications/Preferences.app

Last edited by Pyroteq; 06-21-2009 at 11:56 PM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #5  
Old 06-21-2009, 11:36 PM
Green Apple
 
Join Date: Sep 2008
Device + Firmware: iPhone (first-gen) 8GB OS 3.0
Operating System: 15" MacBook Pro OSX 10.5.7
Posts: 91
Thanks: 6
Thanked 19 Times in 12 Posts

no, it did not enable an MMS option under Settings > Messages.

and after a little tweaking, i did notice that the 3g and 2g files were identical. so it would seem that this may be the wrong direction after all.

i am really not noticing any differences in the 2g and 3g firmware at all actually. there are traces of mms in the 2g firmware aswell as the 3g. i am starting to believe that the 2g firmware IS actually capable of using mms via messages app. just have to figure out how....

but, if the 3g only needed the ipcc file to be modified...why doesn't this work with the 2g. ive copied the preferences app and the messages app from 3g to 2g OS, but i believe they are exactly the same, thus, it accomplished nothing...

update:

im going for the gusto. im copying the whole System directory from 3g to 2g. of course, that wont really narrow the solution down if it does in fact work, but hey, i hit a wall so im just going for it. =P

but, it will likely do nothing, or...it will brick my phone.

Last edited by h.abdulhamid86; 06-21-2009 at 11:36 PM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #6  
Old 06-21-2009, 11:47 PM
What's Jailbreak?
 
Join Date: Jun 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts

Dumb question, if I edit a .plist file and copy it to my iPhone, do I need to reset it for the changes to show?

Anyone that finds any hints at MMS in the iPhone 2G or 3G software, please give the filename and path of each file.

Last edited by Pyroteq; 06-21-2009 at 11:52 PM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #7  
Old 06-22-2009, 12:02 AM
Green Apple
 
Join Date: Sep 2008
Device + Firmware: iPhone (first-gen) 8GB OS 3.0
Operating System: 15" MacBook Pro OSX 10.5.7
Posts: 91
Thanks: 6
Thanked 19 Times in 12 Posts

Quote:
Originally Posted by Pyroteq View Post
Dumb question, if I edit a .plist file and copy it to my iPhone, do I need to reset it for the changes to show?

Anyone that finds any hints at MMS in the iPhone 2G or 3G software, please give the filename and path of each file.

i would reboot after any changes, but at the least, do a respring.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #8  
Old 06-22-2009, 12:10 AM
What's Jailbreak?
 
Join Date: Jun 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts

Quote:
Originally Posted by h.abdulhamid86 View Post
i would reboot after any changes, but at the least, do a respring.
Another retarded question. What's a respring?

LOL, sorry, I'm new to this iPhone hacking stuff.

I do however have a little bit of experience with lots of different programming languages, so I might be of some use =P
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #9  
Old 06-22-2009, 12:55 AM
Green Apple
 
Join Date: Jul 2008
Posts: 31
Thanks: 2
Thanked 2 Times in 2 Posts

Quote:
Originally Posted by h.abdulhamid86 View Post
no, it did not enable an MMS option under Settings > Messages.

and after a little tweaking, i did notice that the 3g and 2g files were identical. so it would seem that this may be the wrong direction after all.

i am really not noticing any differences in the 2g and 3g firmware at all actually. there are traces of mms in the 2g firmware aswell as the 3g. i am starting to believe that the 2g firmware IS actually capable of using mms via messages app. just have to figure out how....

but, if the 3g only needed the ipcc file to be modified...why doesn't this work with the 2g. ive copied the preferences app and the messages app from 3g to 2g OS, but i believe they are exactly the same, thus, it accomplished nothing...

update:

im going for the gusto. im copying the whole System directory from 3g to 2g. of course, that wont really narrow the solution down if it does in fact work, but hey, i hit a wall so im just going for it. =P

but, it will likely do nothing, or...it will brick my phone.
Let me know how this goes.

There are lil' things that differ from the 3G to the 2G firmware. You also prob noticed that the 2G does not have carrier settings under General>Network.....
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #10  
Old 06-22-2009, 01:07 AM
What's Jailbreak?
 
Join Date: Oct 2008
Device + Firmware: iphone 8gb
Operating System: windows vista
Posts: 21
Thanks: 2
Thanked 0 Times in 0 Posts

im trying to work on this to, theres a few small differences like said so im going to try to change them around till something comes up!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #11  
Old 06-22-2009, 01:58 AM
What's Jailbreak?
 
Join Date: Nov 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts

Hi,

I'm searching to enable mms to my iphone 2g too, so i'm very interested to this thread
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #12  
Old 06-22-2009, 07:30 AM
What's Jailbreak?
 
Join Date: Mar 2008
Device + Firmware: iPhone 2G v3.0
Operating System: Vista Ultimate x64
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts

Awesome!
I would love if someone could find a way to enable MMS on the iPhone 2G.
I'm keeping an eye on this thread!!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #13  
Old 06-22-2009, 08:00 AM
mkblade's Avatar
iPhoneaholic
 
Join Date: Nov 2007
Device + Firmware: rAiNeD iPhone 2G + 3.1.2
Operating System: Windows 7 Ultimate x64
Location: on Earth
Posts: 333
Thanks: 11
Thanked 34 Times in 27 Posts

Quote:
Originally Posted by h.abdulhamid86 View Post
no, it did not enable an MMS option under Settings > Messages.

and after a little tweaking, i did notice that the 3g and 2g files were identical. so it would seem that this may be the wrong direction after all.

i am really not noticing any differences in the 2g and 3g firmware at all actually. there are traces of mms in the 2g firmware aswell as the 3g. i am starting to believe that the 2g firmware IS actually capable of using mms via messages app. just have to figure out how....

but, if the 3g only needed the ipcc file to be modified...why doesn't this work with the 2g. ive copied the preferences app and the messages app from 3g to 2g OS, but i believe they are exactly the same, thus, it accomplished nothing...

update:

im going for the gusto. im copying the whole System directory from 3g to 2g. of course, that wont really narrow the solution down if it does in fact work, but hey, i hit a wall so im just going for it. =P

but, it will likely do nothing, or...it will brick my phone.
any update on this...it would be great to know what happens (whether they are errors,etc.)
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #14  
Old 06-22-2009, 08:17 AM
Green Apple
 
Join Date: Nov 2007
Device + Firmware: iPhone 2G 8GB 3.0 Jailbreak
Operating System: Mac OS 10.5.8, Jolicloud Alpha 2c
Location: Ireland
Posts: 64
Thanks: 4
Thanked 11 Times in 11 Posts

The reason the 3G doesn't have mms in it's M68AP.plist, is because the 3G checks N82AP.plist, which then includes M68AP.plist. Basically the 3G fuses the two plists toegether
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #15  
Old 06-22-2009, 12:19 PM
What's Jailbreak?
 
Join Date: Sep 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
The Truth Behind MMS on the Original iPhone

Looks like a hardware issue:

The Truth Behind MMS on the Original iPhone

http://www.maclife.com/articl/news/t...riginal_iphone
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
Reply

  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > iPhone Modding > File Mods

Tags
mms

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://modmyi.com/forums/file-mods/641191-mms-iphone-2g-os-3-0-a.html
Posted By For Type Date
MMS - Русский iPhone. Всё об Apple iPhone в России &#9135; новости, советы, обзоры, помощь, форум и хорошее настроение! This thread Refback 07-18-2009 12:11 PM


Go to Top
ModMyI

All times are GMT -6. The time now is 03:43 PM. Powered by vBulletin® Version 3.8.4
If you need Dedicated Server Hosting, you should check out SingleHop. | Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 Copyright © 2007-09 by ModMy, LLC. All rights reserved.

iPhone News / iPhone Forums / Apple News / Apple Forums / RSS / Contact Us / / Privacy Statement / Top