Emulate an incoming call on physical device via PC (Eclipse)

微笑、不失礼 提交于 2019-12-22 12:54:07

问题


I am working on an android project, and I want to be able to test my app on a physical device. The only way I can test my app is to receive incoming text messages and calls. I know I can simulate texts and calls on the emulator either via telnet or via DDMS in Eclipse.

Is this possible to do the same thing without having to keep texting myself or calling myself from another device as its going to cost. I'd much prefer to do it on a device as it is much quicker than on the emulator.

Thanks for any help you can provide.


回答1:


You can use applications from google play like this one

https://play.google.com/store/apps/details?id=com.popularapp.fakecall&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5wb3B1bGFyYXBwLmZha2VjYWxsIl0.




回答2:


For text Message, there are number of online sites where you can send Free SMS(TextMessage) to your mobile. I tested in India and US and it worked. Per day, you can send around 100 SMS(TextMessage)... I tested my application through that..

Regarding the Incoming call, if you are in US, probably you can use google talk to dial your number that is free.

Hope this helps!

thanks, Ramesh S



来源:https://stackoverflow.com/questions/14224351/emulate-an-incoming-call-on-physical-device-via-pc-eclipse

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