+ Reply
Results 1 to 7 of 7
  1. #1
    What's Jailbreak?
    Join Date
    Jan 2008
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Telcel - GPRS or Edge Proxy

    Hi, i got an iPhone with prepaid service i fix all problems with the country number, and SMS, also the Edge problem with 1.1.2

    What i want is try to jump the proxy server in Telcel to get unlimited Internet, why? itīs so expensive...

    Well

    Here are some files that i modify in my iPhone with 1.1.2

    Here is the proxy setting, this file is called proxy.pac and is in /private/var/root

    function FindProxyForURL(url, host)
    {
    if (isInNet(myIpAddress(), "internet.itelcel.com", "255.0.0.0"))
    return "PROXY 148.233.151.245:8080";
    else
    return "DIRECT";
    }


    The following is keep in this directory /private/var/root/Library/Preferences/SystemConfiguration/

    and is called preference.plist

    ...
    <key>Interface</key>
    <dict>
    <key>DeviceName</key>
    <string>ip1</string>
    <key>Hardware</key>
    <string>com.apple.CommCenter</string>
    <key>Type</key>
    <string>com.apple.CommCenter</string>
    </dict>
    <key>Proxies</key>
    <dict>
    <key>ProxyAutoConfigEnable</key>
    <integer>1</integer>
    <key>ProxyAutoConfigURLString</key>
    <string>file:///private/var/root/proxy.pac</string>
    </dict>

    <key>com.apple.CommCenter</key>
    <dict>
    <key>AllowNetworkAccess</key>
    <integer>1</integer>
    <key>Available</key>
    <integer>1</integer>
    <key>Setup</key>
    <dict>
    <key>apn</key>
    <string>internet.itelcel.com</string>
    <key>password</key>
    <string>webgprs2002</string>
    <key>username</key>
    <string>webgprs</string>
    </dict>
    <key>Version</key>
    <integer>1</integer>
    </dict>
    </dict>
    ...


    So, i can connect to internet with this config, but still paying with each Kb.


    Some idea?

  2. #2
    What's Jailbreak?
    Join Date
    Jan 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    my cousin works in telcel he is all the time conected on fring (msn client for nokia) he told me that u can conect to (internet gprs) i have a plan with telcel and i tried to connect and it works! no data cost in my bill just check that config on my nokia n73

    nombre de conexion
    internet gprs
    portador de datos
    paquetes datos
    nombre punto de acceso
    internet.itelcel.com
    nombre de usuario
    webgprs
    peticion contraseņa
    no
    autentificacion
    normal

    i didnt try on my iphone cuz i have wifi conection on my school and im all the day there good luck

  3. #3
    What's Jailbreak?
    Join Date
    Jan 2008
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Thank you, let me check and i will tell you my journey jeje

  4. #4
    What's Jailbreak?
    Join Date
    Feb 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Please post how you did since i want the same thing!

  5. #5
    What's Jailbreak?
    Join Date
    Jan 2008
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    At this time, i only have like 1 min of free Internet, but thatīs all.

    In the super bowl day, i got free Internet like 30 min but with zero credit so may be the net was down.

    Keep trying, if some one know how it works the net from Telcel, maybe we can get to some way.

  6. #6
    What's Jailbreak? navi "OASIS"'s Avatar
    Join Date
    Mar 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Any news on the setting you posted? did it work?

    Ivan.

  7. #7
    What's Jailbreak?
    Join Date
    Oct 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    I tried this but I'm getting a "Could not activate EDGE: PDP authentication failure". Any clues ?

Posting Permissions

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