Slashdot Mirror


Telcos Waking Up To the Value of Your Location

holy_calamity writes "Cell phone networks represent probably the most effective data collectors of all time: almost everyone's movements and communications are logged in some way by these firms thanks to the ubiquity of cell phones. Now they're beginning to wake up to the value of that data, as researchers mine call records to study travel and social patterns at previously unimaginable scales. Not surprisingly, some are thinking about how to monetize that data, too."

15 of 178 comments (clear)

  1. "Value Added" by betterunixthanunix · · Score: 4, Insightful

    My guess is that the companies will try to charge their customers more for "location based services," and also charging the companies that use location data to actually provide those "services."

    --
    Palm trees and 8
  2. Re:Value by Em+Emalb · · Score: 3, Insightful

    SMS charges are absolutely ludicrous.

    It amazes me that telcos can get away with charging so much for such a minimally network-intensive service.

    --
    Sent from your iPad.
  3. Maybe we should charge them? by casings · · Score: 4, Insightful

    If government subsidized telcos want to use my data to make money, I think I will charge them for it. After all what travels on their tubes isn't their data, otherwise they couldn't be labeled common carriers.

    1. Re:Maybe we should charge them? by ScaredOfTheMan · · Score: 5, Insightful

      Tell that to the Credit Reporting Bureaus that use your data to make money. My money says Telco will simply see this as gravy, and not pass along any of the financial benefit to the customer.

  4. prepaid is the way to go for privacy by Anonymous Coward · · Score: 5, Insightful

    If you care at all about your privacy, buy prepaid with cash. They don't have any way to tie you to the specific phone that way.

    Otherwise, if you give them all your data, don't be surprised when they use it for all kinds of things you didn't imagine.

    Most people seem to take the philosophy of, "I'll just ask nicely and maybe they won't go all big brother on me". Me, I try to push towards the philosophy of, "Let's not give them this in the first place. Then there's no issue because it *cannot* be a problem".

    Not just for this but other things too. I admit it requires a few sacrifices, but really much less than you might think. Mostly what it requires is *thinking*.

    1. Re:prepaid is the way to go for privacy by zuckie13 · · Score: 3, Insightful

      Until they force you to show ID to buy the prepaid phones.

    2. Re:prepaid is the way to go for privacy by localman57 · · Score: 3, Insightful

      They don't have any way to tie you to the specific phone that way.

      Yeah. Because a phone that's been used to call your Mom, your job, your Wife, your girlfriend, your bank and your favorite dealer will be virtually impossible to tie to you.

  5. FamilyNet customer support by Dr_Barnowl · · Score: 3, Insightful

    "So, we noticed that you spent an hour at a known brothel today. The good news is we offer our special customers preferential rates for non-geographic billing!"

  6. Beginning? by Chelloveck · · Score: 2, Insightful

    Beginning to wake up to the idea? I got out of the cellular biz back in '95, and "location based service" was being talked about then. It's hardly a new idea, and it's one the telcos have been drooling over for more than a decade. Maybe they're finally figuring out ways to make it pay off.

    --
    Chelloveck
    I give up on debugging. From now on, SIGSEGV is a feature.
  7. Re:Value by DerekLyons · · Score: 2, Insightful

    It's called "charging what the traffic will bear", and it's not "getting away" with anything - it's extremely smart pricing.

  8. I'm beginning to wake too! by erroneus · · Score: 2, Insightful

    I am beginning to see value in turning my phone off and leaving it at home... maybe even turning off service.

    Where are our consumer protection agencies when we need them? At every turn, the people we exchange money with are sharing our personal details for further profit. This should be illegal without compensation. If I am used in generating their content, and to be clear I *AM* being used, then I should get a cut of the profit at the very least and most certainly the ability to opt out with complete confirmation and the ability to sue if they violate that status.

  9. Re:Why stop at location? by Phillibuster · · Score: 3, Insightful

    why turn off the microphone just because you aren't making a call? Just continuously record everything in the vicinity

    They'd never do that, because then they'd have to upgrade their networks... ;)

  10. Why can't they use this data fix their coverage? by apenzott · · Score: 3, Insightful

    It seems odd that now that the carriers have GPS coordinates of where their subscribers are using their services, that they seem unwilling to use this data (GPS coordinates and dropped calls) to improve their coverage and services where the customer needs it.

    Oh, that entails spending money rather than making money. (Fail.)

    --
    The Roman Rule: The one who says it cannot be done shall not interrupt the one who is doing it.
  11. Re:Well then, ... by darkfire5252 · · Score: 2, Insightful

    I guess it's a good thing I don't have a cell phone. No cell phone, no tracking. No tracking, no data mining.

    This is possibly the most dangerous attitude for people to have. The 'magic' of data mining is that it relies on probabilities that are learned from populations as a whole. Knowing how millions of people who do have cellphones behave can, and will, give data miners valuable (or dangerous...) insight about how people in general will behave. Don't think for a second that, because you personally do not have a cell phone, you don't stand to lose some privacy with the rest of us.

  12. Re:Value by izomiac · · Score: 2, Insightful

    Out of curiosity, why not do a variable sleep based on your distance from home? Perhaps something like:

    Find position latitude & longitude
    Compare to home position to determine the (straight line) distance
    Subtract the trigger radius
    If the phone isn't in the trigger radius (i.e. positive distance):
    Divide the remaining distance by a maximum travel speed of ~70 mph
    Sleep for that period of time, with some minimum/maximum


    So long as you don't hang out around your trigger radius your battery life should be excellent, and you should get nearly instant response times.