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 > T-mobile
Reply
 
LinkBack Thread Tools Display Modes
  #46  
Old 06-30-2009, 02:10 PM
iPhoneaholic
 
Join Date: Dec 2008
Device + Firmware: iPhone 3.1.2 Jailbroken
Operating System: Hackint0sh Running SL
Posts: 315
Thanks: 50
Thanked 22 Times in 16 Posts

Quote:
Originally Posted by ironicirony View Post
You can change the UA Profile URL all day and it really won't matter unless you change the UA String. Swirly changes two things when you spoof the User-Agent, the UA String, and the UA Profile. I'm pretty sure the UA String is all that T-Mobile is paying attention to.

OS 3.0 currently sends User-Agent: iPhoneOS/3.0 (7A341).

The 3.0 and the 7A341 can be changed in System Version.plist, but the iPhoneOS part appears to be pulling from somewhere else.

Stock MMS Headers

X-Wap-Profile: http://www.apple.com/mms/uaprof.rdf
Accept-Charset: *
Accept: application/vnd.wap.mms-message
Accept-Language: *
Accept-Encoding: identity
User-Agent: iPhoneOS/3.0 (7A341)
Connection: close
Proxy-Connection: close

MMS Headers with OS changed in System Version.plist, similar results for build, but no go on the IPhoneOS part.

X-Wap-Profile: http://www.apple.com/mms/uaprof.rdf
Accept-Charset: *
Accept: application/vnd.wap.mms-message
Accept-Language: *
Accept-Encoding: identity
User-Agent: iPhoneOS/3.1 (7A341)
Connection: close
Proxy-Connection: close

Even if everything could be changed in System Version.plist I'm not really sure what effect it would have on the phone as a whole. Most likely someone is going to have to hack the binary responsible for building the headers.
My friend I think you are onto something..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to phreakwenci For This Useful Post:
JeffSchaefer (06-30-2009)
  #47  
Old 06-30-2009, 02:16 PM
Green Apple
 
Join Date: Mar 2008
Posts: 65
Thanks: 0
Thanked 49 Times in 21 Posts
That was easy...

NOTE: I've deleted the IPCC that I uploaded, please use the IPCC from this thread instead.

So it turns out this is kinda easy. Poking around commcenter I found some extra strings for carrier setting bundles.

Turns out there is a UserAgent key for carrier.plist. So if you add the following to your carrier.plist in the MMS section the MMS headers will use the UserAgent key instead of building the default iPhone UA.


Code:
		<key>UAProf</key>
		<string>http://wap.sonyericsson.com/UAprof/W800iR101.xml</string>
		<key>UserAgent</key>
		<string>SonyEricssonW800i/R1L</string>
The result, no more thumbnail sized pics. My modified ipcc is attached.

This ipcc has been working for me, and seems to be working for some others. I might suggest however that you might try one of the files available in this thread. They've had far more road testing than my file has and have been updated with the MMS resize fix.

Last edited by ironicirony; 07-01-2009 at 12:48 AM.. Reason: To tell people to go elsewhere...
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following 8 Users Say Thank You to ironicirony For This Useful Post:
96hondaex (06-30-2009), JeffSchaefer (06-30-2009), LK Th3Myth (06-30-2009), Pcpro745 (06-30-2009), phreakwenci (06-30-2009), RaginAsian55 (06-30-2009), smassie (06-30-2009), tekwiz (06-30-2009)
  #48  
Old 06-30-2009, 02:19 PM
iPhoneaholic
 
Join Date: Dec 2008
Device + Firmware: iPhone 3.1.2 Jailbroken
Operating System: Hackint0sh Running SL
Posts: 315
Thanks: 50
Thanked 22 Times in 16 Posts

Quote:
Originally Posted by ironicirony View Post
So it turns out this is kinda easy. Poking around commcenter I found some extra strings for carrier setting bundles.

Turns out there is a UserAgent key for carrier.plist. So if you add the following to your carrier.plist in the MMS section the MMS headers will use the UserAgent key instead of building the default iPhone UA.


