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)
Search Criteria
Package Details: waydroid 1.4.3-1
Package Actions
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: | 120 |
Popularity: | 3.12 |
First Submitted: | 2021-09-12 03:33 (UTC) |
Last Updated: | 2024-08-11 12:51 (UTC) |
Dependencies (9)
- dbus-python (python-dbus)
- dnsmasq (pi-hole-ftlAUR, dnsmasq-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- lxc (lxc-selinuxAUR, lxc-gitAUR)
- nftables (nftables-fullconeAUR, nftables-gitAUR)
- python-gbinderAUR
- python-gobject
- git (git-gitAUR, git-glAUR) (make)
- python-pyclipAUR (optional) – share clipboard with container
Required by (9)
Sources (1)
grdgkjrpdihe commented on 2022-05-22 07:14 (UTC) (edited on 2022-05-22 07:21 (UTC) by grdgkjrpdihe)
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...
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
andwaydroid-image
, run this command to initialize the container:Then the container can be started via
waydroid-container.service
. The official project group/channel can be found on: