Skip to content

Instantly share code, notes, and snippets.

@Roconda
Created February 27, 2015 10:31
Show Gist options
  • Save Roconda/1d4bd5c48bc681e2172a to your computer and use it in GitHub Desktop.
Save Roconda/1d4bd5c48bc681e2172a to your computer and use it in GitHub Desktop.
Slow down Android emulator's internet speed
$ telnet localhost 5554
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Android Console: type 'help' for a list of commands
OK
network status
Current network status:
download speed: 0 bits/s (0.0 KB/s)
upload speed: 0 bits/s (0.0 KB/s)
minimum latency: 0 ms
maximum latency: 0 ms
OK
network speed 3g
OK
network status
Current network status:
download speed: 3000 bits/s (0.4 KB/s)
upload speed: 3000 bits/s (0.4 KB/s)
minimum latency: 0 ms
maximum latency: 0 ms
OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment