[android-developers] Re: Problem with Internet connection through emulator

2009-05-28 Thread Chronos
Thanks for the reply - if anyone has a simple setup for the local proxy, plz post it, since I am not likely to investigate this problem any further. On 25 Mai, 12:16, David Turner di...@android.com wrote: It's a known bug in the 1.5 emulator. It only happens under specific network conditions

[android-developers] Re: Problem with Internet connection through emulator

2009-05-28 Thread David Turner
If you're on Windows, I used to use FreeProxy succesfully a few years ago to deal with an anal-retentive corporate proxy. It has a rather nice GUI to setup everything. http://www.handcraftedsoftware.org/index.php?page=5 On Thu, May 28, 2009 at 9:44 AM, Chronos g358279012044...@gmail.com wrote:

[android-developers] Re: Problem with Internet connection through emulator

2009-05-25 Thread Chronos
Yes, thats for sure. Unfortunately I am required to work behind it - this is pretty annoying, even more since there are about 10 programmers here, ALL suffering from this - this isn't just in some cases :(. On May 25, 4:15 am, Gerald Logor gerald.lo...@gmail.com wrote: I guess working behind a

[android-developers] Re: Problem with Internet connection through emulator

2009-05-25 Thread David Turner
The emulator does just that, but the variable must be defined in the environment on the host. Adding http_proxy on the device itself is not supported as far as I know. I may have worked in previous SDK releases, but I don't think it is guaranteed to work on 1.5 or future releases. On Fri, May 8,

[android-developers] Re: Problem with Internet connection through emulator

2009-05-25 Thread David Turner
It's a known bug in the 1.5 emulator. It only happens under specific network conditions that are hard to replicate but should be fixed in a later release (you can try to rebuild the emulator from the open-source depot if you want the fix). One potential way to fix this is to run an intermediate

[android-developers] Re: Problem with Internet connection through emulator

2009-05-24 Thread Gerald Logor
I guess working behind a (bureaucracy corporate) proxy raises the difficulty in working with the emulator. I tried running it from home (with an internet provider assigned IP within a designated DNS address) and it worked properly. On Mon, May 18, 2009 at 5:42 PM, Chronos

[android-developers] Re: Problem with Internet connection through emulator

2009-05-18 Thread Chronos
Unfortunately, this problem isn't solved :( In addition to the steps Gerald has taken already, we also: - provided the -http-proxy option at emulator start; still no success neither for the browser application, nor for our own application (which works perfectly without proxy) - tried IP

[android-developers] Re: Problem with Internet connection through emulator

2009-05-11 Thread sujoydas1...@gmail.com
Worked for me. Go to Tools directory and type emulator -http-proxy proxy-address:proxy-port On May 8, 2:50 am, Gerald Logor gerald.lo...@gmail.com wrote:  Well if that's the case, if the -http-proxy proxy command-line option is not supplied, then emulator should by default looks up the

[android-developers] Re: Problem with Internet connection through emulator

2009-05-08 Thread Gerald Logor
Well if that's the case, if the -http-proxy proxy command-line option is not supplied, then emulator should by default looks up the http_proxyenvironment variable (which I did set it using sqlite3 in the settingsdb file) and automatically uses any value matching the proxy format. However, it

[android-developers] Re: Problem with Internet connection through emulator

2009-05-07 Thread Android Users
SDK 1.5 release notes mention this, In some cases, you may encounter problems when using the browser on an emulator started with the command-line option -http-proxy. Ref : http://developer.android.com/sdk/RELEASENOTES.html On Fri, May 8, 2009 at 8:50 AM, Gerald Logor gerald.lo...@gmail.com