Sunteți pe pagina 1din 5

FREE AirTel GPRS ON PC .................................................

Most people want to access free airtel gprs on their pc and I guess the solution provided next will work for many. 1. Download proxifier from http://www.proxifier.com. Install it in your pc and run it. 3. Then you need to write 10.2.45.155 in the server ip field and write port number as 8080. 4. Then choose the protocol as https and use the authentication method and click ok. 5. The last step is to click on no on the box that appears after step 4. Once you are done with all these settings you are ready to enjoy free airtel gprs on your pc. Here I will tell you about a free trick to download things for free from airtel live page 1. Open airtel live homepage 2. Click on whatever you want to download and when the download window appears you will see the cost of that download. 3. Then you should add that page as bookmark. 4. Now edit that bookmark and change the id to some other number, any number you wish to but take care that the new number should also be of equal length. Save the bookmark. 5. And now when you open the bookmark the download cost will be written as Rs.0 Enjoy another trick to download for free from airtel live. Posted by mark at 7:12 AM 0 comments Labels: Airtel, Gprs, Internet, Tricks Increse Airtel GPRS Speed This trick is about how to increase the speed of airtel dsl DNS servers so that we experience increased speed in gprs and airtel broadband connections.since sometimes it tooks about 4 seconds for a query or it gets timed up due to the overload of the airtel server. So i started using OpenDSN server -which is a free and powerful DNS service. Use following DNS server address: Code: Preferred DNS server: 208.67.222.222 Alternate DNS Server: 208.67.220.220 HOW TO DO THIS: 1. Click on Start button > Settings > Control Pannel> Network Connections 2. Right click on YOUR "airtel dialup connection" or your Internet connection, Click on Properties button. 3. iN general TAB, Select Internet Protocol (TCP/IP) 4. Click on Properties button and Look for Preferred DNS Server: 5. Enter the following values there, - 208.67.222.222 - 208.67.220.220 AND KEEP....OBTAIN IP ADDRESS AS AUTOMATIC. 6. Save and close the windows. If you are using old version of windows you may need to reboot the system... Posted by mark at 6:37 AM 0 comments Labels: Airtel, Gprs, Internet, Tricks Airtel GPRS Trick For HTC Pocket PC I tried it on Windows Mobile 6.0and 6.1, and it worked like charm for me. Here are the steps to configure settings to use internet in PDA browsers. Tap Start -> Settings. Select Connections Tab and tap Connections. Select Advanced Tab, tap Select Networks button to bring up Network Management. Under "Programs that automatically connect to the Internet should connect using:" drop down, tap the new button. In the General Tab, type the name of the settings as Airtel Live Select Modem tab, tap new... Type the name of connection as Airtel Live, select the modem as Cellular Line (GPRS) and tap next. Type Access Point Name as airtelfun.com and tap next.

Leave username, password and domain blank and tap finish. Select Proxy Settings tab. Tap "This network connects to the Internet". This should enable the next check box option. Tap "This network uses a proxy server to connect to the Internet". Type the proxy server as: 100.1.200.99 and then tap Advanced... Tap HTTP, leave the server as 100.1.200.99 and change the port to 8080 similarly tap WAP, Secure WAP and Socks, type the server as 100.1.200.99 but leave the port to defaults. These are optional settings. Tap OK to close the Advanced proxy setup screen. Tap OK to close the new connection screen. The network management screen should now list the new connection you have created in the drop-down. Tap OK to close this screen Tap OK to close the connection screen. Posted by mark at 5:58 AM 1 comments Labels: Airtel, Gprs, HTC.Pocket PC, Internet, Tricks Settings For Airtel GPRS On Ubuntu Via Mobile Enter this command in terminal lsusb It will give :mark@ubuntu:~$ lsusb Bus 002 Device 002: ID 0951:1613 Kingston Technology Bus 002 Device 001: ID 0000:0000 Bus 001 Device 007: ID 0421:04c4 Nokia Mobile Phones Bus 001 Device 001: ID 0000:0000 than enter the following command :mark@ubuntu:~$ sudo /sbin/modprobe usbserial vendor=0421 product=04c4 [[ Create your wvdial.conf by running the following sudo wvdialconf /etc/wvdial.conf ]] or... mark@ubuntu:~$ wvdialconf create Scanning your serial ports for a modem. ttyS0<*1>: ATQ0 V1 E1 - failed with 2400 baud, next try: 9600 baud ttyS0<*1>: ATQ0 V1 E1 - failed with 9600 baud, next try: 115200 baud ttyS0<*1>: ATQ0 V1 E1 - and failed too at 115200, giving up. Modem Port Scan<*1>: S1 S2 S3 WvModem<*1>: Cannot get information for serial port. ttyACM0<*1>: ATQ0 V1 E1 - OK ttyACM0<*1>: ATQ0 V1 E1 Z - OK ttyACM0<*1>: ATQ0 V1 E1 S0=0 - OK ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1 - OK ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1&D2 - OK ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1&D2 +FCLASS=0 - OK ttyACM0<*1>: Modem Identifier: ATI - Nokia ttyACM0<*1>: Speed 4800: AT - OK ttyACM0<*1>: Speed 9600: AT - OK ttyACM0<*1>: Speed 19200: AT - OK ttyACM0<*1>: Speed 38400: AT - OK ttyACM0<*1>: Speed 57600: AT - OK ttyACM0<*1>: Speed 115200: AT -OK ttyACM0<*1>: Speed 230400: AT -OK ttyACM0<*1>: Speed 460800: AT -OK ttyACM0<*1>: Max speed is 460800; that should be safe. ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1&D2 +FCLASS=0 - OK Found an USB modem on /dev/ttyACM0. Modem configuration written to create. ttyACM0: Speed 460800; init "ATQ0V1 E1 S0=0 &C1 &D2 +FCLASS=0'' than edit Wvdial file :-

mark@ubuntu:~$ sudo gedit /etc/wvdial.conf [Dialer Defaults] Init1 = ATZ Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 Init3 = AT+CGDCONT=1,"IP","airtelgprs.com" Modem Type = USB Modem Baud = 460800 New PPPD = yes Modem = /dev/ttyACM0 ISDN = 0 Phone = *99# Password = airtel Username = airtel Stupid Mode = 1 Save and exit To connect to internet type the following command :siddhartha@ubuntu:~$ wvdial than this will appear -> WvDial: Internet dialer version 1.60 -> Cannot get information for serial port. -> Initializing modem. -> Sending: ATZ ATZ OK -> Sending: ATQ0 V1 E1 s0=0 &C1&D2 +FCLASS=0 ATQ0 V1 E1 s0=0 &C1 &D2 +FCLASS=0 OK -> Modem initialized. -> Sending: ATDT*99# -> Waiting for carrier. ATDT*99# CONNECT ~[7f]}#@!}!} } }2}#}$@#}!}$}%\}"}&} }*} } g}%~ -> Carrier detected. Starting PPP immediately. -> Starting pppd at Sun Jun 15 05:17:27 2008 -> Warning: Could not modify /etc/ppp/pap-secrets: Permission denied -> -> PAP (Password Authentication Protocol) may be flaky. -> Warning: Could not modify /etc/ppp/chap-secrets: Permission denied -> -> CHAP (Challenge Handshake) may be flaky. -> Pid of pppd: 6401 -> Using interface ppp0 -> pppd: x?[06][08] -> pppd: x?[06][08] -> pppd: x?[06][08] -> pppd: x?[06][08] -> local IP address 117.98.4.246 -> pppd: x?[06][08] -> remote IP address 10.6.6.6 -> pppd: x?[06][08] -> primary DNS address 202.56.230.5 -> pppd: x?[06][08] -> secondary DNS address 202.56.240.5 -> pppd: x?[06][08] Connection successful. Press Ctrl+c to disconnect. Posted by mark at 5:48 AM 0 comments

Labels: Airtel, Gprs, Internet, Settings, Ubuntu Free Airtel GPRS 2009 (new trick) Hi friends it's a long time that the free gprs is not being used..initially there was office hack and some other hack which was working fine. Initially we used teashark trick. But now this teashark gprs trick is also not wotking. But finally the replace for the Teashark gprs trick is available the new UCWEB mobile browser will work as good as teashark. Recently UCWEB is named as the most used mobile browser in this is named as the latest hack for airtel gprs using UCWEB browser for 2009 and 2010..there is the very simple and easy procedure just download latest UCWEB browser in your mobile. And do the following procedure and enjoy. First of all you need to activate the Airtel Live in youe mobile if its active even TYPE FUNand send to 54321 and check if its active and then you need to have a AIRTEL Live SETTING for it you TYPEMO and send to 2567.. and remember always Airtel Live setting not the airtel GPRS settings That's all its easy like a chees. This trick have been tested and lots of my friends are using it. Try if it works in yours and hav a comment if you need any help Or if you have any trick post me or mail me.I will publish it. To Download UCWEB Browser CLICK HERE Posted by mark at 5:02 AM 0 comments Labels: Airtel, Gprs, Internet, Tricks Tuesday, July 28, 2009 Updated Airtel Free GPRS Tricks Once again Airtel free GPRS is working Follow these simple settins for Free Airtel gprs Enter your cel no. into USER NAME/NO. Field (If it is blank) Change access point / APN to airtelfun.com or airtelmms.com Configuring your application for following proxy setting... - If u r using airtelfun.com IP Addr : 100.1.200.99 Port no. 8080 - If u r using airtelmms.com IP Addr : 100.1.201.172 Port No. 8799 Thats all about settings! I have also got some IP Addresses and Open Ports which are working for different Users so I have listed them. You can tryout if the above settings doesn't work. Working IP Addresses (a) 10.2.45.155 (b) 10.49.16.10 (c) 10.4.1.55 (d) 10.6.6.6 (e) 10.89.15.15 (f) 100.1.200.467 (g) 100.1.200.211 (this one is for west bengal) Ports (a) 8080 (b) 9421 (c) 9201 Posted by mark at 1:53 PM 1 comments Labels: Airtel, Gprs, Internet, Tricks Airtel GPRS Settings Common settings for all phones. You have to first subscribe for airtel gprs. Currently in India there is a prepaid paln of Rs 200 in which user will get free gprs for one month. Follow these settings:Settings -> Connectivity -> Packet data -> Packet data settings -> Edit active access point

Alias for access point -> Mobile Office Packet data access point -> airtelgprs.com Then go back to: Settings -> Connectivity -> Packet data -> Packet data settings Active access point -> Mobile Office Then go to: Settings -> Configuration settings -> Personal configuration settings Options -> Add new -> Web Account name -> Mobile Office Home page -> www.google.com Then go back to Settings -> Configuration settings Preferred access point -> Mobile Office

S-ar putea să vă placă și