Am really wondering how to set a proxy server in android phone like [tattoo] in order to gain access in some private networks
any suggestion would be appreciated ...>
Finally i got what i want and here is the result :
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.
adb shell
sqlite3 /data/data/com.google.android.providers.settings/databases/settings.db
sqlite> INSERT INTO system VALUES(99,'http_proxy', 'proxy:port');
sqlite>.exit
source: http://discuz-android.blogspot.com/2008/01/set-proxy-for-android-web-browser.html