Proxy Settings For Android

Opera Mobile is the utility to help you surf the web with a proxy without the need to root your device. Why go through a painful procedure eh!? here’s a simple procedure..So first thing you goota get is Opera Mobile on your device, get a copy from Android Market or from Opera’s website and transfer it to your phone.

All the ingredients ready? Time to cook! Once connected to WiFi with proxy with opera running follow as guided below

1: type “opera:config” in address bar and hit enter

1 Proxy Settings For Android

2: Scroll down , find proxy & click to view the settings.

2 Proxy Settings For Android

3: Scroll down to find HTTP & HTTPS server and type in the proxy info as address:port e.g. this.proxy.net:1234

3 Proxy Settings For Android

4: scroll once again downwards to find Use HTTP &  Use HTTPS, check both the boxes, hit save below, close the window

4 Proxy Settings For Android

5: type In the site you wanna visit and the proxy should be working fine on Opera Mobile, if proxy server needs a user & pass it will let you know via popup.

5 Proxy Settings For Android

OR here’s another solution for that but is a little tricky better for those who know what they are doing.

As there is no UI for proxy settings for android web browser. But the android web browser will read the proxy settings in its settings database.
Here is the instructions to enable the proxy in the android web browser.

  1. > adb shell
  2. # sqlite3 /data/data/com.google.android.providers.settings/databases/settings.db
  3. sqlite> INSERT INTO system VALUES(99,’http_proxy’, ‘proxy:port’);
  4. sqlite>.exit

You can talk to settings.db for more information.

  1. sqlite> SELECT * FROM system;
  2. sqlite> .tables
  3. sqlite> .databases
  4. sqlite> .schema table_name
  5. sqlite> more SQL expression to talk to the tables

Don’t forget the ‘;’ at the end of the SQL expression.

via

  • Steven Tryon

    Very cool.  Worked like a charm.  I’d rather have a transparent proxy that all apps could use, but having Opera (the best by far of the mobile browsers I have tried) solves a lot.  My rooted Nook thanks you.
    Steve

  • LeChuck

    Did you try to read this blog? http://issue1273.blogspot.com/. It explains where is the problem and how to solve it very well!


© 2009-2011 Techxilla. All Rights Reserved.