[android-developers] Re: WiFi Error

2011-08-29 Thread Ratheesh Valamchuzhy
*Where is the reply, .. [?]:)* -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-deve

Re: [android-developers] Re: WiFi Error/Unable to connect in AVD

2011-02-02 Thread Kostya Vasilyev
02.02.2011 23:23, Kim пишет: Thanks, Kostya. Your code got me looking in the right direction. I went back to an earlier release that had been working and found two things, both of which I had to change to get it to work: 1) In my startup code I changed "while(!wifi.isWifiEnabled()) wifi.setWifi

[android-developers] Re: WiFi Error/Unable to connect in AVD

2011-02-02 Thread Kim
Thanks, Kostya. Your code got me looking in the right direction. I went back to an earlier release that had been working and found two things, both of which I had to change to get it to work: 1) In my startup code I changed "while(!wifi.isWifiEnabled()) wifi.setWifiEnabled(true);" to what I had