1. 콘솔상에서 아래와 같이 접속
telnet localhost 5554 // 에물레이터 번호를 입력 (에물레이터 타이틀에 있는 숫자)
2. 명령어 검색 help 치면 아래와 같이 명령어들이 주루룩 나옴
help|h|? print a list of commands
event simulate hardware events
geo Geo-location commands
gsm GSM 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 manager virtual device state
window manage emulator window
3. 전화 걸기 또는 끊기
help gsm 을 치면 관련 명령어가 출력
available sub-commands:
gsm list list current phone calls
gsm call create inbound phone call
gsm busy close waiting outbound call as busy
gsm hold change the state of an oubtound call to 'held'
gsm accept change the state of an outbound call to 'active'
gsm cancel disconnect an inbound or outbound phone call
gsm data modify data connection state
gsm voice modify voice connection state
gsm status display GSM status
즉 ,
gsm call 1234//전화 걸기 , 전화를 거는 쪽 번호
gsm cancel 1234//전화 끊기
3. sms 버내기
available sub-commands:
sms send send inbound SMS text message
sms pdu send inbound SMS PDU
sms send 5554 hello this is jc //sms 보내기 title contents