Android Community
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15

Thread: O2 UK Postpay MMS / Internet APN settings

  1. #1
    Join Date
    May 2009
    Posts
    1

    Default O2 UK Postpay MMS / Internet APN settings


    So I have an Android Developer's Phone (basically an already unlocked T-Mobile G1/HTC Dream with a few other tweaks), and an O2 contract. As you may or may not know, O2 have different settings for contract and prepay customers, so jusumgeezer's settings don't work.

    What do work, however, are these:

    Code:
    NAME        	O2 UK Postpay
    APN	                wap.o2.co.uk                  
    PROXY	        <Not set>
    PORT	        <Not set>
    USERNAME	O2wap
    PASSWORD	password
    SERVER	        http://mmsc.mms.o2.co.uk
    MMSC	        http://mmsc.mms.o2.co.uk
    MMS PROXY	193.113.200.195
    MMS PORT	8080
    MCC	                234
    MNC	                10
    APN TYPE	<Not set>
    Note that these are the only settings you need. Other than this, your APN list should be empty. In particular, you don't need separate settings for MMS and everything else. I've sent and received picture MMS messages using these settings, I've browsed the interwebs, and I've listened to Last.fm, so everything seems to be working as best I can tell

    So, if you have a contract with O2 (O2 also calls them Postpay or Pay Monthly accounts), try this. They're based off jusumgeezer's settings which I linked to above, the settings on my old phone that worked, and a more than bit of experimentation. There may be other configurations that work, YMMV, etc. etc..

  2. #2
    Join Date
    Feb 2009
    Posts
    5

    Thumbs up Re: O2 UK Postpay MMS / Internet APN settings

    Nice post,
    Interested in seeing if I could manage to get it down to just 1 APN for payandgo too....???
    It just never seemed to work putting it all in one, but I'm gonna give it a go cause putting it separate is so bloomin time consuming!!!

  3. #3
    Join Date
    Jun 2009
    Posts
    7

    Default Re: O2 UK Postpay MMS / Internet APN settings

    Hi there,

    Just got my G1 this morning and I'm on O2. I put these settings in and everything works perfectly except for one thing.

    I can't seem to send MMS messages. I can receive them fine, but they always fail when sending.

    I haven't tinkered with APN settings in a long time so I don't know what to tweak, any ideas on what the problem could be?

    Thanks in advance,
    Rob

  4. #4
    Join Date
    Feb 2009
    Posts
    5

    Smile Re: O2 UK Postpay MMS / Internet APN settings

    Hi
    Are you on contract / Pay as you go / Simplicity ??
    There are slight changes to the settings for each.
    The settings provided by me_and in post #1 only work for O2 Contract (postpay)

    If you are on contract use those settings, if like me you are on payandgo then use my amended settings below:

    Code:
    NAME	O2 UK payandgo
    APN	payandgo.o2.co.uk
    PROXY	NOT SET
    PORT	NOT SET
    USERNAME	Vertigo
    PASSWORD	password
    SERVER	http://mmsc.mms.o2.co.uk
    MMSC	http://mmsc.mms.o2.co.uk       
    MMS PROXY	193.113.200.195
    MMS PORT	8080
    MCC	234
    MNC	10
    APN TYPE	NOT SET
    It may take a while for the mms to kick in properly, if you entered everything correct then just give it a bit more time...

    I think for Simplicity sims post#1 sould work, or if not try changing the APN mobile.o2.co.uk
    still a bit of a grey area on this one i'm afraid.
    Last edited by jusumgeezer; 06-25-2009 at 04:02 PM. Reason: added simplicity

  5. #5
    Join Date
    Jun 2009
    Posts
    7

    Default Re: O2 UK Postpay MMS / Internet APN settings

    Thanks for the response,

    I'm on contract and am using the settings at the top of the page. As yet, i still can't send MMS - it sits in 'sending mode' for a while (little envelope with clock icon on it to the side of the message), then eventually I get a sending failed message.

    Just so I'm not going insane, I'll check the settings again and re-send a message. They must be correct though as everything else that relies on the APN works fine.

    Very puzzling

  6. #6
    Join Date
    Jun 2009
    Posts
    7

    Default Re: O2 UK Postpay MMS / Internet APN settings

    Just confirmed that the settings are indeed correct. I'm totally at a loss now, no idea what the problem is

  7. #7
    Join Date
    Jul 2009
    Posts
    1

    Default Re: O2 UK Postpay MMS / Internet APN settings

    Ive been having the exact same trouble with G1. Im on simplicity contract. My browser and Google maps works fine but cannot send or recieve MMS messages. Any help would be extremlly appreciated.

  8. #8
    Join Date
    Feb 2009
    Posts
    5

    Default Re: O2 UK Postpay MMS / Internet APN settings

    been having a bit of trouble with mine too lately, I can recieve but not send.


    Just added 8002 to the end of the server & mmsc so they both now read " http://mmsc.mms.o2.co.uk:8002 "
    I can now send & receive fine on payandgo
    Last edited by jusumgeezer; 07-02-2009 at 06:24 PM. Reason: got mms working on payandgo

  9. #9
    Join Date
    Feb 2009
    Posts
    5

    Default Re: O2 UK Postpay MMS / Internet APN settings

    Here's a rundown of the MMS settings for a pay monthly handset from o2 forums, seems like they are using 2 setttings... for the iphone at least anyway

    for internet:

    APN: mobile.o2.co.uk
    Username: vertigo
    Password; password

    for MMS

    APN: wap.o2.co.uk
    Username: vertigo
    Password: password

    maybe you could try a combination of the two with the other settings mentioned above??

    the "mobile" version seems to be the most quoted for simplicity

  10. #10
    Join Date
    Jun 2009
    Posts
    7

    Default Re: O2 UK Postpay MMS / Internet APN settings


    Quote Originally Posted by jusumgeezer View Post
    been having a bit of trouble with mine too lately, I can recieve but not send.


    Just added 8002 to the end of the server & mmsc so they both now read " http://mmsc.mms.o2.co.uk:8002 "
    I can now send & receive fine on payandgo
    Just tried that on mine and it seems to have worked, although now the Android Market is a bit temperamental, hoping that's just the Market being down though, we'll see.

    "A server error has occurred. retry, or cancel and return to the previous screen".

    I can persist and eventually get through, so surely it must be a Market-side problem...
    Last edited by r2001uk; 07-03-2009 at 07:48 AM. Reason: added error message

Page 1 of 2 1 2 LastLast

Similar Threads

  1. G1 3 (three) APN settings.
    By Jwatling in forum General HTC Chat
    Replies: 27
    Last Post: 05-11-2011, 02:12 PM
  2. Internet/WAP settings for unlocked G1 in New Zealand
    By broadhat in forum General HTC Chat
    Replies: 2
    Last Post: 05-13-2009, 04:22 AM
  3. Internet settings:
    By akg1 in forum Developers Guild
    Replies: 7
    Last Post: 04-29-2009, 08:56 PM
  4. APN settings?
    By hanh in forum General HTC Chat
    Replies: 0
    Last Post: 11-13-2008, 11:40 PM
  5. Settings!
    By ggreeenwood33 in forum Developers Guild
    Replies: 11
    Last Post: 10-06-2008, 10:12 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •