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

Comments

Popular posts from this blog

Working with Android Hierarchy Viewer

change svg android drawable color

Android: Standalone login with SQLiteOpenHelper