2020-02-20 Plasma Mobile image - 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: PostmarketOS on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=124) +---- Thread: 2020-02-20 Plasma Mobile image (/showthread.php?tid=9241) |
RE: 2020-02-20 Plasma Mobile image - p1trson - 03-01-2020 So installed it today, executed update and upgrade --available. I didn't test phone related functions yet since I don't think it's really necessary until basic functions are tested/working: flashlight - not working pix - crashes during startup angelfish web browser - doesn't load any page (loads forever) camera - not working firefox - pages load but entire UI scales wrong - youtube sound worked via speaker - the ui looks not to be rendered properly mainly the top bar - when I want to enter URL, there's no keyboard popped up Other things I've noticed so far: - the battery indicator seems to work better (ok) e.g when compared to ub ports (when I plug out the charger there's also a sound from speaker played) - disabling wifi (entirely) via Settings -> WiFi networks and reeenabling it again results into situation where I can see available wifi networks, but it just won't connect. (fails with 'The WiFi network could not be found'), trying ifconfig wlan0 up & down didn't help. After the reboot it was able to connect. Maybe it's because it didn't ask for kde password ? In overall it's pretty slow (compared to ubports/pm phosh) Is GPU acceleration working/enabled ? I wanted to attach the screenshots but capturing them via default app resulted into cutting of the screen so their are not usable (see attached example). Also how can I debug further and share the logs with you ? RE: 2020-02-20 Plasma Mobile image - p1trson - 03-01-2020 - lock screen - power button - should rather turn off the screen by default (currently display stays active with screensaver for some time) didn't find option to change this behavior - when the screen is turned off, it reacts to the touch and wakes up - clicking the battery applet does open general Settings menu - Settings -> Screen does not open - Settings -> Information does not fit into screen - Settings -> Wi fi networks - displays error/warning dialog above the wifi network list, however the message is empty - Settings -> Language does not fit into screen - Bluetooth has no menu/button to disable/enable - Clicking the Location applet does nothing RE: 2020-02-20 Plasma Mobile image - p1trson - 03-01-2020 as mentioned elsewhere, firefox experience gets much better when following is done: https://wiki.postmarketos.org/wiki/Firefox should we make a sticky thread with list of such official workarounds ? RE: 2020-02-20 Plasma Mobile image - Luke - 03-01-2020 (03-01-2020, 02:29 PM)p1trson Wrote: as mentioned elsewhere, firefox experience gets much better when following is done: Yes, please do - I'll sticky RE: 2020-02-20 Plasma Mobile image - edge - 03-01-2020 Tried upgrading with Code: sudo apk update && sudo apk upgrade --available and, after a reboot, only a blinking cursor appears. The xsession error file contained only one line: "Error relocating /usr/bin/startplasma-wayland: _ZN22QDBusAbstractInterface6doCallEN5QDBus8CallModeERK7QStringPK8QVariantm: symbol not found". Also, what is needed to be able to ssh to the device? The IP shows up when connected via USB, but a connection refused error message is the result of the ssh command. RE: 2020-02-20 Plasma Mobile image - PureTryOut - 03-02-2020 (03-01-2020, 05:38 PM)edge Wrote: The xsession error file contained only one line: "Error relocating /usr/bin/startplasma-wayland: _ZN22QDBusAbstractInterface6doCallEN5QDBus8CallModeERK7QStringPK8QVariantm: symbol not found". I know you said you upgraded, but could you make absolutely sure? ;p That startup error just shouldn't happen with a fully upgraded system. For ssh, are you sure you connect to the right IP? It works for everyone else. Code: ssh <user>@172.16.42.1 (03-01-2020, 06:22 AM)p1trson Wrote: So installed it today, executed update and upgrade --available. I didn't test phone related functions yet since I don't think it's really necessary until basic functions are tested/working: (03-01-2020, 08:22 AM)p1trson Wrote: - lock screen - power button - should rather turn off the screen by default (currently display stays active with screensaver for some time) didn't find option to change this behavior Flashlight: Plasma Mobile issue, not specific to postmarketOS Pix: logs plesae Angelfish: known issue with qt5-qtwebengine on ARM/Lima Camera: Plasma Mobile issue, not specific to postmarketOS Wifi: neither a postmarketOS or Plasma Mobile issue, just a buggy wifi driver in the kernel. Work is being done on a better one GPU acceleration: yes of course it's enabled, performance is a Plasma Mobile issue Screenshots: Plasma Mobile issue, fix is in the works upstream Lock screen: Plasma Mobile issue All Settings things: Plasma Mobile issues. The wifi KCM is fixed already upstream, just needs a new release. Same for text wrapping in the language KCM Bluetooth: Plasma Mobile issue Location applet: Plasma Mobile issue RE: 2020-02-20 Plasma Mobile image - p1trson - 03-02-2020 Thanks PureTryOut, what about the power management ? I guess this is not pmOS related as well. Is it possible from within the OS to cut the power to the modem/disable it completely, just to try out ? Since that's the hottest part. edit: for Pix, where do I get the logs / how to capture them ? Cheers RE: 2020-02-20 Plasma Mobile image - noeman5 - 03-02-2020 (02-20-2020, 03:13 PM)MartijnBraam Wrote: The new Plasma Mobile image for postmarketOS has been released. Didn't work for me. Trying "sudo apk upgrade just generated 4 errors with a warning after each one. Network not working, tried updating the APN, it ignored what I typed in the "access point name" block. I tried re-flashing the card with a new copy of the image and had the same result for the APN update and it wouldn't even let me correct the system date and time. Any changes I made were ignored. RE: 2020-02-20 Plasma Mobile image - PureTryOut - 03-03-2020 (03-02-2020, 10:16 PM)noeman5 Wrote: Trying "sudo apk upgrade just generated 4 errors with a warning after each one.Well, what errors? We can't do much if you don't give us details RE: 2020-02-20 Plasma Mobile image - afigegoznaet - 03-03-2020 (03-02-2020, 10:16 PM)noeman5 Wrote:Those errors are becuase you're not connected to the internet.(02-20-2020, 03:13 PM)MartijnBraam Wrote: The new Plasma Mobile image for postmarketOS has been released. Connect to WiFi, install ofonoctl: sudo apk add ofonoctl and the you will be able to use mobile data with this command: sudo ofonoctl wan --connect --append-dns Of course, you can also update via wifi. |