user942821
user942821

Reputation:

Simulate an incoming call from a private number

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

Upvotes: 8

Views: 4319

Answers (1)

dldnh
dldnh

Reputation: 8951

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

telnet localhost 5554

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.

Upvotes: 12

Related Questions