Simulate an incoming call from a private number

How to simulate an incoming call from a private number - in the emulator?

+6
source share
1 answer

connect to the computer using telnet on the port of your emulator, for example

telnet localhost 5554 

and use the gsm call command with number # instead of numbers

 gsm call # 

and you will receive your unknown call on the emulator screen.

+8
source

Source: https://habr.com/ru/post/912354/


All Articles