wifi Questions

4

Currently, the most popular method of getting the SSID of the Wifi network the Android device is connected to is using WifiManager's getConnectionInfo() method. However, that method is deprecated i...
Hymn asked 27/2, 2022 at 2:39

9

Solved

Android saves WIFI details into WifiConfiguration class. When WIFI is ON and SSID, Pass-key details matches with WIFI network then Android auto connect with the particular WIFI Network. How to disa...
Mixie asked 22/10, 2012 at 12:14

4

Solved

I have a small TV box device running Android. Whenever I bring up the Wi-Fi interface, the Ethernet interface is disconnected. If I then bring up the Ethernet device, the Wi-Fi interface. I have t...
Kamakura asked 9/8, 2013 at 9:27

10

Solved

I want to transfer some data between PC and a mobile phone with WiFi. This is how I get the WiFi IP address: String ip = String.format( "%d.%d.%d.%d", (wifiInfo.getIpAddress() & 0xff), (wi...
Goosefish asked 27/1, 2015 at 9:29

8

Solved

I'd like to know if there is any .Net class that allows me to know the SSID of the wireless network I'm connected to. So far I only found the library linked below. Is the best I can get or should I...
Fiord asked 10/1, 2009 at 21:5

3

We are developing a wireless n/w configuration UI and need to check if a SSID is a valid one? Are there any restrictions on the character set? length ? anything more..
Patina asked 7/2, 2011 at 9:52

14

I'm basically trying to do this: How can I connect to Android with ADB over TCP? with the Droid X2. I have USB Debugging on, and my phone is plugged in via USB. The IP Address is 10.0.78.33 (I hav...
Beutner asked 11/6, 2011 at 0:6

5

Solved

When connecting a device with ADB Wireless, got failed to authenticate to <ip> adb devices gives the device shows up as unauthorized.
Frendel asked 21/10, 2013 at 2:42

7

Solved

Question about the MAC-protocol of 802.11 Wifi. We have learned that when a station has received the data it waits for SIFS time. Then it sends the packet. When searching online the reason that is...
Buehler asked 8/1, 2010 at 20:44

2

Solved

I want to generate a list of all devices on a local network. I have tried the command arp -a and it has listed some devices, but not all of them. The ifconfig command shows my IP address and MAC ad...
Intendment asked 4/6, 2015 at 12:49

15

Solved

How do you detect the network connection type on Android? Is it through ConnectivityManager.getActiveNetworkInfo().getType(), and is the answer limited to Wifi and mobile?
Porterhouse asked 10/5, 2010 at 12:16

4

Solved

I have to write a linux desktop software which connects to a hidden wifi network. If the network is not hidden, my code can connect by calling nmcli, but if it is hidden, it can not add the ...
Bierce asked 18/2, 2016 at 8:36

11

Solved

I'm trying to get the SSID of the WIFI network when my android device is connected to WIFI. I've registered a BroadcastReceiver listening for android.net.wifi.supplicant.CONNECTION_CHANGE . I get ...
Employment asked 27/1, 2014 at 20:51

8

Solved

I need to check the current connected wifi SSID on android. I checked with Nokia 6 and OnePlus 5 with respectively Oreo 8.1.0 and Oreo 8.0. Other phones with different OS version is working fine wi...
Tris asked 23/4, 2018 at 9:17

13

Solved

How should I convert Wifi signal strength from a Quality in percentage, usually 0% to 100% into an RSSI value, usually a negative dBm number (i.e. -96db)?
Straddle asked 3/4, 2013 at 20:54

4

Solved

This question has already been asked by many people, but the solution that worked for them is not working for me. I have tested on Android 8.1 and Android 9.0 and cannot get the name of the SSID. ...
Coycoyle asked 17/2, 2019 at 19:28

42

Solved

I thought there was a way to test your applications in development over Wi-Fi. Is this possible? I'd love to be able to untether my phone and develop wirelessly.
Myocarditis asked 4/2, 2011 at 2:23

4

Solved

My app uses locationservices for tracking and geofencing in the background. Now with iOS 13.2 I see every second the following message in the console: Anchorwatch nehelper sent invalid result cod...
Pinon asked 10/11, 2019 at 17:11

4

I would like to connect to my wifi network using python. I know the SSID and the key for the network, and it's encrypted in WPA2 security. I have seen some libraries like wireless and pywifi but th...
Twofaced asked 1/2, 2019 at 12:16

8

Solved

I had this function to connect in Wifi network, below Android 10 it works fine, but when I tried on Android 10, I had a successful connection but WITHOUT internet, I knew it's a bug in Android 10 b...
Dowitcher asked 27/7, 2020 at 22:49

3

Solved

Is it possible to programmatically add a wifi profile to a windows operating system (minimum version windows 7)? I tried netsh with add profile and connect, but it doesn't work for me. Is there an...
Pre asked 5/2, 2016 at 19:38

7

Which listener does my class have to implement inorder to automatically check code if the wifi connects/disconnects? I'm able to manually check for wifi connection/disconnection but each time I n...
Arlenearles asked 15/6, 2011 at 18:12

3

Solved

I have installed android studio on my linux mint 19.1 and after installation of it I restarted my PC. After restarting I couldn't see wi-fi sign in my machine. Enable wifi option is not showing. I...
Diddle asked 7/9, 2019 at 6:0

6

Solved

I'm 14, pardon my Python knowlege. I'm trying to make this program that will only run while I'm at school (on the school's Wifi) using an if/else statement like this: if ontheschoolwifi: Keep run...
Loment asked 20/10, 2015 at 2:51

8

Could not run adb reverse: Command failed: /home/sofiane/Android/Sdk//platform-tools/adb -s 192.168.1.2:5555 reverse tcp:8081 tcp:8081 When i use port : 8081 adb tcpip 8081 adb connect 192.168...
Tymon asked 19/5, 2017 at 21:30

© 2022 - 2024 — McMap. All rights reserved.