Posts

Showing posts from December, 2021

Install Waydroid in openSUSE Tumbleweed

To test the Android 11 version of Waydroid with native-bridge included in openSUSE TW, follow the instructions below 1.Add Dead_Mozay's Waydroid repo on OBS : sudo zypper addrepo https://download.opensuse.org/repositories/home:Dead_Mozay:waydroid/openSUSE_Tumbleweed/home:Dead_Mozay:waydroid.repo    refresh the package list : sudo zypper refresh  2. install libgbinder1,libglibutil1,waydroid,python38-gbinder,python38-pyclipper (install python packages according to your python version) packages by  sudo zypper in libgbinder1 libglibutil1 python38-gbinder python38-pyclipper waydroid 3.Install anbox-modules dkms (step can become deprecated for kernel >= 5.18 ) :   git clone https://github.com/choff/anbox-modules  cd anbox-modules Edit binder/deps.c to add # include < linux/task_work.h >  sudo ./INSTALL.sh   4.Now, grab the latest libgbinder updates: git clone https://github.com/mer-hybris/libgbinder cd libgbinder make   make install   5.Then copy all files starts wit