i try to enable internet in android emulator(working behind proxy) using the following command:
adb shell sqlite3 /data/data/com.google.android.providers.settings/databases/settings.db ""INSERT INTO system VALUES(99,'http_proxy','10.201.51.54:8080');""
but still i am not getting the internet access in emulator, any one plz tell me any other ways to enable internet in android emulator.. i tried the above command several times,but no use plz give some other answers
Thanks...



