[android-developers] Re: having trouble to use network speed emulation in android emulator

2010-04-27 Thread newbyca
i'm *definitely* seeing the same thing on Windows 7, Android emulator version 5.0 (build_id ECLAIR-24846) ie, both from emulator startup as well as from Telnet, using network speed and network delay don't change actual network characteristics of emulator ... even tho Telnet network status shows

[android-developers] Re: having trouble to use network speed emulation in android emulator

2010-04-27 Thread newbyca
to clarify, we're deving an app that makes several downloads over HTTP using components from the org.apache.http namespace. when testing this app using the emulator, throttling the emulator's network settings has no effect on downloads thru those HTTP components. perhaps the emulator's network

[android-developers] Re: having trouble to use network speed emulation in android emulator

2010-04-27 Thread Ludo
Hi people, has anyone had any success in simulating gprs or 3g speed within the emulator? I'm having the same problem where I need to test a file upload from my app with 3g speed (using a HttpURLConnection). Thanks in advance. Cheers, Ludo On Mar 7, 11:02 pm, Gen luke.yola...@gmail.com wrote:

[android-developers] Re: having trouble to use network speed emulation in android emulator

2010-04-27 Thread newbyca
issue submitted @ google code: http://code.google.com/p/android/issues/detail?id=8009 On Apr 27, 3:42 am, Ludo ludo.de...@googlemail.com wrote: Hi people, has anyone had any success in simulating gprs or 3g speed within the emulator? I'm having the same problem where I need to test a file

[android-developers] Re: having trouble to use network speed emulation in android emulator

2010-03-07 Thread Gen
I tried it on another machine, even tried to compile it from source code myself, still no luck. yeah, I could use something like tc or trickle to limit the speed, but what i really need to do is to dynamically change the speed limitation based on the current bandwidth utilization (to simulate the

[android-developers] Re: having trouble to use network speed emulation in android emulator

2010-02-24 Thread Rootko
I had the same problem... Both in windows and linux... But I've found no solution, other than cap my internet connection on host computer. This way however I could not simulate network lag... :( -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: having trouble to use network speed emulation in android emulator

2010-02-24 Thread Gen
well, at least I'm not alone... I really can't imagine Google engineers implement this feature which can only change the value that showed by network status command, it must be something wrong with our configuration... I will try to run everything on another machine. BTW, What approach you are

[android-developers] Re: having trouble to use network speed emulation in android emulator

2010-02-22 Thread Gen
anybody? On Feb 22, 1:04 am, Gen luke.yola...@gmail.com wrote: Hi all, I'm trying out the network speed emulation as described in the following link:     http://developer.android.com/guide/developing/tools/emulator.html#net... But is doesn't work, although network status command shows the

[android-developers] Re: having trouble to use network speed emulation in android emulator

2010-02-22 Thread Gen
Thank for the reply! here's what I get from emulator -version Android emulator version 1.12 (build_id ECLAIR-20404) Gen On Feb 22, 4:59 pm, David Turner di...@android.com wrote: curious. which emulator version are you using ? On Mon, Feb 22, 2010 at 12:04 AM, Gen luke.yola...@gmail.com

[android-developers] Re: having trouble to use network speed emulation in android emulator

2010-02-22 Thread Gen
and it's under Linux by the way Thank you Gen On Feb 22, 6:04 pm, Gen luke.yola...@gmail.com wrote: Thank for the reply! here's what I get from emulator -version Android emulator version 1.12 (build_id ECLAIR-20404) Gen On Feb 22, 4:59 pm, David Turner di...@android.com wrote: