Skip to content Skip to sidebar Skip to footer

Simulate An Incoming Call From A Private Number

How can I simulate an incoming call from a private number -- in an emulator?

Solution 1:

connect to your PC using telnet on the port of your emulator, e.g.

telnetlocalhost5554

and use the gsm call command with a number of # instead of digits

gsm call#

and you'll receive your unknown call on the emulator's phone.

Post a Comment for "Simulate An Incoming Call From A Private Number"