tethering Questions
6
Solved
I have a Samsung Galaxy Tab A 10.1" that I want to use as a second monitor with my PC. Spacedesk works great for my needs so long as I'm on a network with lots of bandwidth -- but more freque...
Bandaid asked 11/2, 2018 at 8:2
4
Solved
I am using my android device as a mobile web server. I want to direct every user that connects through my portable Android hotspot to a specific wellcome page.
Does anybody know how to implement ...
Forefather asked 18/4, 2014 at 8:19
7
Solved
I'm setting up some tests and it will require a decent number of phones to be usb tethered and configured. I've been successful in configuring them the way I want to once they have been tethered, h...
2
I am using android 4.1.1 ... I am making an application that allows the user to make his own network using Wifi Hotspot and then the clients can connect to it and share data. I have successfully cr...
Clydeclydebank asked 17/6, 2013 at 16:56
2
Solved
I have a Raspberry Pi with running custom server not connected to the internet (offline system).
I would like to connect Android device via USB cable to rPi and communicate with it.
As Raspberry ...
Janetjaneta asked 2/3, 2014 at 13:0
1
With the release of API level 26, my app's core functionality broke, this being, changing the users' hotspot setting within the application.
To get and set this configuration I am using the follow...
Thorax asked 24/9, 2017 at 16:27
1
I've tried to create a Wi-Fi tethering hotspot in Android Marshmallow using the following code.
public class WifiAccessManager {
private static final String SSID = "1234567890abcdef";
public s...
Shoreward asked 9/12, 2015 at 6:46
3
I am trying to turn on the portable Wifi hotspot ON, by referring this link:
how to set advanced settings of android wifihotspot
This is working well on Samsung Galaxy S3 Android v4.4.2.(no issues...
Genoa asked 10/9, 2014 at 13:14
4
Solved
Is there any way to get a the list of connected MAC addresses when my phone is on Wi-Fi tethering mode?
2
Solved
I just spoke with a phone company in Denmark, that offer "Free 3G/4G", on the phone, but they have a limitation if you create a hotspot and share the connection, this limitation is on 50GB.
How do...
Graiae asked 29/8, 2016 at 9:49
4
Solved
I am trying to make an application like "Bluetooth auto tethering" on play store. I read on the forum that Android is very security-aware and will not enable this setting without user interaction.
...
2
Solved
I'm trying to setup a testing environment for my android app where the separate devices need an Internet connection, but don't have wireless capabilities.
So I decided on using usb reverse tetheri...
2
I'm trying to throttle my device's network connection while testing it on Android studio. My strategy will be to try and reverse tether the phone to my macbook Air so the computer acts as a hotspot...
0
I'm doing an application that store traffic data but i can't get tethering traffics.
// UIDs for Tethering ?
appNames.put(5, "Tethering WiFi");
appNames.put(7, "Tethering USB");
appNames.put(1...
2
I want to enable USB Tethering from my app on my Android 4.0 Device? The following code works for Android 2.2 but it does not work for 4.0.
Can anyone help?
int USBTethering(boolean b) {
try {
C...
1
Solved
The Delphi app tethering manager reserves 20 ports in the range from 2020-2039 to start up its communication threads.
I wanted to find out what happens, when the 21st application is started on the ...
Asta asked 16/6, 2015 at 10:11
3
I've tried to use different reverse thetering instructions for Android but no one had helped me.
I've got connection for several second (30 sec) and then connection dissappeared.
In connection m...
1
i am activating tethering mode with this code:
private void setWifiTetheringEnabled(boolean enable) {
WifiManager wifiManager = (WifiManager) getSystemService(WIFI_SERVICE);
Method[] methods = ...
Persuasion asked 1/4, 2015 at 19:55
1
I'm working on some test project, basically I want to route all traffic when I'm in hotspot mode into a fixed address. I have the IP range for example 192.168.0.0/24 I don't know if I can use iptab...
Wilbertwilborn asked 29/4, 2014 at 17:12
1
Solved
I've found on stackoverflow the code that activates wifi-tethering programmatically on android... but how can I disable programmatically wifi tethering?
Is available something like setWifiApDisable...
1
Is there any way to find out bluetooth tethering is enabled or disabled programmatically in Android 2.3+(any version after 2.3+)?
I am not asking to enable/disable it, but only to know if it is en...
3
Solved
Is this kind of link aggregation even possible?
On a Windows machine, there are several 3rd-party applications which make use of bonding and load balancing multiple network interfaces for increase...
Kosak asked 13/1, 2014 at 3:15
1
I am connecting different devices with wifi hotspot AP programatically in my android app, How can i detect the clients being connected and disconnected and to the wifi hotspot AP i turned on progra...
Frig asked 9/11, 2013 at 17:15
1
Solved
Sometimes I use PdaNet to tether using my iPhone. The desktop client for OSX is not as rich as the one for windows. One of the chief differences is, that the OSX does not allow to automatically con...
Roentgen asked 15/12, 2013 at 14:41
2
Solved
can I check programmaticall wheter the android device has tethering activated?
I just watched the WifiManager class. All vatraibles from the WifiInfo show the same values as iff the WIFI is turned...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.