As I am aware of right now Wifi is not supported on the emulator.
Whatever you are getting on values from SDK APIs should be faked
values.

--
Roman Baumgaertner
Sr. SW Engineer-OSDC
·T· · ·Mobile· stick together
The views, opinions and statements in this email are those of the
author solely in their individual capacity, and do not necessarily
represent those of T-Mobile USA, Inc.


On Jun 22, 1:40 pm, laserallan <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to