2

Is it possible to connect the external GSM modem to the android emulator, so that the real RIL function can be observed?

Piotr Chojnacki
  • 6,837
  • 5
  • 34
  • 65
Waseem
  • 291
  • 1
  • 6
  • 20

1 Answers1

1

Not sure if you can connect a GSM, but a lot of the functions (send SMS, receive calls) can be faked via the console through telnet.

http://developer.android.com/guide/developing/tools/emulator.html#console

Alistair R
  • 776
  • 9
  • 16