Slashdot Mirror


Google News App Bug Is Using Up Gigabytes of Background Data Without Users' Knowledge (theverge.com)

A bug in the Google News app for Android is reportedly causing the app to use up excessive amounts of background data, leading to overage charges. "According to dozens of posts on the Google News Help Forum, users have been experiencing this issue as early as June," reports The Verge. "The issue was verified and addressed by a Google News community manager in September, stating that the company was investigating and working toward a fix, but the issue is still ongoing." From the report: Verge reader Zach Dowdle emailed in with his experience, and screenshots of his app and Wi-Fi data usage: "The Google News app is randomly using a ridiculous amount of background data without users' knowledge. The app burned through over 12 gigs of data on my phone while I slept and my Wi-Fi had disconnected. It lead to $75 in overage charges."

According to several users, the app burned through mobile data despite having "Download via Wi-Fi" turned on in the settings. In some extreme cases, the Google News app used up to 24GB of data, leading to overage charges of up to $385, users reported. So far, the only solutions seem to be disabling background data, and deleting the app altogether.

54 of 110 comments (clear)

  1. App? by Anonymous Coward · · Score: 5, Insightful

    Why do you need an app. I have one app on my phone - it's called a browser. It can go to any of the sites I need. The last thing I need to do is download piles of identical WebView wrappers for websites when a single browser app does 99% of what I need.

    1. Re:App? by Anonymous Coward · · Score: 3, Insightful

      I want my phone to download news overnight, so I can grab my phone in the morning and read news offline in the subway. A website is not able to do that. Or maybe now they can, using service workers and push notifications? Is this the point you're making?

    2. Re:App? by HarrySquatter · · Score: 1

      Cool story, gramps. Make sure to secure your onions so they don't fall off your belt while your shaking your fist at cloud.

    3. Re:App? by Anonymous Coward · · Score: 2, Funny

      Cool story, gramps. Make sure to secure your onions so they don't fall off your belt while your shaking your fist at cloud.

      No problem junior. Enjoy paying that $385 overage charge on that shiny new $1,000 iphone for that news app you had to have. When you're done, bitch a little to your friends about how all the boomers who don't throw away their money ruined your future.

    4. Re:App? by antdude · · Score: 1

      Sometimes apps are faster than web sites. :(

      --
      Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
    5. Re:App? by nasch · · Score: 1

      The last thing I need to do is download piles of identical WebView wrappers for websites

      Perhaps you don't need or want any of them, but there are plenty of apps that are much more than that.

  2. Re:Not much data in prison for HillBilly by Anonymous Coward · · Score: 3, Funny

    If only we could make Google great again. They suck pretty hard now.

  3. This is why all cell service should be unlimited. by Anonymous Coward · · Score: 1

    The sad thing is that 24 GB isn't even a lot of data. Averaged over a month, that would barely even be faster than dialup speeds. Can you imagine paying $385 a month for a month of dialup Internet service? That's crazy. Yet people end up with these sorts of crazy bills every time an app misbehaves, or an OS bug appears, or some jerk goes crazy with push notifications, or whatever.

    Every time I see a story like this, it reminds me how badly the United States needs to have consumer protection laws governing ISPs with actual teeth. For example:

    • Average speeds must be disclosed, including typical speed during peak hours.
    • All caps and data quantity tiers must be presented both as a raw gigabyte count and in terms of kbps averaged over a month.
    • All charges, including any non-optional equipment rental must be included in the up-front price of that service or feature.

    And so on. I guarantee if 5 GB Internet plans had to be advertised as "5 GB per month (15 kbps continuous)", there would be a lot more pressure on cell companies to not oversell their service so ridiculously, and a lot fewer plans that charge $10 per gigabyte (3 kbps continuous). Just saying.

  4. News by Calydor · · Score: 2, Interesting

    If it downloaded 12 GB overnight, let's be generous and say in the span of 12 hours so it's 1 GB per hour, WTF was it actually downloading? There's no way text and images posted in that time span is going to add up to that much data, and just how many news videos would it take to use that much data?

    --
    -=This sig has nothing to do with my comment. Move along now=-
    1. Re:News by JaredOfEuropa · · Score: 1

      Maybe the news feed contained a non existent article, and the app keeps refreshing the feed and articles every time it runs into such an error. We all make that mistake... then we add a retry counter or delay.

      --
      If construction was anything like programming, an incorrectly fitted lock would bring down the entire building...
    2. Re:News by Anonymous Coward · · Score: 1

      It could simply be downloading the same text snippet over and over again. Something as simple as a incorrect timestamp could cause that.

    3. Re:News by mrbester · · Score: 1

      I remember that...

      int jesus_factor = 15;

      with a counter for a dodgy process that might retry infinite times

      --
      "Wait. Something's happening. It's opening up! My God, it's full of apricots!"
    4. Re:News by AmiMoJo · · Score: 2

      I had a similar issue with a weather app. Pulled 7GB of data, exceeding the mobile data cap by 6GB. Presumably it just screwed up and downloaded the same stuff over and over, hammering the poor server that is used to just sending out a few hundred bytes to each client.

      It was one of the apps that came with the phone (not mine), so I took it back to the shop and explained what happened. In the end they cancelled the data charges and reset the usage to zero for that month, but insisted on taking the phone back for "repairs" too. A couple of weeks later they said they couldn't find the fault and would we like a new handset... So we took that and just disabled the problem app.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    5. Re:News by PIBM · · Score: 1

      This is an app choice in this case. Certain apps will allow you to chose how they behave, in case you don't want to force all apps to behave in a certain way. There are different os level choices but I would see google news allowing accessing the news you just clicked on without wifi even if you checked the option to pre-cache all news through wifi only..

    6. Re:News by thegarbz · · Score: 1

      WTF was it actually downloading?

      When a mobile app uses that much data you know fully well that it isn't downloading any meaningful comment. Have you never seen a bug where a program gets stuck in a loop requesting the same data over and over again? It doesn't matter what that data is providing it is requested ALL the time. Hell I've had open source software do that (alerted to it by an email addressed to "root" that a HDD was full). Windows Update has done that in the past too. My media centre did that too trying to get the weather, and the only reason it didn't use up any significant amount of data is because the server API timed out and blocked my system after the first 10000 requests came through within 5 minutes.

    7. Re:News by prisoner-of-enigma · · Score: 1

      Given that it's a rare household that doesn't have WiFi these days, why on earth would you leave it to download this over your mobile data?

      --
      In the end they will lay their freedom at our feet and say to us, Make us your slaves, but feed us. - Fyodor Dostoyevsky
    8. Re:News by Calydor · · Score: 1

      If the phone loses connection to the router for one reason or another, falls back to cellular, and then is stuck downloading so it doesn't appear 'free' to switch back to wifi?

      --
      -=This sig has nothing to do with my comment. Move along now=-
    9. Re:News by petermgreen · · Score: 1

      One way this can happen is through repeated failure.

      You try to transfer something, the transfer nearly completes but then fails for some reason. When you re-try it it fails again for the same reason. If you don't have a mechanism to limit the number of retries or implement exponential backoff then you can cause data traffic many times the size of the data you are trying and failing to transfer.

      I had this happen with email once, the sender was using nullmailer and trying to send mails that were over the recieving server's size limit. The receiving server (postfix IIRC) would reject the mail, but only after it had been sent over the network. nullmailer at the time had no concept of a permanent failure or exponential back-off and just kept trying to send the mail once per minuite.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    10. Re:News by _Sharp'r_ · · Score: 1

      Video news isn't much better. Would be nice to have a phone-wide setting to disable any video download unless explicitly clicked on to view it, or unless an app is given explicit video downloading permissions.

      --
      The party of stupid and the party of evil get together and do something both stupid and evil, then call it bipartisan.
    11. Re:News by pnutjam · · Score: 2

      Yeah, It's pretty crazy. NPR One did this to my phone afew years ago. I installed it and had it on wifi all day, then I jump in my car and as soon as it hit the cellular network it pulled down a couple GB of data killing my plan.

  5. Deleting the App? by Anonymous Coward · · Score: 1

    I wish I could delete the useless google apps on my phone, but I think you'll find that deleting the app altogether is usually not an option at all.

  6. This happened to me by SpzToid · · Score: 4, Informative

    It costs me a bit north of $100, and my connectivity was cut off by the mobile provider at a really bad time. Ouch.

    --
    You can't be ahead of the curve, if you're stuck in a loop.
    1. Re:This happened to me by Anonymous Coward · · Score: 2, Informative

      If your subscription has overage charges, I would recommend setting a data limit on your phone. Both Android and iOS have supported a hard cutoff since basically forever.

    2. Re:This happened to me by MadKeithV · · Score: 2

      If they honour it as much as the "Download via Wi-Fi" option, what's the point?

    3. Re:This happened to me by AmiMoJo · · Score: 1

      Some providers let you cut off access the moment you hit the limit. Well worth enabling. In the mean time did you send the bill to Google?

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    4. Re:This happened to me by thegarbz · · Score: 1

      If they honour it as much as the "Download via Wi-Fi" option, what's the point?

      Who is "they"? The OS puts a had block on your cell data just fine. The problem was a bug in an app. This is not a question of honour.

  7. Eternal Beta by Anonymous Coward · · Score: 1

    Google is really good at delivering buggy software. I often have Google Play Services drain my battery, for example, and Google does not seem interested in addressing this issue. This happens when you roll out Beta software into the real world.

  8. Don't worry! by LordHighExecutioner · · Score: 1

    After all, the app downloads just gigabytes of fake news.

  9. Just disable mobile data when not in use by tuxisthefuture · · Score: 5, Insightful

    Being of the generation who started using computers when every 'bit' mattered, I still use modern technology in the same way.

    I frequently cleanup and delete stuff I do not foresee needing (after taking multiple backups to offline media of course), I always turn off mobile data when I am connected to wifi or when I will not require it, I even turn off wifi on my phones and tablets when not in use to save the battery, such as at night or when driving.

    Such habits allow my devices to run for longer without a recharge when out and about plus it seems, have saved me countless well earned £££ by not becoming one of the people impacted by this software bug and others we may not know about.

    Unfortunately today, most people would not even dream of turning off data when not actively using it, as they may miss a Facebook post of their mate making a cuppa.

    When I attended college, 100MB (not Gigabytes, Megabytes) of storage served me perfectly well for 3 years as I had gotten used to formatting my digital photos and scans to acceptable quality and filesizes due to having grown up with 1.44MB 3.5 inch floppy disks.

    By the time I worked in the IT department at the same college 4 years later, students would arrive at the support department door in an endless stream on day 1 of their course, complaining that they have run out of space, having only saved 1 digital photo (why did their tutors not educate them on file size reduction? Don't get me started on the state of teaching!). Often they and their tutors demanded 100GB of storage space so they could save their photos and scans, which were to be used in Microsoft Word documents and presented on printed page at the size of a postage stamp, even though the saved file size would if laid out flat could easily be seen from space.

    What I am getting at here is that having grown up in the age of 'digital rationing', I had to learn how to manage my storage space/bandwidth cost effectively and with the end product in mind.

    Nowadays, people feel they don't have to bother, most probably don't even know that they can reduce the size of a photo taken by their digital camera or post process it in the GIMP or whatever to reduce the physical and file size. After all, they have a huge hard drive and cloud storage.

    Learning how to manage the space/bandwidth as effectively as they would a physical filing cabinet, would go a long way to reducing the risk they are exposed to from such Google bugs.

    1. Re:Just disable mobile data when not in use by Anonymous Coward · · Score: 5, Insightful

      This is also why programmers should be forced to use slow machines with insufficient resources.... so their code isnt more bloatware!

    2. Re:Just disable mobile data when not in use by Gavagai80 · · Score: 1

      I always turn off mobile data when not specifically using it, but more because that saves battery and effectively blocks ads from all my apps that don't have a legit need for internet.

      --
      This space intentionally left blank
    3. Re:Just disable mobile data when not in use by AmiMoJo · · Score: 4, Interesting

      When I was in college I had to submit a written request to increase my default allocation of 1MB of disk space so I could work on a ray tracer.

      Nowadays I have lost count of how many terabytes I have in my file server. Thing is, hard drives are really cheap and it's just not worth wasting massive amounts of time sorting, compressing and discarding stuff. There was a comment on Slashdot that used the example of a photographer paying an intern minimum wage to do the job, and it turned out that just storing all the photos was cheaper.

      My time is valuable. I used to waste untold hours optimizing my Amiga to boot a little quicker or save a few kilobytes of RAM, but not any more.

      Same with my phone. It manages the wifi and power saving so well that I usually don't get below 70% in a day, so there just isn't any point wasting my time trying to save tiny amounts of energy by manually adjusting it constantly.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    4. Re:Just disable mobile data when not in use by DarkOx · · Score: 1

      That is a fine attitude to have; if you don't have limitations. However there are A LOT of people in settings where they don't have access to data that isn't metered. I am not saying products should be tailored to our use case by any means but minimally workable solutions should be offered.

      I (kinda of) agree treating local storage as "mostly free" makes sense in the PC world on phones not so much. Why does Apple think they can charge 150 extra for the 256GB model than the 64GB variety? When a high speed 128GB micro SD can be had for 30? So even storage is still pricey some places.

      I bought tax cut last year (boxed). Guess what nothing in there but a download link and license key. WTF? If I wanted to download it I would have just bought it online! The only reason to by a shelfware copy is to get media so you don't have to download a Gigabyte of interface software and can instant theoretically pull a couple Megabytes worth of updated forms and rule sets from a server some place...

      Ditto with a lot of this mobile stuff. My Iphone5 finally gave up. Had to buy a new. Restored my back up it. Okay brought over my pictures and stuff but hey those were already synced to photo's anyway on my Mac. The phone proceeded to re-download all of my apps? Why bother making a backup at all if it excludes 90% of the data! I won't in the future - I'll just sync my contacts and photos and to heck with the rest of it. If nothing else if I have to switch phones again at least that will let me not download the apps I never use anymore!

      Then there is F'ing Windows that even with registry hacks and setting every connection metered will still download 100s of megs of updates when it feels like it; not when it makes sense for the user. So litterally after you have taken active steps to configure it to minimize data uses it basically says 'F U I am going to download whatever I want anyway."

      In 2018 should the default behavior of most products be treat storage and remote network transfer as mostly unlimited resources where it makes the user experience better - probably. There should be reliable of setting limits. If that means some features can't be used alright; if it means reading thru long lists of components and deciding which are needed fine; it does not have to be easy but it should work and the choice should be there.

      --
      Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
    5. Re:Just disable mobile data when not in use by thegarbz · · Score: 1

      Or if you're not on the spectrum you could just set a data limit in the Android OS and call it a day.

      My life is busy enough without micromanaging every little detail of it.

    6. Re:Just disable mobile data when not in use by thegarbz · · Score: 1

      However there are A LOT of people in settings where they don't have access to data that isn't metered. I am not saying products should be tailored to our use case by any means but minimally workable solutions should be offered.

      Workable solutions do exist. There are android apps that don't use lots of disk space, and there's ways to manage data to ensure you don't go over carrier limits baked right into the OS.

      I bought tax cut last year (boxed). Guess what nothing in there but a download link and license key. WTF?

      I had someone give me a CD with software on it recently. My home computer doesn't have a 5.25" drive bay let alone a CD player. My laptop doesn't either. I had to see the IT department at work to make it readable. This is not such an extreme example in 2018. The point is that nowadays this truly does start bordering on the archaic tailored to specific people kind of scenarios.

      The phone proceeded to re-download all of my apps? Why bother making a backup at all if it excludes 90% of the data!

      Why bother backing up the data that already exists in a backed up form? I don't understand the reasoning here. The end result is you got your phone back to its normal working condition right? There's literally no point in backing up something that your phone keeps ever green, and exists elsewhere already. This is similar to Linus's reasoning: Only whips use backups, real men upload their data and let the rest of the world mirror it.

      and setting every connection metered will still download 100s of megs of updates when it feels like it

      Citation required. Based on all available research, windows update doesn't download anything while on a metered connection.

      There should be reliable of setting limits.

      You know that pretty much exists now right? What you're referencing are actual bugs, as is in this case here. Google News normally doesn't use much data. Restoring your phone will prompt you to use data and then additionally give you the option to only use it over wifi. Most apps that do anything with significant data (e.g. Facebook) will give you the option to not auto-download, not auto-play etc.

    7. Re:Just disable mobile data when not in use by Waccoon · · Score: 1

      My time is valuable. I used to waste untold hours optimizing my Amiga to boot a little quicker or save a few kilobytes of RAM, but not any more.

      The problem is not waste, it's the proportion of waste vs resources available. 1GB is nothing for a PC, but it's worth a bunch of money on mobile.

      But, hey, go ahead and keep thinking that resources are infinite and everyone has as much money as you do to keep buying hardware that's "really cheap".

  10. Re:Google News is crap - no "already seen" functio by Martin+Blank · · Score: 1

    One used to be able to swipe away stories already viewed or not cared about. That seems to have changed in the last few months.

    --
    You can never go home again... but I guess you can shop there.
  11. Hey, no big deal. by bistromath007 · · Score: 2

    I'll just keep using Google News & Weather, which is better anyway.

    oh wait

    1. Re:Hey, no big deal. by Anonymous Coward · · Score: 1

      That's the killer thing. This was discontinued...

    2. Re:Hey, no big deal. by grep+-v+'.*'+* · · Score: 1

      I'll just keep using Google News & Weather, which is better anyway.

      oh wait

      THIS. I came here to basically say this. I used it until a few weeks ago when it's data source was forcibly retired. I tried the new app, hated it, told google so (I'm sure they took notice!), and removed it.

      I'm now using other, non-Google apps for news. RSS readers are great! (Although I'm sure they're tracking me anyway.)

      --
      If the universe is someone's simulation -- does that mean the stars are just stuck pixels?
  12. Re: This is why all cell service should be unlimit by bistromath007 · · Score: 1

    Verizon wrote this post

  13. Re:Google News is crap - no "already seen" functio by Anonymous Coward · · Score: 1

    Google: The AI that is selecting stories is now so good that there is no need to swipe away stories.
    Microsoft: QA of Windows patches is now so good that updates can be forced in Windows 10.

  14. Solution by t4eXanadu · · Score: 1

    Don't turn off wifi at night. Why do that anyway? It doesn't conserve that much battery.

    1. Re:Solution by Gavagai80 · · Score: 1

      If it's downloading gigabytes per night, I think you'll find it does use significant battery.

      --
      This space intentionally left blank
    2. Re:Solution by tsqr · · Score: 1

      If it's downloading gigabytes per night, I think you'll find it does use significant battery.

      If your goals are to reduce battery consumption and avoid unauthorized overnight data consumption, there's always Airplane mode. Or just plain turning the phone off. I've found that both approaches are quite effective. Of course, there's always a chance that you'll miss someone's Facebook post complaining about how much data their phone is gobbling.

  15. Only USD$75? by DontBeAMoran · · Score: 4, Funny

    The app burned through over 12 gigs of data on my phone while I slept and my Wi-Fi had disconnected. It lead to $75 in overage charges.

    Be happy you don't live in Canada, where 12GB over your regular quota would mean losing your house.

    --
    #DeleteFacebook
    1. Re:Only USD$75? by PIBM · · Score: 1

      what if you blew it early on for a download you wanted ? I'm lucky enough to be provided a large enough cap that I never reach it, but my wife only uses a 1 GB plan. She sometimes use it all, and then she`ll be one or two days without. Extra GB are 70$ (twice the plan price which includes unlimited text / unlimited international calls) so it`s not a good idea to unlock it for more..

  16. Re: This is why all cell service should be unlimit by JackieBrown · · Score: 1

    Well, if I only cared about one aspect of a country and life, I'd definitely move there.

  17. Providers must be happy! by flood78 · · Score: 1

    It's the providers that are certainly happy! With their stupid package of 5 to 15 minutes of internet per month... because this is the reality!
    They offer high speed internet that are busted after few minutes at full speed... there is no chance to anyone to be able to detect this bug without busting.

  18. Re:Missing option by HarrySquatter · · Score: 1

    Get a lawyer for $75 to a couple hundred bucks? You'll probably be laughed out of most lawyer's offices with such a tiny claim.

  19. About par for the course by Anonymous Coward · · Score: 1

    Google Play Services will similarly update bits and pieces via LTE when all updating mechanisms are disabled and set for Wifi only. I've caught Instant Apps resources to be the biggest offender.

  20. Is it just me... by Rob+Y. · · Score: 1

    ...or does everyone hate the new Google News app as much as I do.

    I used to use the 'News and Weather' app that came with the phone until recently, when that app went blank except for a notice that it was being replaced by Google News. So I switched. The two apps are pretty much the same thing, but there's something overly busy and overcrowded about Google News.

    The old app just gave you lists of stories in various categories, and that was it. A little scrolling, and you had a sense of what was there, and what of that was new. The new one gives you groups of stories within the lists - which are also much longer, including lots of stuff I've already seen. Plus my 'favorite' categories are not on the main screen with everything else. The whole thing makes for a clumsier experience, curated I assume, but hell if I know by what criteria.. Guessing it's some 'chosen just for you by our fabulous AI bots'. Well, no thanks.

    --
    Posted from my Android phone. Oh, I can change this? There, that's better...
    1. Re: Is it just me... by Londovir · · Score: 2

      No, it's not just you. In fact, scrolling through the reviews in the Play store for the replacement app are horrendous, unless you ignore the sudden 4 star reviews that look suspiciously like astroturfing. There are tons of people who hate the new app. I hate it. I hate that Google decided what was best for me. That's the kind of crap I railed against Apple for, and it's ticked me off enough to make me slowly start thinking of going to an iPhone. (Among other reasons, to be sure.) As it stands, although I'm a very avid Angular 6/7 web application developer, I have little experience writing mobile apps. That said, I'm looking into learning NativeScript now and trying my hand at writing my own News and Weather replacement app. About 3 weeks ago I started screenshotting everything in the app I could so I had reference shots to work with. I'm glad I did, since Google absolutely killed the old app now. My biggest issue is trying to find suitable RSS feeds to use for the news pulls. Since Google deprecated their News API a while back (conveniently), it's not as clear where I can look for replacements. But, my anger gives me power, so I'll find a way, even if I have to hard code my own feeds.

      --
      Londovir
    2. Re:Is it just me... by justthinkit · · Score: 1

      Why use an app for weather? I type the first 3 letters of my city into Google and the "my city weather" suggestion pops up. Click on that and I get an in-Google summary of weather for the next 10 days. Why go anywhere else?

      --
      I come here for the love