openSUSE for Pinephone - 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) +--- Thread: openSUSE for Pinephone (/showthread.php?tid=10334) |
RE: openSUSE for Pinephone - Alefnode - 01-02-2021 (12-31-2020, 06:39 PM)andresbs Wrote: Already tested like 4-5 distros and openSUSE has given me the best experience so far, but I am left with a question and two issues: I will check SMS, i dind't test that, maybe it's something from Chatty compilation. I also created a Telegram Dev group to get all info together, it would be nice to work with you in Plasma version. Tell me via PM if you want the link to the new group. RE: openSUSE for Pinephone - andresbs - 01-02-2021 (01-02-2021, 04:20 AM)Alefnode Wrote:Sorry about the delay, I was visiting a national park hehe(12-31-2020, 06:39 PM)andresbs Wrote: Already tested like 4-5 distros and openSUSE has given me the best experience so far, but I am left with a question and two issues: Packaging for Calindori, Spacebar and Angelfish are ready. I could not get adblock working on Angelfish due to missing (optional) deps, specifically Corrosion/cmake-cargo. Dudes from Plasma Mobile advised to keep an eye on ofono (it's used instead of modemmanager), which is good news because that's what UB Touch also uses, so it's a 2x1 ***RPMs might have missing deps, please someone test on a fresh openSUSE image. Example: install using "opi calindori". Angelfish feels soooooo much smoother than Epiphany, I just couldn't handle it, so sluggish. RE: openSUSE for Pinephone - andresbs - 01-13-2021 Seems like we are almost getting there with Plasma Mobile, but there is still one thing to fix, and it's the modem. Currently we have all the Maui apps and most of Plasma Mobile essentials ready, take a look: https://build.opensuse.org/project/show/home:andresbs:Maui https://build.opensuse.org/project/show/home:andresbs:plasma-mobile Of course the packaging needs some attention to details, but it should more than enough to get going right now. Phosh users are able to use those repos in case they don't like it (spacebar and whatever is telephony related should not work, though). I am not sure if some things are working because they simply do not work right now, I noticed that some of the system settings menus are tied to modemmanager for some reason. Currently I can connect to my carrier using: -systemctl start ofono * install ofonoctl: zypper in python3-pip; sudo pip install ofonoctl * make sure the modem is not blocked by rfkill: rfkill unblock wwan -ofonoctl poweron -ofonoctl online Then, your carrier should appear at the top left corner. However, apps are not working with it right now; spacebar shows this: Requesting text channel failed: "org.freedesktop.Telepathy.Error.Disconnected" "Account ofono/ofono/account0 disconnected with reason 0" However, using ofonoctl sms --message "holatest" my_phone_number I do receive the SMS on my other phone, so we are getting somewhere. My APN shows in the Access Points menu, but I can't enable it directly, perhaps ofonoctl can. Also, the keyboard crashes constantly, but this seems to be a general problem with the Maliit keyboard. As a workaround we can put a service in place that restarts it, the command is maliit-keyboard. Performance is fine (come on, it's a PinePhone), KDE actually does miracles with this things, and 5.21 will have some important Kwin improvements. Angelfish can be useable on a daily basis, Index works properly (except the built-in terminal, I am not sure if it's supposed to work either). Discover is able to use what is avaible from the openSUSE repos (reminder, use opi for community packages). KDE Connect reports to my computer that the phone is constantly running out of battery, I haven't digged into what is causing that bug. telegram-desktop from our repos works fine (for proper fonts install google-opensans-fonts). Bluetooth, audio and screen rotation work. Oh, and I see alot of potential for branding on Plasma Do keep in mind that eveything on my repos is build directly from the master branch of their project (I don't expect things to break terribly tho). We will eventually have stable™ versions for the first image. bonus: the screenshot button works RE: openSUSE for Pinephone - Alefnode - 02-03-2021 Today we have published new development version of opensuse image with Plasma Mobile https://download.opensuse.org/repositories/devel:/ARM:/Factory:/Contrib:/PinePhone/images/openSUSE-Tumbleweed-ARM-PLAMO-pinephone.aarch64.raw.xz RE: openSUSE for Pinephone - gergob - 02-03-2021 (02-03-2021, 09:43 AM)Alefnode Wrote: Today we have published new development version of opensuse image with Plasma Mobile Thanks! I am already running it, however I am experiencing some issues, maybe some of them are already known?
RE: openSUSE for Pinephone - andresbs - 02-03-2021 (02-03-2021, 01:55 PM)gergob Wrote:If I recall correctly all those things were fixed for the 5.21 release of Plasma Phone Components - we should have it available somewhere between mid-february.(02-03-2021, 09:43 AM)Alefnode Wrote: Today we have published new development version of opensuse image with Plasma Mobile RE: openSUSE for Pinephone - Juergen - 02-21-2021 (02-03-2021, 09:43 AM)Alefnode Wrote: Today we have published new development version of opensuse image with Plasma Mobile I really like the PM-image, everything seems to work well. I noticed that the phone won't wake up from suspend when a call comes in. No ringtone, no screen - no reaction at all. RE: openSUSE for Pinephone - andresbs - 02-21-2021 (02-21-2021, 08:43 AM)Juergen Wrote:I have not looked into why exactly this happens. When a call comes in, the phone does receive in time (~3s) and rings, but the display does not turn on, I am not sure if this is supposed to happen or not.(02-03-2021, 09:43 AM)Alefnode Wrote: Today we have published new development version of opensuse image with Plasma Mobile RE: openSUSE for Pinephone - Uturn - 03-03-2021 super silly question (sorry for): How to flash a .raw.xz file ? Other distros have .img.xz format which I can flash perfectly with balena etcher (in OSX) but it does not accept the .raw.xz format. RE: openSUSE for Pinephone - andresbs - 03-03-2021 (03-03-2021, 06:56 AM)Uturn Wrote: super silly question (sorry for):Hmm I used Etcher before but I do not remember if I extracted the .raw file first. Please see the instructions at https://en.opensuse.org/HCL:PinePhone#Installing_openSUSE_in_a_Pinephone |