WSA-Community / WSAGAScript

Scripts to install Google Apps into a WSA image. Plus optional root
The Unlicense
3.59k stars 3.53k forks source link

apply.sh error: No space left on device #292

Open rubankopli opened 1 year ago

rubankopli commented 1 year ago

Apply.sh has an error on line 31 though there is space left on the physical drive. 'Failed to get security context' errors as well

Apply.sh log:

Modifing build.prop for each image -> fixing system -> fixing vendor -> fixing product -> fixing system_ext ./apply.sh: line 31: echo: write error: No space left on device removing duplicate apps from system Copying GApps files to system... Applying root file ownership Setting directory permissions Setting file permissions Applying SELinux security contexts to directories Applying SELinux security contexts to files chcon: failed to get security context of '/mnt/product/etc/permissions/privapp-permissions-venezia.xml': No such file or directory chcon: failed to get security context of '/mnt/product/etc/permissions/privapp-permissions-venezia.xml': No such file or directory chcon: failed to get security context of '/mnt/product/etc/permissions/privapp-permissions-venezia.xml': No such file or directory chcon: failed to get security context of '/mnt/product/etc/permissions/privapp-permissions-venezia.xml': No such file or directory chcon: failed to get security context of '/mnt/product/etc/permissions/privapp-permissions-venezia.xml': No such file or directory chcon: failed to get security context of '/mnt/product/etc/permissions/privapp-permissions-venezia.xml': No such file or directory chcon: failed to get security context of '/mnt/product/etc/permissions/privapp-permissions-venezia.xml': No such file or directory chcon: failed to get security context of '/mnt/product/priv-app/amazon-adm-release/amazon-adm-release.apk': No such file or directory chcon: failed to get security context of '/mnt/product/priv-app/amazon-adm-release/amazon-adm-release.apk': No such file or directory chcon: failed to get security context of '/mnt/product/priv-app/amazon-adm-release/amazon-adm-release.apk': No such file or directory chcon: failed to get security context of '/mnt/product/priv-app/amazon-adm-release/amazon-adm-release.apk': No such file or directory chcon: failed to get security context of '/mnt/product/priv-app/amazon-adm-release/amazon-adm-release.apk': No such file or directory chcon: failed to get security context of '/mnt/product/priv-app/amazon-adm-release/amazon-adm-release.apk': No such file or directory chcon: failed to get security context of '/mnt/product/priv-app/amazon-adm-release/amazon-adm-release.apk': No such file or directory chcon: failed to get security context of '/mnt/product/priv-app/amazon-adm-release/amazon-adm-release.apk': No such file or directory chcon: failed to get security context of '/mnt/product/priv-app/amazon-adm-release/amazon-adm-release.apk': No such file or directory chcon: failed to get security context of '/mnt/product/priv-app/amazon-adm-release/amazon-adm-release.apk': No such file or directory chcon: failed to get security context of '/mnt/product/priv-app/amazon-adm-release/amazon-adm-release.apk': No such file or directory Applying SELinux security contexts to props Applying SELinux policy !! Apply completed !!

Shaun-Z commented 1 year ago

I have the same problem but no idea.

BehroozRezvani commented 1 year ago

I have the same issue here

Masamune3210 commented 1 year ago

It's not talking about your physical drive having enough space. It's talking about the image not having enough space. I'm assuming a grow operation is either failing or getting skipped for some reason, but I do not really have the time to dig any deeper than that

BehroozRezvani commented 1 year ago

Well, I have found why this is happening but not what is causing it. It is due to the version of WSA we are trying to install, I found the msixbundle for version 2204.40000.19.0 and it works fine. I installed everything and everything works except that I haven't been able to sign in with google in Google Play, it says your system is not certified to install google services.

Jamramir commented 1 year ago

Same issue here, the app crashes too.