Waydroid: Difference between revisions
Line 113: | Line 113: | ||
</syntaxhighlight>Enable the user service which is also required. Note that this is not persistent and needs to get started after reboot again.<syntaxhighlight lang="bash"> | </syntaxhighlight>Enable the user service which is also required. Note that this is not persistent and needs to get started after reboot again.<syntaxhighlight lang="bash"> | ||
systemctl --user start waydroid-monitor | systemctl --user start waydroid-monitor | ||
</syntaxhighlight>Now start <code>waydroid-helper</code> application and add a shared directory. As an example, | </syntaxhighlight>Now start <code>waydroid-helper</code> application and add a shared directory. As an example, source directory could be <code>/home/myuser/Public</code> and target directory <code>/home/myuser/.local/share/waydroid/data/media/0/NixOS</code>. Ensure that both directories already exist locally. After that you might need to restart the ''Waydroid'' container which is also possible with the graphical user interface. | ||
=== GPS/Location forwarding === | === GPS/Location forwarding === |