r/mobilelinux 16h ago

Demonstration By leveraging the power of LLM, I managed to port and successfully install native Linux on Samsung Galaxy Note10 Lite (Exynos 9810)

Enable HLS to view with audio, or disable this notification

310 Upvotes

This is a port of Droidian.

SIM, Wi-Fi, Bluetooth, Sound, Mic, Camera, Charging, Touchscreen works.

S-Pen works as well. libinput recognizes sec_e-pen but not yet implemented to work with phosh shell. Still working on it.

Waydroid works surprisingly well and smooth. Not tested enough though. Often YT videos crashes the whole container process.

I will share the repo soon.


r/mobilelinux 6h ago

Discussion postmarketOS K20pro

Thumbnail
gallery
29 Upvotes

r/mobilelinux 5h ago

Discussion Difference between Droidian and Postmarketos

3 Upvotes

One is based of of Debian, the other of alpine Linux.

How do they differ. When to choose what.

Which is more easy to port

Why not unite the power of both developer teams to one project

etc etc etc.

Are there more phone Linux distributions


r/mobilelinux 2d ago

Hardware Galaxy Tab S8+ running postmarketOS

Thumbnail
gallery
117 Upvotes

It needs more polish, but I can probably technically pass the "It plays Doom" test. Wifi, Bluetooth, GPU accel, the weird little oem magnetic keyboard cover.

Come play and break the Knox fuses!

https://github.com/aaronsb/sm-x800-linux


r/mobilelinux 3d ago

News Turn a OnePlus 6T into an Arch Linux ARM phone with a guided installer

24 Upvotes

I've been working on making Linux on the OnePlus 6T easier to install and wanted to finally share the project.

The repository provides a guided installer that prepares a complete Arch Linux ARM system instead of just documenting the individual commands. The goal is to make installing Linux on the SDM845 platform as reproducible and approachable as possible while keeping everything transparent.

Some of the things it does include:

  • Automatically detects the phone's userdata partition size
  • Builds a matching boot image and Btrfs root image
  • Downloads and verifies release files
  • Lets you configure your username, Wi-Fi, APN and optional packages during setup
  • Requires explicit confirmation before anything is flashed
  • Boots into a touch-friendly Hyprland environment

I've also been working on improving the overall phone experience with support for telephony, SMS, Wi-Fi, Bluetooth, GPS, audio routing, haptics, power management and hardware testing. Some areas are still experimental and the README documents the current status rather than claiming everything is perfect.

The project is completely open source and I'd really appreciate feedback, bug reports or contributions from anyone interested in Arch Linux ARM, mobile Linux or the SDM845 platform.

Repository:

https://github.com/ToniMcQueen/oneplus6t-install-linux-Arch-on-arm-845


r/mobilelinux 9d ago

Discussion Why does it look like mobile Linux distros support older devices much more widely than newer devices?

31 Upvotes

For example with postmarketOS, there's a lot more development and a lot more progress on 10-year-old devices than there are on anything released in the last 5 years. Same thing with lineageOS. Why is that?


r/mobilelinux 11d ago

Hardware I finally have two mobile Linux.

Post image
867 Upvotes

Lately, I've been really into mobile Linux and have been trying out all sorts of things.

I managed to get Quickshell working on postmarketOS, but I was worried that dotfiles like end4 or caelestia might be too resource-intensive—but somehow I pulled it off... lol.

Of course, I’m also using wvkbd and hyprgrass.

Another thing: I was using Ubuntu Touch, but it just didn’t work for me at all, so I tried installing NixOS.

I built it on my N4500 laptop, and since each build took 8 hours, it took me almost two weeks to finally get it to boot.

I’d avoided NixOS before because it seemed too difficult even when I tried installing it on my laptop, but now it looks fun, so I gave it a shot.

++

Device

- NixOS: Oneplus 6T (fajita)

- postmarketOS: Google Pixel 3 (blueline)


r/mobilelinux 12d ago

Apps Postmarket OS apps for ARM devices? For writing, coding, etc. but also in general

15 Upvotes

