yoshi, to linuxphones
@yoshi@chaos.social avatar

Ever wanted a potato as a ?

Let's rephrase that. I want a phone that belongs to me, and not to Google or Apple. So I'm daily driving the with (to be exact: with ).

It's been a rollercoaster ride I wouldn't want to miss. Here's the long read: https://zerwuerfnis.org/daily-driving-the-pinephone-pro

(And thank you to all the great people behind @postmarketOS for their great work so far! Keep it up! And not just so my becomes less taxing to use 😉 )

hamner, to linuxphones

Free software powerhouse now has the option to invest in on StartEngine! https://www.startengine.com/offering/purism

linmob, to linuxphones
@linmob@fosstodon.org avatar
scops, to linuxphones German
@scops@social.tchncs.de avatar

just a little shot of my current little #mobileLinux setup: a #ClockworkPi #uConsole connected to an old #Motorola #Lapdock

interrupthandler, to random
@interrupthandler@fosstodon.org avatar

I just installed @postmarketOS for the first time!!! It was really straightforward once I wrapped my head around the process. My OnePlus 6t is currently performing it's first boot!

interrupthandler,
@interrupthandler@fosstodon.org avatar

@postmarketOS Manual build worked!! OMG I'm so excited to finally have mobile Linux in my hands to play with!!!

bradlinder, to linuxphones
@bradlinder@fosstodon.org avatar

Ubuntu Touch 20.04 Focal OTA-4 is ready for testing ahead of Jan 25 release. This mobile Linux distro update brings notification, lock screen, battery, privacy, battery status, and theme improvements among other things. https://ubports.com/en/blog/ubports-news-1/post/ubuntu-touch-ota-4-focal-3912

fizzo, to linuxphones
@fizzo@chaos.social avatar

I ported #postmarketOS to the #clockworkpi #uConsole (CM4)!
The display is driving me crazy though 😖
It’s only working when you boot with an external display connected using the microHDMI port, otherwise it just stays black.
I’m suspecting some error related to display mode but I have no idea how to proceed.

Here is the port MR if you want to give it a try: https://gitlab.com/postmarketOS/pmaports/-/merge_requests/4751

In the meantime here’s some pics of pmOS+GNOME on uConsole.
#MobileLinux ?

Photo of a ClockworkPi uConsole with GNOME desktop environment. It has a blue and red wallpaper and the upper control panel open.

linuxphoneapps, to linuxphones
@linuxphoneapps@linuxrocks.online avatar

Interim Survey for a #LinuxMobile FOSDEM talk (https://fosdem.org/2024/schedule/event/fosdem-2024-3303-the-linux-phone-app-ecosystem/), also for #UbuntuTouch and #SailfishOS users

Please reply:

  1. What's your favorite app?
  2. Do you use more than one UI framework?
  3. Do you use Waydroid (or another way to run Android apps)?
  4. What apps do you miss? (Do they keep you from daily driving?)
  5. Which #MobileLinux distro/OS do you use?
  6. Should we add more questions and what would be your answer?
linmob, to linuxphones
@linmob@fosstodon.org avatar
linmob, to linuxphones
@linmob@fosstodon.org avatar
agx, to linuxphones

phosh 0.35.1 is out 🚀📱:

This fixes the per-app feedback level selection in mobile settings (thanks to Teemu Ikonen). (No other changes in this point release).

Release notes are at https://phosh.mobi/releases/rel-0.35.1/

fizzo, to linuxphones Italian
@fizzo@chaos.social avatar

I repurposed my old Mi A1 smartphone as a Linux-based audio player!
I 3D-printed the brackets to attach the Fiio Q1 mark II DAC+AMP and enabled the USB sound card drivers in the kernel (https://gitlab.com/postmarketOS/pmaports/-/issues/2531).
Thanks to and for making this possible! 😊

A Fiio Q1 mark II DAC+AMP is attached to the back of the smartphone with 3D-printed brackets, the two are connected with an angled USB cable at the bottom

airtower, to linux

Does anyone have a good introduction to how a driver is structured? The best I could find so far is https://www.kernel.org/doc/html/latest/driver-api/80211/index.html which is more reference than introduction. Or maybe there's a thoroughly commented mainline driver that could be an example? :catThink:​

I'm trying to get an idea of what I'd need to do to replace the staging-in-megi's-tree-only rtl8723cs driver used for the .

airtower,

After a closer look at I can say I'm not surprised there's still no upstream driver. That code is a horrible mess, and the options are a) fully untangle and clean up the mess for upstreaming or b) untangle enough to understand what you need to know to write a new, clean driver. Or maybe extend one of the existing mainline drivers? There seem to be some similarities with the rtw88 SDIO parts at least. I think I'll keep trying (leaning towards option b), but help would be very, very welcome. :meowPout:​

airtower,

