Package Details: waydroid 1.4.3-1

Git Clone URL: https://aur.archlinux.org/waydroid.git (read-only, click to copy)
Package Base: waydroid
Description: A container-based approach to boot a full Android system on a regular Linux system
Upstream URL: https://waydro.id/
Licenses: GPL
Submitter: Danct12
Maintainer: Danct12
Last Packager: Danct12
Votes: 119
Popularity: 4.17
First Submitted: 2021-09-12 03:33 (UTC)
Last Updated: 2024-08-11 12:51 (UTC)

Pinned Comments

Danct12 commented on 2021-09-21 06:23 (UTC) (edited on 2021-10-08 16:06 (UTC) by Danct12)

Before install Waydroid, make sure that your kernel supports binder and ashmem module (currently only linux-zen does)

Keep in mind that Waydroid only works with Wayland compositors. It also does not work yet with proprietary NVIDIA driver.

After install waydroid and waydroid-image, run this command to initialize the container:

# waydroid init

Then the container can be started via waydroid-container.service. The official project group/channel can be found on:

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

doctorcolossus commented on 2022-03-29 17:03 (UTC) (edited on 2022-03-29 17:05 (UTC) by doctorcolossus)

Has anyone here run into:

Failed to get service waydroidplatform, trying again...

... with the waydroid-container service running?

https://github.com/waydroid/waydroid/issues/318

https://github.com/waydroid/waydroid/issues/282

I've been getting this with the linux-zen kernel.

frostwork commented on 2021-10-19 19:26 (UTC) (edited on 2021-10-23 06:20 (UTC) by frostwork)

Looks like several users (including me) have issues running waydroid with the linux-xanmod-anbox kernel (from AUR: https://aur.archlinux.org/packages/linux-xanmod-anbox/): https://github.com/waydroid/waydroid/issues/136

Edit: I can confirm that this can be fixed by adding "psi=1" to kernel command like suggested here: https://github.com/waydroid/waydroid/issues/136#issuecomment-949694932

grdgkjrpdihe commented on 2021-10-04 00:06 (UTC) (edited on 2021-10-04 00:06 (UTC) by grdgkjrpdihe)

xclip is also required as a optional dependencies for clipboard sharing
from https://github.com/waydroid/waydroid/issues/32#issuecomment-916161610

Danct12 commented on 2021-09-30 14:12 (UTC)

@x1unix Clipboard manager isn't really required for Waydroid to start, so I added it to optdepends.

h3x4d3c1m4l commented on 2021-09-28 15:05 (UTC) (edited on 2021-09-28 21:36 (UTC) by h3x4d3c1m4l)

Any hints for internet connection inside the Android system?

I tried this from postmarketOS wiki: echo "/bin/ip route add default via 192.168.250.1" | sudo waydroid shell

But it says it can't find the route. I don't have any kind of firewall enabled at the moment.

EDIT: seems to be fixed after executing the steps from de Anbox wiki page: https://wiki.archlinux.org/title/Anbox#Via_NetworkManager (but substitute anbox by waydroid in both places of the command)

x1unix commented on 2021-09-27 18:45 (UTC)

@Danct12 please add pyclip as dependency (not available in AUR) to pass "Failed to start Clipboard manager service" issue.

jaro3 commented on 2021-09-24 10:34 (UTC)

It just doesn't start on latest Arch:

(014577) [19:31:22] Failed to start Clipboard manager service, check logs (014577) [19:31:27] Clipboard service is not even started (013106) [19:31:27] session manager stopped, stopping container and waiting...

Danct12 commented on 2021-09-24 05:37 (UTC) (edited on 2021-09-24 05:37 (UTC) by Danct12)

You can try to run this command to grep for kernel options required

zcat /proc/config.gz| grep 'ANDROID_BINDER_DEVICES\|ASHMEM'

If it return blank (or your kernel does not support one of the option) then your kernel doesn't work with Waydroid.

Anyway, core/linux (what you're using now) doesn't support Android options.