Slashdot Mirror


App Enables Surfing Over SMS/MMS Through T-Mobile

MrSeb writes "An ingenious browsing hack has emerged: if you have an Android smartphone and a T-Mobile (US) unlimited messaging plan, you can now use an app called Smozzy to surf the web... for free. Smozzy is just a wrapper around the standard Android browser, but instead of requiring a data connection, everything is funneled through SMS and MMS. Whenever you click a link, instead of firing off a packet to a remote web server, a web request is instead sent to Smozzy's intermediate server via SMS. Smozzy forwards the request, downloads the web page you're trying to visit, and then sends it along to your phone as MMS messages — and both SMS and MMS are completely free with T-Mobile's unlimited messaging plan."

111 of 149 comments (clear)

  1. Can it run BitTorrent, too... by Joce640k · · Score: 1

    This is really cool. I hope they do a version of BitTorrent as well...

    --
    No sig today...
  2. Re:Cost Much? by firex726 · · Score: 2

    Well the app is free and unlimited messaging is like $10 I think (Maybe $20).
    Not too bad when you compare to the possible overage charges of going over your data plan.

  3. Re:Cost Much? by esocid · · Score: 1

    Which part? The app is free, and I think you get unlimited text included in a $60 plan, or something along those lines.

    --
    Absolute power corrupts absolutely. indymedia
  4. Privacy? by gameboyhippo · · Score: 1

    How does this service handle SSL? Can Smozzy spy on you? This sounds very uncool.

    1. Re:Privacy? by spud603 · · Score: 1

      I'm not an expert, but i don't see why public-key encryption wouldn't work here. The browser (which supports the SSL) is still just a browser. It's just that your encrypted data gets sent via SMS rather than TCP/IP.
      Unless I'm missing something...

    2. Re:Privacy? by yeshuawatso · · Score: 1

      Privacy aside, this is a very interesting way to solve the talk and surf problem for those stuck on the EDGE network with no 3G coverage, since plain text messages can be sent and received while on the phone. Yes, this would be painfully slow and inefficient, but it is a work around nonetheless.

    3. Re:Privacy? by jciarlan · · Score: 1

      The guy who made Smozzy replied to a bunch of questions on HN There is no encryption between the phone and his service (yet)

    4. Re:Privacy? by fuzzyfuzzyfungus · · Score: 1

      According to the writeup on techcrunch the service is quite high level: you SMS them a URL(through the app), they grab the webpage, bundle it up, and MMS it back for display. It isn't clear that that would even handle some of the dynamic/login-required stuff, much less do so in a manner that doesn't involve revealing your credentials to them.

      It's a pity, I was hoping for a more elegant hack, something along the lines of a VPN-style tunneling of arbitrary TCP/IP traffic encapsulated(in this case) in SMS messages. Could be that the unpredictable and sometimes extremely high latency of SMS dooms that one, though...

    5. Re:Privacy? by RobertB-DC · · Score: 2

      It's also explicitly noted in the app's Options:

      Confirm HTTPS Requests (checked by default)

      Prompt for confirmation before sending HTTPS requests (recommended as HTTPS requests sent through Smozzy are not secure)

      --
      Stressed? Me? Of course not. Stress is what a rubber band feels before it breaks, silly.
    6. Re:Privacy? by gstoddart · · Score: 1

      I'm not an expert, but i don't see why public-key encryption wouldn't work here. The browser (which supports the SSL) is still just a browser. It's just that your encrypted data gets sent via SMS rather than TCP/IP.

      If you do this right, it's just another transport layer. At which point, it's just a variation of "IP over Avian Carrier". Just like any layer you treat as an unreliable datagram, you build the higher level stuff on top of it.

      Not sure how fast it would be, but using the unlimited SMS to get around bandwidth limits is brilliant.

      I don't think you're missing much.

      --
      Lost at C:>. Found at C.
    7. Re:Privacy? by GameboyRMH · · Score: 1

      Sounds right. No different than SSL browsing through a proxy.

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
    8. Re:Privacy? by GameboyRMH · · Score: 1

      Prompt for confirmation before sending HTTPS requests (recommended as HTTPS requests sent through Smozzy are not secure)

      Wait wut? Unless Smozzy has gone out of their way to install some SSL MITM mechanism there should be no problem with sending HTTPS requests through this service.

      Oh wait, just read the post below, this is nothing like a normal proxy, an SSL MITM would be necessary:

      http://mobile.slashdot.org/comments.pl?sid=2420650&cid=37351652

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
    9. Re:Privacy? by GameboyRMH · · Score: 1

      Update: Check out this post, this service works nothing like a normal proxy, and requires a voluntary SSL MITM to work:

      http://mobile.slashdot.org/comments.pl?sid=2420650&cid=37351652

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
    10. Re:Privacy? by BitZtream · · Score: 1

      Not sure how fast it would be, but using the unlimited SMS to get around bandwidth limits is brilliant.

      Brilliant until you realize that if you just limited yourself to these bit rates from the start, you'd never go over your normal bandwidth limit anyway.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    11. Re:Privacy? by smoot123 · · Score: 2

      I looked up TCP over SMS a while back, assuming someone must have written an April Fool's RFC. Turns out some guy submitted a patent application for it (#20080146257).

    12. Re:Privacy? by BitZtream · · Score: 1

      You do realize that you simply didn't have to post after you saw the answer to your question .... right? You actually bother to write the question, go find the answer, then come back say nevermind?

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    13. Re:Privacy? by SleazyRidr · · Score: 1

      Other people might have had the same question, so he's saved them the trouble of trying to find the answer. At least that's what my teacher's always told me in class, that even if it's a stupid question, other people might be wondering as well...

    14. Re:Privacy? by Smelly+Jeffrey · · Score: 1

      You're spot-on! One 120-byte SMS message per second, every second, adds up to about 10 megabytes per day.

    15. Re:Privacy? by Stormtrooper42 · · Score: 1

      Congratulations.
      I know nobody reads TFA, but you didn't even read the 2nd line of the summary:

      everything is funneled through SMS and MMS

      or even the title:

      App Enables Surfing Over SMS/MMS Through T-Mobile

      :)

  5. Re:Cost Much? by Joce640k · · Score: 1

    Which part of "unlimited messaging plan" did you fail to comprehend?

    --
    No sig today...
  6. Re:Wouldnt that be... by spud603 · · Score: 1

    it's probably ok on bandwidth, but dog-slow on latency

  7. WAP used to be over SMS by samjam · · Score: 1

    I remember the first WAP browsers that could use (special) SMS as a transport.

  8. And that, kids, is what economists call... by fuzzyfuzzyfungus · · Score: 5, Interesting

    A textbook case of perverse incentives...

    From the perspective of efficiency or architectural sanity, that is about as far from optimal as you could wish to be(short of running the fastest analog modem connection that will survive GSM voice compression to take advantage of your unlimited voice minutes); but the magic of telco nonsense pricing makes it entirely reasonable.

    Hopefully getting their control channel hammered with SMS noise will induce them to offer some sort of reasonably priced modest-speed data mechanism that isn't a horrible pile of hack...

    Incidentally, of course, does this lovely mechanism make whoever runs "Smozzy" a MiTM even within SSL-wrapped browsing sessions, or does the TCP/IP->SMS insanity just wrap the packets whole and serve as a peculiar sort of link layer?

    1. Re:And that, kids, is what economists call... by tverbeek · · Score: 1

      "Hopefully getting their control channel hammered with SMS noise will induce them to offer some sort of reasonably priced modest-speed data mechanism that isn't a horrible pile of hack..."

      More likely it will just result in the elimination of unlimited SMS plans.

      --
      http://alternatives.rzero.com/
    2. Re:And that, kids, is what economists call... by MozeeToby · · Score: 1

      Hopefully getting their control channel hammered with SMS noise will induce them to offer some sort of reasonably priced modest-speed data mechanism that isn't a horrible pile of hack...

      SMS might be over the control channel, but it's also the lowest possible priority over said channel. In short, not only will the latency be ridiculous and the bandwidth tiny, you'll also experience constantly high rates of dropped packets. It's a neat little project in a 'just to see if you can do it' kind of way, but I highly doubt it was ever meant to be practical.

    3. Re:And that, kids, is what economists call... by fuzzyfuzzyfungus · · Score: 1

      It would definitely make T-Mobile even less happy; but bittorrent is actually an excellent choice for coping with every aspect of that except the tiny bandwidth bit...

    4. Re:And that, kids, is what economists call... by AkaKaryuu · · Score: 1

      I see a TOS update in the near future, rather than a restructring of their nonsense pricing.

    5. Re:And that, kids, is what economists call... by Bill_the_Engineer · · Score: 2

      Unlimited internet is $20 with a 2GB cap. Once you reached the 2GB cap, you can still browse the internet for free just with a slower connection. I'm sure the slower connection is still faster than using SMS.

      --
      These comments are my own and do not necessarily reflect the views or opinions of my employer or colleagues...
    6. Re:And that, kids, is what economists call... by Svartalf · · Score: 1

      If their "slower" connection was something realistic...say 768k or so...it's be a winner. You get dropped to 128k max at best when you hit the cap. There needs to be a bit better tiers than what they're offering. I can assure you I can blow through 2GB in about 2 or so weeks of average usage. I should know- I was doing that with Verizon and I was being careful with my usages. 5GB and 10GB should be there with a higher throttling speed if you buy one or both of those higher tiers. If they did that, they'd have a LOT more takers on their plans- just price them similarly to what Verizon's doing with the advantage of not being billed if you roll over.

      --
      I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
    7. Re:And that, kids, is what economists call... by operagost · · Score: 1

      Or the expense of untold man-hours and reduced performance to detect the hack and block it.

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    8. Re:And that, kids, is what economists call... by Svartalf · · Score: 1

      Arrgh...this is what I get for posting quickly on a tablet... The spelling and grammar on that post was atrocious.

      --
      I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
    9. Re:And that, kids, is what economists call... by Bill_the_Engineer · · Score: 1

      One more thing. T-Mobile had a $5 unlimited web plan that was designed around WAP phones. I had this plan until recently when I foolishly switched to an Android phone. Foolishly meaning I gave up the $5 plan by purchasing the phone through T-Mobile instead of buying one off of E-Bay. I was able to tether to my old phone through bluetooth and enjoy blazing 2G speeds without caps (well it's so slow I doubt its even possible to reach a cap during a single billing cycle).

      The only saving grace being that T-Mobile customer service still rocks and they graciously grand fathered me into a nice 4G unlimited plan that's cheaper than the current plan and has a much higher data cap. I sure will miss them after ATT fucks them up.

      --
      These comments are my own and do not necessarily reflect the views or opinions of my employer or colleagues...
    10. Re:And that, kids, is what economists call... by Hillie · · Score: 1

      Unfortunately man they will do the opposite: Raise SMS service prices or remove unlimited SMS service altogether.

      See, this is precisely why they took away unlimited data service, because of apps like MyWi and other things. I will be the first to say that I have used it in the past, but that's a more reasonable thing. I totally agree that this is one of the worst hacks I've read about this year.

      It's my official stance that people need to stop trying to circumvent paying for stuff. If you don't like a service or think it's too expensive, no one is forcing you to use it. And yes, I saw an article about something where someone said that's not a fair argument because it's something like Facebook.

      Seriously, people need to get a grip on reality. Get off of Facebook and f$$kin LIVE. There is a whole world out there, just waiting...

      Case in point: If all outraged Netflix subscribers cancelled their plans COMPLETELY because of the price hike, Netflix would have two options: find another way to make the money they need, or go out of business.

      Ultimately the consumer has all the power, but they're too busy "consuming" to wield it.

      --
      - Alex
    11. Re:And that, kids, is what economists call... by foradoxium · · Score: 1

      I'd think this would be perfect for twitter.

    12. Re:And that, kids, is what economists call... by Nethemas+the+Great · · Score: 1

      Hopefully getting their control channel hammered with SMS noise will induce them to offer some sort of reasonably priced modest-speed data mechanism that isn't a horrible pile of hack...

      You must be new here.

      --
      Two of my imaginary friends reproduced once ... with negative results.
    13. Re:And that, kids, is what economists call... by Duradin · · Score: 1

      Tragedy of the commons and all that...

      If it can be abused it will be abused and must be abused (and then whined about incessantly when it is taken away because of abuse) is the credo around here.

    14. Re:And that, kids, is what economists call... by Hillie · · Score: 1

      pretty much :)

      --
      - Alex
    15. Re:And that, kids, is what economists call... by BitZtream · · Score: 1

      You get dropped to 128k max at best when you hit the cap.

      Which is still about 12.8k times faster than SMS.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    16. Re:And that, kids, is what economists call... by orudge · · Score: 1

      From the perspective of efficiency or architectural sanity, that is about as far from optimal as you could wish to be(short of running the fastest analog modem connection that will survive GSM voice compression to take advantage of your unlimited voice minutes); but the magic of telco nonsense pricing makes it entirely reasonable.

      Of course, back in the (pre-GPRS) day, that's basically how WAP phones worked. You were charged on a per-minute basis, as the phone was basically dialling in for Internet access. I can also remember hooking my phone up to my computer and using it as a modem. It was extremely slow (I think it synced at about 9.6Kbps), but it was functional. :)

    17. Re:And that, kids, is what economists call... by tepples · · Score: 1

      Unlimited internet is $20 with a 2GB cap.

      But how expensive of a voice plan does one have to buy in order to become eligible to buy "[u]nlimited internet [for] $20 with a 2GB cap"? Is it available to, say, someone on $10/mo pay-as-you-go voice, or does it need a $40/mo contract voice plan first? I'm thinking of switching from my current dumbphone on Virgin Mobile USA to a smartphone, and I want to know whether smartphone service is still priced as a luxury service.

    18. Re:And that, kids, is what economists call... by Bill_the_Engineer · · Score: 1

      If you like pays as you go, then stick with someone like virgin mobile. I think they have an unlimited data, talk, and messaging plan for like $35 bucks. I have a family plan with 4 people, so it's cheaper for me to stick with T-Mobile (well at least until ATT).

      --
      These comments are my own and do not necessarily reflect the views or opinions of my employer or colleagues...
    19. Re:And that, kids, is what economists call... by Eil · · Score: 2

      Hopefully getting their control channel hammered with SMS noise will induce them to offer some sort of reasonably priced modest-speed data mechanism that isn't a horrible pile of hack...

      Don't be silly. They'll just do what they did with all the VoIP apps: block or cripple them. And if that fails, it would be trivial to filter the messages as they're bouncing through the network. Until strong net neutrality laws are enacted, mobile carriers will always have the last word on how you use your phone no matter how "rooted" or "unlocked" you think it is.

    20. Re:And that, kids, is what economists call... by LunaticTippy · · Score: 1

      You can get a smartphone through virgin. Voice/data smartphone plans start at $35/month. They have some nice phones, too.

      --
      Man, you really need that seminar!
    21. Re:And that, kids, is what economists call... by tlhIngan · · Score: 4, Interesting

      Hopefully getting their control channel hammered with SMS noise will induce them to offer some sort of reasonably priced modest-speed data mechanism that isn't a horrible pile of hack...
       

      Not before T-mo suffers a worse fate than AT&T in dropped calls and such.

      People think AT&T's atrocious dropped call rate is because of lousy signal - that's one reason to get a dropped call, but for AT&T, it's not. It's not even tower congestion (another reason, when the tower simply says it's full and you're just out of reach of the old tower).

      It's control-channel congestion. A phone like the iPhone makes and breaks data connections very frequently (maintaining a data context takes power, so if you only establish, do your tranfer, and tear down ASAP, you can extend the battery life significantly). However, doing so means a lot of control channel congestion as stuff like websurfing will establish a connection to do the HTTP transfer, then tear down while the user browses. Now get a bunch of phones doing that and if a new phone comes in, it literally can't get a word in edgewise to associate with the new tower. And the tower sits there with plenty of channels to offer up bandwidth for voice and data, but a full control channel.

      It happened to T-mo as well - there was an Android IM app that presumably managed to open a data connection right after Android shut it down, causing congestion from the bringup and teardown operations.

      One reason it really only happened recently is the rise of texting. Texting in Europe and Asia is huge, and the carriers had the same problems, but they adapted with control channels that can expand in bandwidth as required. Texting in North America was basically non-existent until the turn of the millennium. So carriers pretty much got stuck with the problem and since it didn't hurt things too badly, they let things be.

      Then the iPhone came about with its reckless (but power efficient) use of the control channel and AT&T suffered big time with control channel congestion. Places with the highest density of phone usage had the highest droped call rates.

      It's why Europe and Asia didn't see the iPhone meltdown that AT&T did, why AT&T can have the fastest network despite the dropped call rates (having spare channel capacity is meaningless if phones can't get at them because the control channel is full).

      Also, MMS isn't sent through the control channel - it's notified via the control channel and the phone's MMS client then establishes a regular data connection to download the attachments via the faster data interface.

    22. Re:And that, kids, is what economists call... by hitmark · · Score: 1

      1. it is quite possible to deliver SMS via GPRS data traffic these days, if the phone is set to request it and the network supports it.

      2. i think one delivery mode for WAP was per SMS, as some kind of last resort.

      --
      comment first, facts later. http://chem.tufts.edu/AnswersInScience/RelativityofWrong.htm
    23. Re:And that, kids, is what economists call... by Bill_the_Engineer · · Score: 1

      I just checked and Virgin Mobile's $35/month plan now only have 300 minutes of talk. This is not a problem if you use Google Talk. They used to have an unlimited everything plan for $55/first month, $45/second month, and $35/month after three months. They may still have it, no harm in checking. Virgin Mobile always come up with some nice promotions, just keep an out for them.

      I don't know how good their customer service is. I had a prepaid plan when I was working outside the US for 3 months, and while the actual prepaid service was nice the customer service was bizarre and I never fully understood their weird crediting scheme (e.g. get $350 credit after refilling for $25 but only can use the free credit on certain types of calls).

      BTW, T-Mobile went out of their way to unlock my brand new phone so I could use a competitor while overseas.

      --
      These comments are my own and do not necessarily reflect the views or opinions of my employer or colleagues...
    24. Re:And that, kids, is what economists call... by duguk · · Score: 2

      It would definitely make T-Mobile even less happy; but bittorrent is actually an excellent choice for coping with every aspect of that except the tiny bandwidth bit...

      Yes... apart from the bandwidth. Just 1.3 million text messages later and you can have an entire episode of Futurama!

    25. Re:And that, kids, is what economists call... by Pope · · Score: 2

      Boohoo, Netflix is still a friggin' bargain after the price bump.

      --
      It doesn't mean much now, it's built for the future.
    26. Re:And that, kids, is what economists call... by Trixter · · Score: 1

      Arrgh...this is what I get for posting quickly on a tablet... The spelling and grammar on that post was atrocious.

      No, that's what you get for not proofreading your post before you submit it, tablet or not.

    27. Re:And that, kids, is what economists call... by mattack2 · · Score: 1

      Case in point: If all outraged Netflix subscribers cancelled their plans COMPLETELY because of the price hike, Netflix would have two options: find another way to make the money they need, or go out of business.

      Why isn't going from ~$20/month down to either $8 or $12 (haven't yet decided whether I go to 1 DVD or 2 DVDs, from my currently grandfathered in 4 DVD plan) also giving them a message? (My billing date hasn't come up yet, I have about another week to make a change.)

    28. Re:And that, kids, is what economists call... by icebraining · · Score: 1

      Seriously, people need to get a grip on reality. Get off of Facebook and f$$kin LIVE. There is a whole world out there, just waiting...

      Says the guy posting on /.

      There's a whole world out there, but when you're stuck in a waiting room/line or in a different of the hundreds of situations where you can't get out, this could be handy.

      Not to me, though, I only get bored when there's someone telling me some completely stupid and uninteresting story. People are fucking boring.

    29. Re:And that, kids, is what economists call... by Kalriath · · Score: 1

      Speak for yourself. Our carriers actively encourage Facebook/Twitter etc over 3G, even to the point of zero-rating data to it. And the text message services to Twitter/FB are free.

      --
      For a site about things like basic rights, Slashdot users sure do like to censor "dissent".
  9. But I thought sending SMS messages cost a lot by Bob+the+Super+Hamste · · Score: 1
    --
    Time to offend someone
    1. Re:But I thought sending SMS messages cost a lot by sanosuke001 · · Score: 1

      Its more expensive if you pay per message. Since this plan is unlimited messaging, it's cost per month / bits so the more you send/receive, the cheaper each bit is.

      --
      -SaNo
    2. Re:But I thought sending SMS messages cost a lot by MozeeToby · · Score: 1

      SMS is more expensive than Hubble data if you pay per message to send/receive them. However, every major provider offers an unlimited option, usually for around $10 per line. Although if this were to become popular those plans wouldn't last long. Really, this system has problems everywhere except cost: bad latency, horrible bandwidth, best effort transmission, delayed and lost messages just to name a few.

  10. Re:Cost Much? by shawn(at)fsu · · Score: 1

    Playing devils advocate, it depends on how you define expensive. As far as money goes yes it's free, as far as time goes, it has to be dog slow.

    Also if this becomes popular and people start using... abusing it you can bet T-mobile will change their TOS.

    In short this is why we can't have nice things.

    --
    500 dollar reward for tip(s) leading to the arrest of the person(s) who stole my sig.
  11. How about Blackberry? by LissJasmin · · Score: 1

    Is there anything like this for BB? My parents love theirs (big screen, nice keyboard) and only occasionally want to surf the web, so an app for RIM like this would be great.

    1. Re:How about Blackberry? by Lehk228 · · Score: 1

      Blackberries usually have a blackberry data plan, mine is 15 bucks from att and includes 200 megs per month, due to RIM's server side pre-cook for the browser it is tough to exceed 200 megs a month

      --
      Snowden and Manning are heroes.
  12. Re:Cost Much? by Haedrian · · Score: 4, Insightful

    Which part of "unlimited messaging plan" did you fail to comprehend?

    The same part of unlimited internet having a cap.

  13. Re:Cost Much? by mlk · · Score: 1

    For £35 (~$60) I'd expect a few gig of data included.

    --
    Wow, I should not post when knackered.
  14. SMS Server Slashdotted? by RobertB-DC · · Score: 1

    I went straight to the Market to download the browser for my Android. Fired it up... now I'm stuck at "Request sent. Waiting for response..."

    I suspect that every other T-Mobile Android user on Slashdot is doing the same, and the poor guy's SMS gateway is now a smoldering heap of slag.

    Interestingly, the Market reported that the download count was "10+". Obviously, there's some latency there...

    --
    Stressed? Me? Of course not. Stress is what a rubber band feels before it breaks, silly.
    1. Re:SMS Server Slashdotted? by sys_mast · · Score: 2

      And posting it to /. was T-Mobile's method of taking the service down. Quick,cheap,effective.

      --
      Those who can, do.
    2. Re:SMS Server Slashdotted? by BJ_Covert_Action · · Score: 1

      Slashdotted over SMS? Sounds like we have a new alternative to DDOS attacks.

      SOS! It means hell (for your server).

  15. Re:Cost Much? by sootman · · Score: 1

    The part where the carriers will turn it off as soon as people start using it too much, just like everything else.

    --
    Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
  16. IPoV by eclectus · · Score: 1

    Now to get around data caps we need to have someone hack up a system that will use IP over voice so you can surf unlimited for free on nights & weekends. Now if we only had a way to carry electronic communication over phone lines.....

    Although I'm sure someone has already patented using a modem over cellphones by putting 'on the internet' in it, so this won't work.

    --
    This signature is a waste of 42 characters
  17. Re:Cost Much? by shadowfaxcrx · · Score: 1

    I would expect it to have high latency, but relatively fast download speeds. I would guess (not having looked in to it very much since I don't have T-mobile and therefore don't care enough to) that it encodes the entire website into one txt message. It doesn't take long to send and receive a txt message, so actual download speed is dependent on the server, which I would imagine is not exactly hooked up to a 2400bps modem.

    As to your second point, I wouldn't be surprised if they do that by the end of the week ;)

    --
    "I disagree with you" does not equal "flamebait."
  18. Re:Sounds like a real PITA by jandrese · · Score: 1

    Because a data plan is like $30 or $40 these days and the SMS plan is just included with the voice? That's a $360/year savings!

    --

    I read the internet for the articles.
  19. Re:Cost Much? by Bill_the_Engineer · · Score: 1

    They won't have to turn it off. They just have to block Smozzy. They can do this now without changing their TOS and without the regular users of SMS/MMS noticing. In fact other than Snozzy airing their complaints on twitter or slashdot, I don't think many will care.

    Nice trick. Harkens back to the pre-2G days of the WAP.

    --
    These comments are my own and do not necessarily reflect the views or opinions of my employer or colleagues...
  20. Interesting by BetaDays · · Score: 1

    if this takes off would they limited the unlimited. I can just see it now "You have unlimited txting, yes sir. You have unlimited up to 5,000 txts, yep. You are really unlimited because you see people really don't text that much a month and if you go over your 5,000 unlimited txts then it's only 10$ more a month for every 1,000 more. Yes sir on this plan unlimited txting is better than ever."

    --
    Paul: Father... father, the sleeper has awakened! - Dune
  21. Re:So how long now until they kill unlimited plans by Jeng · · Score: 1

    T-mobile is currently I think the only carrier that you can use a smartphone without a data plan. If this does take off you can bet that T-mobile will change that policy.

    --
    Don't know something? Look it up. Still don't know? Then ask.
  22. Re:IPoV... WinModem by b4dc0d3r · · Score: 1

    It's called a WinModem. The connections are in hardware, but the expensive DSP is done in software. So you just dial a modem-capable (SLIP/PPP) ISP and do the DSP in software. Any phone these days is capable of that.

    Now, if only we were using a phone that we could see the source code, so we could figure how to route the software output to the phone instead of from the mic...

  23. Re:Cost Much? by Narnie · · Score: 2

    At least with T-mobile's unlimited internet plans, when you hit your cap, they just throttle you down to edge speeds. No extra charges incur.

    --
    greed@All_Evils:~#
  24. Re:Cost Much? by BitZtream · · Score: 1

    Until Smozzy starts getting a bill from T-Mobile for all the SMS communications. Do you REALLY think they'll let this go?

    --
    Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  25. VOIP by z_gringo · · Score: 3, Interesting

    Awesome. Now if we can just tunnel VOIP through it we can have free calling as well.

    --
    -- -- Warning. Do not stare directly at the sun.
  26. Re:Cost Much? by BitZtream · · Score: 1

    the entire website into one txt message.

    I can't imagine the website will be of much use after its been encoded into a single 160 character text message packet.

    And text messages ARE actually slow to send over the air, you just don't notice it when typing on a keyboard that you can't do more than 10 bps on.

    --
    Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  27. Re:Cost Much? by ludwigf · · Score: 1

    Is a data plan that expensive in the states?

    I pay 10 € for my mobile contract (free calls to land line and same provider included) and additional 10 € for my data plan (250 mb, after that its slowed down till start of the next month). That is ~ 27 USD in total. Got no unlimited SMS though - costs ~ 0.12 USD per SMS ... but I don't care as xmpp is way better anyway.

  28. Re:Cost Much? by firex726 · · Score: 3

    Why would Smozzy get a bill for the SMS messages if it's the user who has the contract with T-Mobile?
    At most I could see them doing a walled garden approach and trying to get it removed from the marketplace.

  29. Re:Sounds like a real PITA by Jeng · · Score: 1

    That would be the data plan for a smartphone, there is also a data plan for non-smartphones that is less. I point this out because the service you would receive from using this would be much much worse than even their most basic data plan.

    It's like saying you save $250,000 by riding a bicycle to work because otherwise you would buy a Ferrari.

    --
    Don't know something? Look it up. Still don't know? Then ask.
  30. Re:Cost Much? by firex726 · · Score: 1

    My GF pays about that, and gets 200Mb of data and unlimited messages.

  31. It uses MMS to download. Not SMS. by _0xd0ad · · Score: 1

    " Multimedia Messaging Service , or MMS, is a standard way to send messages that include multimedia content to and from mobile phones. It extends the core SMS (Short Message Service) capability that allowed exchange of text messages only up to 160 characters in length."

  32. Re:Sounds like a real PITA by Svartalf · · Score: 1

    Because that only works in areas that they have coverage. Heh...in the area I would've needed their voice and data services, they've got bupkus and AT&T and Verizon have 3G, with Verizon having the more solid offering in the area.

    --
    I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
  33. Re:and this kids is why by BitZtream · · Score: 1

    Naw, its so bad to use it won't get abused. You can't get more than one or two sms packets every second realistically anyway, limited to 160 characters or whatever trivial amount it is.

    It may work, but you won't be able to use it.

    --
    Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  34. Vonage did that by Quila · · Score: 1

    "Unlimited" call time up to IIRC 5,000 minutes.

    Well, then, it's not exactly unlimited, is it?

    1. Re:Vonage did that by froggymana · · Score: 1

      "Unlimited" call time up to IIRC 5,000 minutes.

      Well, then, it's not exactly unlimited, is it?

      And if you said "unlimited" call time up to 50,000 minutes, that wouldn't exactly be limitless but the limit would be impossible to reach in a month.

      --
      "To prevent this day from getting any worse, I'll just read ERROR as GOOD THING" 1GJU8xLuDKDxEs4KLf8fAGyptoDsqvEsBT
  35. Re:Sounds like a real PITA by BJ_Covert_Action · · Score: 1

    Great idea! Unless of course you live in the ~85% of the country that doesn't have 4G rolled out to it yet.

  36. brilliant marketing plan by mcouper · · Score: 1

    By proxying searches/browsing/etc, they instantaneously gain profiling data for every user that uses the service. I can't imagine that data won't be mined/used for remarketting purposes. Of course, like Comcast has told me on numerous occasions, using my email/browsing data simply allows them to improve my overall Internet experience...

  37. Johnny! by Quila · · Score: 1

    "Please explain exactly how you sent and received 4.5 million text messages this month! Were you even doing your homework?"

  38. Re:and this kids is why by BJ_Covert_Action · · Score: 4, Insightful

    We would stop abusing, "the system," if the system would stop screwing us.

  39. Unmetered wee hours by tepples · · Score: 1

    Now to get around data caps we need to have someone hack up a system that will use IP over voice

    The lossy compression that both GSM and CDMA2000 use for voice signals would interfere with using any decently fast modulation.

    so you can surf unlimited for free on nights & weekends.

    HughesNet satellite already offers unmetered wee hours (called "Download Zone"). Why doesn't cellular?

  40. Re:Cost Much? by VisceralLogic · · Score: 1

    Is a data plan that expensive in the states?

    I pay 10 € for my mobile contract (free calls to land line and same provider included) and additional 10 € for my data plan (250 mb, after that its slowed down till start of the next month). That is ~ 27 USD in total. Got no unlimited SMS though - costs ~ 0.12 USD per SMS ... but I don't care as xmpp is way better anyway.

    For those of us on T-Mobile without a data plan, they just rolled out a new opt-out pay-as-you-go plan: $1.99/MB.

    --
    Stop! Dremel time!
  41. Re:Cost Much? by shadowfaxcrx · · Score: 1

    160 alpha-numeric characters including punctuation gives you a huge data storage potential if you encode it correctly. I would also imagine that flash, videos, and pictures will be stripped out of the page, leaving only text, formatting, and color info.

    --
    "I disagree with you" does not equal "flamebait."
  42. Just loaded this up, and it does work by rickb928 · · Score: 4, Interesting

    And it's not too slow for being essentially 'free', as in beer.

    Not 'too' slow. No, not speedy. But it works. SSL is an issue, so I suspect this is not useful to do any banking with.

    BUT...

    One important item. TMO and everyone else expects you to have a data plan with your smartphone. So this does not get you out of a data plan. It does, however, make that 200MB plan with TMO a lot more useful. By limiting your use of that to say HTTPS and anything SMOZZY doesn't handle, and using SMOZZY to fully exploit your SMS plan, you'll avoid overages (caps and throttling) and incidentally fully leverage your SMS plan.

    Since SMS was always a clever use of signalling, it will be the carriers' response to re-prioritize any excess SMS traffic to ensure network signalling gets through. as far as I recall, they never even promise SMS will be delivered, so if SMOZZY gets out of hand, they could respond as if it were SMS spam. And TMO might, though they might hold off longer than, say, VZW, which I predict would boil your firstborn if you tried this on their network. AT&T would attend the buffet. Sprint would probably quietly block them and deny all knowledge.

    --
    deleting the extra space after periods so i can stay relevant, yeah.
  43. Re:Cost Much? by keitosama · · Score: 1

    That's horrible, on my subscription I pay $0.18/MB and still think it's too much.

  44. Re:Cost Much? by AragornSonOfArathorn · · Score: 1

    For those of us on T-Mobile without a data plan, they just rolled out a new opt-out pay-as-you-go plan: $1.99/MB.

    $2/MB? That's insane. If you accidentally stream one song from Google Music over 3G instead of wifi, there goes $10.

    --
    sudo eat my shorts
  45. Where's the RFC by ipb · · Score: 1

    We have running code, lets see the RFC.

  46. More expensive than communicating with Voyager by nilbog · · Score: 1

    Just remember that at 20 cents per message to send and 20 cents to receive (40 cents per message), it will cost $61,000,000 to transfer your mp3 collection over tcp/sms.

    http://gthing.net/the-true-price-of-sms-messages

    --
    or else!
  47. Re:Cost Much? by Dragonslicer · · Score: 1

    160 alpha-numeric characters including punctuation gives you a huge data storage potential if you encode it correctly.

    It gives you the same amount of data storage potential as 160 bytes (assuming SMS uses single-byte characters; even if it were multibyte characters, you'd still have under 1 KB). Even with damn good compression algorithms, I doubt most web pages would be under 160 bytes.

  48. Sounds like Nokia Narrowband sockets by Xenna · · Score: 1

    http://press.nokia.com/1997/07/31/nokia-provides-narrowband-sockets-server-implementation/

    "Narrowband Sockets defines an efficient implementation of User Datagram Protocol (UDP) using store and forward services over wireless messaging networks."

    Failed horribly of course. I know cause I once built an agent to send push email to phones with it. Worked pretty well with my old Nokia 9110. I should have called it blackberry and built a big company around it ;)
     

  49. Re:Cost Much? by Anonymous Coward · · Score: 2, Informative

    128 bytes. They squeezed a few extra characters out by nixing out stuff like control characters.

  50. Re:Cost Much? by Dthief · · Score: 1

    If you dont have unlimited SMS I imagine it gets very expensive, very quickly

    --
    www.RacquetUp.org - Helping Detroit Youth
  51. Re:Sounds like a real PITA by mattack2 · · Score: 1

    Wow, thanks! Now I can go buy ~1/2 of a house now that I've given up that Ferrari dream.

    heh heh

  52. Re:Cost Much? by demonlapin · · Score: 1

    Yeah, they want you on a data plan.

  53. doesn't MMS use the data channel anyway? by danlip · · Score: 1

    From what I read on the MMS Wikipedia page it looks like MMS uses the data channel anyway - there is an initial SMS message which refers to the attachment, and the attachment is downloaded by HTTP or WAP. I would think the carrier would charge you for that data.

    1. Re:doesn't MMS use the data channel anyway? by LoonyMike · · Score: 1

      Check out the beginning of the "Technical Description" section:

      MMS messages are delivered in a completely different way from SMS. The first step is for the sending device to encode the multimedia content in a fashion similar to sending a MIME e-mail (MIME content formats are defined in the MMS Message Encapsulation specification). The message is then forwarded to the carrier's MMS store and forward server, known as the MMSC. If the receiver is on another carrier, the relay forwards the message to the recipient's carrier using the Internet.
      Once the MMSC has received a message, it first determines whether the receiver's handset is "MMS capable", that is it supports the standards for receiving MMS. If so, the content is extracted and sent to a temporary storage server with an HTTP front-end. An SMS "control message" containing the URL of the content is then sent to the recipient's handset to trigger the receiver's WAP browser to open and receive the content from the embedded URL.

      AFAIK, the temporary storage server is on the carrier's premises and contain the images / media / whatever that the MMS carries. The data connection you do need to retrieve those attachments is therefore limited in scope and the carrier can safely establish a policy of not billing the recipient for accessing this temporary storage server. He has already charged the originated party (or the interconnect carrier) for delivering the message + attachments to the recipient.

      Of course, this is entirely open for whatever policy the carrier chooses to apply; there are countries where you even pay a fee to receive calls on your mobile phone, and smaller fees are charged to whoever is originating the calls - since it's the recipient's choice to carry a mobile terminal instead of having a fixed landline, he's the one paying for that traffic.
      That's not the most generalized behavior though; usually mobile subscribers do not pay for received calls, SMS or MMS (including attachments), except perhaps when roaming abroad - and even then, usually received SMS (and only those) are not charged at all.

  54. TMO offers smart phones without data plans by brokeninside · · Score: 1

    I just bought a Sidekick 4g from T-Mobile. It came with the warning that some features would not work unless I called customer care and bought a data plan. I would have simply stuck to using Wi-Fi and the like to access the Android marketplace but for one thing, T-Mobile locks the GPS functionality to the data plan.

    Apps like the linked are great. But they only work with HTTP. Other 'net functionality won't work.

  55. Re:Cost Much? by jakartus · · Score: 1

    I have to assume this was sarcasm because even the relatively svelte google home page on a PC is 50K, not including external resources like images, scripts or CSS.

    Granted a mobile specific page would be smaller but 160 bytes is pretty limited, and from my own experience, I do not think SMS message order is in any way guaranteed and in some rare cases I have had messages take several *hours* to get to their destination.

  56. Re:Cost Much? by Maxx169 · · Score: 1

    MMS is just an SMS that has a link to a 'thing' (picture, video, audio etc.) on the telco operators MMS server. The phone receives the link, connects to the server and downloads the appropriate 'thing' which can be much larger than 160chars (because that limit is on the link not the thing itself).

  57. Re:Cost Much? by jc42 · · Score: 1

    I can't imagine the website will be of much use after its been encoded into a single 160 character text message packet.

    Apparently Smozzy has a very effective compression scheme.

    --
    Those who do study history are doomed to stand helplessly by while everyone else repeats it.
  58. Re:Cost Much? by lazybeam · · Score: 1

    I thought it was 140 bytes; to get 160 chars they just pack into 7 bit. 160 x 8 / 7 = 140.

    --
    --
    no sig for you. come back one year.
  59. Re:Cost Much? by lazybeam · · Score: 1

    Of course I noticed I switched the 160 and 140 just as I hit submit...

    --
    --
    no sig for you. come back one year.
  60. Re:Cost Much? by NtwoO · · Score: 1

    The joke is that the current smartphones are much more efficient running on wifi than on 3G http://www.teksocial.com/socialblog/2010/11/14/better-battery-life-smartphone-data-3g-vs-wifi.html . So if you have wifi access at work and at home, then you only use the battery hungry 3G when you are really mobile. Leaving the wifi on permanently is the simplest way to save battery and limit the load on the data plan. If T-Mobile now just start a marketing campaign communicating this to the people, then the whole (S | M) & MS is a moot point.

    --
    ! /* */