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
Post a Comment