Android: command line actions with telnet
telnet for localhost(emulator)
telnet localhost 5554
to make a call:
gsm call 900800
to send SMS:
sms send 890890 text
telnet localhost 5554
to make a call:
gsm call 900800
to send SMS:
sms send 890890 text
Comments
Post a Comment