[android-beginners] Re: Not able to connect to internet through proxy

2009-02-17 Thread Peeyush Jain

Hi Jackie,

Thanks for reply.

Internet is working with http_proxy envirnment variable. but some
sites are not opened on emulator.

I don't know why this is happening. This might be related to proxy.

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 android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Not able to connect to internet through proxy

2009-02-17 Thread Jackie Lee

you should do it like this:
emulator -http-proxy "http://10.55.2.23:80";
add http:// before the site.


On Tue, Feb 17, 2009 at 7:20 PM, Peeyush Jain  wrote:
>
> 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
>
> >
>



-- 
Regards,
Yuxing LI

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