KB-20071122-027
From Triled Wiki
- Status: opened
- author: Seb
- link:
- Description: Impossible to use MapView activity behind proxy.
Explanation by neil:
MapView (and all other applications using HTTPxxx) does not recognize the proxy settings implemented into the system by:
adb shell sqlite3 /data/data/com.google.android.providers.settings/databases/settings.db "\"INSERT INTO system VALUES(100,'http_proxy','x.x.x.x:xxxx');\"
Only the browser does currently.
