android-wifi
How to turn on the Wi-Fi on android emulator device?
Today, I want to measure the Wi-Fi signal quality. So I download the 开发者_运维百科Wi-Fi Analyzer app, and I install it on the emulator,but it showed that the Wi-Fi has not been turned on. Thus I tur[详细]
2023-01-23 11:29 分类:问答android 2.2 emulator -- Fails to load Wi-Fi driver
I can\'t connect my emulator -- Target: Android 2.2 -- to connect to my home wifi that I know works ok. (Had also been able to do that a couple of months ago.) The emulator displays \"(No Service)\" o[详细]
2023-01-21 19:04 分类:问答How do I see if Wi-Fi is connected on Android?
I don\'t want my user to even try downloading something unless they have Wi-Fi connected. However, I can only seem to be able to tell if Wi-Fi is enabled, but they could still have a 3G connection.[详细]
2023-01-18 21:38 分类:问答Can an android phone pause wifi scan requests?
I wrote an android application to request a scan for available wifi signals around, using the WifiManager, then dump the results to a file. The program works fine, but this weird bug occurs.[详细]
2023-01-12 12:15 分类:问答How to get name of wifi-network out of android using android API?
I thought that I should use NetworkInterface::getDisplayName. I got 开发者_JAVA百科some name, but this name is different that this name which I can see, when I choosing to which network I want to conn[详细]
2023-01-12 05:16 分类:问答Android max ping size less than 64K
doing some test开发者_Python百科s with my ADP1 (version 1.6) I noticed that the maximum ping that I can send when it\'s connected with wifi (ad.hoc or with a router) is of 57740 bytes, shouldn\'t be 6[详细]
2023-01-10 10:40 分类:问答Android SDK WifiManager methods won't work?
For some reasons, this ain\'t working: wifi = (WifiManager) getSystemService(Context.WIFI_SERVICE); if(wifi.isWifiEnabled())[详细]
2023-01-10 06:40 分类:问答How to keep my wifi always turn on?
While disconnectiong to the selected wifi AP, my WiFi is turned off.I want to keep my WiFi always turn on while disconnecting to开发者_如何转开发 the the selected AccessPoint and in the meantime WiFi[详细]
2023-01-04 13:26 分类:问答Android getWifiState to String
I am attempting to get the string representation of an Android device\'s current WiFi state. I am using the getWifiState() method of the WiFiManager and am getting an integer returned depending on the[详细]
2023-01-02 07:00 分类:问答Connect to a specific wifi programmatically in android using kotlin in android 10 and above
I want to connect to a specific wifi in android programmatically using kotlin. Till sdk level 28 we were using WifiManager api to connect to a specific wifi network programmatically, this is working f[详细]
2022-12-07 20:12 分类:问答