Hi,

I'm trying to connect to internet through proxy using latest android
emulator (version 1.8). I tried to launch the emulator with

emulator -http-proxy "10.55.2.23:80"

this option is not working. then I tried with the environment variable

http_proxy - 10.55.2.23:80

Even this option is not working.

I also tried followin SQLite queries.

sqlite3 /data/data/com.google.android.providers.settings/databases/
settings.db "INSERT INTO system VALUES(99,'http_proxy',
10.55.2.23:80');"


sqlite3 /data/data/com.google.android.providers.settings/databases/
settings.db "SELECT * FROM system"

Last query returns nothing.

I'm using Windows XP SP2.

No Idea about proxy details, as I'm doing this in my office.

Thanks & Regards,
Peeyush Jain

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to