- Code: Select all
Network Error
Unknown Host
in the browser.
Anyone?
Network Error
Unknown Host
After some investigation I found the following : If you are using
Windows, you need to go under Start/Connections/Show All Connections
and then click on advanced menu,
in the opened window, you need to change move your wired local
connection to the top of the list (by default it's ...1394).



> adb shell
# sqlite3 /data/data/com.google.android.providers.settings/databases/settings.db
sqlite> INSERT INTO system VALUES(99,'http_proxy','proxy.myproxy.com:81');


androidcore wrote:I'm behind a proxy. I'm trying to config Android Emulator so that it can browse the web.
This is what I have tried:
- Code: Select all
> adb shell
# sqlite3 /data/data/com.google.android.providers.settings/databases/settings.db
sqlite> INSERT INTO system VALUES(99,'http_proxy','proxy.myproxy.com:81');
And I get a funny error: "SQL error: not an error"

ginobiliwang wrote:hi plusminus,
i just follow your direction by typing the following strings,
adb shell sqlite3 /data/data/com.google.android.providers.settings/databases/settings.db ""INSERT INTO system VALUES(99,'http_proxy','10.8.59.59:8080');""
but got the error message
Syntax error: "(" unexpected
how can i deal with this error? thanks








With in the emulator GUI you can go Menu > Settings > Wireless
Controls > Mobile Networks > Access Point Names and create a new Access Point which connects to your proxy server. Taken me several hours to locate this but it seems to have worked a dream


Return to SDK/ADT/Emulator Problems
Users browsing this forum: No registered users and 35 guests