Status update 2020-06-15 - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139) +---- Thread: Status update 2020-06-15 (/showthread.php?tid=10169) |
Status update 2020-06-15 - a-wai - 06-15-2020 Hi all, It's been quite some time since I last updated you on Mobian's status, and just over a month since the first Mobian release, so it's time for a short summary of what happened during that time The latest nightly build has been promoted to a reference release, as it brings quite a few improvements:
As always, it can be downloaded from our server. The project also has its dedicated wiki. Anyone can register and edit or create pages, so feel free to contribute, any help will be greatly appreciated Nothing to report regarding hardware support or power management, as we didn't make progress on these topics lately. However, the team has been quite busy, and a growing number of packages are currently making their way into Debian, which is nice for both us and the Greater Good. We might also offer more "desktop" environments in the future (sorry, no plasma mobile as we lack time to work on it, but if you're interested in helping us in this regard, please contact us on Matrix), so stay tuned for future updates! RE: Status update 2020-06-15 - devrtz - 06-15-2020 Great work, as always a-wai Note for the authenticator app: Clicking the Provider dropdown menu crashes the app currently, but entering the Provider by hand works. RE: Status update 2020-06-15 - chris_02 - 06-15-2020 thank you all for this work! @+ RE: Status update 2020-06-15 - bcnaz - 06-15-2020 @a-wai Is there a GUI to turn the GPS on & off ? ( I downloaded the latest, but I have not flashed it yet) Thanks, for everything ! B.C. RE: Status update 2020-06-15 - a-wai - 06-16-2020 (06-15-2020, 05:37 PM)bcnaz Wrote: Is there a GUI to turn the GPS on & off ? Not really: there's the Settings app, but for now GPS is always on (at the modem level), more work is needed to make this work RE: Status update 2020-06-15 - wibble - 06-16-2020 (06-16-2020, 01:52 AM)a-wai Wrote:The pmOS approach is to supply the /etc/gpsd/device-hook script and let gpsd enable and disable the GPS on the modem as necessary. I suppose a gui could start and stop the gpsd service.(06-15-2020, 05:37 PM)bcnaz Wrote: Is there a GUI to turn the GPS on & off ? RE: Status update 2020-06-15 - a-wai - 06-16-2020 We're not using gpsd, ModemManager is in charge here. The plan is to hook up to the system settings through d-bus and forward commands to ModemManager as needed. RE: Status update 2020-06-15 - arturo2bodegas - 06-18-2020 I'm getting an error when I try to update or browse software through the "Software" store. "Sorry, something went wrong: The name org.freedesktop.fwupd was not provided by any .service files" I've taken care of the GPG key for the repo, and when I run apt update/upgrade it doesn't give me any problems...why am I getting this error when browsing the store? Also, I'm getting occasional random lockscreens/blackscreens...not system freezes or reboots, but it will kick me out to the lockscreen randomly. RE: Status update 2020-06-15 - rico - 06-18-2020 Missing fwupd : https://gitlab.com/mobian1/issues/-/issues/10 This issue is closed and fwupd should not missing. Did you remove something ? Anyway, sudo apt-get install fwupd Will fix your issue. RE: Status update 2020-06-15 - wibble - 06-19-2020 (06-16-2020, 08:49 AM)a-wai Wrote: We're not using gpsd, ModemManager is in charge here.I hadn't realised ModemManager included that capability - will have to look into it. In trying it without a SIM i ran into #163 when trying to send: Code: mmcli -m 0 --command='AT+QGPS=1' Is there a plan to support apps like foxtrotgps and navit that use gpsd? IIRC FSO solved a similar issue (gpsd vs gypsy) with a daemon to translate from one to the other. Is there any coordination between the different OS flavours as to how location APIs should be standardized? |