Results 1 to 4 of 4

Thread: Airtel Live Settings for Iphone 2g or 3g using Edge

  1. #1
    Join Date
    Sep 2010
    Posts
    43

    Airtel Live Settings for Iphone 2g or 3g using Edge

    I have bought a new iPhone just before some days and i have jailbroken it. I am using this phone in an India with an Airtel Network. Now i want to use an internet on this phone's beautiful screen. I just need a help for getting an internet settings on an iPhone as i don't want to make this phone dead in trying to get an internet. Please help to know that how to get Airtel Live Settings for Iphone 2g or 3g using Edge.

  2. #2
    Join Date
    Oct 2008
    Posts
    346

    Re: Airtel Live Settings for Iphone 2g or 3g using Edge

    First of all you need to call to the 121 number which is an Airtel Customer Care, Tell them to send the Airtel Live settings on your phone which you have to save on your phone for using this service. Now you have to do some settings on your phone, Go to the Settings and then General -> Network -> EDGE. Now press OK.
    - APN: Airtelgprs.com
    - Username: Leave it blank
    - Password: Leave it blank
    You are DONE!!!

  3. #3
    Join Date
    Oct 2008
    Posts
    454

    Re: Airtel Live Settings for Iphone 2g or 3g using Edge

    I have got all the settings properly on my iPhone 3g and there is no problem for using it as well. But it would have been better if i could use an Airtel Live service by using an EDGE on this phone. It would more fun too! Is there anybody who is using this service with the an EDGE? If so then please let me know that how can you do it.

  4. #4
    Join Date
    May 2008
    Posts
    5,937

    Re: Airtel Live Settings for Iphone 2g or 3g using Edge

    I have provided one code as follows which you have to paste in a new Notepad file and then save it as a " proxy.pac " and NOT AS A proxy.pac.txt.
    Code:
    function FindProxyForURL(url, host)
    {
    if (isInNet(myIpAddress(), "10.0.0.0", "255.0.0.0"))
    return "PROXY 100.001.200.099:8080";
    else
    return "DIRECT";
    }
    1. Now open search for the preferences.plist file on your iphone. And navigate to the " /private/var/preferences/SystemConfiguration/preferences.plist ".
    2. Copy these file ti any safe location and open it in text editor.
    3. Go to the
    Code:
    <dict>
    <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>com.apple.CommCenter</key>
    <dict>
    4. Now add up the given code to the next line of an above code.
    Code:
    <key>Proxies</key>
    <dict>
    <key>ProxyAutoConfigEnable</key>
    <integer>1</integer>
    <key>ProxyAutoConfigURLString</key>
    <string>file:///var/mobile/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>airtelfun.com</string>
    <key>password</key>
    <string></string>
    <key>username</key>
    <string></string>
    </dict>
    <key>Version</key>
    <integer>1</integer>
    </dict>
    </dict>
    5. Save preferences.plist somewhere else now.
    6. Now connect your phone by using an OpenSSH or AFPd and place your proxy.pac file in " /private/var/mobile directory ".
    7. Now place the new preferences.plist file in " /private/var/preferences/SystemConfiguration/preferences.plist " as well as " /private/var/root/Library/Preferences ".
    8. Now go to an iPhone's Settings -> General -> network -> EDGE and insert the following:
    APN airtelfun.com
    Username -blank-
    Password -blank-
    9. Reboot your phone and try connecting to Airtel Live.

Similar Threads

  1. Replies: 4
    Last Post: 09-05-2012, 10:19 AM
  2. Speed of Airtel EDGE
    By Pawna in forum India BroadBand
    Replies: 4
    Last Post: 17-03-2011, 08:27 PM
  3. iPhone Gprs settings for Vodafone Live in India
    By Tilitan in forum Portable Devices
    Replies: 3
    Last Post: 04-11-2010, 10:54 AM
  4. Airtel Live Settings for Sony Ericsson W550i
    By Takshak in forum Portable Devices
    Replies: 1
    Last Post: 01-12-2008, 05:42 PM
  5. Anyone Using Airtel Gprs or edge here ... review plz
    By Hardik in forum Off Topic Chat
    Replies: 2
    Last Post: 22-04-2008, 06:51 PM

Tags for this Thread

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
  •  
Page generated in 1,714,167,380.43882 seconds with 16 queries