Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
0 answers
38 views

Is it possible setup phone with out wifi or cellular data after factory reset. if so i would be extremely grateful thank you for your time and hope every one has a blessed Thanksgiving
Yusuke Kenosha's user avatar
0 votes
0 answers
179 views

I'm developing an application that uses Wifi RTT/ FTM (initiator). Unfortunately, i don't have a WIFI RTT compatible AP/ router. So, I want to convert my other device to act as a responder. Earlier, ...
Adarsh Singh's user avatar
0 votes
0 answers
50 views

I want to implement a system that monitors whether the user turns on the WLAN scanning switch. If it doesn't, it will call the system's function to turn it on Intent wifiAlwaysAvailableIntent = new ...
Li xu's user avatar
  • 1
0 votes
1 answer
50 views

Unknown size limit of API: android.net.wifi.aware.DiscoverySession.sendMessage causes System.err Link to documentation: https://developer.android.com/reference/android/net/wifi/aware/DiscoverySession#...
coderpat's user avatar
0 votes
0 answers
138 views

I am using the react-native-wifi-reborn library to connect to a Wifi Network from the App without going into Wifi Settings. The code is working fine on android but on IOS it gives an error: " ...
Shafi ul Hussnain's user avatar
0 votes
1 answer
102 views

I'm using Wi-Fi P2P network on Android in order to connect to an IoT device. The connection is established all the time. The device runs a DHCP server: private class WiFiDirectBroadcastReceiver ...
gregoiregentil's user avatar
1 vote
1 answer
52 views

I'm encountering an issue with retrieving a WifiInfo object from an Intent on Android 13. I have an onReceive() function that is invoked by android.net.wifi.STATE_CHANGE. The following code returns ...
Bradley Deans's user avatar
0 votes
1 answer
8k views

Android device: How to connect wifi by "Adb shell cmd wifi" command? I tried to connect wifi by adb to avoid tedious click and verification operations by appium. And i found that the "...
GaviZ's user avatar
  • 11
5 votes
0 answers
619 views

