Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fake a real call on Android

Tags:

android

Is there any chance to fake a call on Android? I want it to ring and behave like there´s a real call (without the need of a second phone).

I searched the whole web. In the emulator I would telnet it and type "gsm call 12345", but I don´t know how to do it on a real device (rooted).

Thanks, Tom

like image 635
TomTasche Avatar asked Oct 14 '22 12:10

TomTasche


1 Answers

You can have one emulator dial another emulator. Each emulator gets a number, like 5556, when it's run. It's in the title bar of the emulator window, and that number is the phone number of that emulator, usable from within any other emulator.

like image 112
Eric Mill Avatar answered Oct 18 '22 11:10

Eric Mill