this post was submitted on 14 Nov 2023
51 points (84.9% liked)

Linux

47172 readers
1194 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I have a Samsung Galaxy J3 (2018) smartphone which currently has the stock Samsung Android OS installed on it. I wanted to install an Android "distro" that doesn't spy on me, like Graphene OS, but I couldn't find a ROM for it. Since I would probably need to compile AOSP from source code anyways, I though, why not install Gentoo on my smartphone (doing the compilation on a more powerful computer using distcc). I have already installed Gentoo on both my laptop and desktop from a stage3 tarball and I'm loving it, so I guess doing the same on my smartphone wouldn't be too hard.

Now, the problem is that I need to use a few apps that are not available on Linux, like the proprietary app that I use to pay for my bus tickets. How well does waydroid work?

all 20 comments
sorted by: hot top controversial new old
[–] Hubi@feddit.de 86 points 9 months ago

Word of advice: do not do this to any device that you actually depend on. Linux enthusiasm is all fine and fun, but this will kill most practical functionality of your device. I'd say try it out on a old phone you might have laying around but not on your daily driver.

[–] d3Xt3r@lemmy.nz 63 points 9 months ago* (last edited 9 months ago) (2 children)

If I'm not mistaken, I believe the 2018 J3 has a locked bootloader. The fact that I can't find even a SINGLE custom ROM on XDA for this model means it's highly likely that the bootloader is locked, and/or the device isn't dev friendly (no kernel sources available etc).

so I guess doing the same on my smartphone wouldn't be too hard.

Mate, you've no idea... Smartphones are a completely different ball game to desktops. You could try and compile your distro, but without the kernel sources and drivers for your specific model, nothings gonna work. You won't even be able to boot the damn thing. And even if you did have those, it's going to take a LOT of effort just to get basic OS functionality working. Forget getting actual phone stuff working, like making calls etc - that's next to impossible. Even large projects like PostmarketOS struggle to get basic functionality going even on dev-friendly phones.

But you can stop dreaming about all the above if you can't even unlock the bootloader.

Basically, what all this means is that there's no point wasting your time on the J3. Stop right now and don't waste any further time on this.

If you'd really like to run GrapheneOS / Linux on your phone, your best option is to sell your J3, and get a used Google Pixel from Swappa/eBay or something.

[–] LinuxSBC@lemm.ee 24 points 9 months ago (1 children)

Great answer. People frequently think that Android phones work just like desktops, but they are very different.

[–] 0x0@programming.dev 12 points 9 months ago

To be fair they're ARM-based devices (most of them anyway) and linux works fine onthat architecture. The Raspberry Pi and others, Microsoft has Windows on ARM; as do the new M-series from Apple.

It's all the obscure hardware, bootloading and vendor lock-in that kills it.

[–] db2@sopuli.xyz 2 points 9 months ago (1 children)
[–] d3Xt3r@lemmy.nz 7 points 9 months ago (1 children)

Doesn't stop the host OS (Android) from "spying" on you though, so doesn't really help OP.

[–] db2@sopuli.xyz 1 points 9 months ago
[–] LemmyIsFantastic@lemmy.world 18 points 9 months ago* (last edited 9 months ago)

No. None of it is worth the effort. None of it works well, you'll fight with payments, and shit is going to be buggy and unless you really want to learn you don't sound too technical.

[–] Shatur@lemmy.ml 17 points 9 months ago* (last edited 9 months ago)

I daily drive GNU/Linux on my Phone (PinePhone Pro), I would say it usable, but Android is way more practical.

Also not a lot of devices can run GNU/Linux and have fully functional HW due to missing drivers. And only 3 phones of them can run mainline kernel.

Waydroid works fine, I use it for banking apps, but it's a bit slow on my specific device.

[–] theshatterstone54@feddit.uk 11 points 9 months ago

For a spare phone if you want to just tinker and have fun, go ahead. For a main devicez just. Don't. It is very very alpha quality software.

[–] Marduk73@sh.itjust.works 9 points 9 months ago (1 children)

Ok I'd cut through all of this and focus on your needs: phone with no spying, can't find rom. I assume you mean your phone isn't supported for graphene, lineage, or calyxos, or any others I missed?

Easiest way: buy a phone that is supported for the privacy minded os you want.

[–] conc@lemmy.ml 6 points 9 months ago (1 children)

Hardest way: buy a PinePhone Pro Explorer edition with all the accessories. Then miss several calls and texts, and brick it 4 times.

[–] zzzzzz@lemmy.ml 3 points 9 months ago

brick it 4 times

I'd be impressed if the battery lasted long enough for that!

[–] rah@feddit.uk 7 points 9 months ago (1 children)

I guess doing the same on my smartphone wouldn't be too hard

Snigger

[–] Omega_Jimes@lemmy.ca 2 points 9 months ago

Computer is computer, and it works great. Phone is computer, so it should work great.

I understand this thought train, but yeah I had the same reaction as well.

[–] LinuxSBC@lemm.ee 6 points 9 months ago

Have you installed a custom ROM on it? If not, you definitely don't have the skills for this. If so, have you built your own ROM for it? If not, do that so you learn how it works in a predictable environment. Then port something existing to it, like UBPorts. Only after you do all of that and probably a lot more should you attempt to effectively develop your own distro on hostile hardware.

[–] phx@lemmy.ca 6 points 9 months ago

Phones aren't like old laptops. They're a different architecture entirely, and the hardware is often somewhat custom to the device. Building an image that would even boot on it would be a challenge, much less getting stuff like the touch-screen etc working

[–] virtualbriefcase@lemm.ee 4 points 9 months ago

As others are saying, that's not really an option unless you're really dedicated. IF it has an unlockable bootloader you could technically get to compiling and tinkering to get everything built, but in order to get a phone all set you'd need to get the right drivers and do a whole lot of tinkering (like full time job levels of building and tinkering) kind of deal to get it built. Phone's aren't so plug and play like computers.

If you there's no rom support and/or a permanently locked bootloader but you want an OS without x y and z you can always try to fire up ADB bridge and disable stuff. You could also accomplish the same by rooting, though it's a bit of a security risk (though not as overblown as some people say IMO).