A shell script to easily install / uninstall Android (via Waydroid) on the Steam Deck running on SteamOS.
NOTE
If you are going to use this script for a video tutorial, PLEASE reference on your video where you got the script! This will make the support process easier! And don't forget to give a shoutout to @10MinuteSteamDeckGamer / ryanrudolf from the Philippines!
If you like my work please show support by subscribing to my YouTube channel @10MinuteSteamDeckGamer.
I'm just passionate about Linux, Windows, how stuff works, and playing retro and modern video games on my Steam Deck!
Monetary donations are also encouraged if you find this project helpful. Your donation inspires me to continue research on the Steam Deck! Clover script, 70Hz mod, SteamOS microSD, Secure Boot, etc.
Scan the QR code or click the image below to visit my donation page.
- Do this at your own risk!
- This is for educational and research purposes only!
Click the image below for a video tutorial and to see the functionalities of the script!
- this now works with casualsnek script!
- added libndk arm translation layer (via casualsnek script)
- added widevine (via casualsnek script). This is needed for Netflix and Disney+
- waydroid fingerprint identifies as a Pixel 5 redfin. This is needed for Netflix
- new method for detecting controller via Saren method
- cleanup and removed support for SteamOS 3.4.x due to SteamOS 3.5.x already went to stable
- removed PlasmaNested.sh as this is already included in SteamOS 3.5.x
- removed the bundled weston binary (only useful when on SteamOS 3.4.x)
- initial release
- sudo password should already be set by the end user. If sudo password is not yet set, the script will ask to set it up.
- Go into Desktop Mode and open a konsole terminal.
- Clone the github repo.
cd ~/
git clone https://github.com/ryanrudolfoba/steamos-waydroid-installer - Execute the script!
cd ~/steamOS-waydroid-installer
chmod +x steamos-waydroid-installer.sh
./steamos-waydroid-installer.sh - Script will automatically install Waydroid together with the custom config. Install will roughly take around 5mins depending on the internet connection speed.
- Once done exit the script and go back to Game Mode.
- Go to Game Mode and open SteamOS Nested Desktop launcher.
- Once inside the nested desktop environment, open konsole terminal and enter the commands -
sudo /usr/bin/waydroid-container-start
waydroid session start & - Once it shows Anroid user 0 is ready, press enter on the keyboard.
- Type the command -
cd ~/AUR/waydroid/waydroid_script
sudo venv/bin/python3 main.py certified - Copy the result then open a browser window and go to url - https://www.google.com/android/uncertified
- Login with google credential as needed.
- Enter the item copied from step4 and press register.
- Once done close the browser window.
- On the konsole terminal type this commands -
waydroid session stop
sudo /usr/bin/waydroid-container-stop
exit - Close the nested desktop and go back to Game Mode.
- Initial config is done! You can now launch Waydroid!
- Go to Game Mode.
- Run the Waydroid launcher.
- Go to Desktop Mode.
- Open konsole terminal and type the commands -
cd ~/Android_Waydroid
./uninstall.sh - Enter the sudo password when prompted.
- Waydroid and the custom configs will be uninstalled.