Tethering is the act of sharing a data connection in a mobile phone with other computers. The sharing is typically done over WiFi or USB. This is done to provide Internet access to the other computers.
0
votes
0answers
83 views
Android 2.3.6 - USB Tethering and ADB at the same time
I'm trying to use USB tethering and ADB at the same time with a rooted Android 2.3.6 (yeah, old, I know) but I can't, when I activate USB tethering, adb stops recognizing the device.
Is it how Android ...
-3
votes
1answer
22 views
Mobile HotSpot:802.11 to Cellular data conversion [closed]
I am trying to understand the mobile hotspot technology (tethering). Specifically, I am interested in how the devices connected to a HotSpot (via Wi-Fi) access the internet via Cellular network. Here ...
0
votes
0answers
33 views
Bluetooth tethering status programmatically in Android
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 ...
-4
votes
0answers
129 views
Share laptop's wireless connection with Android device via bluetooth or USB teethering [closed]
So this is an unusual circumstance that I can't find an answer to.
Devices:
Android device using Jelly Bean
Windows 7 Pro laptop
Roku unit that cannot utilize hotel WiFi because of authentication ...
-4
votes
0answers
25 views
Build a Tether Application [closed]
Does anyone know anything about making my own Android Tethering application?
Does anyone have any tutorials or does anyone know where I should go to learn about doing this?
1
vote
0answers
53 views
Which Bluetooth profile I should use on a client side for tethering?
Which Bluetooth profile I should use on a client-side for tethering?
For example, I enabled tethering on my Android device and want to use Internet on other specific device, that doesn't have native ...
1
vote
2answers
204 views
Is it possible to enable/disable Bluetooth tethering programmatically on Android?
Is it possible to enable/disable Bluetooth tethering programmatically on Android?
0
votes
0answers
105 views
How to get the data traffic of a device connected to my wifi portable hotspot (tethering)
Sometimes I use my PC or other Android device to connect to an Android device enabling tethering. On android it is possible to retrieve the data traffic by using [TrafficStats]. I wanna combining ...
0
votes
0answers
45 views
Can I Start a service when usb tethering is enabled?
I am writing an internal enterprise app and need to start a background service when the user starts usb tethering.
I have not been able to find an intent to listen for which tells me that usb ...
0
votes
1answer
421 views
java.net.ConnectException
When I'm running my app through Google Nexus by connecting through USB and trying to connect webservice running on my laptop then I'm getting below error but I'm able to connect to webservie. Please ...
0
votes
0answers
719 views
Android - Enable Wi-Fi tethering without SIM card or internet connection
I am currently developing an APP to create a communication field between two devices over Wi-Fi tethering and TCP protocols. The first one is an Android device(server) that do not have a SIM card and ...
2
votes
0answers
159 views
Alternative to WiFi Direct
I'm trying to develop an application that, when run on two or more devices, will be able to send data to each other at high speed. Bluetooth is not an option because of the distance. I wanted to use ...
0
votes
1answer
318 views
Enable USB Tethering Android Programmatically without user Interaction
I am developing an application that requires USB Tethering.
I am using the following code to do so
Intent tetherSettings = new Intent();
tetherSettings.setClassName("com.android.settings", ...
0
votes
0answers
90 views
How rndis0 device is created
When we go to settings->wireless & network options in android phone and check the usb tether option,then immediately one network device rndis0 is created which we can see from adb shell netcfg
I ...
1
vote
1answer
185 views
How to write a tethering app for iOS? [closed]
I want to write a tethering app for iphone for private use. The problem is that I don't know where to start.
I have seen a few projects on github about proxy but those require an adhoc Wifi ...
2
votes
1answer
269 views
tethered camera application in linux with c++ [closed]
I would like to make a program that would offer tethered operation for a digital video/still camera (consumer cameras other than DSLR), so that you could plug the camera into a computer (USB or other) ...
0
votes
0answers
336 views
How to block/disconnect clients connecting/connected to an open wifi hotspot (android)?
I was able to create an open wifi hotspot in Android 2.2 programmatically and to read out the ip and mac of the connected clients using the ARP-File: code here
Now I would like to find a way to ...
1
vote
0answers
173 views
How did the original tether iphone app share the phone's internet connection over USB?
Tethering to your iPhone over SOCKS is clunky and prone to errors. There was once an app published by tether.com that allowed users to share their 3g/4g/LTE internet connection with their mac over ...
0
votes
2answers
246 views
How to check internet access (INCLUDING tethering!) on Android?
I am looking for a piece of code that would check network connectivity, of an Android device, including tethering, not only the wireless channels.
I have spent hours online looking for such a thing, ...
0
votes
0answers
102 views
Best way to exchange data with a PC from an Android [closed]
Sorry if this question has been asked before, but I got a little bit confused with the searches I've carried out.
I am relatively new to android, and I need to develop an application that exchanges a ...
0
votes
0answers
102 views
Can one exchange data over 3g while using reverse usb tether?
Assume one has set up an internet connection using reverse tether over USB (to a laptop, for example,) on an Android phone. While using this connection, is it possible for the phone to exchange data ...
0
votes
1answer
1k views
Bluetooth tethering on PC to provide Internet connection to an iPad [closed]
Let's say that for some reason one has a network connection by wire on its computer - linux or windows - and regarding the hardware: the only possible way to share this connexion with iPad could be by ...
0
votes
1answer
55 views
How is Internet provided to BOTH phone and PC when tethering?
My understanding is that the Android OS can be directed to communicate with the Internet by exchanging data through ONE of the 3G, wifi, or USB ports. When tethering, however, incoming data from a ...
0
votes
1answer
150 views
Using iPhone USB tethering connection from app
My app needs to transfer data to and from a PC/Mac, but without using Wireless or 3G.
Is it possible to use the USB cable to run a server on the device accessible by the PC/Mac?
Accessing the app's ...
0
votes
1answer
206 views
Android check support for wifi hotspot
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 ...
0
votes
0answers
106 views
tethering non-dslr digital cam to laptop
I am not sure whether this is the right forum for this question. Pardon me if it is not.
I have a Sony's digital camera. I want to operate the my camera from my laptop [TETHERING].
Basically I want ...
7
votes
2answers
793 views
Debug app using ADB over Bluetooth for on an Android-x86 netbook
I managed to set a nicely working Android-x86 on my netbook, with Bluetooth enabled and paired (!) with my Windows 7 development workstation.
I was initially hoping to use adb with it just as I am ...
0
votes
0answers
858 views
3G and WiFi Simultaneosly for internet access with source routing for Android
I am trying to develop an application which creates two sockets for file transfer, one from each 3G/4G and WiFi interface.
To enable this I need to make sure that both 3G and WiFi are up and ...
1
vote
2answers
343 views
android tethering restrictions
In android, is it possible to limit the the number of the devices that are connected to the phone via tethering?
The limit by the OS is 10 , is there a way we can reduce this value through an app ??
...
9
votes
1answer
523 views
How I can enable USB Tethering programmatically on an Android 4.0 device?
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 ...
0
votes
1answer
294 views
Android tethering web server
I am looking for a method to display a webpage when somebody connects to my hotspot
.Is there a way I could implement this?
1
vote
0answers
236 views
Not able to capture packet on tethering interface
I am browsing internet from my window 7 PC using android phone usb tethering feature.
I run the wireshark tool to capture packet over tethered interface .I selected all interface options using menu ...
0
votes
0answers
229 views
Android rndis interface data stall occurs
I use a android device to share 4G internet data to a PC (Windows XP), then I run a DOS executable “ftp” to login a FTP server then start to download and upload files simultaneous.
After 1 ~ 2 ...
1
vote
0answers
210 views
How to enable the tethering programatically in Android 4.0 and 3.0
I am developing an android application(for Version 4.0) which needs of using the USB tethering. But I could not able to switch on the tethering programatically. Please share your ideas if anyone have ...
2
votes
2answers
229 views
How to call the usb tethering intent in android 4.0 and 3.0?
I am developing an application for Android 3.0 and above. I want to communicate to a PC by tethering.
How do I call the "Wireless and networks-Tethering and portable hotspot Intent" by code to enable ...
6
votes
1answer
3k views
ADB over Bluetooth Android
I have no WIFI, I have no cable connection available.
Is there hope for me to connect my device to ADB?
0
votes
1answer
146 views
Local Datastore - SQL Server Express, MySQL, XML or NoSQL in .Net
Scenario:
I am building an OFFLINE (yeah you read right in 2012) application which needs to store data locally.
And will sync with a central mysql database when connected.
This client app has to ...
0
votes
2answers
842 views
Android tether - get current SSID
Duplicate question - How to get my wifi hotspot ssid in my current android system
Sorry for duplicate this qustion, but it still doesn't have the answer. My mobile in tethering mode, so I want to know ...
13
votes
2answers
2k views
get list of all users connected using wifi tethering in android
I am trying to get list of all connected users in wifi tethering. I know that i have to read dnsmasq.leases but the question is, where can I get this file from my mobile?
If i look at source code of ...
3
votes
2answers
950 views
WP7 Debugging without Tethering over USB?
i want to Debug some Networkproblem cases in my Application. But i can't really test it because my Phone has internet over USB. If I disconnect it from USB i can't debug... So is there anyway, I can ...
2
votes
2answers
1k views
Wi-Fi tethering - how to get list of connected clients
Is there any way to get a the list of connected MAC addresses when my phone is on Wi-Fi tethering mode?
2
votes
0answers
287 views
Initiate a bluetooth tether programatically
The android bluetooth class is fairly easy to use with regards to enabling, discovering, listing paired devices, and connecting to bluetooth devices.
My plan was to initiate a connection to another ...
0
votes
1answer
93 views
In linux, how to request an IP from my by wire, tethered phone? [closed]
By connecting a usb-cable from phone to computer, I want to get online without burning all the extra battery from running a WiFi AP.
If I google "how to tether", all the information is about how to ...
0
votes
1answer
192 views
Zend Studio with Remote Host option doesn't work in VPN networks & Android USB tethering mode
I'm using Zend Studio with Remote Host option (FTP) for working & testing directly in hosting. However, when I connect internet with my university's network, Zend Studio doesn't upload the code to ...
3
votes
0answers
201 views
Server and client on a device with WiFi-hotspot enabled
Is it possible to enable WiFi tethering/hotspot on an android phone and configure it to be a server as well as client through two different apps?
3
votes
0answers
2k views
Reverse Tethering (USB) Android Tablet
Scenario: Android Tablet (3.2/ICS) Ubuntu Server
I have a local apache server running on my ubuntu 10 machine - which serves data to my android app. This works fine over wireless internet ...
0
votes
0answers
358 views
Tether with mobile but use same IP address
Our university (school) has a limitation that one can only connect to their network using one device per student. It has been put in place because of the poor connectivity here (I'm in South Africa). ...
2
votes
0answers
350 views
Android - How are tethering apps that don't require rooting made? Wifi specifically
My knowledge of programming for Android is fairly limited and this is something I've wondered for a while but never seen really explained anywhere.
My wondering about this is mainly academic right ...
3
votes
0answers
231 views
Android phone communication by tethering
I know that an android phone can share 3G to another by using tethering. I would like to ask if two android phones could communicate directly to each other by socket when one phone (without 3G) opens ...
0
votes
1answer
312 views
Peer to peer via Wi-Fi?
Can I communicate from one WP7 device to another via UDP when one device enables tethering (becomes a wi-fi hotspot) and another one connects to him like to external Wi-fi hot-spot? Is this possible ...


