Changes

Jump to: navigation, search

MAP524/DPS924 Lecture 2

1,041 bytes added, 21:33, 2 July 2015
pm
[...]
package:com.android.development
</pre>
 
== telnet ==
 
You can also telnet from your host to your emulator and run some control commands:
 
<pre>$ telnet localhost 5554
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Android Console: type 'help' for a list of commands
OK
help
Android console command help:
 
help|h|? print a list of commands
event simulate hardware events
geo Geo-location commands
gsm GSM related commands
cdma CDMA related commands
kill kill the emulator instance
network manage network settings
power power related commands
quit|exit quit control session
redir manage port redirections
sms SMS related commands
avd control virtual device execution
window manage emulator window
qemu QEMU-specific commands
sensor manage emulator sensors
 
try 'help <command>' for command-specific help
OK
window scale 0.2
OK
</pre>

Navigation menu