Page 9 of 38 FirstFirst 1234567891011121314151617181929 ... LastLast
Results 81 to 90 of 379
Discuss [GPRS] Got my Proxy settings to work. at the General - Hackint0sh.org; Well, usually, i use the command "ifconfig" to list out the ipaddress and ethernet settings. ...
  1. #81
    Advanced Array

    Join Date
    Sep 2007
    Posts
    36
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default

    Well, usually, i use the command "ifconfig" to list out the ipaddress and ethernet settings.

    However, when I turn off wifi, I can't seem to find the ipaddress in there for tmobile.
    So, I don't know what I should use for the proxy setting.

    I know that I'm somehow getting some network usage, because it shows some bits sent and received.

    It'd be real nice to get it working!


  2. #82
    Newbie Array

    Join Date
    Sep 2007
    Posts
    8
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default

    Sort of off topic, but, has anyone noticed that mail won't use wifi to access pop? Has anyone found the settings for that so it will automatically swap if available?

    By the way, I posted a complete, edited plist file on page 4 if you need it.

  3. #83
    Advanced Array

    Join Date
    Sep 2007
    Posts
    48
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default

    EE4life. Mine seems to work perfect. When my Wifi is near it grabs on and uses it, if not it uses the gprs, although my gprs does not allow anything besides port 8080 so my mail does not work.

    To answer the questions about getting your IP address. Use the Field Test App

    *3001#12345#* Call

    Then click on pdp Information
    Then pdp 0
    It will give you your Type: IP, APN: whatever you have in APN, and Address.

    Yes if you have the terminal app installed you can use ifconfig also, both will show you the IP. But then again "netstat -i" will also show you the IP

    If you turn off wifi and there is no IP address in ifconfig then maybe you are not getting one in which case I would start with making sure my APN, USERNAME, and PASSWORD are correct.

    Even without the proxy fix you should be able to grab an IP. However the only thing you will be able to do is ping the proxy nothing more.

    If you are not sure what range of IP's your ISP/Provider is giving you just use the first octet and put in a entry of ie for me would be just like I use 10.0.0.0 255.0.0.0

    Chances are the first octet is not going to change no one needs that many addresses.

    I hope you all get it working, it really does complete the phone when you can use the gprs/edge.

  4. #84
    Rookie Array

    Join Date
    Sep 2007
    Posts
    18
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default

    Quote Originally Posted by digdugdog View Post
    Well, usually, i use the command "ifconfig" to list out the ipaddress and ethernet settings.

    However, when I turn off wifi, I can't seem to find the ipaddress in there for tmobile.
    So, I don't know what I should use for the proxy setting.

    I know that I'm somehow getting some network usage, because it shows some bits sent and received.

    It'd be real nice to get it working!
    Exactly the same thing happens to me...

  5. #85
    Professional Array

    Join Date
    Aug 2007
    Posts
    61
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    9

    Default

    Quote Originally Posted by syasses View Post
    ok first get your ip. Mine 10.x.x.x

    So i want to make me pac file look for that. The 255.0.0.0 is saying look at the first octet which is the 10. The 0.0.0 tells it to ignore the remaining octets. So if your ip is say 192.168.56.77 then the next time you connect its 192.168.75.34 the two octets that remained the same are 192.168 so you pac should be host 192.168.0.0 255.255.0.0 I hope this clear things up.
    I check for 6 hours and found that (so far) the IP address set by TMobile on my phone changed 4 times. The changes are on the last 2 octets being the first 2 10.188.X.X. Is anybody on TMobile USA have the same first 2 octets?
    If yes the proxy.pac file for TMobile USA should be:

    function FindProxyForURL(url, host)
    {
    if (isInNet(myIpAddress(), "10.188.0.0", "255.255.0.0"))
    return "PROXY 216.155.165.50:8080";
    else
    return "DIRECT";
    }



    AG


  6. #86
    Senior Professional Array

    Join Date
    Jun 2006
    Posts
    122
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    14

    Default

    I did it, this is freakin' sweet. Now this phone is complete.

  7. #87
    Rookie Array

    Join Date
    Sep 2007
    Posts
    18
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default

    Mine doesn't work after following the instruction in this thread. But as someone already mentioned, network usage show some bits sent and received (usually 1 - 10 kb increment). I noticed that at least mail works even though it is painfully slow. Safari doesn't work. Could it be my sim card? It is a year and a half old. Hope someone can help me. I am in Los Angeles, CA using T-Mobile and I just signed up for T-zone for 5.99.

  8. #88
    Newbie Array

    Join Date
    Sep 2007
    Posts
    8
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default

    So is mail just dog slow even over wifi then?

  9. #89
    Rookie Array

    Join Date
    Sep 2007
    Posts
    18
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default

    Quote Originally Posted by EE4Life View Post
    So is mail just dog slow even over wifi then?
    No both mail and safari are very fast over wifi. I only have this problem when connected to edge.

  10. #90
    Newbie Array

    Join Date
    Sep 2007
    Posts
    8
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default

    Yeah, I can get safari, and weather and stocks over wifi, but not email. WTF?

    Our IT guy isn't here, so I can't go ask if it's port blocked. Maybe it is, though I didn't think so. Hrm.


 

 

LinkBacks (?)

  1. 04-02-2010, 06:59 AM
  2. 06-19-2009, 08:52 AM
  3. 04-15-2009, 02:30 AM
  4. 02-20-2009, 03:55 PM
  5. 02-18-2009, 04:04 AM
  6. 02-16-2009, 12:18 PM
  7. 02-06-2009, 01:06 PM
  8. 02-03-2009, 09:34 AM
  9. 01-28-2009, 11:59 AM
  10. 01-28-2009, 06:00 AM
  11. 01-17-2009, 04:19 PM
  12. 01-15-2009, 04:02 PM
  13. 01-15-2009, 03:00 PM
  14. 01-14-2009, 08:45 PM
  15. 01-14-2009, 06:53 PM
  16. 01-14-2009, 03:46 PM
  17. 01-14-2009, 11:09 AM

Similar Threads

  1. Programmatically set proxy (for both wifi and gprs/umts)
    By valerino in forum iPhone Developer Exchange
    Replies: 0
    Last Post: 10-28-2008, 08:10 PM
  2. Proxy GPRS problem
    By newtothis in forum General
    Replies: 0
    Last Post: 11-26-2007, 01:19 PM
  3. What is GPRS proxy
    By iPhoneiac in forum General
    Replies: 0
    Last Post: 09-20-2007, 05:53 AM
  4. O2 GPRS Settings don't work
    By stendhal_uk in forum General
    Replies: 5
    Last Post: 08-31-2007, 03:13 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
  •  
Powered by vBulletin®
Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.
Search Engine Friendly URLs by vBSEO
(c) 2006-2012 Hackint0sh.org
All times are GMT +2. The time now is 12:27 AM.
twitter, follow us!