this post was submitted on 04 Sep 2025
63 points (100.0% liked)

Android

20260 readers
280 users here now

The new home of /r/Android on Lemmy and the Fediverse!

Android news, reviews, tips, and discussions about rooting, tutorials, and apps.

πŸ”—Universal Link: !android@lemdro.id


πŸ’‘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: !askandroid@lemdro.id

For fresh communities, lemmy apps, and instance updates: !lemdroid@lemdro.id

πŸ’¬Matrix Chat

πŸ’¬Telegram channels / chats

πŸ“°Our communities below


Rules

  1. Stay on topic: All posts should be related to the Android OS or ecosystem.

  2. No support questions, recommendation requests, rants, or bug reports: Posts must benefit the community rather than the individual. Please post to !askandroid@lemdro.id.

  3. Describe images/videos, no memes: Please include a text description when sharing images or videos. Post memes to !androidmemes@lemdro.id.

  4. 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.

  5. 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.

  6. No editorializing titles: You can add the author or website's name if helpful, but keep article titles unchanged.

  7. No piracy or unverified APKs: Do not share links or direct people to pirated content or unverified APKs, which may contain malicious code.

  8. No unauthorized polls, bots, or giveaways: Do not create polls, use bots, or organize giveaways without first contacting mods for approval.

  9. No offensive or low-effort content: Don't post offensive or unhelpful content. Keep it civil and friendly!

  10. No affiliate links: Posting affiliate links is not allowed.

Quick Links

Our Communities

Lemmy App List

Chat and More


founded 2 years ago
MODERATORS
top 12 comments
sorted by: hot top controversial new old
[–] OmegaSunkey@ani.social 4 points 2 weeks ago (1 children)

Yeah, phones are quite capable now. I ran a MC server just for me and some friends and it seemed fine.

I tried another server with mods and it exploded. Mine is quite small: 3GB RAM, so not much for a modded server.

I would host a lot of shit on my phone werent it for my ISP which only provides IPv4 and also puts me behind CG-NAT.

[–] MaggiWuerze@feddit.org 1 points 2 weeks ago (1 children)

Ipv4 is fine for hosting, just use a dyndns provider to send your current ipv4 to and it should work.

[–] Markaos@discuss.tchncs.de 4 points 2 weeks ago (1 children)
[–] MaggiWuerze@feddit.org 2 points 2 weeks ago (2 children)

His Router should have a publicly reachable IP, otherwise he wouldn't receive packages, right? Why would CGNAT keep him from using that?

[–] unique_hemp@discuss.tchncs.de 5 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Because CGNAT means that their router does not have a public IP - just like your router has a single IP that is shared between your devices (using NAT), their ISP shares an IP between multiple customers (also using NAT, it's just called carrier-grade NAT to differentiate who is doing it).

[–] MaggiWuerze@feddit.org 2 points 2 weeks ago (1 children)

So their "public facing IP" is an internal one? Even the v6 one?

[–] claymore@pawb.social 3 points 2 weeks ago

The ISP gives their modem/router an internal IP and routes traffic through their datacenter to them and other customers via one shared public address. Also IPv6 is not always an option, I had to activate it on my ISP's website but it was useless in the end because I can't get an IPv6 address on my phone

[–] possiblylinux127@lemmy.zip 1 points 1 week ago

It is shared between many different devices.

It is typical something like double or triple NAT

[–] baatliwala@lemmy.world 1 points 2 weeks ago (3 children)

Is there a point to Termux in the future if Android ever gets a full Linux terminal?

[–] seang96@spgrn.com 3 points 2 weeks ago

Lagest android has a built in terminal. Its great except its app is a web view and if you have a vpn on it can't connect to the terminal.

[–] possiblylinux127@lemmy.zip 3 points 1 week ago

Termux is native and more powerful

[–] gruf@lemmy.ml 1 points 1 week ago

applications run under Termux will have direct access to the phone (though heavily locked down). the Linux terminal being introduced to android runs in a VM which is more secure, but which comes with a certain level of performance overhead