wifimanager
Is there any way to switch on wifi in monkeyrunner otherthan using the cordinates
Is there any way to switch on wifi in monkeyrunner otherthan using the cordinates.?Can we use WifiManager api from monkeyrunner.[详细]
2023-04-10 23:44 分类:问答Creating wifi scanning as a android service
Currently writing a wifi positioning program an开发者_如何学God i need to scan the surrounding for active APs so as to calculate the current position of the user. However, user can set the time (0-10[详细]
2023-04-10 02:09 分类:问答What interval should I use between each WiFi scan on Android?
I need to perform Wifi scans at regular intervals. I am encountering a problem when the time interval is set to 1-2 seconds. It seems like I am not getting any ScanResult. Is there a minimum amount of[详细]
2023-04-09 17:56 分类:问答Check if wireless adapter is on / exist in C#
I\'m using ManagedWifi in my C# application. The application will take control and connect to a designated SSID. Right now I\'m trying to handle all possible errors, especially this. At the moment the[详细]
2023-03-22 11:24 分类:问答Android: Wifi is turned off even with WifiLock
I have a foreground service that runs as long as I have a Wifi connection. During the duration of the service it holds a WifiLock. Everything works fine until I turn off the screen and wait about 15 m[详细]
2023-03-22 03:46 分类:问答Can I use WiFi to transfer data/messages between two android phones, not connected to a router?
I\'m aware that if two Andr开发者_StackOverflowoid phones are connected to a same wifi network, they can implement socket programming to transfer data between them[详细]
2023-03-20 16:08 分类:问答IPCU in android
I am looking for i phone configuration utility like tool in android. for co开发者_开发技巧nfiguration of profile. I know that configuringwifi through code using wificonfiguration class is possible. As[详细]
2023-03-14 13:34 分类:问答Missing method in android.net.wifi.WifiManager
On the site androidjavadoc.com, a method startScanActive is listed in the class WifiManager that makes it possible to perform an active wi-fi s开发者_JAVA技巧can. It has been discussed here recently,[详细]
2023-03-10 03:27 分类:问答Connecting WiFi printer using IP address on Android
How can i connect to WiFi printer using IP address on Android? WifiManager wifi = (WifiManager)getSystemService(Context.WIFI_SERVICE);[详细]
2023-03-09 22:37 分类:问答Getting "Capability matching failed at NIC." error while trying to set a custom profile - NativeWiFi + WinXP SP3
I am trying to create an ZeroConfig client to connect my Atheros WiFi device to an AP (for learning purpose). I am using NativeWiFi (WinXP SP3) to开发者_如何学运维 query my device & set a profile[详细]
2023-03-08 10:36 分类:问答