Waydroid: Difference between revisions
imported>Onny Restructure page |
imported>Onny Add note on reset Waydroid |
||
Line 58: | Line 58: | ||
# Overrides the full-ui width | # Overrides the full-ui width | ||
waydroid prop set persist.waydroid.width 608 | waydroid prop set persist.waydroid.width 608 | ||
</syntaxhighlight> | |||
=== Resetting Android Container === | |||
{{Warning|All files of your Android container will be lost}} | |||
<syntaxhighlight lang="bash"> | |||
# Stop Waydroid container | |||
sudo systemctl stop waydroid-container | |||
# Removing images and user data | |||
sudo rm -r /var/lib/waydroid/* ~/.local/share/waydroid | |||
</syntaxhighlight> | </syntaxhighlight> | ||