Slashdot Mirror


Push Email Suspended On iPhones In Germany

New submitter elashish14 tips this news, snipped from Ars Technica: "Apple has been forced to disable push e-mail delivery for iCloud and MobileMe users in Germany this week. The move is thanks to a recent injunction awarded to Motorola as part of the ongoing patent dispute between the two smartphone makers.... The patent at issue relates to older pager designs, but Motorola was able to convince a German court that it applied to Apple's implementation of push e-mail that syncs across devices via iCloud. The injunction went into effect on Thursday of this week, requiring Apple to disable push e-mail syncing in Germany."

40 of 164 comments (clear)

  1. Truce by sg_oneill · · Score: 5, Interesting

    Yet another way the consumer is being raped by this senseless patent war. Call a truce you loopy money hungry bastards..

    --
    Excuse the Unicode crap in my posts. That's an apostrophe, and slashdot is busted.
    1. Re:Truce by Anonymous Coward · · Score: 3, Insightful

      It's sad that their paying customers end up taking most of the hits at the moment, but i think all these petty squabbles between massive corporations are the best way towards positive patent/copyright reform.

      Courts the world over seem to be used not to settle wrongs but simply as a scoring system. Corporation A wins a couple lawsuits and injunctions in Europe, Corp B wins some in the states, Corp A fights back and gets some in Australia, Corp B then tries its luck in Asia. I don't have any figures, but i wouldn't be surprised if all these corporations put twice as much money in their legal department as they do in R&D. Which kinda makes me wonder if we can still consider them in the technology sector.

      I can't believe some judge hasn't just said "enough of this shit" and sentenced the board members of all corporations involved to a mandatory year in pre-school.

      Rulings like these, that disable features that many customers rely on, are guaranteed to annoy the regular mom&pop users (who generally consider copyright/patent related discussion to be irrelevant to them). Combined with the people in the tech sector who actually still try to develop things, the hippies and the nerd crowd that might create a large enough group to cause some uproar and start the process of redesigning the laws regarding IP.

    2. Re:Truce by Pf0tzenpfritz · · Score: 5, Interesting

      The weirdest thing about this is, that there are no software patents in Germany.

      I guess that said software patents might qualify as "regular" patents since there are phones involved.

      --
      Oh, the beautiful gloss of greality!
    3. Re:Truce by Anonymous Coward · · Score: 5, Insightful

      What is the point? You , me and everyone here has "read" the verbose, archaic, purposely overdone and almost obfuscatory text of some patent or another. We want to know what the patent does using the hallowed principle of "If it's quacks, it's a duck".

      Automatically 'pushing' messages from one computer to another is something a "practitioner skilled in the art" (mostly anyone here) can do and consider obvious.

      So no, while I could be wrong, I concur with the guy you're responding to. And I haven't read it either

    4. Re:Truce by sulimma · · Score: 4, Informative

      You can patent the "push e-mail to device instead of polling" part, because it does not relate to software. You could implement it with manual labor and pidgeons and would still be violating the patent.

      What you can't patent in Germany is algorithm, so a claim that says "push e-mail where the e-mail headers are processed via regular expressions" would no be valid.

      what is stranger is that if the patent is very broad, it could be invalid because regular letters, faxes, teletypes, etc. have all been based on pushing the message to the receiver so there should be prior art.

    5. Re:Truce by Pf0tzenpfritz · · Score: 2

      I am not completely sure about that. AFAIK you can not patent anything involving only "pidgeons and labor" - as it would be quite the same thing as patenting a plain algorythm. What I know fr sure is that there needs to be an implementation in form of a machine or device which can then be patented. I think that's actually what the smartphone are considered in this case.

      --
      Oh, the beautiful gloss of greality!
    6. Re:Truce by erroneus · · Score: 5, Insightful

      Yes, but that's SMTP not any client side protocol. The client side is a different story.

      I don't care about the outcome in this one. I only hope that it hurts badly for one side or the other. One thing seems to becoming obvious -- Germany is the new East Texas.

      I just hope the families of various politicians are interrupted, annoyed or iritated by all of this so that attention to the issue. Politicians only care about what affects them and that's about the extent of it. They listen to the highest bidder after that and we already know who the highest bidders are. I only hope it "gets too stupid, even for the politicians to tolerate."

    7. Re:Truce by zigurat667 · · Score: 5, Informative

      It's not about push e-mail but about status synchronization between multiple devices. See page 13 of the patent.

    8. Re:Truce by K.+S.+Kyosuke · · Score: 4, Funny

      What is the point? You , me and everyone here has "read" the verbose, archaic, purposely overdone and almost obfuscatory text of some patent or another.

      Yeah, whenever I read any patent, it reminds me of the faux contract distributed with the amazing Guild of Thieves game by Magnetic Scrolls. :)

      --
      Ezekiel 23:20
    9. Re:Truce by K.+S.+Kyosuke · · Score: 2

      That's because these days, when browsers hide the protocol-colon-slash-slash part of the URI, it's all to easy to omit it while copying. The browser should add it again while copying, but that somehow seems to depend on the way you selected the URI. Happened to me a few times as well. Damn these browser dumbifications.

      --
      Ezekiel 23:20
    10. Re:Truce by sonamchauhan · · Score: 2

      It's just the one computer (a pager) telling the server the status of a message ( it's been read), then the server automatically telling another pager (belonging to the same user) to mark the message as 'read'.

      Like IMAP.

        SAP GUI told users they had sessions logged on elsewhere, back in 2002.

      http://sap.ittoolbox.com/groups/technical-functional/sap-basis/audit-of-multiple-logons-108489

      Obvious.

    11. Re:Truce by Miamicanes · · Score: 2

      "push" email is fundamentally different from "push" web content.

      Incoming phone calls & SMS messages don't get "broadcasted" to phones in the area -- the individual phones actively poll the network for incoming calls & SMS every couple of seconds. The phone broadcasts its poll request to the tower, and the tower replies back with a ~160-byte reply that indicates whether there's an incoming phone call, or the content of a text message, or a code that lets the phone know that there's content being pushed that's available to be fetched.

      I'm not 100% sure about GSM networks, but on CDMA networks, the phone can poll for incoming calls/SMS faster & with less power than it takes to establish a full-blown active EVDO data session. I believe a similar situation exists with respect to legacy GSM vs UMTS/HSPA. SO... instead of taking the time and power to establish a data connection so the mail app can poll the mail server, push email allows the mail server to notify the mobile network that one or more new messages have arrived. The next time the phone polls the network for incoming calls, it gets a reply that means, "no incoming calls, no incoming SMS, but there's at least one new email waiting on the server". The phone gets the reply, sees the "new email" flag, and THEN launches the mail client, which brings up a full data connection and updates itself from the server.

      In other words, instead of having to keep waking up the phone, establishing a full data connection, and keeping the phone awake long enough to poll the mail server, you can keep the phone mostly asleep, and wait until the network notifies you that there's a new message before going to the trouble of contacting the mail server itself.

      "Push" in this context is also different from using persistent UDP sockets (the way IMAP NOTIFY does).

      When in doubt as to whether or not something is "genuinely" push or not, it helps to look at the pushed payload itself. If the pushed payload is just a notification that something is waiting on the server, it's probably "real" push. On the other hand, if you're actively polling a server for the message itself, it's probably not "real" push.

  2. In for trouble by mwvdlee · · Score: 4, Funny

    Motorola better hope their old pagers didn't have any rounded corners, or they'll get retroactively sued for predicting future designs.

    --
    Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
  3. only hope? not really. by mr_walrus · · Score: 3, Informative

    invalidating the patent is not apples only hope.
    they could, heaven forbid, licence the patent for actual money.

    1. Re:only hope? not really. by maxwell+demon · · Score: 4, Informative

      Yeah, that makes a lot of sense. I'm sure Apple had a bucket load of old Motorola pagers in the room when they were designed the push software for the iPhone.

      Unlike copyright law, patent law doesn't require that you knew the patent for it to apply.

      --
      The Tao of math: The numbers you can count are not the real numbers.
    2. Re:only hope? not really. by Totenglocke · · Score: 4, Insightful

      Ah, but you're assuming that Motorola would agree to license it. I'm not so sure they will since Apple's been hellbent on suing the competition out of existence instead of just beating them in the marketplace. I'm glad that the German courts are making Apple realize that karma's a real bitch.

      --
      "The tree of liberty must be refreshed from time to time with the blood of patriots and tyrants." ~Thomas Jefferson
  4. Re:Don't worry by maxwell+demon · · Score: 3, Insightful

    That, or blame der juden...is Germany still doing that bit?

    No, Germany stopped doing that about 67 years ago.

    --
    The Tao of math: The numbers you can count are not the real numbers.
  5. How could anyone? by macraig · · Score: 4, Insightful

    After observing the antics of Apple, Samsung, and Motorola in the past year, in particular, how could anyone wind up still believing that patents and copyrights promote creation or indeed help anyone but the assignees? When does the true reform begin?

  6. Re:I wish by Splab · · Score: 3, Insightful

    This is a really old and actually valid patent.

    Just because you don't like it doesn't make it invalid nor wrong.

  7. IP laws prevent progress by symbolset · · Score: 4, Informative

    It was a huge matter of argument when it got written into the US Constitution. Allowing the copyright clause seemed a strategic compromise at the time, but seems now to be a fatal flaw as it has enabled a highly profitable industry determined to use the profits they've garnered thereby to destroy the rest of that document.

    --
    Help stamp out iliturcy.
    1. Re:IP laws prevent progress by houghi · · Score: 4, Insightful

      The constitution is nothing but a piece of paper. It is upon its readers to decide if they want to follow it or not.

      Be sure that if it had said that copyright would not be possible and everything should be done under GPL, the industry would have found a way to do what it wants.

      I can not even blame that industry for trying. I can only blame the people that voted for those who allow it.

      --
      Don't fight for your country, if your country does not fight for you.
    2. Re:IP laws prevent progress by Anonymous Coward · · Score: 5, Insightful

      I can not even blame that industry for trying. I can only blame the people that voted for those who allow it.

      I'm getting really tired of this cop-out. "You can't blame the company, they exist just to make money!"

      Yes, I fucking well can. Companies are made of people, people have moral compasses; if dickheads want to try this shit then they should be lynched for being immoral (aka evil) bastards. This is the Nuremberg defense all over again, "I was just doing my job!" — guess what, asshat? Power comes with responsibility, you don't get to have your money/power and then ignore all the externalities you created.

  8. Re:Germany is by Forever+Wondering · · Score: 5, Insightful

    the new US District Court of Eastern Texas.

    Actually, Moto has been negotiating with Apple over this patent since 2007--to no avail.

    Generally, the German courts have been much more level headed than Eastern Texas.

    In this particular case, the German court determined that Apple had been negotiating in bad faith, and thus, Moto was entitled to a special injunction (because of Apple's egregious/scofflaw behavior). When Apple saw the handwriting on the wall, they rushed to [the court to] "pay up", but the court said "too little, too late".

    Considering how much of a patent bully Apple is, this is one of the few places where they've been properly spanked.

    --
    Like a good neighbor, fsck is there ...
  9. Apple asked for this by gubers33 · · Score: 4, Insightful

    Apple started making iPhone in 2007, then they tried to mess with a company that was making portable phones for over 30 years prior and were the main developers for the backbone all all the cellphone technology. Apple thought they were hot stuff and decided to kick a sleeping dog, they just didn't realize that dog was bigger than them in the cellphone business and would bite them in the ass for messing with them. Apple has a lot of good patents and a lot of bull crap ones, ie round corners on a rectangle. This one is an actual technology and doesn't apply to the 3G standards of FRAND so they are pretty much screwed on it. They asked for it though. Motorola left Apple alone, but Apple had to try to sue Motorola and every other Android phone maker. I guess their lawyers didn't think twice about suing the company that hold nearly every patent that involves the backbone of cellphone technology.

    --
    Just because you are wrong and I called you out on it doesn't mean I am a Troll.
    1. Re:Apple asked for this by chrb · · Score: 4, Insightful

      I suspect Apple knew what they were doing. They are trying to deal with two huge problems:

      1) Apple is a high-end consumer company, like with PCs they initially do rather well, but over time they end up fighting an ecosystem of other manufacturers who are constantly undercutting them and eroding their market share. That's capitalism, but as Apple won't join the fight for the low-end, they cede it to others. And over time, the low-end gets good enough for most people, and Apple's market share drops to single figures.

      2) Apple had no worthwhile patents on the actual technology of the iPhone, which was already invented by 2007 (design patents don't count). Mobile browsers, email, etc. had already been done for many years, and all of the hardware was licensed and patented by others.

      Apple's response to 1) was to go on the offensive, and try to use the handful of patents they did have which could be applied to smart phones, and use those patents to shut out competitive products (Android being the prime competitor). Apple's response to 2) is to argue that their patents from the last few years are the equal of those mobile patents that other companies have acquired in the last 20 years. i.e. if you want to make a modern smart phone, then you will need to do a deal to license Apple's patents, regardless of how many other patents you have. Apple can then try to use the license terms to negate the advantage of its competitors multi-decade mobile patent portfolios.

      It is an interesting approach, they are playing for keeps in a very high value market. The worst case scenario for them is that they end up with global market share in the single digits, as happened with desktop computers, and their current strategy reflects this overriding concern. At best, they kill Android and regain their 90%+ of the smartphone market. What will probably happen is something in the middle of those two extremes.

  10. A stick is still a stick by NGTechnoRobot · · Score: 3, Insightful

    If I have a stick its just a stick, Currently I can patent throwing the stick, balancing the stick on my nose, throwing the stick, but it's still a stick. If I add some string to make it so I can throw it farther its now an enhanced stick worthy of a patent. Hardware is the key and should be the deciding factor when accepting a patent.

    1. Re:A stick is still a stick by snowgirl · · Score: 2

      I bet the monkey that patented eating bugs off a stick made a fortune!

      Indeed, he had all the bugs he could eat...

      --
      WARNING! This girl exceeds the MAXIMUM SAFE standards established by the FDA for BRATTINESS
  11. Re:Don't worry by Hognoxious · · Score: 2

    It's all the Greeks' fault these days.

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  12. Re:Don't worry by aix+tom · · Score: 2

    Unless you're Greek. Then it's the Germans fault again.

  13. Ya I don't think anyone is interested in licensing by Sycraft-fu · · Score: 5, Insightful

    All the companies are just interested in making Apple sit down and shut the fuck up. None of this counter-lawsuit stuff started until Apple started to try and shut everyone else down. The other companies that made cellphones had occasional hissing matches with each other, as companies seem to like to do, but it would get resolved since they realized it was in their best interests. While they'd all like to be the one and only phone provider in the world, they know that isn't going to happen so they'll settle for cross licensing and so on.

    Then in comes Apple who decides they can just sue everyone else out of existence. They think they should be the only company other than maybe RIM who is allowed to produce a smartphone or tablet. No surprise it has raised the ire of all the other companies and they are now striking back.

    They don't want money, they want Apple to stop suing. I'm not sure Apple will though, I think they are real scared. Apple's rise to their current mega corp status has all been about getting in to markets that nobody else is really having any success in and making it cool. This lets them sell their stuff with a massive profit margin due to no competition.

    They did it with MP3 players first. They weren't the first company to make one, but they made them cool, made them a fashion accessory. Now everyone had to have one, but not just any one, an iPod. That has waned quite a bit these days, but no problem, because then they brought smartphones to consumers. Blackberry's were always business toys. The US government loves the things but they didn't sell so well on the consumer market. The iPhone made smartphones a thing to have and they did well there. Then of course they made tablets the new toy to have. Most people have no idea why they want one, but they want one.

    However they don't seem to have a "what's next" and unlike the MP3 player situation, people are moving in on phones and tablets quicker than they are ready for. Android went from more or less an experiment to an extremely competent competitor in just a few years and has been selling really well. They see their market slipping, and have nowhere else to go.

    So they are going sue happy, to try and keep everyone else out. If they can't, they risk losing their place of prominence, and no company wants that.

  14. Go Nuclear against Android said Jobs by Vapula · · Score: 4, Insightful

    The big point about having the Nuclear Bomb is to NOT use it...

    Steve Jobs broke the truce and went nuclear against Android... Except that most of his nuclear missiles are rotten (patents on obvious things... didn't we have "swipe" in "Minority Report" for example... and rounded rectangle... no comment)

    Now, it's beginning to backfire... Samsung, Motorola and other would probably not have sued Apple out of existence... But now, Apple has put them in a situation where it's probably the best move...

    My guess is that they will sue Apple again and again until iPhone and iPad go to oblivion... And Apple is in a dangerous situation. It's share is bubbling up... which means that it's perceived value is probably much higher than it's real value... It also mean that the Apple share can drop suddently to levels well below it's real value (panic effect) when the bubble will explode... And market bubble always explode one time or another...

  15. Re:Don't worry by wzzzzrd · · Score: 4, Insightful

    There are no software patents in Germany. This is not a software patent. Also, it's "die Juden" not "der juden".

    See, you just learned two new things! Knowing now how easy that was maybe it's time to fill out that school application and give education a try? It's never too late they say.

    --
    On second thought, let's not go to Camelot. It is a silly place.
  16. Re:I wish by Anonymous Coward · · Score: 2, Insightful

    Perhaps Apple shouldn't have tried to kill off its competitors with patent trolling.

  17. Re:I wish by Deorus · · Score: 2

    Why is it valid in a place that does not recognize software patents when it's all about software?

    How's this an insightful comment at all? Is it because it's anti-Apple? Because I don't see anything insightful here at all, just a completely unfounded claim.

  18. Re:Ya I don't think anyone is interested in licens by Truedat · · Score: 2

    All the companies are just interested in making Apple sit down and shut the fuck up

    So the only evidence you have of this is a timeline in which Apple made the first move? Go ahead and project your own bias onto it but the more likely situation is that they are all money grabbing bastards the same as each other, including googlerola. The board have sanctioned this move because they think there is a competetive advantage to be had, not because they want play bitch slappin high fives.

    In fact I am rooting for apple not because I am a fanboy (which I am) but because I find this cross licensing consolidation, that is just a club for the big boys, slightly disturbing. And the support of it on slashdot even more so.

  19. Re:Ya I don't think anyone is interested in licens by realityimpaired · · Score: 4, Insightful

    You're not accounting for the usage habits of the buyers.

    There are *no* ad-supported apps on my cell phone. None. Everything I have installed is either legitimately free, or it came with the phone. And I don't use mobile web at all. I'm on a flex data plan, and my usage is consistently in the bottom tier (25mb/mo). 100% of my data usage is e-mail, calendar, and contacts. I would not show up on either of those statistics. And yes, I have an Android device.

    Considering that the iPhone is marketed as an internet-connected consumer device, specifically for the consumption of stuff on the web, I would be willing to lay odds that iPhone users consume more web, on average, than Android users. Sure, there will be aberrations on either platform, but ultimately I think the numbers will show that on the whole, iPhone users consume more data. That will naturally skew statistics that come from watching peoples' data use: that is, search hits and ad impressions.

  20. Most of you are missing the point... by sudden.zero · · Score: 2

    This is the reason that Google purchased Motorola, because Motorola owns a crap-load (yes that's a technical term) of old generic patents that can be applied to almost anything in the mobile industry. Google has gotten tired of being the guy, with no patents, getting kicked by Apple and Microsoft. I for one am glad to see Google doing the kicking for once! At least Google finally got Linux on the map even if it is a Mobile OS! So I say "Hoorah, Google and Keep Kicking!"

  21. Re:Ya I don't think anyone is interested in licens by whisper_jeff · · Score: 2

    The other companies that made cellphones had occasional hissing matches with each other, as companies seem to like to do, but it would get resolved since they realized it was in their best interests. While they'd all like to be the one and only phone provider in the world, they know that isn't going to happen so they'll settle for cross licensing and so on.

    Um. No.

    http://flowingdata.com/2010/10/11/mobile-patent-lawsuits/

    The _ENTIRE MOBILE INDUSTRY_ is suing each other like crazy right now. Stop pretending this is just Apple getting all up in everyone's faces and everyone pushing back valiantly against Apple - this is _THE ENTIRE MOBILE INDUSTRY_ going to war with each other.

    And, for the record, it seems that Nokia is the most aggressive company out there, not Apple.

    Please, for the love of gawd, if you're going to hate on Apple, at least base it on fact rather than made up garbage. Seriously.

  22. It only takes one to make war by A+nonymous+Coward · · Score: 3, Insightful

    Your non-violence attitude is fine when all you care about is not starting a war yourself. Doesn't do squat when someone else starts beating up on you.

    That's what's going on here. This particular spate of patent fights was triggered when St Jobs decided to go all holy war on Android and Google and won injunctions against phones which had rounded corners among other stupid patents. Motorola, Samsung, HTC, and other Android makers got caught in the cross fire and shot back. Don't get me wrong, Apple fan-boys: everyone plays the same game, it's just this particular mini-war which was started by St Jobs.

    The fault is with governments that make money from issuing as many patents as possible and lawyers who make money from fighting as many patent battles as possible. It's quite evident that "obvious to anyone skilled in the arts" and "for a limited time" mean nothing. Patents would have a purpose if they were actually limited to innovative clever not-so-obvious features and there were only, say, one thousandth the number we have now.

    But it's also obvious that governments and lawyers have an interest in not limiting patents to the truly innovative, and we'd be better off with no patents whatsoever. Innovative companies would always have a lead in clever designs, and early adopters would be glad to pay a premium for that and quality. Copycat companies would always be playing catchup and have to charge less for mass production.

    The world would be a better place if all those patent lawyers and government bureaucrats had to find useful productive work instead of being parasites who gum up the works.

  23. Bollocks. by mjwx · · Score: 2

    The other companies that made cellphones had occasional hissing matches with each other, as companies seem to like to do, but it would get resolved since they realized it was in their best interests. While they'd all like to be the one and only phone provider in the world, they know that isn't going to happen so they'll settle for cross licensing and so on.

    Um. No.

    http://flowingdata.com/2010/10/11/mobile-patent-lawsuits/

    I really hate those infographics because they dumb down the scenarios so badly.

    Plus that one is wrong, it doesn't even include Apple v Samsung or Apple v Motorola, both Motorola and Samsung's suits against Apple are counter suits.

    The graphic lower down on that page explains that the majority of Nokia's suits are over LCD price fixing (so no shit they are suing multiple companies, it's part of the same fucking suit). But as I said, it does not even include the Apple v Samsung case that has garnered a lot of attention.

    And, for the record, it seems that Nokia is the most aggressive company out there, not Apple.

    For the record, that is bullshit.

    If you bothered tor read the incorrect article you linked to, three out of the five Nokia suits are in relation to LCD price fixing, the same suit for three different companies. One of the remaining two is a counter suit against Apple. So that leaves the suit between Nokia and Qualcomm. The original Nokia V Apple was resolved with Apple paying Nokia license fees mid last year, license fees which Nokia had been chasing Apple for since it released the Iphone and Apple had been refusing to pay.

    The big difference between Apple and other companies is that Apple is suing it's competitors to prevent them from competing. They aren't asking for reasonable license fees, chances are HTC, Samsung et al. would have paid the danegled to make Apple go away (it worked for Microsoft didn't it), but Apple didn't want this, Apple asked the courts for injunctions, not license fees, so dont act all butt hurt that now everyone else is doing that to Apple.

    --
    Calling someone a "hater" only means you can not rationally rebut their argument.