Hey In 2.1.0, we currently have the ability to use multiple bridges thanks to Andrew's work. However, we currently still have a series of issues related to the fact that on Android 4.x, the routing tables decided to take a vacation and never come back when there's no Internet connection. This means that the bridge freezes up and never comes back. This wouldn't be an issue if this wasn't our default bridge method. In addition to this, a large amount of memory usage on Android is also taken up with this callback server. So, I think we should take this thing out behind the shed and put it out of its misery.
As far as what should replace it, I'm for the overriding of the online event for replacing it, since it performs faster than the others, and actually works across all the versions of Android based on what I've tested so far (2.2.2 to 4.1.1). Any thoughts or reasons why this method should survive? Joe