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.53k stars 147 forks source link

Can't install Gapps #32

Closed foxrus closed 2 years ago

foxrus commented 2 years ago

OSError: [Errno 28] No space left on device: '/tmp/waydroidimage/system/priv-app/GoogleFeedback' Can you tell me what it could be?

casualsnek commented 2 years ago

Are you on any mobile linux os by any chance ?

foxrus commented 2 years ago

No, I am using ubuntu 21.10

casualsnek commented 2 years ago

Looks like resizing image had failed !, can you try running script after stopping waydroid properly

if that does not work open waydroid_script.py goto line 141 and change resize_img(system_img, "{}M".format(img_size+500)) to resize_img(system_img, "6G") and run the script again and see if it works.

Also, are there any any other warnings or error messages in terminal window ?

foxrus commented 2 years ago

It worked, thank you.