android-wifi
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 分类:问答Android turn On/Off WiFi HotSpot programmatically
Is there an API to turn On/Off the WiFi HotSpot on Android programmatically? What methods should I call to turn it On/Off?[详细]
2023-03-14 06:11 分类:问答Android - How to connect to the strongest Access Point if all have the same SSID?
I know how to connect to an access point, but I don\'t know how to connect to the strongest one, if all have the same SSID.[详细]
2023-03-12 05:47 分类:问答How to get MAC address of the WIFI interface in android?
I am using the following code: WifiManager wifiMgr = (WifiManager) app.getSystemService(Context.WIFI_SERVICE);[详细]
2023-03-11 00:32 分类:问答Code can't connect to an AP but Android can
I have an weird issue with WiFi in that my Android phone can connect to a specific AP using the \"native\" Settings->Wireless & Network->Connect but I can\'t connect using my code running on the s[详细]
2023-03-09 22:19 分类:问答How to create our own wifi hotspot in android
How to create our own wifi hotspot. I need some开发者_StackOverflow社区 android devices connect to my device(hotspot) through wifi.I need to perform transfering of data to these devices through a clie[详细]
2023-03-09 09:16 分类:问答Checking if programm has the internet over wifi
After reading some answers and trying to use them I still can not make my code return a correct state, if there is internet over wifi or not开发者_StackOverflow中文版.[详细]
2023-03-09 05:24 分类:问答Android - Can't send image in base64 format to webservice over wifi
My scenario. Android application that get pictures and other information and stores all开发者_运维百科 in sqlite database.[详细]
2023-03-08 06:08 分类:问答Exception reading Wifi/3G State
Hi I have the following code that reads Network/Wifi state: public String getMacAddress() { WifiManager wm = (WifiManager) context[详细]
2023-03-06 23:40 分类:问答Wifi Connection Manager
Just need some help on Android...I just want to know the basic steps in creating an application that would enable detection of all the WiFi networks in a given area and es开发者_运维知识库tablishing c[详细]
2023-03-06 14:23 分类:问答