6

Looking at the responses to this question, it seems that a mobile service provider can't automatically detect whether or not a phone user is tethering their phone or not. Though they can infer it by the type of activity a user does.

However, my service providor charges extra for both USB and WiFi tethering. They can provide accurate usage statistics and charge by the data packet, so they must have some deliberately set up way of monitoring this. I believe the most likely way of doing this is they likely have some kind of software built into my installation of Android that reports whether or not I'm tethering.

So, does that mean if I root my device, and then presumeably that software is gone, they won't be able to tell anymore?

I'm weighing the risks and rewards of rooting my phone, and whether or not I could bypass their nickel-and-diming by charging extra for tethering would be a deciding factor.

Questioner
  • 3,729
  • 23
  • 60
  • 88
  • 2
    It won't make much difference for the scenario to whether your device is rooted or not; the service provider will have the same inspection level of observation (http headers and User-Agent fields, etc.) to detect your device being tethered or not, which is- as stated- a rare possibility. – SamSPICA Apr 03 '12 at 11:31
  • 1
    @SamSPICA: I don't think that's quite accurate. I don't think my service providor is currently just analyzing usage. I believe they have a specific process on the phone which manages the tethering process to monitor it. They can monitor it by the data packet and charge accordingly. – Questioner Apr 03 '12 at 16:04
  • 4
    The tethering app that the carrier provides is modified to call home and keep track of your usage (or validate if you're even allowed to tether, depending on the carrier). If you root then you can install a different tethering app. Is that actually what you're asking? – eldarerathis Apr 03 '12 at 16:45
  • @Dave M G: eldarerathis may be right. The tethering app itself might be monitoring your usage, with statistics being sent to the service provider. Try using a different tethering app- if that might help. But again, I say, it might not make a difference whether the device is rooted or not. – SamSPICA Apr 04 '12 at 05:27
  • @eldarerathis: Ah... I'm starting to see this a little clearer now. I guess at least part of what I'm asking is whether or not it's possible to use a different tethering app without rooting the phone... which is something I hadn't thought of until your comments, but I think that is an essential part of the question. – Questioner Apr 04 '12 at 05:47
  • @SamSPICA: As per my comment above, I hadn't started out thinking in that direction, but nonetheless it's a good suggestion to use an alternate tethering app that might circumvent the carrier's monitoring software and charges. You should put that as an answer, and even if it's not a direct answer, it would at least get you some rep. :) – Questioner Apr 04 '12 at 05:49
  • 1
    If you're rooted install SSH Tunnel to route all your traffic through it. they can't detect anything from your encrypted tunnel. – iOS Apr 04 '12 at 11:20
  • Encrypted VPN tunnel would be fine too. – iOS Apr 04 '12 at 11:21

3 Answers3

7

Technically they can inspect the HTTP Headers and look at the User-Agent field to determine browser and OS; but imagine the millions and millions of HTTP requests for web pages and applications in a given day.

They can do trends, and data mining techniques to find out - but is it worth all that effort for them just to track down someone using a few more MB of bandwidth? Probably not.

Dylan Yaga
  • 2,367
  • 16
  • 18
4

eldarerathis may be right (from his comment). The tethering app itself might be monitoring your usage, with statistics being sent to the service provider. Try using a different tethering app- if that might help. But again, I say, it might not make a difference whether the device is rooted or not.

SamSPICA
  • 939
  • 6
  • 17
-2

Is the app from the carrier itself? If you root your phone and install a custom ROM you are erasing the phone and anything that was pre-installed by the carrier. It should work fine after that, or if you have a international version of the phone. Also, they can only see how much data you're using, and they just make it slower if they see you're using too much.

eldarerathis
  • 36,787
  • 16
  • 144
  • 175
Memo
  • 1