After the connection are you using the following
adb shell
# echo "ATD123445" > ttyS0
?? if not what  are the commands you are using>>
Sram

On Thu, Jun 4, 2009 at 10:07 AM, Rakesh Kumar <rakesh.y...@gmail.com> wrote:

> I am able to connect emulator with an external modem. My modem is connected
> to PC at port /dev/ttyS0.
> And with the command "emulator -radio /dev/ttyS0", its working.
>
>
> Thanks
> Rakesh
>
>
> On Wed, Jun 3, 2009 at 5:39 PM, David Turner <di...@android.com> wrote:
>
>>
>>  On Wed, Jun 3, 2009 at 11:24 AM, sram <sayiram.koth...@gmail.com> wrote:
>>
>>>
>>> Hi
>>>  i am trying to connect USB external modem(my Motorola Phone) on to
>>> Android emulator. i have tried the following command
>>>  emulator -radio ttyACM0 -verbose -debug all
>>> and from the ADB shell tried echo "ATD1234" > ttyS1 but there is
>>> nothing happened.
>>>
>>
>> ttyS1 is not connected to the emulated modem at all. Actually, none of the
>> emulated serial ports are,
>> so it's not surprising that this doesn't work.
>>
>>
>>>
>>> as well itried using the local host 5554 and then gsm call 12344555
>>> but got the rror message " KO: Modem Emulation not started" can any
>>> one help me in this.
>>
>>
>> Probably because the GSM stack tried to talk with your ttyACM0 device and
>> got answers it could not
>> parse properly, for some reason. Try "adb logcat -b radio" to display the
>> radio log, which includes the
>> AT commands exchanged between the modem and the stack.
>>
>>
>>
>>>
>>> Sram
>>>
>>>
>>
>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to