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 …
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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 shellsqlite3 /data/data/com.google.android.providers.settings/databases/settings.dbsqlite> INSERT INTO system VALUES(99,'http_proxy', 'proxy:port');sqlite>.exitsource: http://discuz-android.blogspot.com/2008/01/set-proxy-for-android-web-browser.html