Page 11 of 38 FirstFirst ... 2345678910111213141516171819202131 ... LastLast
Results 101 to 110 of 379
Discuss [GPRS] Got my Proxy settings to work. at the General - Hackint0sh.org; You sure you copied the right in ur preferences.plist file? You only had to add ...
  1. #101
    Newbie Array

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

    Default

    You sure you copied the right in ur preferences.plist file? You only had to add the code in red.


  2. #102
    Rookie Array accordtec's Avatar

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

    Default

    Quote Originally Posted by Qu33nZR3p1n9 View Post
    you sure its the fast i am using the total internet plan and i onlly get 90kbits tops usallly around 40kbt
    Speed test was through iphonenetworktest.com. Tried it again and got 180.5 kbps. Perhaps it's based on location? I'm around the metropolitan area with good cell phone reception.

  3. #103
    Newbie Array

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

    Default

    Quote Originally Posted by alishah98 View Post
    You sure you copied the right in ur preferences.plist file? You only had to add the code in red.
    Yeah I am sure. I just checked again right now.. I don't know what's up.

  4. #104
    Newbie Array

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

    Default

    Quote Originally Posted by zeekanddestroy View Post
    Yeah I am sure. I just checked again right now.. I don't know what's up.
    Hmm the other thing I would check to make sure your proxy.pac is in right place and is proxy.pac file is not a proxy.pac.txt file.

  5. #105
    Newbie Array

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

    Default

    Quote Originally Posted by alishah98 View Post
    Hmm the other thing I would check to make sure your proxy.pac is in right place and is proxy.pac file is not a proxy.pac.txt file.
    I knew it wasn't a proxy.pac.txt but I was still wondering what was the problem so I went into Windows thru Parallels and made the proxy.pac there and now it all works! Thanks alishah98 for trying to help.


  6. #106
    Respected Professional Array Frisky Dingo's Avatar

    Join Date
    Aug 2007
    Location
    The States
    Posts
    506
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    31

    Default

    Quote Originally Posted by rmyc View Post
    I did the mod, and everytime i open up the weater to safari, it's just goes black and exits out
    it does that to me too. so how do we fix this?

  7. #107
    Rookie Array

    Join Date
    Dec 2006
    Posts
    11
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default

    So the total deal is, if you've edited prefences.plist, you're good. The issue is in the .pac file and how you've delt with your network like previously mentioned, if you do not modify it, like 10.0.0.0 255.0.0.0 it will not connect for me, so I changed the file to 10.xxx.0.0 and 255.255.0.0 and bam, it worked. T-Mobile 5.99 customer #(whatever number I am now) confirmed working

  8. #108
    Professional Array

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

    Default

    Quote Originally Posted by accordtec View Post
    Speed test was through iphonenetworktest.com. Tried it again and got 180.5 kbps. Perhaps it's based on location? I'm around the metropolitan area with good cell phone reception.
    got 161.3 alot better maby it was b/c of the server, btw i am in New York city

    wanted to know if that speed of that 5.99 plan be that same or worse or better

  9. #109
    Senior Professional Array

    Join Date
    Sep 2007
    Location
    Seattle/Ellensburg, Wa
    Posts
    111
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    11

    Default

    how do you find out your ip address? I tried the solution presented here by dialing those numbers on the phone, but it didn't give me anything. IT listed my wap setting, but just had 0.0.0.0 for ip address

  10. #110
    Respected Professional Array Frisky Dingo's Avatar

    Join Date
    Aug 2007
    Location
    The States
    Posts
    506
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    31

    Default

    im trying to use tmobileweb and im using:

    Code:
    function FindProxyForURL(url, host)
    {
    if (isInNet(myIpAddress(), "10.0.0.0", "255.0.0.0"))
    return "PROXY 216.155.165.050:8080";
    else
    return "DIRECT";
    }
    i have added the stuff to the preference file
    Code:
    <key>Proxies</key>
    				<dict>
    				<key>ProxyAutoConfigEnable</key>
    				<integer>1</integer>
    				<key>ProxyAutoConfigURLString</key>
    				<string>file:///private/var/root/proxy.pac</string>
    			</dict>
    but when i try to check stocks and stuff the program just exits and goes back to the springboard! grr


 

 

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 03:33 AM.
twitter, follow us!