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. -- 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

