Page 7 of 38 FirstFirst 123456789101112131415161727 ... LastLast
Results 61 to 70 of 379
Discuss [GPRS] Got my Proxy settings to work. at the General - Hackint0sh.org; Is there any reason to believe that this hack could also be applied to t-mobile's ...
  1. #61
    Newbie Array

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

    Default

    Is there any reason to believe that this hack could also be applied to t-mobile's sidekick plan?

    I was under the impression that the issue with that particular plan was also proxy-specific.


  2. #62
    Senior Professional Array

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

    Default

    Quote Originally Posted by syasses View Post
    These are the exact instructions. I linked to the page that explains how to add proxy to Wifi then adapted for gprs. What exactly are you having problems with?

    Humble: if you are not seeing SystemConfigurion i am not sure why. I use winscp (win) or fetch (mac) to move files its alot easier than command line.
    God damn!! Im going blind!!! I found it LOL. Thanks! If I buy another iPhone does it come with free prescription eye glasses? LOL

  3. #63
    Rookie Array

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

    Default

    I went to the journal but I didn't quite understand this line:

    "The best way I know of is to use scp. From a shell on your computer run:

    scp root@10.0.32.5:/private/var/root/Lib...eferences.plist"

  4. #64
    Advanced Array

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

    Default

    My $5.99 T-mobile Web plan is working great. The following apps are working with the posted proxy settings:

    Mail - Yes
    Safari - Yes
    Weather - Yes
    Stock - Yes
    Maps - Yes
    Installer - Yes
    YouTube - Yes and No

    You cannot search YouTube videos but you can view any video currently displayed and previously bookmarked videos. My guess is that YouTube queries uses a different port, but video playback uses the standard port.

    @syasses - great post. lot of people have been looking for this hack. thanks.
    Last edited by SoDigito; 09-14-2007 at 07:57 AM.

  5. #65
    Rookie Array

    Join Date
    Jul 2007
    Posts
    21
    Post Thanks / Like
    Downloads
    0
    Uploads
    0
    Rep Power
    0

    Default

    can someone dumb this down so that an idiot like me can figure out how to do this. A tutorial would be helpful. Thanks everyone!


  6. #66
    Senior Professional Array goodluck4287's Avatar

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

    Default

    So...I had an XDA phone and a lot of experience with it on T-Mobile and $5.99 T-Zones. Basically works like this

    proxy: 216.155.165.50:8080 (which everyone knows)
    apn: wap.voicestream.com (or maybe its wap.myvoicestream.com) well regardless.

    I used to have complete access, could use any third party web access, visit any page. I noticed that it just stopped one day, which leads me to believe it has been brought to attention and stopped in some markets (for example Tucson, AZ where I'm from). Currently all I get is incoming email on Edge (a nice teaser if you ask me)

    I tried the hacks in this thread, switched back and forth from Mac (BBEdit) to PC (iBrickr) so I wouldn't screw this up. Nothing seems to have happened I don't know if I messed up the code or something when I copy pasted it. Well after trying this, I don't think my mail is working, so good thing I saved a backup.

    If anyone succeeds with this and knows some programming, please make this an app so that we can all test and figure this out. Keep up the hard work everyone!

  7. #67
    Rookie Array

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

    Default

    i am so lost, lol, i see en0: flags blah blah blah inet 192.168.2.94

    so i put 192.168.2.94 into the host box in winSCP, but when i click connect, it says "network error: connection refused" what is the port supposed to be?

    edit: nm, i just used ibrickr, very easy.
    Last edited by indelible; 09-14-2007 at 10:31 AM.

  8. #68
    Advanced Array

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

    Default

    For the 5.99 T-mo users who can't search youtube (i cant get anything to work at all, but I think its on my end) you can use iphone.dailymotion.com/us in safari and can search and everything on there

  9. #69
    Advanced Array

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

    Default

    for those having issues please paste in your preferences entry (Just proxy part) and ur proxy.pac file contents. It will be easier to help you out. Also make sure your provider settings are working. To test those go to dial pad and call *3001#12345#* then call. This will bring up field test mode look at the pdp ( i think) link then see if you provider has given you sn IP address. This is very important since your proxy.pac file uses this address to determine whether you use a proxy or go direct.

    Good luck so far the majority who have used it returned some sort of success.

  10. #70
    Professional Array

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

    Default

    Quote Originally Posted by kdub3000 View Post
    This works for T-Mobile $5.99/mo plan! Thanks to syasses

    I just confirmed it and it is not that slow either!

    123.1kbps using iphonenetworktest.com

    Google Maps - Yes
    Safari - Yes
    Weather - Yes
    Stocks - Yes
    Mail - YES


    Cut and paste this code and save it as proxy.pac

    Code:
    function FindProxyForURL(url, host)
    {
    if (isInNet(myIpAddress(), "10.0.0.0", "255.0.0.0"))
    return "PROXY 216.155.165.50:8080";
    else
    return "DIRECT";
    }
    and then make the same changes to the preferences.plist file mentioned in the first post. the changes are on line 352 of the preferences.plist file.

    now my iPhone is complete
    kdub3000 and syasses,
    if I know the IP address that TMobile has given to me (dialing *3001#12345#* and going at pdp) shall I use it for the proxy.pac file, or I should use the generic one that you indicate. Also, is the subnet mask always 255.0.0.0 or is there a way to retrieve it your own ?

    Thanks
    AG


 

 

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 07:08 PM.
twitter, follow us!