Questions tagged [personal-hotspot]

A personal hotspot is a mobile device used as an ad-hoc wireless network router. Use this tag if your question relates to issues with programs you develop which arise when your device is being used a personal hotspot.

A personal hotspot is a mobile device used as an ad-hoc wireless network router.

When in places with no wireless Internet access, a mobile device with its own Internet connection can serve this function by transferring traffic over the local wireless network which it generates onto the mobile network where it is connected.

This is a feature of many modern mobile phone operating systems such as and .

Use this tag if your question relates to issues with programs you develop which arise when your device is being used a personal hotspot. StackOverflow is not the place to ask why your device's personal hotspot functionality is somehow handicapped.

142 questions
3
votes
4 answers

Disabling the Personal hotspot notification

Enabling personal hot spot pushing down the view and related subviews pushing down. How to disable the personal hotspot notification programmatically? (how can i restrict iPhone status bar to original size even when HOT SPOT is on?)
KP26
  • 43
  • 1
  • 1
  • 8
3
votes
0 answers

Is personal hotspot enabled on iphone?

Is it possible to check using the iOS API whether the personal hotspot setting is enabled on the iOS device? I am cool with using the private or the public API.
megZo
  • 734
  • 6
  • 19
3
votes
2 answers

iphone - create http server and connect via hotspot

I am interested if there is a way to create a HTTP server on iPhone and connect to it via iphone hotspot, so it would no need for any other infrastructure (e.g. lan). I would like to send it some data and it will need to process that data and show…
Ante Braovic
  • 457
  • 4
  • 13
2
votes
2 answers

iOS - How to send message from hotspot (iPhone) to connected client (IoT device)

I've searched google and only found the MultipeerConnectivity framework in iOS but I don't know how I could make it work for my specific case. The flow of what I want to do is like this: Enable personal hotspot in iOS Connect to hotspot from a…
HardCodeStuds
  • 407
  • 2
  • 11
  • 29
2
votes
0 answers

Check status of personal hotspot whether on or not?

How to check if personal hotspot is enabled or not. I need to get this information without jail breaking. Just the status ON or Off. I even check this solution - Detect Hotspot status I am unable to understand anything.
Nupur Gupta
  • 305
  • 1
  • 12
2
votes
0 answers

How to get details of devices connected to Mobile WiFi Hotspot

Following the answers of Wi-Fi tethering - how to get list of connected clients, I have got the list of devices which are connected to my Mobile WiFi Hotspot by reading /proc/net/arp file, which works for both rooted and non-rooted devices. Now, I…
Ritwik Jamuar
  • 351
  • 1
  • 4
  • 17
2
votes
2 answers

Programmatically set wifi hotspot password

I want to set my wifi hotspot password programmatically for my application so that user don't have to go to the setting menu to check their password. I am already using NEHotspotNetwork, where it set the password, but here, we need to set the…
g212gs
  • 863
  • 10
  • 26
2
votes
0 answers

How to detect whether device is mobile hot-spot or a real hotspot

When connected to wifi , how to detect whether it is mobile hot-spot(i.e. tethered hotspots/ personal hotspots / instant hotspots) or a real hotspot(i.e. router modem broadband connection) with the use of wifimanager class or related class in wifi…
Vishnu Prasad
  • 584
  • 4
  • 11
2
votes
1 answer

Using Mac Hotspot for automated testing of mobile devices

I've used Apple's Network Link Conditioner to simulate a degraded network for my iOS device testing. But I'd like to set up some automated testing where a Mac's wifi hotspot is used as the mobile device-under-test's wifi connection. I'd like to be…
Electro-Bunny
  • 1,380
  • 2
  • 12
  • 33
2
votes
0 answers

How to get stadistics of the traffic of every device connected via my Android phone hotspot

TrafficStats.getUidRxBytes(uid) gets the traffic of an app. But, I do not know which UID is the WiFi hotspot (which is a system app). AID_WIFI's UID is 1010, so I have tried TrafficStats.getUidRxBytes(1010) when the WiFi hotspot is opened and…
2
votes
1 answer

iPhone Personal Hotspot not discoverable

I'm building an application which allows to connect an other device to my iPhone's hotspot. After enabling the "Personal Hotspot" in the iPhone settings, my other device detects the hotspot... I use this command to check if the hotspot is on the…
Damien Romito
  • 9,801
  • 13
  • 66
  • 84
2
votes
1 answer

Launch screen doesn't fill the screen device on hotspot mode

If I activate the hotspot on my iPhone, the launch screen is moved up and in the bottom of the screen I have a padding space where I can see the wallpaper of my phone. I had the same problem on navigation controller, but I fixed it. Here I don't…
Adela Toderici
  • 1,118
  • 13
  • 30
2
votes
1 answer

detect hotspot enabling in iOS with private api's

ok so i want to detect weather the user has enabled hotspot/tethering or not in a iOS device. I can use private api's knowing it wont make it to the app store. i was trying to go through private api's list/ runtime headers but there are too many to…
hemant
  • 1,771
  • 4
  • 31
  • 43
2
votes
0 answers

How to redirect new connections on connectify/m-hotspot to a WAMP page?

I am using WAMP to run a local LAN service. I also share my ethernet network using m-hotspot with anyone who connects via wifi. What I want is that whenever someone connects to the hotspot, he/she should be redirected to the login page that I made…
Chand Sethi
  • 136
  • 1
  • 1
  • 9
2
votes
0 answers

Cached Mobile Hotspot

I'm wondering if there is a a solution to start a hotspot on my mobile android phone and cache the traffic to a SD card so that if two people are accessing the same request/url the hotspot will serve from a cache?
Justin T. Watts
  • 547
  • 1
  • 4
  • 16
1 2
3
9 10