mastodon.ar.al is one of the many independent Mastodon servers you can use to participate in the fediverse.
This is my personal fediverse server.

Administered by:

Server stats:

1
active users

#flx1

1 post1 participant0 posts today

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

Initial release of the #immich upload daemon is ready for people to use and report the tons of issues it probably has lol. You can find it here github.com/luigi311/immich_upl Feel free to open any issues/PR. Its still missing the charging only option but the networking features are there so you can set wifi only and/or SSID checking and you can even just check for metered connections. Mostly developed on my and for my #FLX1 via remote vscode.
#mobilelinux #linuxmobile #pinephone #linux

GitHubGitHub - luigi311/immich_upload_daemonContribute to luigi311/immich_upload_daemon development by creating an account on GitHub.

Dear @Mer__edith and the the amazing @signalapp team,

After the last update, the Signal "desktop app" is requiring us to launch the mobile app - however, many of us do not have the Android or any other "mobile" version of the Signal app any more.

We are a large (by our standards) group of #Linux phone users, and your "desktop" app is our "mobile" app : )

Our previous phones on which #SignalApp was initially activated was an Android or Apple device and we have since then completely migrated to #Linuxphones. Some of us may have registered Signal on #signalcli, Flare, #Molly, Signal Android in #WayDroid, etc.

The #mobileLinux community is growing - we have members spanning a good number of projects and devices, e.g.
- @purism #Librem5 and #LibertyPhone running #Debian-based #PureOS #GnuLinux, #Alpine-based #PostmarketOS or #Mobian,
- @PINE64 #Pinephone and PP Pro running #ManjaroARM, #SailfishOS, etc.
- @furilabs #FLX1 running #Droidian-based #FuriOS,
- a wide variety of Android phones (including OnePlus 6, Google Pixel 3, #Fairphone 4 & 5) running #Alpine-based @postmarketOS ,
- @volla , #Fxtec and #Brax3 devices running #UbuntuTouch by @ubports,
- devices running @mobian which is part of #Debian project, etc.

[Apologies to any project I may have failed to include - you are all appreciated]

(1/n)

in an attempt to achieve the highest app compatibility known to man, i ended up writing a daemon that allows to install, configure and run #UbuntuTouch applications on our beloved #flx1 and it actually turned out pretty nice.

this is yet another service/client setup where now the store server is refactored to work alongside android-store (used to install android apps) to lower memory usage and the client is a #GNOME software plugin

as some might recall, we were working on a feature to allow multi booting different systems easily and without any hassle ( partitioning etc).

around that time we started to get in contact with known porters of different systems such as #UbuntuTouch and #sailfishos

after much effort and work, i can confidently say that the #flx1 will be added to the #UBports installer and OTA server soon allowing allow bare metal and multi boot installs!

after many days of work, here is another functional demo of #GNOME shell running on the secondary display connected to the #flx1. it took many hours to build the app and make everything act nice and not crash and integrate cleanly. still a long way to go but i think it is a good time to showcase the progress in the past 7 days.

i hope to get this ready and done by 13.0.9 which is the next release but obviously no promises.

With @furilabs latest release they added in a pretty big UX improvement for folks that need android apps. There is now a gnome software plugin that will let you interface with fdroid apps as if it was native. This removes the need to open up fdroid to install applications or update them. You can now manage all that in a single place. Here's a recording of me installing pixelix android app via gnome software. Its got kinks but the idea is great!

FOSS mobile OS FuriOS has been updated to version 13.0.8 The update includes battery management improvements, modem improvements, MMS improvements, and more. I was able to upgrade my FLX1 from 13.0.7 to 13.0.8 simply with a couple rounds of "sudo apt update" and then "sudo apt upgrade". I had no issues with my upgrade.

The main website for FuriLabs is here:

furilabs.com/

A full changelog for the update can be found here:

furilabs.com/changelog/

The store page for the FLX1 is here:

furilabs.com/shop/flx1/

The company has a Github page where their code can be found:

github.com/FuriLabs

The company has a presence on Mastodon here:

fosstodon.org/@ furilabs

FuriPhone FLX1 Linux PhoneHome - FuriPhone FLX1 Linux PhoneThe FuriPhone FLX1 is here! Ready to purchase and ready to ship! Buy the FLX1 Now Read the FLX1 owner reviews! It’s finally here 4G...

so yes the rumors are correct (this was leaked on reddit a few days ago, oh well)

the #FLX1 will be getting support for hooking up to external displays. the difference here compared to other approaches is that it will be running full #GNOME shell instead of #Phosh desktop mode (with some integration). as much as we love Phosh, GNOME shell simply provides a superior experience on a large display (and our community members voted for this too)

#FuriOS update 13.0.8 for #FLX1 has been delayed by about 10 days, but you why was this?

I decided to find the reason for the battery drain here is what we found

firstly, packagekit is a battery hog, so we wrote a #GNOME software plugin for aptkit for system updates, second was related to modems mainloop being blocked (sometimes and inconsistently) and not going to sleep and last (the hardest to find) was with the WiFi driver not going to sleep correctly.

All fixed up and landing this month!