How to send sms or make phone call on a real android device from PC?

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-13 05:38:25

问题


Trying to figure out is it possible to send sms or make phone call from PC to a real device.

I know how to do it using an Emulator. tty localhost port...

Does real device got a port?

I just started learning Android stuff.So, thx for helping ^_^!


回答1:


One way to communicate between a PC and a phone would be if they were both on the same local network, perhaps both connected to the same WiFi router. When I've had to do this in the past I've looked in my router control panel to see the IP addresses allocated to the attached devices, but there are other ways to do it.

Of course you'd need to write an Android app to actually send the SMS, that's a different issue.



来源:https://stackoverflow.com/questions/5595182/how-to-send-sms-or-make-phone-call-on-a-real-android-device-from-pc

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