flipboard.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Welcome to Flipboard on Mastodon. A place for our community of curators and enthusiasts to inform and inspire each other. If you'd like to join please request an invitation via the sign-up page.

Administered by:

Server stats:

1.2K
active users

#linuxmobile

10 posts9 participants1 post today

The Librem 5 (and mobile GNU/Linux in general) has matured a lot over the years, but there are still some areas where the software stack is behind the hardware capabilities. Some of them are often talked about, such as camera quality or GPU (GLES3/Vulkan/OpenCL), but there are also lesser known ones in need of some plumbing and middleware infrastructure. Maybe you'll find something interesting to hack on there?

1/N 🧵

The good: It seems like recent updates in the libraries it is based on have enabled #Flare (the #Signal client) to successfully register as a "Primary Device" again. I can use it as a standalone client to talk to other Signal accounts.

The not so good: It only works for direct chats, not groups. Flare has no UI logic to create groups, and it also doesn't handle invites to groups yet.

There are also other minor weirdnesses, but it looks quite promising.

The arguments brought forward by people saying #LinuxMobile can't be a thing sound about the same as why Linux on servers couldn't become a success back then.

"Only for enthusiasts/hobbyists", "Look at the security/usability/[whatever]", "Google is the thing" (formerly Microsoft or proprietary Unix).

This (as back then) fails to see already present upsides of the project and the enthusiasm of people willing to make it a success (independent from corporate money and product life cycles).

is it too late to join the #pipewire party? i hope not, or else my #flx1 will be sad

all applications that use pipewire can finally utilize the camera (adding to our list of v4l, qtmultimedia and android apps)

one issue we are facing is that aperture is not very happy with the back cameras, so applications like #GNOME snapshot or authenticator will have the preview flipped. captured frames are surprisingly not flipped tho:
gitlab.gnome.org/GNOME/snapsho

postmarketOS in 2025-03 :postmarketos: 📖

* GNOME (Mobile) 48
* 📷 Camera enablement for OnePlus 6, Motorola Moto E5 Plus, Motorola Moto G5s, Xiaomi Redmi (3S, 4 Standard, 4A)
* Generic SM7150 packaging
* @nlnet @NGIZero grant for Collation + i18n support in @musl libc got accepted!
* COSMIC desktop
* systemd service reloading/restarting on upgrade
* Lots of events coming up around the world
* A highly entertaining podcast episode

postmarketos.org/blog/2025/04/

postmarketOSpostmarketOS in 2025-03: OP6 & MSM89x7 Camera, Generic SM7150, COSMIC, Musl Collation + I18nAiming for a 10 year life-cycle for smartphones

I'd like to understand how Android handles some QMI bits and found tooling by @joelselvaraj for that on the @postmarketOS wiki (wiki.postmarketos.org/wiki/Qua). That needs a patched Android kernel, so I took some notes how I got that to work on a Pixel 3a. Just in case this is useful to others: honk.sigxcpu.org/con/Booting_a

wiki.postmarketos.orgQualcomm Modem Debugging - postmarketOS Wiki

for this months updates, we are reworking our fingerprint setup entirely. the daemon (Biomd) is now written from scratch and no longer links against QT or libhybris.
while at it, i ended up writing a PAM module and a provider for #Fprintd which means all existing applications that use Fprintd will now work with our service.

one thing i wanted to experiment with was parallel PAM instances for stuff like sudo, so here is how far i got in about an hour