I'm using addNetworkSuggestions on Android 10 to auto connect to an existing Wifi access point using this doc reference. I'm using the following code : val wifiManager = context.getSystemService(...
Bertrand Martel's user avatar
0 votes
1 answer
485 views

I have connected ESP32 to WIFI, but this WIFI must fix IP address, Gateway, Subnet mask, DNS and MAC. So, I assign them and test with two codes. The first one is with a ping library and the 2nd one is ...
kati's user avatar
  • 29
0 votes
0 answers
65 views

When I am trying to pair my realme 9 4g using wifi debugging i am not able do it. When click on the pair with qr code. the camera is not recognizing the QR code and also when using pairing code, my ...
user avatar
0 votes
1 answer
707 views

Is there an up-to-date way to get the current WiFi signal strength in Xamarin.Forms for an Android device? The code snippet following adapted from article 58191523 says that: The name '...
DumbestGuyOnSaturn's user avatar
0 votes
0 answers
73 views

I am developing app in Xamarin Forms using Visual Studio 2022 for Mac. For Android 12 API level 31, I am getting SSID as <unknown ssid> I have added below location permissions in manifest file: &...
BSB's user avatar
  • 277
0 votes
1 answer
611 views

I'm trying to connect a hide SSID which is SAE over ConnectivityManager. But the result is over time. The application can't connect to SSID. I'm trying to change the SSID to not hide. It works well. ...
赵小甲's user avatar
0 votes
0 answers
72 views

I am using the APP to connect to a device in Xamarin debug mode. When the system is trying to connect to the device(like the screenshot shows "Connecting to device..."), if I press the back ...
Hannah.C's user avatar
2 votes
1 answer
3k views

The documentation for Wifi Direct on the android developer site includes scraps of code taken from a now defunct sample application (Android Studio baulks at the project structure) that I managed to ...
norlesh's user avatar
  • 1,867
0 votes
1 answer
2k views

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 ...
Priyanshu Paliwal's user avatar
0 votes
1 answer
382 views

I am geting wifiInfo like that: val wifiManager = applicationContext.getSystemService(Context.WIFI_SERVICE) as WifiManager val wifiInfo = wifiManager.connectionInfo Log.d("###", wifiInfo....
AlexVs86's user avatar
1 vote
2 answers
503 views

I need to take SSID of connected WiFi and first i tried this: val wifiManager = applicationContext.getSystemService(Context.WIFI_SERVICE) as WifiManager val wifiInfo = wifiManager.connectionInfo ...
AlexVs86's user avatar
1 vote
0 answers
88 views

I want to get Their IP address, mac address and want to block the particular device from the list.
kawsar ahmad's user avatar
0 votes
0 answers
87 views

I want to make an app that displays the current rssi, with live updates. So far i've go this: override fun onCreateView( inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: ...
Feldmarshall's user avatar
-1 votes
1 answer
891 views

I'm attempting to rewrite an old app that gathers WiFi signal data and uses it for internal positioning. To be actually usable, it has to be able to do this while it is not the active app and/or while ...
Jdinklage Morgoone's user avatar
2 votes
1 answer
729 views

I am trying to connect and disconnect form a wifi programmatically in android(kotlin). I am able to connect user to wifi using WifiNetworkSuggestion. Now when I try to disconnect the user from the ...
Safal Shrestha's user avatar
1 vote
0 answers
372 views

I'm trying to create a hotspot with a pre-defined SSID, and I want to do that with a StartLocalOnlyHotspot() method that includes a SoftApConfigurations argument. The only problem is that the ...
averageAndroidEnjoyer's user avatar
0 votes
1 answer
2k views

I need to setup a WiFi AP with WEP security on an Android Phone or Tablet and I set out to build an App for this purpose. Disclaimer: I am well aware of WEP shortcomings but I still need this. My app ...
YeO's user avatar
  • 1,180
19 votes
3 answers
17k views

I want to pair my android device by scanning QrCode in device manager android studio. Sometime it works but often it doesn't work. when I scan QrCode it waits in state below I try ways below: 1- ...
mohamadreza navab's user avatar
1 vote
0 answers
341 views

In Android 12, which API or methodology should we use, in order to get the IP address, hostname, MAC address of a remote device that is connected to our hotspot which is of local only hotspot type. ...
pravin kumar's user avatar
0 votes
0 answers
24 views

I had tried this code but it was not working in the Android newest version. <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/> <uses-permission android:name=&...
Josort's user avatar
  • 11
0 votes
1 answer
2k views

I am looking for a wifi package in flutter which allow me to connect to home or public wifi, most of the wifi package in flutter have been depreceated, I have tried wifi_iot package but it doesn't ...
Syed Danieal hafez's user avatar
0 votes
0 answers
103 views

Basically, I'm trying to show available Wi-Fi list in my Lenovo-Tablet Android 11, but it's not working. The same code is working fine for BMAX-Tablet Android 11 and I can see the list. Here is the ...
Shehzad Raheem's user avatar
2 votes
0 answers
308 views

I created an Android app that starts a local-only hotspot by making the call StartLocalOnlyHotspot(). The problem is that when I run it on Android 12 devices, it always create a 5GHz network but my ...
clam0824's user avatar
0 votes
2 answers
819 views

I'm running a script to connect my amazon fire device with wifi but it actually fails exactly on setting up the ssid and password script: echo $DSN1 adb -s $DSN1 root sleep 2 adb -s $DSN1 remount ...
GOWSIKAN G's user avatar
0 votes
1 answer
570 views

I want to create app functionality to turn on WIFI programmatically. In android wifi.setWifiEnabled method was deprecated.
Ninad Hire's user avatar
2 votes
1 answer
2k views

I'm trying to get my app to connect to a WiFi AP to provide Internet with WifiNetworkSpecifier using code like this. But it's always calling onUnavailable in the NetworkCallback. private val callback: ...
georgiecasey's user avatar
  • 23.6k
7 votes
2 answers
10k views

I need to connect an android device to wifi programmatically without interacting with the user. Notably, this app is being purpose built and will not be on the play store or deployed publicly (I say ...
HXSP1947's user avatar
  • 1,371
0 votes
1 answer
1k views

i am developing an android application (single-mode) in which app is connected to wifi programmatcally. Everything works and i get a message "Connected" But when i use internet in the ...
Sana's user avatar
  • 151
0 votes
1 answer
238 views

Sorry this question might be easy/confusing because I'm new to Java and Android Studio. The android.net.wifi.ScanResult class has fields SSID/BSSID that gives the information of the scanned access ...
Allen997's user avatar
1 vote
0 answers
494 views

We are currently building a custom Android app running on a small Android device. The app makes API calls to a Node server, running on an Azure App service. When we connect the device with an ethernet ...
sjohansson's user avatar
0 votes
0 answers
67 views

I have a question regarding a standard android feature. https://osu.globalreachtech.com/onlinesignup/5156794 We are currently working on a demo site that allows one-tap installation of Wi-Fi settings ...
ak_shiba's user avatar
1 vote
3 answers
498 views

I am trying to connect to a device via wifi final WifiNetworkSpecifier wifiNetworkSpecifier = new WifiNetworkSpecifier.Builder() .setSsidPattern(new PatternMatcher(networkSSIDPattern, ...
haythem souissi's user avatar
0 votes
1 answer
124 views

I am new to android and I am working on a single-mode application for Android TV. my target SDK is 30. I am trying to create a custom page to get a list of all wifi and connect to the wifi. Is there ...
Sana's user avatar
  • 151
0 votes
2 answers
880 views

I have an Android device that has wifi and Bluetooth modules. I want to build applications to connect the device to the internet using a smartphone's data connection. Is this possible? The smartphone ...
SyncMaster's user avatar
  • 9,986
4 votes
0 answers
1k views

My app uses the Wi-Fi Suggestion API. The first time I want to add a suggestion, the operating system asks the user to allow that the app wants to add a network configuration. If the user rejects the ...
Raman's user avatar
  • 650
0 votes
1 answer
71 views

I am working on an Android pastime project. I have a camera device that runs on Android 8.1. This camera device doesn't have a screen. I am trying to identify the best way to transfer photos from the ...
SyncMaster's user avatar
  • 9,986
1 vote
1 answer
565 views

I try to connect to a specific Wifi but everytime I get a System.NullReferenceException: 'Object reference not set to an instance of an object.' (commented in code) Here is my method public static ...
BlyZe's user avatar
  • 45
0 votes
0 answers
273 views

I'm trying to send array by using wifi and I use this code: I depend on this code in link: here #include "WiFi.h" #include "ESPAsyncWebServer.h" const char* ssid = "ESP32-...
lena's user avatar
  • 727
6 votes
2 answers
20k views

I am writing an application in android studio for android Pie. I want to get wifi info. @RequiresApi(api = Build.VERSION_CODES.S) public String getData() { String wifiDataTest;...
xxvrmv's user avatar
  • 71
1 vote
1 answer
1k views

I quite new to android video recording and sharing. Let say I've got two Android devices D1 and D2 In D1 I split screen in to do parts, in the top part I display camera view from D1(cameraX), and in ...
P.T's user avatar
  • 11
0 votes
0 answers
375 views

I am working on a network specific app and I see there are a few apps on play store that connect/disconnect and enable/disable wifi programmatically. I want to do the same. Since, most of the methods ...
Gurkaran B's user avatar
2 votes
0 answers
592 views

I have a device owner app in android 11 that is responsible for configuring WPA wifi networks. What I am doing in code basically is the following): val config = WifiConfiguration().apply { ...
Ankit Koirala's user avatar

1
2 3 4 5
41