I've installed Postmarket OS on a SurfaceRT, and now I'm trying to give it a job! Initially I wanted it to do some media streaming, but since there's no hardware acceleration and it's a bit laggy I figured it might make a nice writing device instead.

Is it possible to install Obsidian.md on pmOS on an ARM device? They don't have an Alpine APK ARM64 (edit: or ARMv7) build. I found instructions on how to get AppImage to run in Alpine, but I wasn't able to make it work. The instructions were not for ARM devices specifically, so I assume it's an issue with architecture.

I have Kate installed, but I'm struggling to get kparts installed, specifically the markdownpart which allows instant preview of markdown documents in the side panel (edit: I was wrong, see below). I'd also be aiming to make interactive stories using ink, presumably also in Kate or something similar.

More generally, what's a good source of inspiration regarding things to install? Nothing on Flathub is working for me, presumably because nothing that I've tried is for ARM.

Tbh I'm a bit mystified by Postmarket OS so far. I get why Alpine is a good choice for low-end devices, but the combination of ARM and APK seems to massively constrain your options for apps and programs.

Edit: I now have a useable setup with Kate. What looked like one problem was in fact two, and one of them doesn't matter to me right now. I had no output preview of markdown, and I thought this was connected to the error message in the output panel "[LSP Client] failed to load server binary 'marksman' for language 'markdown'. In fact, the output preview issue was resolved as soon as I installed Okular. I still have the LSP Client error message, for seemingly every language not just markdown, but it isn't actually impacting the preview so I think I can live with it.


r/mobilelinux 12d ago

Discussion Desempenho do Deepseek

Thumbnail
1 Upvotes

r/mobilelinux 12d ago

Discussion Android Desktop Linux (ADL): An open-source documentation project to turn modern Android phones into practical desktop computers

Post image
0 Upvotes

I've got a Samsung Galaxy S22+ that I've been running Dex on, with the NexDock 2025 and for the most part, I've loved it. But it really just remained an entertainment device, pretty much. Couldn't really use it as a productivity device. Especially when it came to using it for a dev environment using Claude Code and Codex CLI, it wasn't ideal.

Then I saw someone post about having installed Linux on theirs, so I went down the same rabbit hole. After having dug through 40 browser tabs in an attempt to run a real Linux desktop off my phone, I decided to write it all down in one repo.

It's called Android Desktop Linux (ADL) and it's open source.

Check it out here: https://thebpandey.github.io/ADL

