Skip to main content

Questions tagged [hotspot]

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

2 votes
2 answers
7k views

How to add encryption to WiFi tethering on android

I have created an app for tethering WiFi on android devices, and here's my code: WiFiAo.java package com.gado.wifihotspot; import android.app.Activity; import android.app.ProgressDialog; import ...
mohammed abd elgwad's user avatar
1 vote
3 answers
3k views

Sending data from one Android device to another

I have to send data from one Android devices to many other Android devices. This will likely be a one way communication, as the sender will "push" data to the receiver, and the receiver ...
HJM's user avatar
  • 13
-1 votes
1 answer
3k views

How can I get the IP adress of my personal hotspot or other information in code [closed]

I want to get the detail of my personal hotspot, such as the ip address, the device which connect to my hotspot. what's more, the information I communicate with other devices by my personal hotspot?
whitekevin's user avatar
11 votes
1 answer
6k views

How to get Subnet Mask and Broadcast Address of Personal Hotspot in iOS

I need to find out a way to find out subnet mask and broadcast address of my personal hotspot in iOS. I am using the following way to find the IP address of the device if it's connected to WiFi. But ...
Salman Zaidi's user avatar
  • 9,712
0 votes
2 answers
1k views

How to check Android devices for WiFi or hotspot support

Does anyone know how an app may check whether a device supports WiFi mobile hotspot/WiFi tethering? For example, my Android phone has this functionality and you can tether the 3G connection, while my ...
Andy's user avatar
  • 2,477
0 votes
2 answers
3k views

Turning on a Wifi Hotspot in an Android App Automatically

I have an android program, written in Java and it uses a Wifi Hotspot, which at the minute I am having to turn on and give the settings manually. I would like for the hotspot to be turned on with my ...
Pippa Rose Smith's user avatar
0 votes
1 answer
139 views

Hosting a private wifi signal from droid

I have been trying to write an app that generates a personal WiFi hotspot from an android device, that funnels webpage and file download requests through the host's mobile data connection. I have ...
Azulflame's user avatar
  • 1,544
1 vote
1 answer
931 views

enabling personal hot spot connection deform the view of my iphone application

When using Personal Hotspot my application's view get distorted. Fields and text, tappable icon and graphic get separated,because of the extra bar beneath the status bar. Is there any way to adjust ...
iSankha007's user avatar
4 votes
0 answers
3k views

Personal hotspot breaks layout on iPhone

My layout is broken when I turn of my personal hotspot, when my personal hotspot is on, it goes well, but the layout stays the same when my personal hotspot is turned of. I have RootViewController ...
Andy Jacobs's user avatar
  • 15.2k
90 votes
10 answers
170k views

Android: How to Enable/Disable Wifi or Internet Connection Programmatically

Using the Connectivity Manager Class we can get access to either wifi or Internet Network: ConnectivityManager connec = (ConnectivityManager)getSystemService(Context.CONNECTIVITY_SERVICE); // ARE WE ...
Rohit Sharma's user avatar
  • 13.8k
24 votes
3 answers
23k views

Android 2.2 wifi hotspot API

What is the API call I need to make in Android 2.2 (Froyo) to create a Wifi hotspot (as seen in the Tethering and Portable Hotspot settings item).
Thomas's user avatar
  • 665

15 30 50 per page
1
15 16 17 18
19