Android Debug : Send sms from cmd to real device -


i'm debugging android app using sms sending function. test function, need send sms device running app. test app on real device. (that connects computer through adb)

my question : how can send sms message computer device. seems try tutorial tutorial, doesn't work.

telnet o localhost 5554 (or 5555) 

i receive "cannot find host". so, please tell me how work.

thanks :)

is real device phone connected network? send sms phone or via email gateway.

iirc, 5554, 5555, etc. "phone numbers" of emulators. notes on sending sms messages emulators say:

to test sms within emulator, launch second emulator , send test messages emulator number, e.g. "5554"

maybe can use telnet too, don't know. if so, need update notes.

p.s. here notes on email-to-sms gateways:

verizon:      5551234567@vtext.com at&t:         5551234567@txt.att.net t-mobile:     5551234567@tmomail.net sprint:       5551234567@messaging.sprintpcs.com  alltel        @message.alltel.com amp'd         @vtext.com boost         @myboostmobile.com at&t          @txt.att.net metrocall     @page.metrocall.com nextel        @messaging.nextel.com sprint        @messaging.sprintpcs.com t-mobile      @tmomail.net cellular   @mms.usc.net verizon       @vtext.com virgin (usa)  @vmobi.com windstream    @windstream.net 

Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -