# Waydroid

## Waydroid

- [Waydroid](https://docs.waydro.id/readme.md)
- [Install Instructions](https://docs.waydro.id/usage/install-on-desktops.md)
- [Install and Run Android Applications](https://docs.waydro.id/usage/install-and-run-android-applications.md)
- [Waydroid command line options](https://docs.waydro.id/usage/waydroid-command-line-options.md)
- [Waydroid Prop Options](https://docs.waydro.id/usage/waydroid-prop-options.md)
- [Google Play Certification](https://docs.waydro.id/faq/google-play-certification.md)
- [Disable On-Screen Keyboard](https://docs.waydro.id/faq/disable-on-screen-keyboard.md): Stop on-screen keyboard from popping up while typing
- [Disable Touch Sounds](https://docs.waydro.id/faq/disable-touch-sounds.md): How to disable Android touch feedback sounds in Waydroid
- [Community Projects We Like](https://docs.waydro.id/faq/community-projects-we-like.md): Here is a list of a few of the projects that work with Waydroid to add some more features/functionality.
- [Get Waydroid to work through a VM](https://docs.waydro.id/faq/get-waydroid-to-work-through-a-vm.md): This also applies to any unsupported GPU's as well (like nVidia)
- [Using ADB with Waydroid](https://docs.waydro.id/faq/using-adb-with-waydroid.md)
- [Setting up Waydroid only Sessions](https://docs.waydro.id/faq/setting-up-waydroid-only-sessions.md): For some projects, you might want to have Linux only for backend or maintenance related tasks, while using the Waydroid full-screen UI as the main interface.
- [Setting up a shared folder](https://docs.waydro.id/faq/setting-up-a-shared-folder.md)
- [Color correction in Mutter](https://docs.waydro.id/faq/color-correction-in-mutter.md): Correct the colors when using a Mutter shell
- [Backup/Restore apps and data](https://docs.waydro.id/faq/backup-restore-apps-and-data.md): Backup and restore apps and data using Seedvault
- [Using custom Waydroid images](https://docs.waydro.id/faq/using-custom-waydroid-images.md)
- [Compile Waydroid - Lineage OS based images](https://docs.waydro.id/development/compile-waydroid-lineage-os-based-images.md)
- [Manual Patch Resolution](https://docs.waydro.id/development/manual-patch-resolution.md)
- [Compile Waydroid - Using Android-Generic Project](https://docs.waydro.id/development/compile-waydroid-using-android-generic-project.md)
- [Getting Essential Information](https://docs.waydro.id/debugging/getting-essential-information.md)
- [Networking Issues](https://docs.waydro.id/debugging/networking-issues.md)
- [Known Issues](https://docs.waydro.id/debugging/known-issues.md)
- [General Troubleshooting](https://docs.waydro.id/debugging/troubleshooting.md): If you run into issues, take a look at the official Issue Tracker \[Waydroid issue tracker]\(https://github.com/waydroid/waydroid/issues)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.waydro.id/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
