This thread is for me to post updates on the Volla Phone Quintus.
Current Status:
Working:
Screen
WLAN
Calls
Data
GPS
Sensors
NFC
Cameras (3x rear, 1x front)
Sound
Vibration
Not Working:
Fingerprint
Headphones
Hardware codecs
On the software side, Waydroid is working, including camera and codecs.
When I make images available, they will be posted below.
Bug should be reported against the configuration repo here: GitHub - HelloVolla/droid-config-halium-algiz
Current Builds
Installation Instructions
- VollaOS 14 is ok, no need to downgrade
- enable OEM unlock and USB debugging
- Boot into recovery and format/wipe “data”
- Put the phone into fastboot mode (vol up + power)
- Unlock the bootloader with the command “fastboot flashing unlock”
- Reboot the phone
- Bring the phone back into fastboot mode
- Navigate to the folder containing the flash.sh file
- Open a terminal and run the command “bash ./flash-it.sh”
- Reboot and (hopefully) enjoy…
Waydroid Installation
As well as the regular steps to get waydroid running, such as installing waydroid-runner, and configuring the binder config, you must install a specific build known to work on later halium.
Something like the following should do:
mkdir -p /userdata/system-data/etc/waydroid-extra/images
ln -s /userdata/etc/waydroid-extra /etc/waydroid-extra
zypper in wget
images_url=https://sourceforge.net/projects/aleasto-lineageos/files/LineageOS%2020/waydroid_arm64
wget $images_url/system.img/download -O /etc/waydroid-extra/images/system.img
wget $images_url/vendor.img/download -O /etc/waydroid-extra/images/vendor.img
waydroid init -f