I made an app.
https://play.google.com/store/apps/details?id=ch.pocketpc.nearbyglasses
Nearby Glasses is here to warn you when smart glasses are nearby.

I hope it's useful for someone.

The app is now open source (AGPL-3.0), the app is free and rather simple
https://github.com/yjeanrenaud/yj_nearbyglasses

It's also downloadable outside the Play Store. iOS port is in the making. F-Droid is an option, will have to look into that

@yjeanrenaud cool! Please consider publishing it on the F-Droid store, too.
@mosquete @yjeanrenaud that would be nice, yes. having it in fdroid would guarantee it is both open source and without proprietary tracking services.

@f4grx

You can easily check for trackers. This app doesn't have any, and it has fewer permissions than most other apps, too:

https://reports.exodus-privacy.eu.org/en/reports/ch.pocketpc.nearbyglasses/latest/

@mosquete @yjeanrenaud

Report for ch.pocketpc.nearbyglasses 1.0.2

Known trackers, permissions and informations about this specific version of this application

εxodus
@CppGuy @mosquete @yjeanrenaud thank you so much for having checked that. I should have done it myself. I just installed the apk and will play with this app.
@f4grx thank you. I say so in the privacy statement, too. I know, companies lie a lot in those, but I don't 🙃or at least I try not to. Maybe I missed something. I'm no lawyer either
@yjeanrenaud thats okay, no problems. I tried the app and ot scans very fast and emits a lot of logs when it sees nothing. May I suggest scanning slower and not displaying the scans when the rssi is below the threshold? That will save battery and cpu.

@CppGuy

Checked for known trackers, not checked for trackers.

@f4grx @mosquete @yjeanrenaud

@sab38 @CppGuy @f4grx @mosquete
true. but you may also just build from source. It's now going to be on @fdroidorg and @IzzyOnDroid

I will add build instructions, too.

@yjeanrenaud @sab38 @CppGuy @f4grx @mosquete @fdroidorg build instructions: https://codeberg.org/IzzyOnDroid/rbtlog/src/branch/izzy/log/recipes/ch.pocketpc.nearbyglasses.yml

Removing the .git directory was just needed for RB, as the original was built outside of the git repo (so we needed to match that), and will hopefully no longer be needed with future releases. If you're just concerned about building, that step can be skipped already now 😉

rbtlog/recipes/ch.pocketpc.nearbyglasses.yml at izzy/log

rbtlog - Reproducible Builds Transparency Log for IzzyOnDroid

Codeberg.org
@sab38 @CppGuy @mosquete @yjeanrenaud come on, this is not an app that wants to track you.

@f4grx

Sorry. I was just pointing out that many of the tracker detectors only find things using common libraries. I didn't mean to imply anything directly about nearby glasses.

@CppGuy @mosquete @yjeanrenaud

@sab38 @CppGuy @f4grx @mosquete @yjeanrenaud and we checked for "other trackers", too, with our scanner. Find the new one here: https://codeberg.org/Katastima/apkscanner (written in Kotlin, and available on Maven, if someone wants to include it with their app/project). Library definitions: https://codeberg.org/Katastima/apkscanner-data

PS: if you can tell us how to check for _unknown_ trackers, we're all ears 🤪

apkscanner

apkscanner

Codeberg.org