could one emulator send a SMS to itself

对着背影说爱祢 提交于 2019-12-04 07:49:50

You can easily demonstrate that using tellnet command : in windows os if tellnet is off then you can turn on using following steps

Start
Control Panel
Programs And Features
Turn Windows features on or off
Check Telnet Client
Hit OK

then write the command like telnet localhost 5554 here 5554 is my emulator port number

once the connection has established

write the following command filling appropriated value

sms send 5554 hi

you will see the message has arrived in your emulator .

Chirag Shah

Yes,emulator can send messages to itself.

you can try it on your emulator.

Select messaging Application in your emulator and type your Avd no. of the emulator and send the message.

EDIT :

Reading this answer I have just tried it and Yes It's Taking the message.

I have opened my FirstAVD : 5554 and SecondAVD : 5556

then I go to Messaging :

created message to : 5554(itself) and 5556(to another) and It's showing the message to 5554 in Inbox and In avd 5556 message from FirstAVD in it's inbox.

So,Emulator sends message to itself. But while sending from one to another it will show notification and sending to itself will not show notification.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!