|
2024-10-09
, 13:57
|
|
Posts: 600 |
Thanked: 711 times |
Joined on Jul 2019
@ UK
|
#2
|
cd ~ curl -LO https://github.com/dumol/PixelPerfect/releases/download/v0.4.0beta2/PixelPerfect-hidpi-0.4beta2.tar.gz tar xvfz PixelPerfect-hidpi-0.4beta2.tar.gz
devel-su sed -i 's/theme_pixel_ratio$/theme_pixel_ratio_RENAMED/' /etc/dconf/db/vendor.d/locks/silica-configs.txt devel-su dconf update dconf write /desktop/sailfish/silica/theme_pixel_ratio 1.1 dconf write /desktop/sailfish/silica/icon_size_launcher 110.0
|
2024-10-10
, 14:35
|
|
Posts: 600 |
Thanked: 711 times |
Joined on Jul 2019
@ UK
|
#3
|
|
Today
, 13:01
|
|
Posts: 600 |
Thanked: 711 times |
Joined on Jul 2019
@ UK
|
#4
|
devel-su zypper in waydroid waydroid-settings waydroid-gbinder-config-hybris waydroid-sensors python3-gbinder dnsmasq
devel-su systemctl mask dnsmasq
devel-su waydroid init -f
ro.hardware.gralloc=msm8953 ro.hardware.egl=adreno and comment out if there is any of these two: #ro.hardware.gralloc=default #ro.hardware.egl=swiftshader
[Protocol] /dev/anbox-binder = aidl3 /dev/anbox-vndbinder = aidl3 /dev/anbox-hwbinder = hidl [ServiceManager] /dev/anbox-binder = aidl3 /dev/anbox-vndbinder = aidl3 /dev/anbox-hwbinder = hidl
binder = anbox-binder vndbinder = anbox-vndbinder hwbinder = anbox-hwbinder
binder_protocol = aidl3 service_manager_protocol = aidl3
lxc.mount.entry = /dev/anbox-binder dev/binder none bind,create=file,optional 0 0 lxc.mount.entry = /dev/anbox-vndbinder dev/vndbinder none bind,create=file,optional 0 0 lxc.mount.entry = /dev/anbox-hwbinder dev/hwbinder none bind,create=file,optional 0 0
#lxc.apparmor.profile = unconfined
Thank you very much guys!
News 07/10/2024: SFOS 4.6.0.15
Requirements:
Before you start to download anything, please read all this through carefully.
The first requirement is your device must be rooted and you should be able to boot into a custom recovery (preferably TWRP).
Installation instructions:
1. Download all files, LOS17.1 zip, Sailfish OS zip to the external SD card on the phone
2. Download twrp-3.7.0_11-0-ocean.img on your host PC
3. Reboot into bootloader (Hold buttons: Power on + Volume down)
4. Do a factory reset
5. Format data to remove any encryption or other residues
6. Still in recovery, flash the LOS17.1 image
7. Still in recovery, flash Sailfish Os image
8. Reboot
9. Enjoy the latest (4.6.0.15) Sailfish OS on your Moto G7 Power (ocean).
This Sailfish OS Android HAL is based on LOS 17.1.
Downloads:
Debug/login/troubleshooting:
In Ubuntu, connect USB cable. telnet 192.168.2.15 2323 or SSH defaultuser@192.168.2.15.
How to make a backup/restore with TWRP:
You can boot into TWRP with instruction above and can make backup/restore.
Battery life
In my experience this build gives a very good battery life (In my tests it drops around 5% overnight with wifi on)
Changelog:
07.10.2024
=========
Work:
Do not work:
Extras:
Just follow the instruction here Install Debian Bookworwm in LXC
- Enable weather on lock-screen (on sfos 4.6 it is disabled by default):
Porting SailfishOS to some devices:
Last edited by edp17; Today at 14:14. Reason: Added Waydroid support