WSAGAScript icon indicating copy to clipboard operation
WSAGAScript copied to clipboard

sed: * No space left on device (apply.sh)

Open kobelo0213 opened this issue 3 years ago • 8 comments

sed: couldn't write 80 items to /mnt/system/system/sedv8dMt1: No space left on device sed: couldn't write 80 items to /mnt/system/system/sed9uR3ya: No space left on device sed: couldn't write 80 items to /mnt/system/system/sedP0Qa7k: No space left on device sed: couldn't write 80 items to /mnt/system/system/sed3qWBiv: No space left on device sed: couldn't write 80 items to /mnt/system/system/sed6SyMKE: No space left on device sed: couldn't write 80 items to /mnt/system/system/sedqX1x0L: No space left on device sed: couldn't write 80 items to /mnt/system/system/sedzb7zYx: No space left on device sed: couldn't write 101 items to /mnt/system/system/seddGQgQG: No space left on device sed: couldn't write 80 items to /mnt/system/system/sedZ1IsPO: No space left on device

...

sed: couldn't flush /mnt/vendor/sedbsFly0: No space left on device sed: couldn't flush /mnt/vendor/sedn5Hyt8: No space left on device sed: couldn't flush /mnt/vendor/sed5q3Omi: No space left on device sed: couldn't flush /mnt/vendor/sedh0w8Yp: No space left on device sed: couldn't flush /mnt/vendor/sedDU6KEz: No space left on device sed: couldn't flush /mnt/vendor/sedePI5Jy: No space left on device

kobelo0213 avatar Jun 12 '22 12:06 kobelo0213

after editing the resized size in ./extend_and_mount_images.sh, the error disappear

kobelo0213 avatar Jun 12 '22 12:06 kobelo0213

and after running all the step listed, when I open play store and try to log in, it still says "The device isn't Play Protect certified"

kobelo0213 avatar Jun 12 '22 12:06 kobelo0213

encountered the same thing just now. no space left on device. i assume the vendor.img was not properly patched. also got the device isnt playstore certified. hope there's a fix for this.

allanguintu avatar Jun 15 '22 08:06 allanguintu

Same errors here. Got the Google Play apps on here after seeing the 'No space left on device' errors, but when signing into any of them it always says, 'This device isn't Play Protect certified'.

criptem avatar Jun 25 '22 20:06 criptem

This is caused by the file size set by extend_and_mount_images.sh, which is smaller than the original size of the two files, leaving no space left for editing operations after mounting. Just edit extend_and_mount_images.sh and set the file size properly.

usuimanchi avatar Jun 28 '22 07:06 usuimanchi

For the benefit of everyone experiencing this issue, what size did you set?

CK16 avatar Jun 29 '22 01:06 CK16

I set the values to 140M for the system_ext.img and 400M for the vendor.img. I checked the file sizes in windows before and left a little buffer. I didn´t get the error after the adjustment

StefanHiersekorn avatar Jun 29 '22 20:06 StefanHiersekorn

I set the values to 140M for the system_ext.img and 400M for the vendor.img. I checked the file sizes in windows before and left a little buffer. I didn´t get the error after the adjustment

thanks, fixed the problem for me too

Geczy avatar Jul 09 '22 15:07 Geczy