Package Details: waydroid 1.4.2-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: 102
Popularity: 6.68
First Submitted: 2021-09-12 03:33 (UTC)
Last Updated: 2023-11-06 19:55 (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 Next › Last »

facet commented on 2022-11-08 04:57 (UTC)

Repeating report Failed to get service waydroidplatform, trying again, https://github.com/waydroid/waydroid/issues/282

sidevesh commented on 2022-09-06 08:49 (UTC)

This also requires wl-clipboard package to work, should be listed as an optional dependency.

chiyuki0325 commented on 2022-06-08 06:14 (UTC)

https://aur.archlinux.org/packages/waydroid#comment-827070

Just delete anbox's network bridge

grdgkjrpdihe commented on 2022-06-08 02:33 (UTC)

after update kernel to 5.18. run waydroid upgrade -o to add sys.use_memfd=true in /var/lib/waydroid/waydroid_base.prop. some of android will override sys.use_memfd to false.

mount /usr/share/waydroid-extra/images/system.img somewhere
cd somewhere
grep -Ir sys.use_memfd

to find them. and use your favorite editor to remove them

enihcam commented on 2022-05-28 14:34 (UTC)

@doctorcolossus same issue here after following the instruction.

grdgkjrpdihe commented on 2022-05-22 07:14 (UTC) (edited on 2022-05-22 07:21 (UTC) by grdgkjrpdihe)

for kernel with CONFIG_BPF_UNPRIV_DEFAULT_OFF=y (such as linux-zen>=5.15.14), you need to set kernel.unprivileged_bpf_disabled=0 via sysctl.
otherwise binder transaction will failed (edit: maybe not caused by this)

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