My pc does not support android emulator and i need to make fake incoming calls from adb for testing. I've tried this line
adb shell am start -a android.intent.action.CALL -d tel:123456
but it creates outgoing calls and i need incoming. Is there a way to make incoming calls from adb on a physical device without emulator?