jadonk / rowboat

Automatically exported from code.google.com/p/rowboat
0 stars 0 forks source link

http proxy setting ignored #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
This doesn't work anymore: 
{{{
$adb shell
#sqlite3
/data/data/com.google.android.providers.settings/databases/settings.db
”INSERT INTO system VALUES(99,’http_proxy’,’ [host_or_IP]:[port]’);"
}}}
Possible reason - new API in Donut. 
I've tried set `http_proxy` in `secure` table as in `system` but no effect. 

What is the expected output? What do you see instead?
Android must switch to proxy server instead direct connection to Internet,
but it ignores `http_proxy` setting.

Original issue reported on code.google.com by konstant...@gmail.com on 29 Oct 2009 at 12:32