Tell me more ×
Android Enthusiasts Stack Exchange is a question and answer site for enthusiasts and power users of the Android operating system. It's 100% free, no registration required.

When I turn wifi on my 3g connection shuts down, which is fine in most cases however I need to connect to a LAN at work that is not connected to the internet and I'd prefer not to lose my data connection when I connect to the work intranet.

How can I keep both connections active?

Ideally I could limit this desired behavior to this one SSID, because I want it to continue to operate with the default behavior for all other wifi connections. If that can't be done is like a solution that is easy to toggle on and off.

I'm using a VZW Galaxy Nexus on CM9.

share|improve this question
See this answer In short you cannot have both on as they are mutually exclusive. – t0mm13b Sep 22 '12 at 13:23

3 Answers

The wifi and 3g are using different spectrum, only when the hardware support recovering the info from the two carriers, and send such info to upper layers, people can see wifi and 3g being simutaneously avaiable. The doubt is how the app can use them simultaneously, let's say, for a piece of specific msg, the app will never send them both through wifi and 3g, so how did it make the choice, and what's the criterions?

share|improve this answer

Despite the wide-spread information of its impossibility, an app named Super Download claims to be capable of this, as you can read in the article Combine 3G 4G Mobile Data + Wifi together to Boost Download Speeds at Geeknizer.

Super Download

As expected, this comes from one of the XDA developers (elban) -- and, also expected, it requires your device to be rooted (not an issue for you, as you're running CM9;) ).

According to the article, you should keep some things in mind additionally:

  • Using both connections is not supported on all devices / rom combinations.
  • Some web servers may provide insufficient functionalities on the requested files.
  • The Lite version has a filesize limit of 50 megabytes. You’ll have to buy full version to go further. But if you download it from here (using barcode below), its free, with full features, courtesy of XDA).

EDIT: t0mm13b was so shocked that he dug deeper, so I can now add the link to the FAQ of Super Download...

share|improve this answer
Am shocked to see this - how the hell does it multiplex tcpip through both wifi and [3|4]g .... looks interesting, would expect that requires a custom kernel with a particular wifi chipset no? – t0mm13b Sep 22 '12 at 15:44
@t0mm13b As I already wrote in my answer: Using both connections is not supported on all devices / rom combinations. That's all I know about it... – Izzy Sep 22 '12 at 16:05
Cool, I'll check it out, thanks! – Matt Sep 22 '12 at 23:32
I'm curious how well it works -- didn't try it myself, as I had no need yet. But just in case... Please, let us know then ;) – Izzy Sep 23 '12 at 0:10
It didn't work. I ran the app and I had both the 3g and the wifi icons in my notification bar but I couldn't get on the internet. I checked my connection status in elixer and it showed that despite the icon my cellular data was disconnected. Thanks anyway. – Matt Sep 23 '12 at 11:46
show 1 more comment

There is Notification Toggle, which can display buttons on the notification bar to quickly toggle Wifi and many other stuffs. Didn't CM have this built in though?

share|improve this answer
The toggles don't seem to override the either or restriction. – Matt Sep 22 '12 at 23:33
@Matt: you're correct, it's an answer to this part of the question If that can't be done is like a solution that is easy to toggle on and off. I don't think there's a practical implementation of SuperDownload-like dual network is available for arbitrary connections yet, and so thusly. – Lie Ryan Sep 23 '12 at 7:53

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.