Earlier quoted context omitted.
You can read the actual ruling at https://ec.europa.eu/competition/digital_markets_act/cases/2... This is the "smoking gun" section: 5.4.8. Implementation timing (245) Apple should provide effective interoperability with the P2P Wi-Fi connection feature by implementing the measures for Wi-Fi Aware 4.0 in the next major iOS release, i.e. iOS 19, at the latest, and for Wi-Fi Aware 5.0 in the next iOS release at the lat…
But does Apple use/allow Airdrop over Wi-Fi Aware? It's not clear to me that's something they shipped.
Android and iPhone users can now share files, starting with the Pixel 10
531–540 of 585 posts
Re: Android and iPhone users can now share files, starting with the Pixel 10
#532Earlier quoted context omitted.
"you will need a Wi-Fi card supporting active monitor mode with frame injection" https://github.com/seemoo-lab/owl
Yeah, I saw that. I'm pretty sure that's a statement more about the drivers than the underlying hardware. Open-source drivers often have more limited feature support than the underlying hardware. I doubt anyone is producing WiFi chips that cannot transmit arbitrary software-constructed WiFi frames, or capture and relay to software all the frames they hear, and ACK frames as needed while doing so. But it's very easy t…
Re: Android and iPhone users can now share files, starting with the Pixel 10
#533Do we know yet whether this will require Google Play Services and the like on Android? Or, worse, SafetyNet? I dream of using this on GrapheneOS without any Google stuff.
Re: Android and iPhone users can now share files, starting with the Pixel 10
#534As mentioned by others, this apparently uses Wi-Fi Aware (aka Neighbor Awareness Networking or NAN). I'd be interested to know if the wpa_supplicant NAN interfaces can be used.[1] [1] https://w1.fi/cgit/hostap/tree/wpa_supplicant/README-NAN-USD
Re: Android and iPhone users can now share files, starting with the Pixel 10
#535I've for a Pixel 8 Pro, with the latest Android version. I hope they enable this in the future. No reason for it to be only for the 10+
Re: Android and iPhone users can now share files, starting with the Pixel 10
#536Earlier quoted context omitted.
0, this is reverse engineered AirDrop protocol. Implementations have been around for a while, eg: https://github.com/seemoo-lab/opendrop
If implemntations have been around for a while but it only happened now, then it's 99% chance that's it's Apple backpedalling and trying to weasel their way around DMA. They got smoked in court, see ruling at https://ec.europa.eu/competition/digital_markets_act/cases/2... 5.4.8. Implementation timing (245) Apple should provide effective interoperability with the P2P Wi-Fi connection feature by implementing the measur…
Re: Android and iPhone users can now share files, starting with the Pixel 10
#537Is iPhone still abstracting files away into some kind of seamless data experience for the end user or does is finally understand what files are for?
Re: Android and iPhone users can now share files, starting with the Pixel 10
#538Now do Universal Clipboard: https://support.apple.com/en-us/102430 You don't realize how much you needed this until you use it a few times.
Unfortunately, due to privacy restrictions on modern versions of both iOS and Android, updating the shared clipboard with things copied from the phone has to be done manually....
Re: Android and iPhone users can now share files, starting with the Pixel 10
#539It's amazing how seemingly trivial things turn out to be really hard to be in practice. Like: - sharing files between two phones - printing a page on that printer over there - getting the projector to display my screen (correctly, or at all) - getting my wife not to click on a link in a random email
I am still think that transfering state between devices is the next big thing(tm) waiting to happen. I am working on a file on my macbook, now I want to seamslessly move the whole application working on it to my nearby Windows machine and just continue. Seems impossible right now.
Re: Android and iPhone users can now share files, starting with the Pixel 10
#540Earlier quoted context omitted.
Because it can't be implemented without low level hardware access. But also, it seems like it's a part of GMS, not of the OS itself.
Low level hardware access for opening a file and a network port? Those are some of the first lessons in any programming tutorial. If they aren't available, what is the OS even doing? Also, for all intents and purposes, GMS is part of the Android OS, but Google had to branch it off, to keep it closed source.