Friday, November 9, 2012

How To Simulate Sending SMS Text In An AVD

If you are developing an Android mobile application that requires receiving sms text, then you can use features in Android’s SDK to simulate this process. And it is fairly easy to do.

If you are using linux / ubuntu, just follow the steps below:

1. Bring up the Terminal window
2. In the Terminal window type: telnet

3. Then type: o localhost 5554
4. If successful you should get the message: Connected to localhost.
5. Then type: sms send 123456 hello
6. You should get a notification on your AVD when this sms text has been received.

Note: If you are using Windows, the steps you should be similar to that above.

Related Posts:

  • No Related Posts

Source : htmlpress[dot]net

0 comments:

Post a Comment