Want to run Android apps directly on your Linux? In this video, I show you step-by-step how to install Waydroid and set up Google Play Services on Linux. A simple and clear guide that will help you turn your distribution into a full-fledged Android platform! -------------------------------
Links:
My TG - https://t.me/Werstey
Waydroid - https://docs.waydro.id/usage/install-...
Google certification - https://www.google.com/android/uncert...
Video with Fedora + Android installation - • Linux КАЖДОМУ! Fedora - Обзор, установка, ...
Commands in the file - https://drive.google.com/file/d/1dzcU...
--------------------------------
Commands:
sudo apt install curl ca-certificates -y
curl https://repo.waydro.id | sudo bash
sudo apt install waydroid -y
sudo apt update && sudo apt upgrade -y
sudo waydroid init -s GAPPS -c https://ota.waydro.id/system -v https://ota.waydro.id/vendor -f
(If required)
----------- Find out Android id -------
sudo waydroid shell
ANDROID_RUNTIME_ROOT=/apex/com.android.runtime ANDROID_DATA=/data ANDROID_TZDATA_ROOT=/apex/com.android.tzdata ANDROID_I18N_ROOT=/apex/com.android.i18n sqlite3 /data/data/com.google.android.gsf/databases/gservices.db "select * from main where name = \"android_id\";"
----------- Remove WayDroid -------
sudo waydroid session stop
sudo waydroid container stop
sudo apt remove waydroid
sudo rm -rf /var/lib/waydroid /home/.waydroid ~/waydroid ~/.share/waydroid ~/.local/share/applications/aydroid ~/.local/share/waydroid