eclipse - Sending and receiving text using android emulator -


i'm developing android application includes text messaging. possible send , receive text messages using android emulator? if yes, how can it?

it's quite easy:

  • open console
  • connect via telnet running emulator: telnet localhost 5554 (you can find portnumber in title of emulator)
  • type this: sms send senderphonenumber textmessage

Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -