this post was submitted on 20 Sep 2025
748 points (99.7% liked)
Privacy
41983 readers
722 users here now
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
much thanks to @gary_host_laptop for the logo design :)
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
How easy is it to convert an Android app to a Linux mobile app of you're the developer? If it's written in JVM languages it shouldn't be that hard right?
Just use a custom ROM. This sadly will affect app developers. But if you are on a custom ROM without GMS it will continue to work just fine.
Google is trying to kill custom ROMs too. Also I thought the majority of modern phones aren't bootloader unlockable.
You can unlock the bootloader on just about every phone, just depends on how much effort you want to spend.
Ehhhh... sorta maybe. Ultimately they can't, but they can make development more difficult.
Also Google has nothing to do with whether or not you're bootloader is unlockable. Get a phone that is.
If you rally want to go down the whole FOSS path it does ultimately become a bit of a lifestyle.
End-users can use e.g. waydro.id to run Android apps on Linux.
I'm not deep into Android development, but I doubt it's possible to just port an app without basically a complete rewrite. Android has an own layer on top of the JVM, called Zygote, and there's presumably lots of system libraries which the Android apps implicitly depend on, for handling graphics and whatnot, which make tons of assumptions about running on an Android device.