I said I'd share code when I have something that doesn't crash, and I do now: https://github.com/airtower-luna/linux/commit/5926d4aa22e6db72a3f7941e297a4b796f5746fb The "rfe 0 isn't supported" error is because data tables with transmit power and regulatory information are missing, so that'll have to be the next thing. Help with that or other parts welcome! :blobcatcoffee:​

For the required firmware, see here: https://github.com/airtower-luna/rtw8703b-fw-extractor

airtower,

No new commits today, but instead two MRs because I finally tried out envkernel.sh, mostly because I got too annoyed about not working on the kernel sources. The kernel has a helpful scripts/clang-tools/gen_compile_commands.py script to generate the compile_commands.json file, but it requires build output, which I don't get from pmbootstrap build --src. With envkernel.sh and a little extra tweaking it works now. :blobcat_mlem:​

If you're curious about those MRs: https://gitlab.com/postmarketOS/pmbootstrap/-/merge_requests/2229 and https://gitlab.com/postmarketOS/pmbootstrap/-/merge_requests/2230

airtower,

And RX PHY status parsing is working, I'm getting reasonable signal information! Monitor mode works as long as you only care about the default channel. One issue is that the driver gets (and then needs to drop) packets with length zero, based on timing my guess is that it's Bluetooth interference: BT coex isn't implemented yet, and they always appear/disappear with state changes there. Channel switching is my next target. :meowBox:​

If anyone wants to help and pick a component I'm unlikely to get to very soon, BT coex would be a great candidate. Just saying. :meowAngel:​

Latest commit: https://github.com/airtower-luna/linux/commit/9035ed34783a89d80db0c75b007fbd5bcfcbe5ec

airtower,

Full success! I'm sending this post from my , over wifi with ! I have a working connection with WPA3. :blobcat_mlem:​ https://github.com/airtower-luna/linux/commits/rtw88_8723cs/

airtower, to linuxphones

Sweet, my first kernel update MR for @postmarketOS has been merged! Updating the kernel to 6.7 fixes a bad USB-C bug on the . :meowBlush:​ https://gitlab.com/postmarketOS/pmaports/-/merge_requests/4706

fell, to OnePlus
@fell@ma.fellr.net avatar

I did it! I just picked up a used OnePlus 6T from Cex for 220 AUD (~135€).

I can't wait to put @postmarketOS on it and be one of the cool kids at FOSDEM!

linmob, to linuxphones
@linmob@fosstodon.org avatar
agx, to linuxphones

phosh 0.35.0 is out 🚀📱:

Among other QoL improvements this fixes the suspend inhibitor when using your phone as a WiFi hotspot and gives more screen estate due to a narrow home bar (by mathew-dennis),

Check out the full release notes at https://phosh.mobi/releases/rel-0.35.0/

linmob, to linuxphones
@linmob@fosstodon.org avatar

My first video in a long long time (also likely to be the last video in a long long time, because this video stuff takes me forever (and then is still bad)):

How I started using the after giving up on it + preview

https://tilvids.com/w/712c594c-2e68-4aee-9172-dd73c4131f6e

linmob, to linuxphones
@linmob@fosstodon.org avatar

Just in case someone is interested: https://chemnitzer.linux-tage.de/2024/en CfP is open until January 8th, 2023.

I (Peter) attended last year, and there was pretty much nothing related then, which was a bit sad.

(I would submit something myself, but I don't think it's wise to take on more commitments at this point.)

chfkch, to bitwarden
@chfkch@ruhr.social avatar

Since i am not celebrating this day for some reasons, i have time to code while my family is asleep. The last hour, i implemented the wrapper functions, for setting up/logging in/unlocking accounts and saving state to the db for the client.
We are getting somewhere.
Some GUI stuff and decryption is still on the list before you can check out the code.

linmob, to linuxphones
@linmob@fosstodon.org avatar

For everyone at into and more broadly free software on phones in general: This session should be interesting: https://events.ccc.de/congress/2023/hub/en/event/smartphones-freedom-status-in-2023/

linmob,
@linmob@fosstodon.org avatar

@mgt2 I did not really take notes. It was mostly about the typical problems with trying to have a libre device and the future of the project (with it being touted as the way to go, as has not enough apps (guess how fun that was for me as maintainer of @linuxphoneapps). They had slides - no idea if these are available somewhere.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • InstantRegret
  • magazineikmin
  • thenastyranch
  • modclub
  • everett
  • rosin
  • Youngstown
  • slotface
  • ethstaker
  • mdbf
  • kavyap
  • osvaldo12
  • DreamBathrooms
  • anitta
  • Durango
  • ngwrru68w68
  • tester
  • khanakhh
  • love
  • tacticalgear
  • cubers
  • GTA5RPClips
  • Leos
  • normalnudes
  • provamag3
  • cisconetworking
  • JUstTest
  • All magazines