Team OS : Your Only Destination To Custom OS !!

Welcome to TeamOS Community, Register or Login to the Community to Download Torrents, Get Access to Shoutbox, Post Replies, Use Search Engine and many more features. Register Today!

Tech News Android on Linux - WayDroid

image7ba93a1cb2de11b6.png

People who would like to be able to run Android applications on a GNU/Linux platform received good news recently. The Waydroid project is developing container-based software which allows a desktop Linux system to run an Android-compatible environment based on LineageOS. "Waydroid uses Linux namespaces (user, pid, uts, net, mount, ipc) to run a full Android system in a container and provide Android applications on any GNU/Linux-based platform. The Android inside the container has direct access to needed hardware. The Android runtime environment ships with a minimal customized Android system image based on LineageOS. The used image is currently based on Android 10." Waydroid is currently available pre-packaged for some distributions such as . It requires a Wayland session to run and Python 3 on the host system.

Working side by side your Linux applications

Full App Integration

Waydroid integrated with Linux adding the Android apps to your linux applications folder

imagea83ca1392422943e.png

Multi-Window Mode

Waydroid expands on Android freeform window definition, adding a number of features

image2505e3d5ac12816e.png

FULL UI MODE

For gaming and full screen entertainment, Waydroid can also be run to show the full Android UI

image2c96a827b1d2e624.png


How To Install
Dependencies:
  • python3
  • lxc
  • curl
  • Wayland session manager !!IMPORTANT!!
Replace DISTRO="bullseye" with your current target. Options: focal, bullseye, hirsute

Code:
export DISTRO="bullseye" && \
sudo curl https://repo.waydro.id/waydroid.gpg --output /usr/share/keyrings/waydroid.gpg && \
echo "deb [signed-by=/usr/share/keyrings/waydroid.gpg] https://repo.waydro.id/ $DISTRO main" > ~/waydroid.list && \
sudo mv ~/waydroid.list /etc/apt/sources.list.d/waydroid.list && \
sudo apt update

Then install Waydroid

Code:
sudo apt install waydroid

And start the init process:

Code:
sudo waydroid init

Running Waydroid

After installing, you will want to start the waydroid-container service

Code:
sudo systemctl start waydroid-container

Then launch waydroid container:

Code:
sudo waydroid container start

And launch the session:

Code:
waydroid session start

Then launch the waydroid app in full UI mode by running the Waydroid app in the app drawer, or through terminal:

Code:
waydroid show-full-ui

Further Info:
Code:
https://docs.waydro.id/
 
Last edited:

Loveena

✅ Verified Member
Member
Downloaded
12.6 GB
Uploaded
8.8 TB
Ratio
715.15
Seedbonus
10,454
Upload Count
0 (0)
Member for 6 years
Yup, came across the news when was disappointed with "Makulu Linux Droid" and looking for other options.
@mobi0001, do you know any distro that comes with WayDroid PreInstalled ?

Thank you, Regards
 

mobi0001

The Power Is Yours!!!
Uploader
Power User
✅ Verified Member
Member
Downloaded
62.3 GB
Uploaded
11.3 TB
Ratio
186
Seedbonus
975
Upload Count
89 (104)
Member for 3 years
Yup, came across the news when was disappointed with "Makulu Linux Droid" and looking for other options.
@mobi0001, do you know any distro that comes with WayDroid PreInstalled ?

Thank you, Regards
@Loveena
Nope, afaik and can search there is no container with inbuilt WL. There are few Kernels inbuilt, but otherwise nope. You can try on Mint as well.
Just know the space it takes is a bit high tbvh, based on the config setup.
Code:
https://wiki.archlinux.org/title/Waydroid#Kernel_Modules

On the other hand Makulu has some really good features. But yeah, it is disappointing as well for many reasons.
 
Top