(With Claude Code and ChatGPT's help I got it published as a GitHub Page that should hopefully, be easy to follow).

Most of the modern flagship Android phones already have the horsepower for this. Desktop-class CPU, enough RAM, USB-C video out, Bluetooth keyboard and mouse, and a Linux userspace that runs better than most people expect. The hardware is capable. But the blocker is that everything you need to know is scattered across old blog posts, half-abandoned GitHub repos, and YouTube videos that assume you already know the next five steps. It wasn't easy to follow, at least for me.

I was able to get XFCE running on Ubuntu on my Galaxy S22+ plugged into the NexDock 2025. (But it should work with any generic $30 usb-c hub and external peripherals)

What's in the repo right now:

- Install guides written for people who know Android but not Linux

- Step-by-step tutorials with screenshots

- Setup & explanation diagrams and SVG architecture illustrations

- Hardware and dock recommendations, plus a compatibility list I'm building out

- Troubleshooting for the stuff that actually breaks (DeX quirks, video-out on sleep, peripheral pairing)

What's still rough: I've only tested on my S22+ so I'm unsure if you'll run into any other model or cpu-specific issues. So the compatibility database is is thin.

I'm adding new issues and their resolution as I encounter them myself, daily.

Everything is version-controlled so it stays current as Android changes, and it stays free.

Repo: https://github.com/thebpandey/ADL

If you run Android as a desktop, whatever your stack (Termux, Ubuntu, Debian, XFCE, DeX, something else), you can help contribute to the project so others in the same boat can get their setup working too. Also the single most useful thing you can contribute right now, is your Phone model, the dock model and what major issues you encountered (e.g. whether video-out survives the screen sleeping. That's the biggest compatibility gap right now.)

Still a work-in-progress, as I continue to use it daily, and add issues, and other findings to the site.

Any constructive feedback, bug reports, hardware testing, and documentation contributions are all welcome.


r/mobilelinux 13d ago

Discussion Redmi Note 9 Pro

7 Upvotes

Hy ! Soon, i'lle get an Old note 9 Pro from someone in my family. I was wondering if any Linux is compatible with it, and wich one choose ? Also, is it really usable everyday as a daily phone ?


r/mobilelinux 17d ago

News Phosh 0.56.0 is out

Thumbnail
phosh.mobi
16 Upvotes

r/mobilelinux 18d ago

Discussion Old but not willing to lose!

Post image
81 Upvotes

based on the xiaomi redmi 2 which was released in 2015, now it has become a handheld computer with postmarketos custom build.

github: HaPlay GO Zero


r/mobilelinux 18d ago

Discussion Suggestion For PIXEL 6

4 Upvotes

Hi there guys. I have a pixel6 device which has broken display.
I would love to use this device as a basic home server.
I would host 1 or 2 dynamic site and some discord and telegram bots initially.

i have exp in raspberry pi and Linux. I have my display broken, touch working though
so i want to use this hardware and would love to work over the ssh, Any suggestions for me?


r/mobilelinux 20d ago

Discussion Redmi note 14

3 Upvotes

hello everyone i want to get redoff andriod and go for linux what should i do and what will i lose for this

and is it even possible


r/mobilelinux 21d ago

Development Redmi Note 8 Pro (begonia) Archlinux ARM (pmOS base)

Post image
110 Upvotes

Works fine with postmarketOS drivers! It's interesting!


r/mobilelinux 23d ago

Discussion Do y'all know how to make my nothing 3a lite work with postmaker os or other ?? (Or like a good 10 dollar phone for linux cuz i wasted it all on nothing 3a lite)

11 Upvotes

Like i wouldn't mind learning drivers or just try to learn drivers to help postmaker os or any other os to make it, but i really wana know is it hard and if so is it even worth it ?


r/mobilelinux 24d ago

News Phosh 0.56's release candidate is available for testing

Thumbnail social.phosh.mobi
9 Upvotes

r/mobilelinux 24d ago

Discussion Tablet / Distro Recommendations

11 Upvotes

What are some Tablet / Distro combos that seem to work well together? Looking to purchase an used tablet to do some light activities.


r/mobilelinux 24d ago

Discussion Touch Friendly DE

Thumbnail
2 Upvotes

r/mobilelinux 25d ago

Development Nothing Phone (1) Spacewar - ALARM

Post image
72 Upvotes

Arch Linux ARM (aarch64)

Kernel 6.19.0

Plasma Mobile 6.7

Ported from PostmarketOS

A lot is broken, some things work.


r/mobilelinux 26d ago

Development Is it soon Linux support iPhone 16 or older

3 Upvotes

Because of new exploit on processor ?


r/mobilelinux 27d ago

Discussion Iphone 6

1 Upvotes

Hello everyone, is there any linux distros that can be put onto an iphone 6? I have a spare one and Id like to try my hand at putting linux on it.


r/mobilelinux Jun 22 '26

Discussion What's a good phone I could get for running Linux on?

34 Upvotes

So, I'm pretty tired of Android and Google's moves. So I wanna switch to the penguin on my phone.. I already use Linux on all 6 laptops I have, it's just my phones that don't run Linux.

I don't want something like a PinePhone because it's way too underpowered.. I want something that has decent to good specs. I tried running postmarketOS on my Galaxy Note9 once but I did it horribly lmao..

Anyway, It doesn't have to be postmarketOS, I want anything but Ubuntu Touch lol, preferably with Plasma Mobile but that's not a requirement..

Any recommendation is welcome! I'll try to respond to any comment I see..


r/mobilelinux Jun 21 '26

Discussion Plasma Mobile in Trierarch

Post image
140 Upvotes

This is KDE Plasma Mobile running on a Google Pixel 7 thanks to Trierarch (Arch Linux ARM container on Android). Photo was captured on a Google Nexus 5X running Ubuntu Touch.