14

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.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
user1689493
  • 161
  • 1
  • 4
  • 2
    I'm not sure if this is translated from another language, but this doesn't really make sense in English. Maybe try to explain it a different way. – Tim Sep 21 '12 at 17:50
  • 1
    Thanks Tim, I want to simulate incoming calls on a real device. – user1689493 Sep 21 '12 at 17:53
  • I'm not sure the purpose of "simulating" a call when you can just call the phone and hang up... But, if your trying to force a different activity over your own, you can set the alarm on the phone, then open you app and wait for the alarm to go off. – Chris Feist Sep 21 '12 at 19:52
  • 7
    @Chris you can use it for auto. test, also not everybody has multiple sims/devices readily laying around and last it is easier to just click on a button or send a cmd then to call and wait with a real device – Patrick Nov 30 '15 at 14:14
  • 3
    It is pretty clear what is being asked here. This site is sometimes depressing. – IOviSpot Mar 05 '22 at 16:51

1 Answers1

-5

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.

wsanville
  • 37,158
  • 8
  • 76
  • 101