Code:
		<key>UAProf</key>
		<string>http://wap.sonyericsson.com/UAprof/W800iR101.xml</string>
		<key>UserAgent</key>
		<string>SonyEricssonW800i/R1L</string>
The result, no more thumbnail sized pics. My modified ipcc is attached.
does this include having internet2.voicestream.com as your edge APN and if not could you create one that does?

Also does this require a reboot or any other steps other than install thru itunes?

Last edited by phreakwenci; 06-30-2009 at 02:21 PM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #49  
Old 06-30-2009, 02:25 PM
Green Apple
 
Join Date: Mar 2008
Posts: 65
Thanks: 0
Thanked 49 Times in 21 Posts

NOTE: I've deleted the IPCC that I uploaded, please use the IPCC from this thread instead.


The original ipcc I uploaded uses epc for data and wap for MMS.

I'm attaching one that uses internet2 for data and wap for MMS.

Install the ipcc, reboot for good luck, should be good to go.

Last edited by ironicirony; 07-01-2009 at 12:49 AM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following 15 Users Say Thank You to ironicirony For This Useful Post:
azngosu (06-30-2009), colmiak (06-30-2009), ddfilms (06-30-2009), Gutman (06-30-2009), JeffSchaefer (06-30-2009), jlatnyc (07-02-2009), LK Th3Myth (07-01-2009), Mattzero2 (06-30-2009), mrjoey35 (06-30-2009), omaRR (07-03-2009), oneblessedguy (07-01-2009), phreakwenci (06-30-2009), s_toenails (06-30-2009), tekwiz (06-30-2009), trilogy069 (06-30-2009)
  #50  
Old 06-30-2009, 02:29 PM
iPhoneaholic
 
Join Date: Dec 2008
Device + Firmware: iPhone 3.1.2 Jailbroken
Operating System: Hackint0sh Running SL
Posts: 315
Thanks: 50
Thanked 22 Times in 16 Posts

can't download it yet, just comes up as a clear.gif might need to be approved by a mod. I'll test this myself and see if it helps. just to confirm are you using a 2g or 3g?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #51  
Old 06-30-2009, 02:32 PM
Green Apple
 
Join Date: Mar 2008
Posts: 65
Thanks: 0
Thanked 49 Times in 21 Posts

I'm using a 2G, I've also installed this on a 3G with the same results.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to ironicirony For This Useful Post:
phreakwenci (06-30-2009)
  #52  
Old 06-30-2009, 02:32 PM
My iPhone is a Part of Me
 
Join Date: Jul 2008
Device + Firmware: 3G 16GB 3.0 with Push!
Operating System: Vista 64, Vista 32, OS X, Windows 7
Location: Minnesota
Posts: 721
Thanks: 12
Thanked 27 Times in 25 Posts
Send a message via AIM to Pcpro745 Send a message via MSN to Pcpro745 Send a message via Yahoo to Pcpro745

ill be trying it here in a minute


EDIT: WORKS!!!!! the one with epc and wap

Last edited by Pcpro745; 06-30-2009 at 02:41 PM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #53  
Old 06-30-2009, 02:51 PM
iPhoneaholic
 
Join Date: Dec 2008
Device + Firmware: iPhone 3.1.2 Jailbroken
Operating System: Hackint0sh Running SL
Posts: 315
Thanks: 50
Thanked 22 Times in 16 Posts

Quote:
Originally Posted by ironicirony View Post
The original ipcc I uploaded uses epc for data and wap for MMS.

I'm attaching one that uses internet2 for data and wap for MMS.

Install the ipcc, reboot for good luck, should be good to go.
YOU ARE THE ******* MAN! It's perfect now!! FTW! I've spread the word and your good name over at this thread! http://www.modmyi.com/forums/file-mo...-3-0-a-54.html

THANKS SO MUCH!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #54  
Old 06-30-2009, 02:54 PM
My iPhone is a Part of Me
 
Join Date: Jul 2008
Device + Firmware: 3G 16GB 3.0 with Push!
Operating System: Vista 64, Vista 32, OS X, Windows 7
Location: Minnesota
Posts: 721
Thanks: 12
Thanked 27 Times in 25 Posts
Send a message via AIM to Pcpro745 Send a message via MSN to Pcpro745 Send a message via Yahoo to Pcpro745

