android - Where is the gsm command for emulating calls? -


the emulator guide says calls can emulated using gsm command (http://developer.android.com/tools/devices/emulator.html).

but command unrecognized when try use it, presumably don't have path set it. it? couldn't find located.

(also emulator guide says" "you can use gsm command access emulator's telephony functions after connecting console.' mean "connecting console"?)

the connecting console section of same document states how use console:

each running emulator instance provides console lets query , control emulated device environment. example, can use console manage port redirection, network characteristics, , telephony events while application running on emulator. access console , enter commands, use telnet connect console's port number.

to connect console of running emulator instance @ time, use command:

telnet localhost <console-port>

where can port number using adb devices while emulator running.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -