• dhork@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      2 months ago

      That’s not quite how it works, though. These devices are basically mini computers now, there’s a limit to what they can do without fully booting. Devices that are plugged into the wall might be likely to retain some power-draining function while plugged in, but there’s only so much you can do on a trickle charge while a phone is powered off.

      • Aceticon@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        1
        ·
        edit-2
        2 months ago

        They’re still running in low power mode and can wakeup from the network so they can absolutelly be made to “boot up” without turning the screen on and you being aware of it.

        This is not like a bloody PC were the lights turn on and you can hear the fans when the thing starts, it’s a machine with a low power mode in which it can already do a lot and which can be brought to a high power mode if needed without there being any visible or audible side-effects to alert the user.

        Unless you completelly cut it off from power (by taking the battery out, which you can’t in most modern smartphones) that smartphone with the lights off, the screen off and making no sound at all can just as easilly be in low power mode waiting for you to press the On button, as it can be in full power mode with a mobile network connection active, accessing the microphone and the GPS microchip and sending that data out, and both will look exactly the same from the outside.

        • dhork@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 months ago

          I think you are overestimating what these devices can do when turned off, specifically when whoever is doing the tracking wants to be covert. Devices like Cellular Radios and GPS chipsets are getting more efficient every year, but they still consume enough power that it would be noticed if they came on by themselves even if the device was off.

          • Aceticon@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            arrow-down
            1
            ·
            edit-2
            2 months ago

            I have an EE degree and have actually done work with embedded systems, including GPS.

            The peak consumption of things like GPS is maybe 100 milliamps, with the average being in the tens of milliamps.

            The wireless networking stuff is similarly frugal.

            Further, stuff like encoding of audio is all done on the hardware and very efficient so even voice capture and encoding to send over the network isn’t processor intensive.

            Further, the CPUs on those things are ARM designs or equivalent, specifically crafted for low consumption and which have tons of tricks to avoid spending even a mW extra of power if it’s not needed (basically the CPU will tend to activate only the bits it needs and use only the resources it needs to accomplish the operations its running, so it’s almost never running at peak consumption).

            The really big power consumption in modern smartphones is the screen and from very high GPU/CPU usage in things like games.

            I think you seriously overestimate the similarity between modern portable devices design to operate from quite small batteries and things like desktop Personal Computers which are designed to operate from mains power.

            If all they’re doing is sending your GPS position out over the netweork every couple of minutes you won’t notice that the battery has drained a tiny bit faster than expected even if you keep a keen eye on consumption because so little power is used to run just that part of the functionality.

            • dhork@lemmy.world
              link
              fedilink
              English
              arrow-up
              2
              ·
              2 months ago

              Doesn’t a modern smartphone have something like a 4000 mAH battery? And that lasts most people all day with room to spare? Even 100 mA every few minutes will get noticed, if someone has their phone off and expecting consumption to stay minimal.

              And that’s the key thing here, you’re not just building a tracking platform but you are building it into commodity phone hardware without the users consent, and without them noticing. Any phone that burns that much power while off would likely get replaced by the user. Do you think the phone vendors are in on it?

              • Aceticon@lemmy.world
                link
                fedilink
                English
                arrow-up
                2
                ·
                edit-2
                2 months ago

                It’s not 100mA every few minutes, it’s 100mA when calibrating from scratch with no satellites known.

                I looked it up and the consumption when in normal use is around 30mA, which would mean that, say, if it took 10 seconds (probably a lot more than needed if you’re not travelling) every 5 minutes - which adds up to 120 seconds @ 30mA per hour - that would consume 1mA/h (PS: by pure absolute chance my numbers ended yielding a result of 1 ;)), which is 0.025% of that battery per hour. If you’re lucky, in the phone screen were one would be visualizing the graph for the battery power charge over time that would make the line fall 1 pixel.

                It really is a whole other world out there in the embedded and low power systems domain.

                • dhork@lemmy.world
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  ·
                  2 months ago

                  In order to not “start from scratch”, though, you will need to save some state persistently about your location (and the location of the satellites), which will cost power. Then you go in a building and lose all your signal, while still burning power to maintain that old state.

                  If it was that easy and cheap in terms of power, AirTags would have GPS receivers. They don’t.

                  • Aceticon@lemmy.world
                    link
                    fedilink
                    English
                    arrow-up
                    1
                    ·
                    2 months ago

                    Flash memory preserves data without using any power at all. Ditto EEPROM. Both present in even the most basic of embedded processing cores (and the GPS protocol is implemented on those)

                    You need to move quite the distance for a GPS device to need to change just one satellite, much less all 3 and it doesn’t matter if you’ve been underground or not as the thing will just try first the ones in its memory and unless you travelled hundreds of km underground, it’s still going to be the same 3 satellites.

                    Last but not least, AirTags use CR2032 batteries with a capacity of around 200mA/h - 1/20th of a mobile phone one - and that charge is supposed to last for years between battery changes, not a mere few days until the next time the phone is charged. The power consumption of an AirTag must be thousands or even tens of thousands of times lower than what we’ve been talking about, in the order of nano-amperes not tens of milliamperes.

                    You’re clearly clinging on to that pre-conception of yours for reasons other than logic, and you keep on inventing wild theories based on zero domain knowledge, to try and justify that beloved pre-conception of your, so I’ll leave you to it since this feels like trying to explain that the Earth is roughly spherical to a Flat Earth believer.