casualsnek / waydroid_script

Python Script to add OpenGapps, Magisk, libhoudini translation library and libndk translation library to waydroid !
GNU General Public License v3.0
1.5k stars 144 forks source link

Prop changes should go to /var/lib/waydroid/waydroid.cfg #78

Closed aleasto closed 1 year ago

aleasto commented 1 year ago

Currently the scripts change the android props by writing to /var/lib/waydroid/waydroid_base.prop, but the file is automatically generated at every waydroid upgrade (which is automatically run when the waydroid package updates on most distros) so the modifications are lost.

Instead the props should be written to /var/lib/waydroid/waydroid.cfg, in the [properties] section, then run waydroid upgrade --offline to regenerate waydroid_base.prop with the new props