tags:

views:

296

answers:

2

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

A: 

The only thing that comes to mind is DeviceAnywhere

Phill Pafford
thanks, but I don´t want to register to trial-services.
TomTasche
What about abusing some click-to-call thing, like in Google Voice when it calls you to re-record a voicemail message?
Klondike
Google Voice isn´t available in my country (Austria) :/
TomTasche
+2  A: 

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.

Klondike
thanks, but I want to call a real physical device. In my emulator everything works fine, but it doesn´t run correctly on my phone :(It´s very annoying to ask friends to call you :/
TomTasche