Skip to main content

All Questions

Tagged with
0 votes
1 answer
29 views

Can a third party app create a hotspot on Android?

Is it possible for a third party app to open a WiFi Hotspot on Android? Following is basically the crux of how I am doing this. public void setWifiApEnabled(int channel) { WifiConfiguration ...
TheWaterProgrammer's user avatar
0 votes
0 answers
10 views

No connection even if it connected to hotspot

I have a problem with internet connection on my Ipad. I create a hotspot on my Android phone and connect to it on my iPad, but after a while, the connection stops working, and the pages on the iPad ...
Jan Hrabovsky's user avatar
0 votes
1 answer
48 views

How to Turn on LocalOnlyHotspot using WifiNetworkSpecifier.Builder as WifiConfiguration is Deprecated?

Here is My code- public void turnOnLocalOnlyHotspot(Context context) { ConnectivityManager connectivityManager = (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE); ...
VISHAL KUMAVAT's user avatar
0 votes
0 answers
46 views

Turn on/off mobile hotspot in android higher 8 by programming

I want to turn on or off mobile hotspot via code. I read many tutorials, but I see that it only works with API version lower 26. And I see the function wifiManager.setWifiApEnabled It uses for ...
hungtam's user avatar
  • 43
1 vote
1 answer
139 views

setWifiApEnabled: NoSuchMethod

I've been trying to follow this tutorial on how to programmatically configure and start a Wi-Fi hotspot on Android. Here's my main activity file: package com.example.test; import androidx.appcompat....
Daniel Walker's user avatar
0 votes
0 answers
56 views

Monitor/observe hotspot connection status

My app needs to connect to another device via hotspot. It will only form a closed network (no internet access) Internet will be accessed via mobile data. How can I monitor the status of the hotspot ...
Laldinpuii Colney's user avatar
0 votes
0 answers
297 views

List of devices connected to hotspot on Android 13

I am working on an android app that based on java that need the list of devices connected to hotspot which has been using arp table and ip neigh command. In the target SDK version 33, arp table and ip ...
Han Wei Ho's user avatar
1 vote
0 answers
461 views

list of Connected Devices on the Wifi Hotspot

i have a nokia device with Android 11 . this device doesn't show Connected Devices CURRENTLY connected to the Wifi Hotspot. IOT Development boards like Arduino or ESP32 etc... connected to the device'...
g06m's user avatar
  • 19
0 votes
1 answer
358 views

startLocalOnlyHotspot start the hotspot but not showing in wifi to other devices

I am trying to develop an app. For the app I need connect two device using wifi so I was trying to turn on hotspot from a device like "SHAREIT / SHAREME". `private void startLocalOnlyHotspot(...
Reaz Ahammed's user avatar
0 votes
1 answer
335 views

startLocalOnlyHotspot and create hotspot programaticaly

startLocalOnlyHotspot and create hotspot programaticaly I am trying to create a hotspot programmatically similar to this app my problem is hotspot create and immediately disappear Here is the code I ...
Mhmd Razi's user avatar
1 vote
0 answers
120 views

How to check status of Android hotspot using flutter

I'm building an app that requires a user to enable their hotspot. Is there any package to get the info of the hotspot of the device? if there's no package, how can I achieve it then? should I write ...
Muazzam Soomro's user avatar
0 votes
1 answer
650 views

How can I programmatically get information about local hotspot?

I need to perform a scan of the devices connected to the hotspot I broadcast with my mobile in order to start a communication only with these devices. The basic information I need is the broadcast ...
Marcello Carrozzino's user avatar
0 votes
1 answer
248 views

Android Wi-Fi Direct hotspot failure

I'm new to the Android platform and I want to create an app that creates a wi-fi hotspot so my microcontroller (esp32-c3) can connect to it. Further, the app should only contain a webview and be able ...
ffk27's user avatar
  • 1
0 votes
1 answer
450 views

How to open Android hotspot using flutter

I want to set ssid and password of wifi hotspot in android using flutter. I used wifi_iot but most of it's functions are deprecated. is there any other way to do so? I think using method channels ...
Amr Hassan's user avatar
2 votes
1 answer
161 views

How to get Try Again button click event using NetworkCallback?

I am trying to get Try Again system popup click event using NetworkCallback, Actually, I have WIFI hotspot & password and I am trying to connect that hotspot but if there are no any available ...
Hardik Parmar's user avatar

15 30 50 per page
1
2 3 4 5
11