This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Showing posts with label application. Show all posts
Showing posts with label application. Show all posts

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