I am trying to set the browser proxy settings in Android ICS but am
having no luck.   The device I am using has ethernet but no wireless
so trying to set the APN or wireless network settings does not work.

I've found suggestions that you can use the java properties
(http.proxyHost and http.proxyPort) set via the setprop command, but
this does not seem to work.

There is also someone saying you can set the proxy in one of the
sqlite3 DBs, but again, no luck. The database is /data/data/
com.google.android.providers.settings/databases/settings.db and the
row should read – 99, http_proxy, proxy:port.

I have also tried setting the proxy on a nexus s ICS phone and then
poking around the sqlite dbs and the java properties (via getprop) but
I cannot find where the settings are stored.

Can anyone help me out here?

thanks!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to