Howto android on linux: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= waydroid = | = waydroid = | ||
install chaotic repo: | |||
pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com | |||
pacman-key --lsign-key 3056513887B78AEB | |||
pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' \ | |||
'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' | |||
add the following to /etc/pacman.conf: | |||
[chaotic-aur] | |||
Include = /etc/pacman.d/chaotic-mirrorlist | |||
install binder_linux modules: | install binder_linux modules: | ||
yay -S binder_linux-dkms | yay -S binder_linux-dkms |
Revision as of 23:00, 4 October 2023
waydroid
install chaotic repo:
pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com pacman-key --lsign-key 3056513887B78AEB pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' \ 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst'
add the following to /etc/pacman.conf:
[chaotic-aur] Include = /etc/pacman.d/chaotic-mirrorlist
install binder_linux modules:
yay -S binder_linux-dkms
load modules:
depmod -a modprobe binder_linux
install waydroid:
yay -S waydroid
configure waydroid:
sudo waydroid init
configure waydroid with google apps:
sudo waydroid init -s GAPPS
start and enable waydroid-container.service:
sudo systemctl enable waydroid-container.service sudo systemctl start waydroid-container.service