Hello, I have a MC40( GB) & wants to see the signal strength in fusion, i didn't find such option available in the fusion driver( similar thing is available for other MCD units with CE /WM OS). Any help in this regards will be highly appreciated.. Regards, Shridhar
How to check Wi-Fi signal status on MC40 GB?// Expert user has replied. |
1 Replies
This can be done using standard Android methods. Have the application register for the WifiManager.RSSI_CHANGED_ACTION. When this intent is received, the RSSI value will be captured by reading EXTRA_NEW_RSSI value. The attached .java file demonstrates this use.