dude you rock! its working perfectly!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #55  
Old 06-30-2009, 02:59 PM
RaginAsian55's Avatar
iPhone? More like MyPhone
 
Join Date: Jun 2009
Device + Firmware: 3gS 32gb WHITE on Tmobile fw3.1.2
Operating System: iMac OSX Snow Leopard
Location: California
Posts: 147
Thanks: 15
Thanked 15 Times in 9 Posts

Quote:
Originally Posted by ironicirony View Post
The original ipcc I uploaded uses epc for data and wap for MMS.

I'm attaching one that uses internet2 for data and wap for MMS.

Install the ipcc, reboot for good luck, should be good to go.
This is great! You should post these to the "Downloads" section!! Everyone has been waiting for this...
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #56  
Old 06-30-2009, 03:06 PM
smassie's Avatar
iPhone? More like MyPhone
 
Join Date: Jun 2009
Device + Firmware: iPhone 2G 3.0
Operating System: Windows XP / Windows 7
Posts: 109
Thanks: 18
Thanked 16 Times in 12 Posts

For fear of loosing my working (though crummy resolution) MMS, will I still be able to use wap for both with this ipcc??
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #57  
Old 06-30-2009, 03:08 PM
My iPhone is a Part of Me
 
Join Date: Jul 2008
Device + Firmware: 3G 16GB 3.0 with Push!
Operating System: Vista 64, Vista 32, OS X, Windows 7
Location: Minnesota
Posts: 721
Thanks: 12
Thanked 27 Times in 25 Posts
Send a message via AIM to Pcpro745 Send a message via MSN to Pcpro745 Send a message via Yahoo to Pcpro745

Yeah you will be able to
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #58  
Old 06-30-2009, 03:14 PM
aziatiklover's Avatar
Livin the iPhone Life
 
Join Date: Sep 2007
Device + Firmware: 2g iPhone, 3g iPhone and 3gS iPhone
Operating System: Vista ult, Win 7 ult and Mac Os X
Location: Welcome to Jamrock
Posts: 1,329
Thanks: 35
Thanked 63 Times in 62 Posts

Quote:
Originally Posted by ironicirony View Post
So it turns out this is kinda easy. Poking around commcenter I found some extra strings for carrier setting bundles.

Turns out there is a UserAgent key for carrier.plist. So if you add the following to your carrier.plist in the MMS section the MMS headers will use the UserAgent key instead of building the default iPhone UA.


Code:
		<key>UAProf</key>
		<string>http://wap.sonyericsson.com/UAprof/W800iR101.xml</string>
		<key>UserAgent</key>
		<string>SonyEricssonW800i/R1L</string>
The result, no more thumbnail sized pics. My modified ipcc is attached.
sorry but i'm confused how u do all that? SSH the iphone?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #59  
Old 06-30-2009, 03:15 PM
smassie's Avatar
iPhone? More like MyPhone
 
Join Date: Jun 2009
Device + Firmware: iPhone 2G 3.0
Operating System: Windows XP / Windows 7
Posts: 109
Thanks: 18
Thanked 16 Times in 12 Posts

Quote:
Originally Posted by Pcpro745 View Post
Yeah you will be able to
Absolutely incredible!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #60  
Old 06-30-2009, 03:24 PM
Green Apple
 
Join Date: Mar 2008
Posts: 65
Thanks: 0
Thanked 49 Times in 21 Posts

Quote:
Originally Posted by aziatiklover View Post
sorry but i'm confused how u do all that? SSH the iphone?
Option one, install the ipcc via iTunes. There are lots of threads laying around on how to enable iTunes to do this.

Option two, sftp into your phone, edit the carrier.plist from your active carrier bundle (/private/var/mobile/Library/Carrier Bundle.bundle/carrier.plist.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to ironicirony For This Useful Post:
tekwiz (06-30-2009)
Reply

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

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



Go to Top
ModMyI

All times are GMT -6. The time now is 10:08 AM. 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