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 en Pinephone - Hyz - 07-28-2020 This is a nice build! Phosh is is very fast and the pre-installed applications work well. I have a few questions though. 1: how do I resize applications that are too large for the screen? The trick mentioned on the Mobian wiki doesn't work. 2: what is the default root password? I was asked for it when I tried to change time zone settings; I had to "sudo passwd root". 3: how do I launch the YaST modules? After I input the root password, nothing opens. Thanks for the hard work! RE: openSUSE en Pinephone - Alefnode - 07-29-2020 New version, the most remarkable improvements are ringtone working, battery life improved, modem wake-up after suspend, unlock simcard pin on settings and gnome-usage package installed - v0.0.2-2 (28 Jul 2020) New Gnome Control Center with patches for Mobile New Gnome Contacts New Gnome Usage with patches to fit Added gtherm package Improvement on suspend tweaks Update Calls app with patches for audio Update Phosh to 0.4.2 Update Phoc to 0.4.1 Update Wys to user as a user service Change dtsi to set audio-card-name as Pinephone Update Feedbackd theme RE: openSUSE en Pinephone - Alefnode - 07-30-2020 (07-28-2020, 06:18 PM)Hyz Wrote: This is a nice build! Phosh is is very fast and the pre-installed applications work well. I have a few questions though. 1 - Resize apps with Phosh are not posible i think, maybe using cli but for now i didn't find how to do it. 2 - Root does not have any password but you can use pine / 1234 and this user is on sudoers file, so you can do sudo su and add a password for root. 3 - What do you mean with launch yast modules? RE: openSUSE for Pinephone - Hyz - 08-06-2020 (07-30-2020, 01:50 AM)Alefnode Wrote: 1 - Resize apps with Phosh are not posible i think, maybe using cli but for now i didn't find how to do it.Mobian has it working, here is their documentation on the subject; unfortunately, the command specified here doesn't work on openSUSE. (07-30-2020, 01:50 AM)Alefnode Wrote: 2 - Root does not have any password but you can use pine / 1234 and this user is on sudoers file, so you can do sudo su and add a password for root.Thank you! (07-30-2020, 01:50 AM)Alefnode Wrote: 3 - What do you mean with launch yast modules? 20200730_18h59m39s_grim.png (Size: 130.08 KB / Downloads: 652) (ignore the terminal) these launchers popped up in the application menu after an update, but none of them actually launch anything. RE: openSUSE for Pinephone - Alefnode - 08-31-2020 Quote:(ignore the terminal) these launchers popped up in the application menu after an update, but none of them actually launch anything. I recommend to update using no-rommends package, because not all software are already adapted for small screens. New version with some changes: http://images.alefnode.com/openSUSE-Pinephone-0.0.2-3.img ## v0.0.2-3 (31 Aug 2020) New packages and working camera app. **Implemented enhancements:** - Installed new Camera package - Update gnome-shell to 3.36.5 - Update kernel to improve battery time - Update Phosh to 0.4.3 - Update Phoc to 0.4.2 **Working:** - Calls (Auto-switch audio profiles) - SMS - Mobile Data - WiFi - Front Camera (laggy) - Back Camera (laggy) - Touchscreen - Brightness - Sound & Mic - Volume keys - Proximity sensor **Not Working:** - Bluetooth - Accelerometer - Jack RE: openSUSE for Pinephone - Alefnode - 09-18-2020 Now all images are generated as a contrib project in opensuse build service. https://download.opensuse.org/repositories/devel:/ARM:/Factory:/Contrib:/PinePhone/images/ RE: openSUSE for Pinephone - ccgx - 09-19-2020 Firstly, thanks for making these images. I have a question: Is it not possibly to resize the partition after writing the image to sd? When I resize the second partition, it wont boot from sd (pinephone starts from mmc), without resizing it, it works flawlessly. I'm using the method described on the pine64 wiki (here: https://wiki.pine64.org/index.php?title=PinePhone_Installation_Instructions#Resize_SD_card.27s_partition_using_computer) Do I something wrong or is resizing simply not possible yet? RE: openSUSE for Pinephone - Alefnode - 09-25-2020 Don't use that method use this: # HACK: Auto-resize FS check_root_partition=$(mount | grep " / " | awk NR==1 | awk '{print $1}') if [[ "$check_root_partition" == "/dev/mmcblk0p2" ]]; then sgdisk -e /dev/mmcblk0 sgdisk -d 2 /dev/mmcblk0 sgdisk -N 2 /dev/mmcblk0 partprobe /dev/mmcblk0 resize2fs /dev/mmcblk0p2 fi This is added on last image for auto-resize in first boot Last image published. 2020.09.25 - Auto-resize FS in first boot - Upgraded Chatty - Added some fonts to improve UX in terminal and System - Fix a problem with Camera RE: openSUSE for Pinephone - Alefnode - 10-14-2020 ## 2020.10.14
New packages with responsive UI and new keyboard **Implemented enhancements:** - Updated PHOSH to 0.4.5 (Fixed volume bar in quick settings) - Updated PHOC to 0.4.3 - Updated Squeekboard to 1.9.3 (now with terminal controls) - Adapted gnome-software to work in small screens (a.k.a gnome-software-phosh) - Added Flashlight app (a.k.a Torch) - Adapted u-boot to work with openSUSE standar scheme - New Kernel 5.8 compiled in OBS (openSUSE build service) - Now openSUSE image works with initramfs - Added Nemo as default filemanager - Updated pinephone-helpers with new udev rules ## 2020.10.05
Fix some problem with new pipeline (now we are using OBS from openSUSE) **Implemented enhancements:** - Update PHOSH to 0.4.4 - Update feedbackd to latest commit - Update purple-mms-sms package to 0.1.8 - Update Tumbleweed to 20201004 RE: openSUSE for Pinephone - georgep56 - 10-15-2020 Just tried this latest OpenSUSE image - looking really impressive, great work! |