How to simulate incoming calls on a real device?

user1689493 picture user1689493 · Sep 21, 2012 · Viewed 7.8k times · Source

For testing purposes I want to simulate/spoof incomming calls on a real android device (ie. not the emulator). I know that DDMS provides this feature for emulators, but I am unable to find a solution for actual devices connected by usb.

Answer

wsanville picture wsanville · Sep 21, 2012

In the Using DDMS documentation, check out the section titled Spoofing calls or SMS text messages.

DDMS is an executable that lives in your tools directory in the Android SDK.