Oh, whoops, sorry, I misread the question.

On Mon, Feb 21, 2011 at 8:25 AM, Kostya Vasilyev <[email protected]> wrote:
> Ash,
>
> If I understand you correctly, you simply want to run some network
> communication over WiFi while a phone call is happening, and *not* trying to
> route the phone call over WiFi or anything like that.
>
> That is, two independent things happening at the same time: the voice call
> and networking over WiFi.
>
> Yes, it's possible. And it just so happens that it was very easy for me to
> run a quick test. It works, and no special APIs are required, just normal
> java.net code.
>
> -- Kostya
>
> 21.02.2011 16:03, Mark Murphy пишет:
>>
>> On Mon, Feb 21, 2011 at 1:08 AM, Ash<[email protected]>  wrote:
>>>
>>> I want to do socket based network operation using Wi-Fi connection
>>> during a phone call (initiation, conversation, termination). I mean
>>> while conversation over the phone, in background my network service is
>>> also running and exchanging IP packets using Wi-Fi Connection.
>>>
>>> Is it possible?
>>>
>>> Can Wi-Fi Service and Cellular Call Service (Phone Call only) co-exist
>>> (in running state)?
>>
>> The OS can support it, as evidenced by the WiFi hotspot feature.
>> However, there is nothing in the current Android SDK to allow you to
>> set this up.
>>
>
>
> --
> Kostya Vasilyev -- http://kmansoft.wordpress.com
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in London: http://bit.ly/smand1 and http://bit.ly/smand2

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to