[android-developers] Re: Forwarding ranges of ports to the Android emulator

2010-08-06 Thread Luca Carlon
Unfortunately no. No news. I'm still not able to work with applications which uses extensively the network with the emulator. I think this is really a limitation. On Jul 21, 1:41 am, FaTZ wrote: > It's amazing that this is a problem for alot of people out there but > there doesn't seem to be a re

Re: [android-developers] Re: Forwarding ranges of ports to the Android emulator

2010-07-20 Thread Kostya Vasilyev
For FTP you can use 'passive' mode to avoid inbound connections. That should work. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 21.07.2010 3:41 пользователь "FaTZ" написал: It's amazing that this is a problem for alot of people out there but there doesn't seem to be a resolution. I am e

[android-developers] Re: Forwarding ranges of ports to the Android emulator

2010-07-20 Thread FaTZ
It's amazing that this is a problem for alot of people out there but there doesn't seem to be a resolution. I am experiencing the same trying to write a simple FTP app, as part of a larger app. I can connect to an FTP server and perform cwd etc but as soon as I do anything that requires an inboun