[android-developers] Re: WifiManager.getScanResults() reports out-fo-date values after AP settings changed.

2009-12-04 Thread Farproc
Thank u very much. I do not think rebooting Wi-Fi device is a must-have to recognize an AP. My PC network adapter has no problem with recognizing and connecting to the AP after settings of AP changed. After all it is too terrible to have to reboot your device fater every single setting modification

Re: [android-developers] Re: WifiManager.getScanResults() reports out-fo-date values after AP settings changed.

2009-12-04 Thread Kevin Yuan
Thank u for your attention. The fact is that I change the settings of wireless router, and reboot it. But android sitll recognizes it as uncganged and WifiManager always reports the old properties. This is really really bad for app that displays detailed info of APs and intends to help users to opt

Re: [android-developers] Re: WifiManager.getScanResults() reports out-fo-date values after AP settings changed.

2009-12-04 Thread hongki park
I just guess, your changes need reboot. or, partially restart the modem side. 2009/12/4 Farproc > Nobody care? > > On Dec 4, 8:28 am, Farproc wrote: > > After changing the settings of the wireless router(SSID, frequency, > > securities) Android won't report the correct values until you reboot

[android-developers] Re: WifiManager.getScanResults() reports out-fo-date values after AP settings changed.

2009-12-04 Thread Farproc
Nobody care? On Dec 4, 8:28 am, Farproc wrote: > After changing the settings of the wireless router(SSID, frequency, > securities) Android won't report the correct values until you reboot > your android device!! > > http://code.google.com/p/android/issues/detail?id=5178&can=4&colspec=... > > Does