Android
The new home of /r/Android on Lemmy and the Fediverse!
Android news, reviews, tips, and discussions about rooting, tutorials, and apps.
🔗Universal Link: [email protected]
💡Content Philosophy:
Content which benefits the community (news, rumours, and discussions) is generally allowed and is valued over content which benefits only the individual (technical questions, help buying/selling, rants, self-promotion, etc.) which will be removed if it's in violation of the rules.
Support, technical, or app related questions belong in: [email protected]
For fresh communities, lemmy apps, and instance updates: [email protected]
📰Our communities below
Rules
-
Stay on topic: All posts should be related to the Android OS or ecosystem.
-
No support questions, recommendation requests, rants, or bug reports: Posts must benefit the community rather than the individual. Please post to [email protected].
-
Describe images/videos, no memes: Please include a text description when sharing images or videos. Post memes to [email protected].
-
No self-promotion spam: Active community members can post their apps if they answer any questions in the comments. Please do not post links to your own website, YouTube, blog content, or communities.
-
No reposts or rehosted content: Share only the original source of an article, unless it's not available in English or requires logging in (like Twitter). Avoid reposting the same topic from other sources.
-
No editorializing titles: You can add the author or website's name if helpful, but keep article titles unchanged.
-
No piracy or unverified APKs: Do not share links or direct people to pirated content or unverified APKs, which may contain malicious code.
-
No unauthorized polls, bots, or giveaways: Do not create polls, use bots, or organize giveaways without first contacting mods for approval.
-
No offensive or low-effort content: Don't post offensive or unhelpful content. Keep it civil and friendly!
-
No affiliate links: Posting affiliate links is not allowed.
Quick Links
Our Communities
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
Lemmy App List
Chat and More
view the rest of the comments
Being self-hosted in no way, shape, or form ensures that it doesn't spy on you. You're still putting trust in a third-party to keep their promises. The average user lacks the know-how to audit code. Hell, the average user wouldn't be able to figure out self-hosting in the first place.
You don't have to audit code to ensure it doesn't call home.
Okay, what can the average user do to ensure this, then?
disable your internet connection.
that's really it. Lots of apps find lots of ways to call home, and Google, especially, is constantly calling home from Android, so unless you're going to, like... uninstall all but one Google app to test it in a vacuum, and then add other apps one at a time, it's not going to work. Also, that experiment won't work, because we already know that Google Play Services handles most of these shenanigans.
We're talking about a service that intrinsically requires an internet connection, though.
yes, that's my point, serdan is being silly, you're right.
A self-hosted service requires local network, not internet
Many people tend to use their phones even when they're not at home.
You don't want the service to create arbitrary outbound connections, but you want your device to be able to communicate with the service.
It's been a while since I've done network stuff, but it sounds like a pretty simple textbook problem.
the technology my device uses to communicate with services, including self-hosted services, is known as the internet. local area networks only work in the local area, which frustrates the purpose of a mobile phone—being mobile, and all.
both the server and the client must be connected to the internet to communicate with one another across significant distances.
you're right, this is a textbook problem.
You can block a service from establishing outbound connections while allowing it to respond to inbound connections. It's pretty common to do this because server software generally has no business calling out unprompted.
It's actually quite easy to see if an app is phoning home. Also easy to prevent.
Lol, how do you prevent a Google app from phoning home without preventing all Google apps, including GPS, from accessing the internet at all?