anbox halium or waydroid no support for UT?
-
@stanwood yes i did it again and it runs!
-
root@ubuntu-phablet:~# waydroid init
[03:35:01] Starting new HTTPS connection (1): raw.githubusercontent.com
[03:35:01] Starting new HTTPS connection (1): raw.githubusercontent.com
[03:35:01] Starting new HTTPS connection (1): raw.githubusercontent.com
[03:35:02] ERROR: Binder node "binder" for waydroid not found- Pixel 2XL
-
@stanwood fyi on fp3 it is also running. Same steps!
-
@rocket2nfinity
Getting the same result after runningwaydroid init
There is an icon for Waydroid within the launcher. Running on OnePlus One.
-
@codenul Did you restart your device and test again?
-
@codenul you can't run waydroid on oneplus one. It's a halium 5 device, halium 7 with the development branch. Waydroid will only run on halium 9+ devices.
-
-
@dieharddan said in anbox halium or waydroid no support for UT?:
@stanwood I tried with a pixel 3a and when i start wayland I get
"start: Unknown job: waydroid"I fixed my issue by reinstalling Ubuntu Touch and reinstalling waydroid with the following only:
sudo -s
sudo mount -o remount,rw /
apt update
apt install waydroid
waydroid initReboot phone
-
@emphrath
Interesting. Thanks for the information. I'm currently on the development channel. Is there any other benefits (other than halium 5 > halium 7) that I would gain if I switched over to Halium-development channel for updates? -
Hi,
I just installed Waydroid on my FP3+ following what wrote @FP2andFP3-User
sudo -s sudo mount -o remount,rw / apt update apt install waydroid -y waydroid init sudo reboot
Everything is OK, I installed F-Droid then also Blabber, it seems everything is fine
Many thants to those who made it possible ! -
My waydroid init was interrupted, so i did these
apt remove waydroid apt purge waydroid sudo rm -rf /var/lib/waydroid /home/.waydroid ~/waydroid ~/.share/waydroid ~/.local/share/applications/*aydroid* ~/.local/share/waydroid
reboot phone and start the installation process again. My /var/lib/waydroid folder was not removed but re-installation worked fine !
followed from here: https://github.com/waydroid/docs/blob/master/usage/install-on-desktops.mdYou might want to stop the service before uninstalling too...check the original post.
-
-
-