Slashdot Mirror


Apple Tells Lawmakers iPhones Are Not Listening In On Consumers (reuters.com)

An anonymous reader quotes a report from Reuters: Apple told U.S. lawmakers on Tuesday that its iPhones do not listen to users without their consent and do not allow third-party apps to do so either, after lawmakers asked the company if its devices were invading users' privacy. Representatives Greg Walden, Marsha Blackburn, Gregg Harper and Robert Latta wrote to Apple's chief executive Tim Cook and Alphabet chief executive Larry Page in July, citing concerns about reports that smartphones could "collect 'non-triggered' audio data from users' conversations near a smartphone in order to hear a 'trigger' phrase, such as 'Okay Google' or 'Hey Siri.'"

In a letter to Walden, an Oregon Republican who chairs the House Energy and Commerce Committee, Apple said iPhones do not record audio while listening for Siri wakeup commands and Siri does not share spoken words. Apple said it requires users to explicitly approve microphone access and that apps must display a clear signal that they are listening.

113 of 214 comments (clear)

  1. Post the source code by spire3661 · · Score: 4, Insightful

    and we will believe you. Until such a time as the code can be verified by third-parties, your word is utterly meaningless. Trust, but verify.

    --
    Good-bye
    1. Re:Post the source code by jellomizer · · Score: 4, Insightful

      Why would that prove anything?
      If Apple is going to deceive you in front of lawmakers. Why not release source without the offending code, and compile and send a different branch with it.

      Most of us even hard core open source Linux fans, will not install their applications by compiling the source.
      make clean & make & make install
      We would rather just run the apt-get, download the .deb or .rpm file which has the executable precompiled. Saving you the time and effort of the build.

      Sure some of us will compile our code before we run it. But heck if you are in the business of spying, that could be considered a trade-off.

      If you want to verify what is happening, then you should monitor all the wireless traffic your phone sends. Compare it in a quiet environment and one with talking. See if the data sent from the device is enough for conversations.

      For the most part it is in Apples best interest in not getting caught betraying our trust in its security feature. The easiest way to not get caught is to not do the action.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    2. Re:Post the source code by Luthair · · Score: 1

      If you're going down that road, how can you trust source code? It might be different than what is deployed to devices. Heck, maybe its in firmware somewhere....

    3. Re:Post the source code by spire3661 · · Score: 4, Insightful

      The point is the option should be there so that a person can look at it and say 'Holy shit, what the hell is this?'. It doesnt matter how many actually do it, what matters is that it represents a logical break. Without any way to look or alter the code, its a black box, forever. You dont trust a black box.

      --
      Good-bye
    4. Re: Post the source code by spire3661 · · Score: 1

      Not by me or to my standards, and you have provided no links or other data to backup your statement.

      --
      Good-bye
    5. Re:Post the source code by Wrath0fb0b · · Score: 4, Insightful

      If Apple is going to deceive you in front of lawmakers. Why not release source without the offending code, and compile and send a different branch with it.

      Indeed.

      Most of us even hard core open source Linux fans, will not install their applications by compiling the source.
      make clean & make & make install

      First, even those that do will not audit the entire source. I bet you could insert a function send_personal_data_to_kgb_and_nsa(void) and only a small number of people running ./configure && make -j12 install would notice. If you obfuscated the functionality a bit better, no one would notice :-P

      Anyway, even if you did audit the source, that is not sufficient to guarantee that the compiled binary faithfully represents the source files input. To do that, you have to audit the entire compiler/toolchain. And then you have to audit the compiler used to build the compiler.

      If you want to verify what is happening, then you should monitor all the wireless traffic your phone sends. Compare it in a quiet environment and one with talking. See if the data sent from the device is enough for conversations.

      But the phone has storage. And it has speech-to-text, part of which happens locally. Both of those features mean that, in theory, the phone could record and process the audit and then dribble it out over the network later when you are doing some other legitimate network activity.

      So if you REALLY want to be certain, you have to fill up the storage (wait, there could be a secret reserve of a few GB that are not user-accessible) and also monitor the supply lines from the battery to ensure there is no heavy speech processing that might be transcribing it to text :-D

      I agree with the sentiment of your post, just like showing that there is no way around having some level of trust in the hardware/software that you use.

    6. Re:Post the source code by jellomizer · · Score: 2

      However the black box for the most part is sending and receiving open specification type of data.
      If Apple is going to hide that they are sending your conversations to some mega server somewhere they are going to do it. Source Code will not stop that one person to question the code. If that code isn't there.

      However the open specification will allow people to see the output from that black box.
       

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    7. Re:Post the source code by KiloByte · · Score: 3, Informative

      That's why there's the Reproducible Builds project. Packages have .buildinfo files that save versions of dependencies, recompiling against the same deps should produce bit-to-bit identical results.

      It's not yet complete, but 92.8% of packages build reproducibly.

      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
    8. Re:Post the source code by grondak · · Score: 1

      My charger has a light that shows when the battery is charging. When the battery is charged, the light turns off.

      The charger light turns on when the TV or music is loud. It switches off not quite as fast as a scope would show activity, but soon enough to know that something draws more current when there is significant audio input.

      I bet a phone with a dead battery could be used to track audio spying pretty easily.

      I love your point about storage. Some apps queue their data for upload on reconnect.

      --
      [Error 407: No signature found]
    9. Re:Post the source code by gweihir · · Score: 1

      Why would that prove anything?
      If Apple is going to deceive you in front of lawmakers. Why not release source without the offending code, and compile and send a different branch with it.

      Indeed. The source is valuable if a) somebody really digs through it and b) it is that basis of the installation you do. Otherwise, it is just a heap of code lines without much meaning.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    10. Re:Post the source code by drinkypoo · · Score: 1

      If Apple is going to deceive you in front of lawmakers. Why not release source without the offending code, and compile and send a different branch with it.

      This is why clauses which require that the user be able to actually build and then furthermore actually install and use the code they compiled are necessary. What good is source code, Mister Anderson, if you are unable to compile and use it?

      Most of us even hard core open source Linux fans, will not install their applications by compiling the source.

      As long as someone is testing it, we have reasonable assurance that it works. Sure, individuals could be delivered different code than that, if Apple wanted. But it's still better than nothing, and it would offer the opportunity to compile your own.

      If you want to verify what is happening, then you should monitor all the wireless traffic your phone sends.

      Sorry, I left my Stingray in my other pants.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    11. Re:Post the source code by MachineShedFred · · Score: 2

      Yeah, because lying to Congress is a fantastic plan, and they would totally do that to... what end?

      Posting the source code isn't going to happen. They would let government auditors in under NDA long before that happened. Get real.

      --
      Slashdot still doesnâ(TM)t support Unicode after it was added to the HTML standard in 1997.
    12. Re:Post the source code by MachineShedFred · · Score: 1

      Are there well known attacks on AES?

      Sure, it's not perfect, but you can severely limit "who is listening" based on proper HTTPS. Use signed certificates, require them to be valid, and use HTTPS end-to-end, everywhere.

      --
      Slashdot still doesnâ(TM)t support Unicode after it was added to the HTML standard in 1997.
    13. Re:Post the source code by guruevi · · Score: 3, Interesting

      Apple has released design/block diagrams on the silicon and how "Hey Siri" is implemented in hardware and doesn't require intervention from either the CPU or the OS. It can be verified by putting some scopes and circuit analyzers on the thing and seeing when and where the 'activity' actually happens.

      It's fairly easy to test whether or not they're lying, if your CPU and SSD keeps waking up whenever there is audio, even if the trigger hasn't been used, you know they're lying.

      Also, you can dump the contents of your iPhone as a developer. So it would also be pretty easy to verify there is no recording lurking somewhere on the drive waiting to be sent to Apple. You could also analyze the traffic that is sent to Apple and see whether it is feasible that audio recordings which would have to be a pretty continuous stream, even encrypted, are being sent without the trigger phrase.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    14. Re:Post the source code by TheFakeTimCook · · Score: 1

      and we will believe you. Until such a time as the code can be verified by third-parties, your word is utterly meaningless. Trust, but verify.

      It's called a Packet Inspector. Can't snitch on the User without causing network traffic. And an iPhone tries to avoid using Cellular data when WiFi it is allowed to connect-to is available. So, all someone has to do is packet-sniff iPhone traffic while it is connected to a WiFi network.

      Simple. Idiots.

      Boy, Slashtards are deliberately obtuse. Anything to impugn Apple, right?

    15. Re:Post the source code by TheFakeTimCook · · Score: 3, Insightful

      If you want to verify what is happening, then you should monitor all the wireless traffic your phone sends. Compare it in a quiet environment and one with talking. See if the data sent from the device is enough for conversations.

      For the most part it is in Apples best interest in not getting caught betraying our trust in its security feature. The easiest way to not get caught is to not do the action.

      Exactly.

      And I just can't believe that Slashtards are THAT stupid to not think of that, instead of imagining all sorts of wheels-within-wheels and riddles wrapped in myteries inside of enigmas when it comes to ANYTHING Apple says, does or produces.

      Stupid shits. The whole lot. (Not you, Jellomizer... YOU are among the few that "get it".).

    16. Re:Post the source code by TheFakeTimCook · · Score: 2

      The point is the option should be there so that a person can look at it and say 'Holy shit, what the hell is this?'. It doesnt matter how many actually do it, what matters is that it represents a logical break. Without any way to look or alter the code, its a black box, forever. You dont trust a black box.

      It is a black box with an internet-sized HOLE in it, you stupid FUCK.

      Which is more betterer: Poring over Source code to try and find some obsfucated "snitching/spying" functions; or simply watch network traffic out of the fucking PHONE?

      Idiots.

    17. Re:Post the source code by TheFakeTimCook · · Score: 1

      However the black box for the most part is sending and receiving open specification type of data.
      If Apple is going to hide that they are sending your conversations to some mega server somewhere they are going to do it. Source Code will not stop that one person to question the code. If that code isn't there.

      However the open specification will allow people to see the output from that black box.

      Again, Exactly.

    18. Re:Post the source code by TheFakeTimCook · · Score: 1

      My charger has a light that shows when the battery is charging. When the battery is charged, the light turns off.

      The charger light turns on when the TV or music is loud. It switches off not quite as fast as a scope would show activity, but soon enough to know that something draws more current when there is significant audio input.

      I bet a phone with a dead battery could be used to track audio spying pretty easily.

      I love your point about storage. Some apps queue their data for upload on reconnect.

      Since your charger has a light on it, I am assuming you DON'T have an iPhone.

      Therefore, your entire post is moot.

    19. Re:Post the source code by TheFakeTimCook · · Score: 1

      This is why clauses which require that the user be able to actually build and then furthermore actually install and use the code they compiled are necessary. What good is source code, Mister Anderson, if you are unable to compile and use it?

      You F/OSS fanbois really take the cake!

      What you are proposing is that NOBODY can have Private IP anymore.

      No thanks, Comrade!

    20. Re: Post the source code by TheFakeTimCook · · Score: 2

      Wtf? Apple lies all the time. Steve jobs claimed ogg vorbis was an illegal codec at one point of time and half of their advertising in the past Implied osx couldn't get viruses.

      During antenna gate it took them almost to the point of getting sued to admit the issue.

      Yes. Apple should prove themselves

      Citation on the Ogg quote, cuz I'm not finding it?

      Show me a true, self-replicating virus on macOS or iOS.

      It's been over TWENTY years for OS X/macOS, and ELEVEN for iOS. Where are all the viruses? Trojans don't count.

    21. Re: Post the source code by TheFakeTimCook · · Score: 1

      Not by me or to my standards, and you have provided no links or other data to backup your statement.

      Tough shit.

    22. Re:Post the source code by TheFakeTimCook · · Score: 1

      Yeah, because lying to Congress is a fantastic plan, and they would totally do that to... what end?

      Posting the source code isn't going to happen. They would let government auditors in under NDA long before that happened. Get real.

      Exactly. A Special Master would be appointed to review the Source and Report to Congress.

      But so what? Just packet sniff the output for a day or two, and that will tell you FAR more than any stupid "review" of a million or so lines of code.

      Idiots.

    23. Re:Post the source code by TheFakeTimCook · · Score: 3, Interesting

      Apple has released design/block diagrams on the silicon and how "Hey Siri" is implemented in hardware and doesn't require intervention from either the CPU or the OS. It can be verified by putting some scopes and circuit analyzers on the thing and seeing when and where the 'activity' actually happens.

      It's fairly easy to test whether or not they're lying, if your CPU and SSD keeps waking up whenever there is audio, even if the trigger hasn't been used, you know they're lying.

      Also, you can dump the contents of your iPhone as a developer. So it would also be pretty easy to verify there is no recording lurking somewhere on the drive waiting to be sent to Apple. You could also analyze the traffic that is sent to Apple and see whether it is feasible that audio recordings which would have to be a pretty continuous stream, even encrypted, are being sent without the trigger phrase.

      Exactly.

      Just make a looped recording that DOESN'T include the phrase "Hey, Siri" (or simply a radio station or TV would work fine), and put the iPhone in front of a speaker playing the sound. Now watch for WiFi traffic from the phone while sleeping.

      So easy to verify without examining a single line of code, and yet all the FOSSies can think to do is pore over a bunch of code that may or may not be what is actually running in the device.

      Idiots.

    24. Re:Post the source code by nagora · · Score: 1

      Why would that prove anything?

      Because we could then compile and install the code ourselves without Apple having any further input; they could just update their gitLab repo every so often instead of releasing sealed and obfuscated binaries as they do now.

      I'm not sure what your problem is with someone actually having to back up absolute claims of security.

      For the most part it is in Apples best interest in not getting caught betraying our trust in its security feature. The easiest way to not get caught is to not do the action.

      Brilliant! You've logically disproven the existence of crime! Think of how much money we can save on cops.

      --
      "Encyclopedia" is to "Wikipedia" what "Library" is to "Some people at a bus stop"
    25. Re:Post the source code by Muckluck · · Score: 1
      OK - adding to this... Dead battery aside, what is stopping anyone from breaking the power in line to the camera, attaching a wire to the power supply line putting an LED inline with the physical camera? Attach a capacitor inline (to maintain steady voltage to the camera) and the LED will light when the camera turns on. This is different than the "part of the camera" LED that can be bypassed in certain camera firmware in that it is inline with the power so if the camera is powered on when you didn't intend it to be powered on, it alerts you. I'm sure you can do something similar with the MIC power lead. Analyze the network traffic on each and see what you see...

      It involves some work, but it can be done...

      --


      --I like turtles...
    26. Re: Post the source code by jimbo · · Score: 1

      Some Apple *users* claimed they couldn't get viruses. Zealots exists for any platform. Apple have always been quite honest with their marketing. Here is an advisory from Apple from the wayback machine:

              Last Modified: July 30, 2008
              Article: HT2550

              Old Article: 4454

      Summary

      This article describes the antivirus utilities that are available for the Mac OS.
      Products Affected

      Consumer Software, Intego VirusBarrier X4, Virex, Norton Anti-Virus for Macintosh

      Apple encourages the widespread use of multiple antivirus utilities so that virus programmers have more than one program to circumvent, thus making the whole virus writing process more difficult. Here are some of the available antivirus utilities:

      Intego VirusBarrier X4
      Publisher: Intego
      License: commercial

      Norton Anti-Virus for Macintosh (formerly SAM)
      Publisher: Symantec
      License: commercial

      Virex
      Publisher: McAfee
      License: commercial

      Important: Information about products not manufactured by Apple is provided for information purposes only and does not constitute Apple’s recommendation or endorsement. Please contact the vendor for additional information.

    27. Re:Post the source code by grondak · · Score: 1

      Yes.

      --
      [Error 407: No signature found]
    28. Re:Post the source code by tlhIngan · · Score: 1

      If you want to verify what is happening, then you should monitor all the wireless traffic your phone sends. Compare it in a quiet environment and one with talking. See if the data sent from the device is enough for conversations.

      For the most part it is in Apples best interest in not getting caught betraying our trust in its security feature. The easiest way to not get caught is to not do the action.

      And knowing the publicity it would generate, it wouldn't surprise if me people have already done that. Since Apple is a big name and it would get you lots of publicity, I'm sure everything an iPhone does is heavily scrutinized. Every packet that is sent or received is analyzed for purpose, etc.

      And I'm pretty sure they've done it using fake cellular networks too in order to capture any cellular data usage and packets as well.

      One packet out of place and it'll be front page on all the mainstream media within the hour, and Tim Cook hauled in front of Congress in 2.

      This is especially so since I think even Siri is doing less and less in the cloud and more and more on device

    29. Re:Post the source code by HiThere · · Score: 2

      You may be a bit too skeptical. Unlike Google, Apple does not derive funding directly from advertisers. (Indirectly, yes, but that *is* different.)

      So there is much less motivation for Apple to wantonly infringe your privacy than there is for Google.

      OTOH, Apple is much more likely to want to block you from exporting your data. They've often imposed roadblocks in the past (though admittedly the times I'm thinking of date back to the original Macintosh).

      OTOH, I haven't studied their phones eco-system, so I don't know whether they have the same motivations.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    30. Re:Post the source code by drinkypoo · · Score: 1

      "What you are proposing is that NOBODY can have Private IP anymore."

      Total nonsense. What I'm stating is that non-Free software is harmful to users. You can have private IP and use it in house without doing harm. But closed source software is not trustworthy by definition.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    31. Re:Post the source code by TheFakeTimCook · · Score: 1

      "What you are proposing is that NOBODY can have Private IP anymore."

      Total nonsense. What I'm stating is that non-Free software is harmful to users. You can have private IP and use it in house without doing harm. But closed source software is not trustworthy by definition.

      And, considering the number of DECADES-long bugs found in F/OSS, the "many eyes" meme is just that. A meme.

      OSS is only marginally more transparent than closed-source.

      That's why I said: "Don't verify the Source. That's worthless. Verify the OPERATION."

    32. Re:Post the source code by drinkypoo · · Score: 1

      "And, considering the number of DECADES-long bugs found in F/OSS, the "many eyes" meme is just that. A meme."

      Okay, now tell me how closed source software is supposed to be more secure when you can't see the code and have no idea how many vulnerabilities are just waiting to be exploited.

      "That's why I said: "Don't verify the Source. That's worthless. Verify the OPERATION."

      That's worthless without the sources, because you can't expect it to behave the same way every time if you can't check the sources to look for special cases.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    33. Re: Post the source code by TheFakeTimCook · · Score: 1

      Don't bother answering him. He's an Apple fanboy. No matter how many times you prove him wrong he will double down on stupid.

      Log in and fight like a man; or STFU and FOAD.

    34. Re:Post the source code by TheFakeTimCook · · Score: 1

      "And, considering the number of DECADES-long bugs found in F/OSS, the "many eyes" meme is just that. A meme."

      Okay, now tell me how closed source software is supposed to be more secure when you can't see the code and have no idea how many vulnerabilities are just waiting to be exploited.

      "That's why I said: "Don't verify the Source. That's worthless. Verify the OPERATION."

      That's worthless without the sources, because you can't expect it to behave the same way every time if you can't check the sources to look for special cases.

      What "Special Case" would be practical for something that is supposed to be logging and repeating your every utterance?

      And how is the phone supposed to know you aren't just watching some Spy movie, FFS?

      You people make no sense.

    35. Re:Post the source code by jellomizer · · Score: 1

      If they are lying about spying. What would be the test for it. You are making a bold claim about it so it is up to you to prove guilt.
      I don’t have the time. I’ll need to take Apple at its word. Not from blind faith but because I haven’t receive evidence of such a conspiracy.
      Have I been wrong before? Yes. Have I been right more then I have been wrong? So far yes.
      Just because we can’t find proof, it doesn’t mean there is some devious secrets to hide it. Also lying to lawmakers if caught means jail. They would have waffled a response vs just outright lied about it.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    36. Re:Post the source code by jeremyp · · Score: 1

      Ok so you build and install the software from scratch Having done a full audit. Who is to say that it is the only software on the phone? What if the manufacturer has some hidden hardware or software that you can't detect?

      Your only real protection is the knowledge that Apple's business model is to sell expensive smart phones and being caught stealing your data is going to hurt that model.

      --
      All I want is a secure system where it's easy to do anything I want. Is that too much to ask ~~ Randall Munroe
    37. Re: Post the source code by guruevi · · Score: 1

      Encrypted traffic is still traffic. If you expect a phone to be radio-silent yet continues to stream (the minimum usable compressed audio is ~5kB/s which isn't trivial to hide).

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    38. Re:Post the source code by guruevi · · Score: 1

      Storage space on-die is going to be limited, you can simply wait it out, at some point the buffers will have to flush. If you want to surreptitiously record anything, you're always going to leave a digital fingerprint.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    39. Re:Post the source code by Demena · · Score: 1

      No. I will believe them because I know it to be true. I do not even need to check the code. Because technology is not magic. Where is this "listening" going? Where is the data? If you do not know where your traffic is going and what that traffic is you just are not even competent to manage your own bills.

      If you want to make a liar and a fool out of yourself, all we'll and good. But you cannot be looking good to anyone with half a brain. Why didn't you check? Jesus, I hope you don't work in IT.

    40. Re:Post the source code by Demena · · Score: 1

      Thank you!

      For your information and for the education of spire661, I point out that the traffic you speak of is non-existent. Since the traffic does not exist apple does not do this. Simple, except to anti-apple factoid fuctards.

    41. Re:Post the source code by Demena · · Score: 1

      Or in your case, perhaps blind and stupid antipathy for Apple? The evidence is in; Apple do not "listen". There is no traffic that suggests it does. Yet you are willing to believe that it does because someone tells you so. That is pretty blind and definitely stupid so your comment does nothing to show your quality.

    42. Re:Post the source code by drinkypoo · · Score: 1

      What "Special Case" would be practical for something that is supposed to be logging and repeating your every utterance?

      Obviously, looking for specific users, or subsets of users. Or for activity which will disguise the network traffic.

      And how is the phone supposed to know you aren't just watching some Spy movie, FFS?

      Obviously, voice printing.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    43. Re:Post the source code by drinkypoo · · Score: 1

      Your argument boils down to believing that only perfect solutions are helpful, but perfect is the enemy of good. One step at a time.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    44. Re:Post the source code by TheFakeTimCook · · Score: 1

      What "Special Case" would be practical for something that is supposed to be logging and repeating your every utterance?

      Obviously, looking for specific users, or subsets of users. Or for activity which will disguise the network traffic.

      And how is the phone supposed to know you aren't just watching some Spy movie, FFS?

      Obviously, voice printing.

      You forgot the sarcasm tag; because you couldn't possibly be serious...

    45. Re:Post the source code by Waccoon · · Score: 1

      It's already pretty well known that phones send tons of data. People have attached them to firewalls and can clearly see how much crap is going out every second. The problem is that there's so many packets going to so many different IPs for so many different purposes and it's all encrypted. It happens constantly even when the device is idle. My Win 7 PC does the same, despite all my attempts to shut off any telemetry and useless services. Is the device spying or is it just doing "normal maintenance"?

      More importantly is that data doesn't have to be sent in realtime. Any spying can simply be stored in a queue and uploaded on a schedule. You can't associate transmission of data with a specific action or command in that case.

      I hate it with a passion, but massive amounts of traffic is just the norm these days, and it's here to stay. Judging a device based on the quantity of data sent, or even when data is sent, is not feasible.

    46. Re:Post the source code by gweihir · · Score: 1

      No. Trusted third parties exist. No need to be mindlessly paranoid.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    47. Re:Post the source code by TheFakeTimCook · · Score: 1

      It's already pretty well known that phones send tons of data. People have attached them to firewalls and can clearly see how much crap is going out every second. The problem is that there's so many packets going to so many different IPs for so many different purposes and it's all encrypted. It happens constantly even when the device is idle. My Win 7 PC does the same, despite all my attempts to shut off any telemetry and useless services. Is the device spying or is it just doing "normal maintenance"?

      More importantly is that data doesn't have to be sent in realtime. Any spying can simply be stored in a queue and uploaded on a schedule. You can't associate transmission of data with a specific action or command in that case.

      I hate it with a passion, but massive amounts of traffic is just the norm these days, and it's here to stay. Judging a device based on the quantity of data sent, or even when data is sent, is not feasible.

      Just because ONE Phone (or mobile Platform) does it, does NOT mean they ALL do it.

      I have always wondered why a Windows computer will CONSTANTLY access the Hard Drive, even when it is ostensibly at Idle, with no Applications running (except Explorer.exe). THAT'S the kind of stuff that is super-creepy to me, and it has been going on for YEARS.

      But you can only cache so much data for so long, and then it has GOT to be uploaded. And just like with ANY SIGINT, just because you can't read the actual DATA, doesn't mean that you can't tell WHO is talking to WHOM. And THAT CANNOT be hidden or obsfucated, no more than the Address on the outside of a sealed snailmail envelope.

      And it becomes REALLY non-trivial to transmit THAT much data (remember, the longer it waits, the more data HAS to be flushed!) without raising eyebrows, especially over time, and especially when a device is ostensibly IDLE for long periods of time. We're not talking about a "blip", checking on a server to see if there are OS Updates, etc; we're talking about pretty significant streams of data.

      Sorry; but it CANNOT be hidden for any appreciable length of time. There are PLENTY of nerds with nothing better to do than to let their phone sit for a day or two and watch the WiFi traffic OUT of the Device. SOMEbody would have spotted this behavior with iOS devices by now. Period.

    48. Re:Post the source code by Plumpaquatsch · · Score: 1

      My charger has a light that shows when the battery is charging. When the battery is charged, the light turns off.

      The charger light turns on when the TV or music is loud. It switches off not quite as fast as a scope would show activity, but soon enough to know that something draws more current when there is significant audio input.

      So does your charger also light up any time you actually ask Siri something? Or only when (presumably that`s what you are claiming) your iPhone sends audio recordings to Apple whenever your TV is on loud.

      --
      Of course news about a fake are Fake News.
    49. Re:Post the source code by Plumpaquatsch · · Score: 1

      And how is the phone supposed to know you aren't just watching some Spy movie, FFS?

      Obviously, voice printing.

      And how would it do that, you stable genius? First download a "voice fingerprint" for all people on Earth, so it can report which people it can hear?

      Just answer this: is the world flat or hollow?

      --
      Of course news about a fake are Fake News.
    50. Re:Post the source code by BranMan · · Score: 1

      Idiots. Of course there is - scan the memory of the App on the phone, record the binary. Compile the App from the supplied source code, then load that on the phone. Scan the memory again. Same binary, there's your proof. Different binary, different source. What's so hard about that?

    51. Re:Post the source code by drinkypoo · · Score: 1

      And how would it do that, you stable genius? First download a "voice fingerprint" for all people on Earth, so it can report which people it can hear?

      I really can't figure out if you people are trolling, stupid, or just trying to suck off Apple. The voiceprints are generated from a corpus of samples produced when you use the device. Or, if in concert with the feds, from listening in on interstate calls. They can then be delivered to all devices as part of an update.

      It took me about five seconds to think of a way to pull this off. Surely if you spent five minutes, you could manage it too. Instead of, you know, reflexively defending a corporation which doesn't give one shit about you.

      Just answer this: is the world flat or hollow?

      The world is round, your head is hollow.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    52. Re:Post the source code by TheFakeTimCook · · Score: 1

      ...For your Head is Hollow, and I have Touched the Sky...

      (with apologies to Rik Vollaerts)

      And how would it do that, you stable genius? First download a "voice fingerprint" for all people on Earth, so it can report which people it can hear?

      I really can't figure out if you people are trolling, stupid, or just trying to suck off Apple. The voiceprints are generated from a corpus of samples produced when you use the device. Or, if in concert with the feds, from listening in on interstate calls. They can then be delivered to all devices as part of an update.

      It took me about five seconds to think of a way to pull this off. Surely if you spent five minutes, you could manage it too. Instead of, you know, reflexively defending a corporation which doesn't give one shit about you.

      Just answer this: is the world flat or hollow?

      The world is round, your head is hollow.

      Do you REALLY hear yourself, drinkypoo?!?

      Perhaps you have had one too many of your namesake beverages...

      Just give up on this. You lost.

      And lay-off the sauce!

    53. Re:Post the source code by TheFakeTimCook · · Score: 1

      Stable Genius: In the words of Stable Genius, Jr: "I Love it!"

    54. Re:Post the source code by drinkypoo · · Score: 1

      Just give up on this. You lost.

      The very last thing that would make me give up is an iFanboy shitting on the chessboard and declaring victory.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    55. Re:Post the source code by Plumpaquatsch · · Score: 1

      And how would it do that, you stable genius? First download a "voice fingerprint" for all people on Earth, so it can report which people it can hear?

      I really can't figure out if you people are trolling, stupid, or just trying to suck off Apple.

      That's because you are dumb. I merely pointed out the insanity of your posting. And you can't tell, nor do any other options for "us people" pointing out you are insane.To a normal person I would say: "Think about that" - but that would be pointless with you.

      --
      Of course news about a fake are Fake News.
    56. Re:Post the source code by Waccoon · · Score: 1

      I have always wondered why a Windows computer will CONSTANTLY access the Hard Drive, even when it is ostensibly at Idle, with no Applications running (except Explorer.exe). THAT'S the kind of stuff that is super-creepy to me, and it has been going on for YEARS.

      No need to wonder. You can use a utility like Process Monitor to see what's going on. But then, this is on a PC without all these newfangled "security enclaves" so it's not hard to figure out what's what. Can't do that easily on a phone.

      Interestingly, I also noticed recently that my PC hard drive goes almost constantly as well, but it does this when looking at the machine's firmware screen. I have no idea if this is normal behavior of the hard drive controller or if the firmware is doing some hidden stuff in the background, but I do know for a fact that Windows is not always responsible for hard drive activity. It may be the drive firmware doing some weird stuff on its own.

      Sorry; but it CANNOT be hidden for any appreciable length of time. There are PLENTY of nerds with nothing better to do than to let their phone sit for a day or two and watch the WiFi traffic OUT of the Device. SOMEbody would have spotted this behavior with iOS devices by now. Period.

      I'd like to believe that, but there's more than one CPU in most phones (and PCs) these days, and they work independently of the OS. Just getting the OS source or monitoring it is not enough -- you have to have access to all the firmware and ROM in the chips to know exactly what's going on, and all of that stuff is encrypted in hardware. It's not like the old days where only the main CPU and OS kernel were in total control. Case in point, people are still trying to figure out exactly how Intel ME works, even though it's been around for many years.

    57. Re:Post the source code by TheFakeTimCook · · Score: 1

      I have always wondered why a Windows computer will CONSTANTLY access the Hard Drive, even when it is ostensibly at Idle, with no Applications running (except Explorer.exe). THAT'S the kind of stuff that is super-creepy to me, and it has been going on for YEARS.

      No need to wonder. You can use a utility like Process Monitor to see what's going on. But then, this is on a PC without all these newfangled "security enclaves" so it's not hard to figure out what's what. Can't do that easily on a phone.

      Interestingly, I also noticed recently that my PC hard drive goes almost constantly as well, but it does this when looking at the machine's firmware screen. I have no idea if this is normal behavior of the hard drive controller or if the firmware is doing some hidden stuff in the background, but I do know for a fact that Windows is not always responsible for hard drive activity. It may be the drive firmware doing some weird stuff on its own.

      Sorry; but it CANNOT be hidden for any appreciable length of time. There are PLENTY of nerds with nothing better to do than to let their phone sit for a day or two and watch the WiFi traffic OUT of the Device. SOMEbody would have spotted this behavior with iOS devices by now. Period.

      I'd like to believe that, but there's more than one CPU in most phones (and PCs) these days, and they work independently of the OS. Just getting the OS source or monitoring it is not enough -- you have to have access to all the firmware and ROM in the chips to know exactly what's going on, and all of that stuff is encrypted in hardware. It's not like the old days where only the main CPU and OS kernel were in total control. Case in point, people are still trying to figure out exactly how Intel ME works, even though it's been around for many years.

      What does that have to do with examining Source Code?

      You're right. Nothing.

    58. Re: Post the source code by Demena · · Score: 1

      1. Anything dormant was not what we were talking about, in fact it is the opposite of what we were talking about. Neither does the NSA have anything to with targeted advertisements. So strawman arguments.

      2. Neither Apple nor NSA have the resources and knowledge to break laws of physics. Stretch them maybe, but not break them.

      People are asserting traffic that does not exist. Show me the traffic or even indicate to me what possible mode of communication might be involved in such traffic and I might give some credence except; Why would Apple sell target information to google? If iPhones are leaking in that manner (and mine is not) then it most likely Facebook or some Google application that is doing it. I cannot see Apple having much to do with it.

  2. So by AHuxley · · Score: 2, Insightful

    PRISM was with the users consent?
    PRISM was another approved third-party app?
    Do governments get that explicitly approved microphone access?
    Hey NSA?

    --
    Domestic spying is now "Benign Information Gathering"
    1. Re:So by TheFakeTimCook · · Score: 2

      PRISM was with the users consent?

      PRISM was another approved third-party app?

      Do governments get that explicitly approved microphone access?

      Hey NSA?

      Other than one highly-suspect PPT slide, there is ZERO proof that Apple ever participated in PRISM.

  3. Re:Why believe them? by jellomizer · · Score: 2

    Posted from your Android Phone, Made by a company who makes most of their money selling targeted ads based on your data views.
    Vs.
    Apple who makes its money from selling higher margin devices.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  4. That's a very selective No by rayzat · · Score: 1

    I've had several experiences where random run ins with people I don't know have started yielding lots of ads related to obscure topics we've talked about. For example in an elevator I ran into someone wearing the shirt of a small college I was looking at but passed on, we talked about 1 minute about the school then went our separate ways. Within 15 minutes I started seeing ads for the school even though I lived 1000 miles away and ran into the guy 2500 miles away. It might very well be an option I clicked through on an app, but it's happened on multiple occasions at this point.

    1. Re:That's a very selective No by grondak · · Score: 1

      Today I created a list of nouns from a physical dictionary to use as honey-pot terms. I think the right thing to do is mention the terms aloud and log the time/date. Capture the ads as the terms show up --as screenshots.

      --
      [Error 407: No signature found]
    2. Re:That's a very selective No by Gilgaron · · Score: 1

      Do you have Facebook installed and able to know your location? I understand that it will apparently try to link you to people it knows you've been in proximity with. There was an article a while back about how this was a problem for escorts that maintained separate social media profiles. Now I'm wondering if using ad blockers is hiding how much I may be being tracked from myself...

    3. Re:That's a very selective No by HiThere · · Score: 1

      While you are correct, there's a sound evolutionary reason for doing so ... to successfully avoid predators.

      FWIW, I think the above comment someone made about Facebook may provide sufficient answer without needing to invoke Apple lying. And I have no strong belief that Apple wasn't lying.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    4. Re:That's a very selective No by HiThere · · Score: 1

      No. I suspect Apple are telling the truth, and that Facebook has tracked people who have interacted with them, and sold the information (or possibly just used it). This wouldn't require that Facebook record their conversations, just where they were when interacting and the same for the person they were interacting with. They've demonstrated the capability in the past. And Apple would, in that case, be a ... I can't really say non-participating party, as their phone is hosting the Facebook app, but the participation on Apple's part would be innocent.

      That said, I wouldn't be really surprised to find that they lied, even though that's not what I expect.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    5. Re:That's a very selective No by rayzat · · Score: 1

      Nope, no FB or FB owned apps installed, which still doesn't mean another app isn't part of the larger FB ad network. I also have location services turned off for most everything, I don't run very many apps. I'm not saying it was Apple. I really have no theories on how it happened.

    6. Re:That's a very selective No by rayzat · · Score: 1

      I agree with what your saying and I'm not saying it was Apple. I will say that when I've noticed it the topics were so unique there has to be something more to it then randomness. With the college example, it wasn't an ad, it ended up being a week of ads plastered everywhere.

    7. Re:That's a very selective No by TheFakeTimCook · · Score: 1

      I agree with what your saying and I'm not saying it was Apple. I will say that when I've noticed it the topics were so unique there has to be something more to it then randomness. With the college example, it wasn't an ad, it ended up being a week of ads plastered everywhere.

      As Tim Cook said recently, "It is really creepy when you look at something on the internet, and all of a sudden there are ads for it everywhere." And in fact, I seem to remember that Apple is putting something in Safari to try and stop that (I don't know how, though). So, I really don't think it is Apple.

      But I agree: That is VERY odd...

      Here's the Slashdot Article about what the real Tim Cook (;-) ) said:

      https://apple.slashdot.org/sto...

      ..and here's an article about Safari using ML to block those ads:

      https://www.huffingtonpost.co....

      And since the HuffPost article was from a year ago, one would assume that has already been added to Safari; since I believe Apple has already released its "Core ML" Machine-Learning Framework. In fact, it is already at "Core ML 2":

      https://developer.apple.com/ma...

  5. Of course they do! by Anonymous Coward · · Score: 1

    How would they recognise the "Ey, siri!" command if they are not listening? What they do with the audio that doesn't match the Ey siri command we don't know. As users we'll have to trust whatever they say, and however they implemented it... and I think trust is not enough.

    1. Re:Of course they do! by TheFakeTimCook · · Score: 1

      How would they recognise the "Ey, siri!" command if they are not listening? What they do with the audio that doesn't match the Ey siri command we don't know. As users we'll have to trust whatever they say, and however they implemented it... and I think trust is not enough.

      Stupid fuck.

      They have custom silicon that recognizes that "Trigger Phrase" LOCALLY. Nothing is recorded. Nothing is sent until that phrase is recognized.

      Boy, you're stupid.

    2. Re: Of course they do! by Demena · · Score: 1

      Stop wanking yourself in public. Inserting the word "blindly" destroys your comment. You are asserting something you can have no knowledge of. I, for example, do not trust apple particularly as I think and I check for facts. Android? I have seen enough shit with Google and Android that I know they are trying to screw me. For Apple, there is nothing evidential (and I still check).

      I still think running Facebook (et al.) on an iPhone needs to be examined (I don't use facebook etc) as I have not tested that.

    3. Re: Of course they do! by Demena · · Score: 1

      What? Are you new here? Your comment makes no sense.....

      I am not new enough of silly enough to make a comment about "new" here. You do not seem to know enough to check a user id.

      .... he is talking about FakeTimCook, where you can point to hundreds of posts of his cheerleading. He makes so many assumptions of how he thinks things work but doesn't know much. "Blindly" is fucking easily demonstrated by look at a dozen of his posts.

      I do not follow anyone as I do not use twitter. So I comment only on what is in this thread. In this case (at least) the FakeTimCook is quite correct. "Hey Siri" is purely local. There is no traffic involved at that point (and this can be, and is) measured. So, not "blindly" at all.

      In high school English, we'd only need to cite three examples to back a claim. With FakeTimCook, you have hundreds of examples.

      Well, I didn't go to your high school and am probably relieved about that. I wouldn't want to go to a school that deems "Come with" as a sentence. But that is probably because I went to and English Grammar School where they actually taught English not the pidgin language that Americans falsely appropriate and declare as English. My English teacher would have told you that that 'three cites' rule was a bad joke. Far, far too rigid. There are many levels of speech and discussion and what is appropriate would vary vastly between them. Quality of cites makes a difference too.

      All of this you ignore in attempt to "win" an argument, ignoring the fact that anyone who "wins" a discussion in the manner of attack/defend loses by default. But then, if you had anything valid ti say you would not be an AC.

  6. Megacorporation denies political impact of product by Drethon · · Score: 2, Insightful

    We will also be discussing cigarette companies denial that cigarettes cause cancer and big oil companies denial that fossil fuels contribute to global warming, news at 11.

    Seriously though, whether or not they actually are, do we expect Apple to say anything different if it can't be proven (or possibly even if it can)?

  7. Re:They pulled a Billy by unrtst · · Score: 1

    Exactly. This is like when someone says, "you're not listening to me", but you did hear everything they said.

    I would like them to clearly state what is sent where, and what things get feeds of what data. I strongly suspect it is:
    * The microphone is always on
    * A local daemon is constantly watching that data stream for signals that appear to contain "Hey Siri" using a limited pattern recognition algorithm.
    * The stream is buffered, so it can rewind a little (how far is TBD)
    * When something that might contain "Hey Siri" is detected, the stream is rewound by XX seconds, and then sent onto servers somewhere (where TBD).
    * Servers process the stream and perform advanced speech-to-text. If "Hey Siri" is not found in the first XX seconds, it stops streaming and tells the phone to drop the stream.
    * If "Hey Siri" is found in the first XX seconds, it does its magic on it and sends the results back to the phone, logging the resulting audio and text to a secure location (TBD).

    I would find it very very unlikely that they constantly stream everything. The data from every iphone in the world all streaming to servers all at once 24x7x365 would simply be too much for the operators and users not to notice.

    I don't think it's all that hard to lay that out in plain english for people to understand. Masking the actual operation and saying, "iPhones do not record audio while listening for Siri wakeup commands", is disingenuous. That may be technically true because it's not "recorded", per say, but it's certainly buffered, and if it's always listening for wake up commands, then the mic is always on and data is being written somewhere (buffer, at minimum). Maybe it's not always listening for wake up commands, and that may be true, but whenever it is, that is listening IMO, and not simply hearing.

  8. How do we get in on this? by grondak · · Score: 1

    How do we tell the advertising companies that I want to target people who said certain words aloud?

    I bet they will easily sell you "this person is interested in term X...." but not "this person said term X aloud."

    --
    [Error 407: No signature found]
  9. OH SHIT, I RTFA, I FAIL IT! by Thud457 · · Score: 1
    Apparently they're inspired by David Cronenberg eXistenZ

    biomechanical creatures called Leapers that attach to people through a bio-tether proboscis and induce hallucinatory visions of an imaginary world

    OMGWTFLOLBBQ

    --

    the preceding comment is my own and in no way reflects the opinion of the Joint Chiefs of Staff

    1. Re:OH SHIT, I RTFA, I FAIL IT! by Impy+the+Impiuos+Imp · · Score: 1

      Apparently they're inspired by David Cronenberg eXistenZ

      biomechanical creatures called Leapers that attach to people through a bio-tether proboscis and induce hallucinatory visions of an imaginary world

      OMGWTFLOLBBQ

      Please tell me that tech will be available soon!

      --
      (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
  10. Translation From Apple Speak by Zorro · · Score: 1

    We are listening and recording.

    1. Re:Translation From Apple Speak by TheFakeTimCook · · Score: 1

      We are listening and recording.

      Translation from Slashtard-speak:

      Everything is a Conspiracy.

  11. Re: Why believe them? by UnknowingFool · · Score: 1

    Don't forget cables and dongles. :) People seem to about business models. Without a doubt Apple will sell you the highest priced items that they can get away with selling; however, the vast majority of their business model is to sell hardware. Things like media is so that you will buy their hardware. For example, Apple took a stand against DRM in music because the public was against it and it benefited Apple not to have it. They have DRM in movies and shows because the public is fine with it.

    --
    Well, there's spam egg sausage and spam, that's not got much spam in it.
  12. Re: They pulled a Billy by UnknowingFool · · Score: 1

    When they say Siri commands are not being recorded I assume they mean that no permanent audio file is saved. Buffering can happen in memory or temp files though I doubt it is more efficient to save files. Now I don't doubt the Siri content and meta data is being saved at the server but not the audio.

    --
    Well, there's spam egg sausage and spam, that's not got much spam in it.
  13. "without their consent" by houghi · · Score: 3, Informative

    With all the opt-in going on, this means that they do.

    --
    Don't fight for your country, if your country does not fight for you.
    1. Re:"without their consent" by shilly · · Score: 1

      None of the opt-ins give permission to Apple to do this.

  14. "without their consent" by Anonymous Coward · · Score: 2, Informative

    Consent being written into the legalese of the EULA.

  15. troll by dfghjk · · Score: 1

    Why stop with phones? This logic applies to literally any device. A designer's word is utterly meaningless so post complete documentation of every detail of design or conclude that it is unsafe and intends to harm you.

    Do without a phone if you are so paranoid. Better yet, go live in the wilderness...or admit that this is nothing more than an open source troll.

    The rest of us understand that some level of trust must always exist, that absolutist arguments like this are worthless, and that companies have good reasons to protect intellectual property.

    1. Re:troll by TheFakeTimCook · · Score: 1

      The rest of us understand that some level of trust must always exist, that absolutist arguments like this are worthless, and that companies have good reasons to protect intellectual property.

      Precisely.

  16. As "nobody" reads 100% of the "user agreement"... by squash_me_quickly · · Score: 3, Informative

    ...before installing an app/program "nobody" has any idea what they are consenting to.

    The average person could be giving up their rights to their first born children every time they install a program/app.

    Many installations want consent for collecting data to "improve the product" or "improve customer experience"... theoretically, giving all ones data to the NSA to help prevent terrorism is an improvement for the customer.

  17. Not without consent... by Anonymous Coward · · Score: 2, Informative

    ... because everyone reads the ToS for every app they blindly install and never bother to remove or check if it's running in the background...

  18. Re:Android does by TheFakeTimCook · · Score: 1

    Right. Of course we can trust Apple. Obviously.

    A LOT more than we can trust an ANONYMOUS, COWARD, don'tcha think?

  19. Re:Why believe them? by TheFakeTimCook · · Score: 1

    Posted from your Android Phone, Made by a company who makes most of their money selling targeted ads based on your data views.
    Vs.
    Apple who makes its money from selling higher margin devices.

    ;-)

  20. Re:They pulled a Billy by TheFakeTimCook · · Score: 1

    * A local daemon is constantly watching that data stream for signals that appear to contain "Hey Siri" using a limited pattern recognition algorithm.

    It's dedicated hardware, not a daemon, stupid.

    The rest of your paranoid Slashtard rant is just that: Paranoid.

  21. Re:Megacorporation denies political impact of prod by TheFakeTimCook · · Score: 1

    We will also be discussing cigarette companies denial that cigarettes cause cancer and big oil companies denial that fossil fuels contribute to global warming, news at 11.

    Seriously though, whether or not they actually are, do we expect Apple to say anything different if it can't be proven (or possibly even if it can)?

    Fucking just watch for network traffic out of the phone while it is ostensibly asleep.

    Easily verified, moron.

  22. Just the other day ... by PPH · · Score: 3, Funny

    ... I was discussing this very subject with my wife. The toaster interjected to state that our fears were unfounded and we had no reason to avoid Apple products.

    --
    Have gnu, will travel.
    1. Re:Just the other day ... by Anonymous Coward · · Score: 1

      One evening, three friends spent the night in Russian hotel. One decided to sleep early, but was kept awake by his friends. They had decided to drink, and as they got more drunk, they began to tell politically charged jokes. Fed up, the first man gets up and goes out for a smoke. On his way back to the room he stops by the clerk's desk and asks to have a tray of tea sent to their room.

      Upon returning to the room, he sits down, grabs a flower vase, and says very clearly into the flowers, "Comrade Major, could you please send up a pot of tea." His two friends laugh raucously, but when five minutes later a tray of tea arrives, they go quiet, and everybody goes to sleep.

      The next morning, the man wakes up to find his two friends gone. He goes back down to the clerk and asks what happened. "Well," says the clerk, "in the middle of the night, some KGB agents arrived and took them away without explanation." The man was shocked, and wondered aloud why he was spared. The clerk merely shrugged and said, "It turns out the Comrade Major quite liked your tea joke."

  23. Re:They pulled a Billy by Strider- · · Score: 2

    This has actually been done. There is a separate IC/DSP/Controller (whatever you want to call it) that listens for the "Hey Siri." When it hears it, it wakes up the main CPU and the rest of the process starts running. It would be far too power intensive for the main CPU cores to stay awake to analyze a constant stream of noise. This is also why the iMac Pro, and similar computers contain some of the chipset from the iPhones.

    --
    ...si hoc legere nimium eruditionis habes...
  24. Re:Megacorporation denies political impact of prod by Drethon · · Score: 1

    We will also be discussing cigarette companies denial that cigarettes cause cancer and big oil companies denial that fossil fuels contribute to global warming, news at 11.

    Seriously though, whether or not they actually are, do we expect Apple to say anything different if it can't be proven (or possibly even if it can)?

    Fucking just watch for network traffic out of the phone while it is ostensibly asleep.

    Easily verified, moron.

    And when the phone prefers to limit network traffic by compressing the data stream and only piggybacking the transmissions on phone calls? Not going to convince a conspiracy theorist anyway.

    Beside, I never said they were doing it. My original comment is more about, if they are doing it or not, is a denial of something that will get the company in hot water really news? To me the accusation is the news, the denials is more of a footnote. The news doesn't even need to wait for the denial and could just about immediately publish, Apple expected to deny accusation...

  25. Re:Does not record = cannot recognize speech by HiThere · · Score: 1

    It probably hinges on the definition they are using for "record", as you're clearly right that you can't parse "OK Google" without recording to RAM. And given what I've heard about "state of the art" it probably even requires sending the stuff over the net to be analyzed elsewhere. Possibly what the actually mean is "there's no permanent record"...for some definition of permanent. How reasonable that definition is would be a good question. So would "What steps are taken to prevent it from being intercepted?".

    --

    I think we've pushed this "anyone can grow up to be president" thing too far.
  26. Re:Why believe them? by shilly · · Score: 1

    Jesus fucking wept, you people are stupid. Obviously, Apple doesn't pursue every possible avenue for profit, because some routes to profit offer minor short term benefit for lots of long term downside. For example, Apple doesn't sell access to consumers' data because it wants to sell devices to consumers, and consumers' trust for Apple is worth a shit load more than their data.

  27. Re: HILARIOUS by pgmrdlm · · Score: 1

    Don't like the web site, go away. Simple answer for quite obviously a very simple mind. If you even have one

    --
    Anonymous comments are as pathetic as the anonymous "sources" that contaminate gutless journalism from the New York Time
  28. 1st Option...opt out by ElitistWhiner · · Score: 1

    Tim Cook didn't make it possible to protect yourself explicitly by " Opting Out" of any and all microphone usage.

  29. Physical privacy switches by myid · · Score: 2

    Apple should add privacy switches to iPhones - physical sliders that physically disable the camera and microphone. If I slide the camera or mic slider to "OFF", then the camera or mic can't work. Regardless of the user preferences, software, or what I say, the camera or mic is physically unable to work again, until I move the slider back to "ON".

    With privacy switches, Apple can remove fears that their phones are listening or taking pictures when they shouldn't. Apple can take the cover off of an iPhone, letting you see the iPhone's camera and mic. Then they can make a movie of someone sliding the privacy switches back and forth, and show the movie to Congress - "Look, when you move the mic (or camera) privacy switch to "OFF", see how the mic (or camera) is physically disabled."

    Privacy switches might be a good idea on all phones and computers, not just Apple's.

    1. Re:Physical privacy switches by Demena · · Score: 1

      Or if you are that stupidly paranoid you can buy a case that obscures the camera and puts a pad over the microphone. I mean do you really thing the misandroids would believe the switches worked? To the misandroids it would be "just another lie.

  30. Re: Why believe them? by UnknowingFool · · Score: 1

    Dude, chill out man. If you don't think Apple doesn't sell the highest priced item they can, you haven't bought a $30 cable when you can pay much less.

    --
    Well, there's spam egg sausage and spam, that's not got much spam in it.
  31. Re: Why believe them? by TheFakeTimCook · · Score: 1

    Dude, chill out man. If you don't think Apple doesn't sell the highest priced item they can, you haven't bought a $30 cable when you can pay much less.

    And you haven't bought that same cable from another computer OEM, either.

    Don't single-out Apple EVERY SINGLE TIME, when the entire INDUSTRY does the EXACT SAME FUCKING THING!!!

    Now, FUCK OFF.

    Seriously.

  32. As trustworthy as Pai by sdinfoserv · · Score: 1

    We believe a corporate oligarch hell bent on profit over people (as proven by work force conditions in Foxconn plants) less than we believe an appointed government official / ex-lobbyist when he says his department's public feedback was taken down by an attack .. oops.
    https://www.theguardian.com/te...
    https://arstechnica.com/inform...

  33. Re:Sure apple by Demena · · Score: 1

    But they are not slowing down the phones and never have. When the battery has aged it cannot support an overload and will crash. Apple put software in to prevent this which dropped the CPU frequency (talking loosely here) momentarily to prevent the phone stopping and rebooting to allow it to continue running. It only drops that CPU frequency while in overload.. The phone in general is not slowed, only a single task for a brief moment.

  34. Re: Why believe them? by jeremyp · · Score: 1

    Except they don't sell your info.

    --
    All I want is a secure system where it's easy to do anything I want. Is that too much to ask ~~ Randall Munroe
  35. Re: Why believe them? by UnknowingFool · · Score: 1

    Why does stating facts seem to piss you off?

    --
    Well, there's spam egg sausage and spam, that's not got much spam in it.
  36. Re: Why believe them? by TheFakeTimCook · · Score: 1

    Why does stating facts seem to piss you off?

    Because these particular "Facts" are being SPUN to make them look like they are a behavior/policy/business-model that is EXCLUSIVE to Apple.

    Every. Single. Time.

    But even this SLIGHTEST effort will show them to be anything BUT Apple-Exclusive behaviors/policies/business-models.

    For example: Since we were talking about Adapters (so-called "Dongles"), these were found in about 5 minutes of Googling, and I didn't even have to try hard AT ALL (my search term was [mfg] USB-C Adapter:

    https://www.cdw.com/product/De...

    https://www.amazon.com/Dell-DA...

    https://www.dell.com/en-us/sho...

    https://www.dell.com/en-us/wor...

    So, where's the Outrage at Dell?

    https://store.hp.com/us/en/pdp...

    https://www.amazon.com/HP-USB-...

    https://store.hp.com/us/en/pdp... ...and IMHO, the MOST egregious:

    https://www.amazon.com/HP-N2Z6...

    So where's the outrage at HP?

    I could probably go on an on with other laptop OEMs; but I think (hope) you get the point.

    I'll take my apology now...

  37. Re:Does not record = cannot recognize speech by HiThere · · Score: 1

    I don't believe you can actually do that. You could do that for a few voices and accents, but to handle a large population I think you need net access.

    That said, I'll admit I'm not an expert in this area...but why should I believe you are?

    --

    I think we've pushed this "anyone can grow up to be president" thing too far.
  38. Funny by Plumpaquatsch · · Score: 1

    Funny that Apple gets attacked for answering the question, while Google and Amazon get a pass for not answering.

    --
    Of course news about a fake are Fake News.