Skip to main content

Questions tagged [hotspot]

A hotspot is a physical location where people may obtain Internet access, typically using Wi-Fi technology.

hotspot
0 votes
0 answers
64 views

Unable to connect to a flask server running on my pc from my phone when my pc is connected to my phones hotspot

I'm somewhat new to development and encountered an issue about which I could not find any info. I've got 2 apps, one to run on a mobile device (.NetMAUI), and another to create a server on a different ...
Patryk's user avatar
  • 1
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
294 views

Turning on hotspot in android 12

Following the answer to this question I could turn on the hotspot on an android 8 device. But the same code wont turn on the hotspot in an android 12 device. Here is my MainActivity.java: package io....
user6781's user avatar
  • 177
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
1 vote
0 answers
103 views

Is it possible to detect if the device has Hotspot enable?

I have to find if the device where my application run, has the Wi-Fi enable or if the device is in hotspot mode, else I want to display an error message. To detect if I am connected to Wi-Fi, I'm ...
Camille Maurel'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
1 vote
0 answers
71 views

I want to open the hot spot using flutter for android

How to use wifi_iot flutter plugin, because i can't find it's docs because i want to open the mobile hotspot and set it's credentials with flutter
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
0 votes
1 answer
417 views

Enable Location without user interaction (with privileged permissions)

I am developing an app which is installed in priv-app, so I can get all the system-permissions. I need to create an localOnlyHotspot without user-interaction. After rebooting the device, the "...
Ef Ge's user avatar
  • 808

15 30 50 per page
1
2
3 4 5
19