Re: [android-developers] Android: WIFI and Mobile internet confliction

2012-04-23 Thread Robert Greenwalt
It would be useful to get a bugreport or a logcat of the operation. When you switch from mobile to wifi the device will use mobile until wifi connects and has a dhcp response and then it will change the route table and reset all live connections. The reset should prevent apps from getting hung wa

Re: [android-developers] Android: WIFI and Mobile internet confliction

2012-04-22 Thread Bhuvan Chandra
On Sun, Apr 22, 2012 at 8:12 PM, Bhuvan Chandra wrote: > Hello , > > I dont have an answer for u but i have a question, as part of my project i > have to develop an android app which could receive the gps coordinates and > send them to a pc(i.p.address) through wifi both mobile and pc are > connec

[android-developers] Android: WIFI and Mobile internet confliction

2012-04-22 Thread JibW
Hi, I posted my problem in detail in stackoverflow, but didn't get any positive answer for the problem. The link to the problem is as follows. http://stackoverflow.com/questions/10192974/android-wifi-and-mobile-internet-confliction If someone can give me any Idea why this happens, really grateful.