Some time we need to send SMS on
Emulator to do some operation on SMS, or testing of some application
for SMS. In such situation sending SMS using telnet is very elagent
way.
Setp by setp to send sms.
Step 1:
open terminal.
Step 2:
use command
tellnet localhost <port>
exmp: telnet localhost 5554(Emulator)
Step 3:
use syntax to send sms
sms send <sender phone number> < message to send>
exmp: sms send 9953671195 Hi this is test message.
Step 4:
Read SMS on Emulator.
Thank
you for time.
Imran
Ali


