The wifimanager tag has no wiki summary.
5
votes
1answer
187 views
Android WifiLock WIFI_MODE_SCAN_ONLY not working
I'm trying to block the wifi connections. I want my application to turn on the wifi, but does not connect to any network that is already stored on the smartphone. But even after I use the SCAN_ONLY ...
5
votes
4answers
7k views
how to see if wifi is connected in android
I don't want my user to even try downloading something unless they have wifi connected. However I can only seem to be able to tell if wifi is enabled, but they could still have a 3g connection.
...
4
votes
2answers
1k views
android.net.wifi.STATE_CHANGE: not triggered on Wifi disconnect
Is it normal to only have a broadcast intent android.net.wifi.STATE_CHANGE when a Wifi connection is coming back up? I.e. I don't get this intent when Wifi is being disconnected.
UPDATE: I am ...
3
votes
2answers
227 views
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 ...
3
votes
1answer
1k views
Android - How to scan Access Points and select strongest signal?
I am currently trying to write a class in Android that will Scan for access points, calculate which access point has the best signal and then connect to that access point.
So the application will be ...
2
votes
3answers
337 views
How to connect to a specific wifi network in android programmatically?
I want to design an app which shows a list of wifi networks available and connect to the network when it is selected. I have implemented the part showing the scan results. Now i want to connect to a ...
2
votes
0answers
226 views
Thread hang on WifiManager.enableNetwork()
I am seeing my calling thread hang in native code when calling WifiManager.enableNetwork(). So far, I have only been able to reproduce this hang on the Motorola Xoom tablet running Android 3.2.1. I ...
2
votes
1answer
460 views
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 ...
2
votes
3answers
639 views
Can I use WiFi to transfer data/messages between two android phones, not connected to a router?
I'm aware that if two Android phones are connected to a same wifi network, they can implement socket programming to transfer data between them
But I actually want to know if you can use wifi as a ...
2
votes
1answer
168 views
issue with wifimanager.calculatesignalstrenth
I am using the following code to calcualte wifi signals strength:
List<ScanResult> results = wifiDemo.wifi.getScanResults();
for(int i=0;i<results.size();i++)
{
int ...
2
votes
1answer
1k views
Issue with WifiManager.calculateSignalLevel(RSSI, 5)
I am trying to use the Wifimanager to calculate the Signal Level of the access points found during a scan.
I am using the following method:
WifiManager.calculateSignalLevel(int, int)
But it appears ...
1
vote
1answer
39 views
android wifi active data transfer
Using Android TelephonyManager an application can obtain the state of data activity over the cellular network. For example, activity is coming in, going out, or both. I am wondering if anyone knows ...
1
vote
1answer
111 views
How to get the BSSID of the WiFi networks configured in the supplicant - android?
When i use getConfiguredNetworks() to get the BSSID value, it doesnt give me anything. I get all other values except BSSID. Can anyone tell me why this is happening? And yes the networks which i ...
1
vote
1answer
232 views
WiFi lock doesn't work, how to prevent wifi power save?
I'm beginnig mad...
I had done an app that transform the phone into a webcam (not pc but wheather webcam) and use the phone connection to send image to internet web space.
I'm using ad activity ...
1
vote
2answers
95 views
How to update Marker on a map periodically
I'm developing a WIFI positioning system. Location of a user is determined based on signal strength value (RSSI) from each access point.
My application should collect WIFI signal strength from each ...
1
vote
0answers
63 views
Holding wifi locks in a foreground service
I'm writing an Android app that uses a couple of *NIX binaries which have been cross-compiled to ARM that provide network based services on the Android device (roughly ~400,000 lines of C code which ...
1
vote
1answer
196 views
WifiManager.setWifiEnabled not working correctly on honeycomb
I'm busy writing a little program to automate my wifi on my 3.1 honeycomb tab and my 2.3.5 gingerbread phone.
Everything works great on the phone, but when my app tries to disable my wifi on ...
1
vote
1answer
542 views
What interval should I use between each WiFi scan on Android?
I need to perform Wifi scanning at regular intervals. I am encountering a problem when the time interval is set to 1-2 sec. It seems like I am not getting any ScanResult. Is there a minimum amount of ...
1
vote
1answer
88 views
IPCU in android
I am looking for i phone configuration utility like tool in android. for configuration of profile. I know that configuring wifi through code using wificonfiguration class is possible. As well as ...
1
vote
0answers
46 views
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 against the ...
1
vote
1answer
304 views
Android: Is there any way to get notified when known wifi networks get in/out of range?
I want to write an application which is consists on actions to preformed when already-known wifi networks get in or out of range.
For example, let's say my home wifi network's SSIS is "WifiHome", and ...
1
vote
0answers
324 views
Android, GTE Cybertrust Root and the Keystore
Im seeing some strangeness with the GTE CyberTrust Global Root on android 2.1 and 2.2.
If i add the cert using the CertificateInstaller from a WebView it claims the cert is a 'user certificate' and ...
1
vote
1answer
450 views
Android - Get Notified when a new access point is detected?
Does Android provide a notification of being in vicinity of a new Wifi Network? Whether the device is configured to connect to that wifi network depends on whether the device has the wifi ...
1
vote
2answers
659 views
WifiManager: Android
I am not able to get,
What is the purpose of Creating the MulticastLock used with WifiManager in android.
Can any body clarify me what exactly it means and when to use...
Any help much ...
1
vote
1answer
361 views
How to know which wifi hotspot is public or Secured using Android ,programmatically?
I want to know how can i filter the hotspot is secured or public using Android WIFI API or android sdk?
Regards,
Rajendar
0
votes
0answers
61 views
Using android.net.wifi.ScanResult to auto login to a wifi network secured by username/password
I'm brand new to the android developer world. I'm working through a few books and some example programs to get my bearings. I have questions about an android app that I'd like to write.
My school has ...
0
votes
0answers
25 views
How can I access a sub menu (Settings-> Wifi-Settings-> the pop up to enter user credentials) from my android app?
I have an app which scans for the Wifi access points and tries to connect to the strongest one.
I am trying to get to the pop-up screen(Settings-> Wifi-Settings-> pop up screen after selecting the ...
0
votes
0answers
58 views
How connect Android to no SSID public and no Password requered
i can't connect Android on SSID established, i try WifiConfiguration but unsucessfull, my ssid is open (without password).
In Android UI i can connect, but on code i can't.
Anybody help me?
...
0
votes
2answers
41 views
android wifi api issue with 3.1
I want to start my activity when my wifi will be switch on so that I call my activity when WifiManager.SUPPLICANT_CONNECTION_CHANGE_ACTION. It will be working fine with 2.3(Gingerbread) samsung tap ...
0
votes
0answers
16 views
Uniqueness of wifi network configuration in Android
What is wifi network configuration policy in android? I've just found that I can configure unlimited number of equal WifiConfiguration through WifiManager.addNetwork()
That's a mess.
I cannot really ...
0
votes
0answers
125 views
Android WifiManager getting link speed force close?
Okay so I am getting a force close when my app starts up trying to get the download link speed of the wifi connection. I think I have all the stuff in the correct spot but for some reason after adding ...
0
votes
0answers
44 views
Why WifiConfiguration.BSSID is always null?
I'm reading existing Wi Fi configuration.
Code is pretty decent
WifiManager wifiMgr = (WifiManager) getSystemService(Context.WIFI_SERVICE);
List<WifiConfiguration> configurations= null;
...
0
votes
0answers
43 views
How to use SUPPLICANT_STATE_CHANGED_ACTION WiFi BroadcastReceiver - android
I want to show the connection process on the screen when my device is connecting to the wifi network. SUPPLICANT_STATE_CHANGED_ACTION is provided by WifiManager but i don't know how to use it. Can ...
0
votes
1answer
52 views
Prevent user from turning OFF WiFi using code - Android
I'm designing an app which uses wifi for certain purposes. I want to prevent the user from turning the wifi radio off from the wifi settings of the device while my application is running and the ...
0
votes
0answers
94 views
How to synchronize WifiManager.startscan() and WifiManager.getScanResults?
I am trying to scan for access points every second. Here's what I am doing.
if (isScanning()) {
new Timer().schedule(new TimerTask() {
@Override
...
0
votes
0answers
54 views
Disabling Airplane mode, sometimes doesn't re-active wifi
Note that the app is designed to work without user interaction and with full control of phone (webcam application).
I wrote an app that use Alarm manager to execute a service (that hold a wakelock to ...
0
votes
0answers
87 views
how to connect (pair) the the available SSID wifi network in android
ho to connect the particular wifinetwork using SSID already i tried this network this was not working.i can't able to connect my particular SSID.
wifi = (WifiManager) ...
0
votes
2answers
68 views
wifi search for the devices connected to the same network i.e other than acces point(for android)
i want to make a modification to my project and right now the project status is.....
it is searches the available WiFi networks and shows the list with info of the network this works properly.Now i ...
0
votes
1answer
107 views
How to get IP adress of other hosts in same wifi network in android?
I am using wifi printer from my android application to print any file. Now i am able to send file to printer if i have IP address of printer.But i am having my device's IP address only .
SO how can i ...
0
votes
2answers
143 views
Reducing delay between two wifi scans
I'm writing an android application which purpouse is to determine the user position via a wifi fingerprint, and in order to do that i need to get really frequent (as frequent as possible) scansions ...
0
votes
1answer
100 views
Creating wifi scanning as a android service
Currently writing a wifi positioning program and 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 secs) at which ...
0
votes
0answers
128 views
Wifi Scanning in android
getScanResults () function in android is used to give the list of all APs scanned. What will this function return in case no AP is found?
Here is a line from my code -
List<ScanResult> ...
0
votes
1answer
38 views
Trying to get WifiManger to update
I'm writing an app to view all wifi connections that are present. So far, i got it to to work somewhat. When you press the submit button, you get a list of wifi connections, if you press it again, it ...
0
votes
1answer
49 views
Android - how to check if the device is in the same wifi
I want to write a program that wants to restrict location updates when the device is in the same wifi network. How would I go about doing that? How do I check if the device is in the same wifi network ...
0
votes
0answers
530 views
Can't set “WifiConfiguration” when enabling wifi-hotspot using “setWifiApEnabled”
I'm trying to set my Android device to be an Access-Point using the code I've seen here before:
WifiManager wifi = (WifiManager) getSystemService(Context.WIFI_SERVICE);
WifiConfiguration netConfig ...
0
votes
1answer
693 views
How to make my android app connect to wifi device vie ip address and port number
Can I please get code or an example to connect my android app to wifi device vie ip address and port number.
0
votes
0answers
295 views
Check if a wireless connection is ready or still “identifying”
I took over this C# project from some other engineer. This is a window form application in which I have to connect to an ad-hoc wireless network manually. The program uses the NativeWifi namespace ...
0
votes
3answers
452 views
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 scan. It has been discussed here recently, too.
...
0
votes
0answers
283 views
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);
WifiConfiguration wc = new WifiConfiguration();
Please help me
...
0
votes
1answer
300 views
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 establishing connection with ...