I am using an xoom tablet with honeycomb as an experiment platform. I need to enable both wifi and 3/4G connection at the same time to enable fast swaps between them. However, it seems that enabling wifi disables the other connection, possibly to save power.

Clearly there must be some kind of support for having both running at the same time in the hardware (otherwise it wouldn't be able to check if there is a wifi network available without disabling the data connection for an extensive amount of time).

So, does anybody know how to prevent the tablet from shutting down the mobile interface when wifi is enabled, or any other way to make sure both interfaces are up at the same time? (I am well aware of the routing issues with a multihomed host)

link|improve this question

Hi. Did you get any further in this? I have been able to enable both 3G and WIFI on a rooted phone (by modifying and implementing the tethering code), but not without. – Kristian Evensen Jan 6 at 11:44
No, I have never solved this on Honeycomb. I ran into issues with all the different hacks I tried. I am currently looking at using ICS and modifying the connectivity service instead. – pehrs Jan 7 at 20:38
Me too. Or, I just chose to port my old native code, as I ran into several unexplainable (at least with out detailed kernel-knowledge) issues when modifying connection service. I wish they would add API calls for modifying this policy, to keep with their open philosophy and forth. – Kristian Evensen Jan 8 at 22:30
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.