Questions tagged [hotspot]

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

A hotspot is a physical location where people may obtain Internet access, typically using Wi-Fi technology, via a wireless local area network (WLAN) using a router connected to an internet service provider. The service can also be provided by a smartphone using its cellular data to connect to the isp.

346 questions
0
votes
1 answer

How to generate valid debug version of JDK9 without "0x00007fffe0dde513 in ?? ()"?

This is my previous post: JDK9 Hotspot debug using gdb, causing SIGSEGV Segmentation fault in eclipse/Ubuntu terminal Right now I have a question about Thread 0x7ffff7fc8700 (LWP 74291) "java" 0x00007fffe0dde513 in ?? () (more details below) I…
skytree
  • 1,060
  • 2
  • 13
  • 38
0
votes
1 answer

Permgen space vs Meta space

Metaspace introduced in JDK 8 is still part of Runtime data areas in JVM ? How does it is different from Permgen space except auto increase in Size.?
user8070240
0
votes
0 answers

Is there any limit on the number of wifi networks that can be detected by a general smartphone (iOS and Android phones)?

I am trying to make a mobile application which needs to detect all the active hot spots around it and use the information for further processing. Note that I only need it to detect the hot spots and not connect to them.
0
votes
0 answers

Android game crashes when attempting to start wifi hotspots

I have two methods that will try to start the WiFi hotspot on the android device so that others can connect and play the game. The problem is both method have problems and don't work. The first method: public void ConnectWiFi() { try { …
Henjin
  • 528
  • 2
  • 9
  • 19
0
votes
1 answer

Mikrotic SSL Https Error

I'm trying to build an hotspot with mikrotik to allow the internet to my clients! So, the problem starts when i'm trying to access sites with Https sercurity like facebook, before the user authenticates. With normal http connection the hotspot works…
0
votes
1 answer

search mac addresses connected to windows mobile hotspot

I would like to list all mac addresses connected to my mobile hotspot in windows at that instance. I know "arp -a" command can be used to list all the addresses but it does not update the list when any device disconnects from the hotspot. Is there…
RubberDuck
  • 13
  • 3
0
votes
2 answers

Android - Show Notification with text for the connected WiFi devices

If the mobile connecting to open network(router), the system displays notification which takes to browser for sign in. Similarly Is it possible to show notification with custom text which open an browser with the intent url, when a device connects…
Ravi Kumar
  • 339
  • 2
  • 11
  • 24
0
votes
1 answer

Watch api(s) consumed by android application

I am looking for a way to see what API(s) is an android app using (with request headers). I think there is some way to connect it with hotspot of our computer system but i probably forgot the whole procedure. Any help would appreciated. Thank you.
DevUsman
  • 151
  • 2
  • 10
0
votes
1 answer

How to display a page when user connect to a wifi

I want to display a local web page when a user connects to my wifi. like a captive portal that when a user connects to the network, his device (i.e. android os) automatically detect that the network requires the user to sign in. I know, that I can…
Hossein Nasr
  • 1,436
  • 2
  • 20
  • 40
0
votes
1 answer

How to programmatically turn on Wifi hotspot on Android api level 23?

The program needs to switch on a hotspot with custom SSID and password, but I can't find any API to do so on Marshmallow.
NobleSiks
  • 329
  • 2
  • 4
  • 17
0
votes
1 answer

How can I get in my app when hostspot state changed?

I have a prototype Android app that is listening mobile function state continuously like Hotspot. For bluetooth detect, I am using registerContentObserver() to get the latest state and it will notify me in custom ContentObserver. So for…
Dhruv
  • 1,862
  • 3
  • 20
  • 38
0
votes
0 answers

How can I connect to localhost using the Tetherigh Hotspot of a phone?

I can't seem to find a solution for this. Either it hasn't been asked, is impossible, or I used wrong key words, so I'm gonna try and ask here. My problem is that I have two phones and a laptop. My Laptop has WAMP 3.0.6 on it and has my database and…
Arkonsol
  • 139
  • 1
  • 3
  • 16
0
votes
1 answer

Hotspot- Facebook authentication on mobile

I have setup a Mikrotik router that creates a hotspot where you can authenticate by normal login or by logging with the user's facebook account. This works on laptop and desktops (with windows OS). Once I tried it on mobile devices (with Windows and…
0
votes
1 answer

how to allow and deny access to devices to my wifi hostpot created on windows 7 (by mac address) in Vb.net

I have a wifi hostspot created on my windows 7. I want to share my internet connection. But i want to only allow the access to my wifi hotspot to some computers and deny the access to all others. All the users knows the password, then What i need is…
SomeOneMore
  • 89
  • 10
0
votes
0 answers

Correct way to create hotspot programmatically in devices with Cyanogenmod (6.0+)

public static boolean isApOn(Context context) { WifiManager wifimanager = (WifiManager) context.getSystemService(context.WIFI_SERVICE); try { Method method = wifimanager.getClass().getDeclaredMethod("isWifiApEnabled"); …
dino
  • 411
  • 2
  • 5
  • 10