I love my Tile(s), but since the AirTag and now Android networks now feature the same capability, I feel their model is dead in the water since they don't own the platform and can't compete on the installed base. They should have sold out (edit: to a mobile platform company, either Google or Apple) while they had the chance.
As someone who owns about eight of them, I don't see how you could love Tile. They have a ridiculous profit margin and the company likes to engage in asshole practices like making it so getting a notification when you lose connection with a tile is a fucking monthly subscription. Companies that charge for things which cost them literally zero dollars deserve to burn to the ground.
Find My Device on Android
271–280 of 332 posts
Re: Find My Device on Android
#272Earlier quoted context omitted.
If we were to force all new technologies to be interoperable with all technologies from all possible competitors we’d create a Kafkaesque nightmare for innovators and particularly early stage startups.
Like, you know, the Internet?
Also would have forced the Internet to a lowest common denominator of capability.
Re: Find My Device on Android
#273Earlier quoted context omitted.
Typical Apple hiding behind the walled garden to avoid actual competition via users not having any path to switching platforms. The Apple value prop used to be “it all works together”, now it’s “half the shit you spent thousands on won’t work if you leave the island”. The Tim Cook era is great for stock holders, but he’s one of the prime enshittifiers in Silicon Valley.
If we were to force all new technologies to be interoperable with all technologies from all possible competitors we’d create a Kafkaesque nightmare for innovators and particularly early stage startups.
Re: Find My Device on Android
#274And here I am still wanting a damn widget I can put my Android which will "find my phone" my wife's phone, and vice versa without her needing to log into her google account.
Re: Find My Device on Android
#275Earlier quoted context omitted.
Of course it isn't. The time of interoperable standards in consumer devices is long past. Bluetooth used to support file transfers from device to device on feature- and early smartphones no matter the brand; now there's AirDrop (and maybe sometimes Google Nearby, but only if the humidity and lunar phase is just right). In home audio streaming, there was once DLNA; now there's AirPlay and Google Cast. We have two mutu…
Bluetooth file transfer was always nearly useless in my experience, airdrop was somewhat revolutionary in that it actually worked reliably most of the time
But much more reliable than pairing and connecting/reconnecting to audio devices for example.
Re: Find My Device on Android
#276Earlier quoted context omitted.
But that doesn't use the "find my device" netowrk. I think the parent wasn't saying, "I want an app that continually reports its location to my server so I can monitor my phone's location." Indeed, that's fairly trivial to build, but is useless if, say, your phone doesn't have internet access (like, someone turns it off or it runs out of battery). The thing Google is announcing here is like the Apple "find my" networ…
> your phone doesn't have internet access > simply based on a BLE ping What if they disable Bluetooth? The linked open source find my device app uses cell network to both receive commands and for location.
Re: Find My Device on Android
#277Earlier quoted context omitted.
As a chronic loser of keys and wallets, I recognize the user need here. However, this is a prime example of a piece of software that can only be trusted when an open-source implementation is provided. Google and their customers don't have much to gain through a proprietary implementation. If anything, open-sourcing Find My Device Network would allow third party devices to join the network, enhancing its value to Goog…
> this is a prime example of a piece of software that can only be trusted when an open-source implementation is provided. Try FMD. https://f-droid.org/packages/de.nulide.findmydevice/
I think the real utility of tile/airtag/google-find-my-device is the network of other colluding devices listening for bluetooth pings and reporting on the location. Not least because apple (maybe google, don't know) forces your device to send reports if you want to use the feature. Heck, on modern phone OSs, you can't use BLE in apps without turning on the location service.
Re: Find My Device on Android
#278Earlier quoted context omitted.
> Would an open source version allow anyone to track anyone? The ultimate stalker app... An open source version would make absolute no difference on what is trackable. That's the point: transparency is necessary with critical data like this.
Open-source software would allow us to see how that published software handles our data, but it would not allow us to see how the cumulative sum of that data is handled after it is passed over to a central body. Unless, of course: That centralized data store were also open -- perhaps even by using something like DNS -- but then, anyone of sufficient skill would be able to craft an application to see where others' thi…
Something like shamir's secret sharing with split up keys effectively making the encrypted data useless, or based on time frames so you can only track the last "epoche" (like the last 24 hours, maybe?) similar to how HOTP/TOTP works could work nicely I'd imagine.
At Tholian (my company) we're using team based keys where at least 2 of x keys (the elected lead and co lead) in the team must co-sign a data changing action. It's peer to peer, meaning those peers can find each other and co-sign this without our servers having to store any transaction queue that could be compromised.
This way we prevent abuse, and if the feds come knocking on our doors, our users stay protected because without those keys we cannot see what's going on in any of the registered teams.
That's how I think it should be like, for any web service that supposedly keeps their privacy promises. If they don't do this, their promises were likely lies and once the root keys or the databases are compromised there's no turning back.
Looking at you, cross-tenant keys at Azure. Everyone knows you were and are still lying about the security aspects.
Re: Find My Device on Android
#279Can anyone recommend a similar device small enough for eyeglasses? An elderly person I know loses theirs (and it's a significant problem; they are very limited without them, on top of other difficulties of aging). I can find their phone for them remotely, but not their eyeglasses.
Re: Find My Device on Android
#280Earlier quoted context omitted.
> your phone doesn't have internet access > simply based on a BLE ping What if they disable Bluetooth? The linked open source find my device app uses cell network to both receive commands and for location.
On Apple's devices, you cannot disable that BLE broadcast. The same is true on the Pixel 8: https://www.theverge.com/2024/4/8/24123909/google-pixel-8-pr... . That's the whole point of this design, and fundamentally different than just having some app ping a server once in a while so long as it has network access.