Waydroid: Difference between revisions
Jackyliu16 (talk | contribs) Add suggestions about running arm in x86_64 from the web to the document |
|||
| Line 62: | Line 62: | ||
$ waydroid prop set persist.waydroid.width 608 | $ waydroid prop set persist.waydroid.width 608 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== Customization == | |||
=== Running applications that differ from the current host architecture via libhoudini<ref>Need help with activating libhoudini for waydroid on NixOS | |||
https://www.reddit.com/r/NixOS/comments/15k2jxc/need_help_with_activating_libhoudini_for_waydroid/</ref> === | |||
# Add NUR to your flake or shell or something like that base on [https://github.com/nix-community/NUR readme] | |||
# Add nur.repos.ataraxiasjel.waydroid-script to your packages, if you were using nixos then set it as a item in environment.systemPackages, HM then home.packages. | |||
# Use `sudo waydroid-script` to run the script | |||
# Select Android 11 >> Install >> libhoudini, which the script only support libhoudini in this version. | |||
== Maintenance == | == Maintenance == | ||