Hi! I'm building an application that uses the signal strength for the WIFI and get some strange results from the emulator. I'm always getting the value -200 from the method WifiInfo::getRssi.
The workflow I use is getting the WifiManager when starting up the Activity using Context::getSystemService. Then every time I need the signal strength I get a WifiInfo from the WifiManager using the method getConnectionInfo and finally get the strength using getRssi from the WifiInfo. Is this the expected behavior from the emulator? I currently don't have a phone to test it on and I'm not sure whether the problem is in my code or the fact that the emulator doesn't support this feature. /David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

