-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install GAPPS, e2fsck: Cannot continue, aborting. #182
Comments
Your |
I am also experiencing this issue with the latest from
|
Manually running the command had this error:
I stopped the container: and re-ran the command
Then running the install command again gives this error:
|
I restarted my computer and then opened up the waydroid container. After that, I re-ran the command
|
after reinstalling the systemimg, I get this ? Select Android version Android 13 |
I'm having issues with GAPPS also! I cannot install it on my Arch-based distro. :(
|
`waydroid_script]$ sudo venv/bin/python3 main.py install gapps
INFO: Resizing /var/lib/waydroid/images/system.img to 2664M
ERROR: e2fsck 1.47.1 (20-May-2024)
e2fsck: Cannot continue, aborting.
Traceback (most recent call last):
File "/home/samy/gitthings/waydroid_script/main.py", line 358, in
main()
File "/home/samy/gitthings/waydroid_script/main.py", line 351, in main
args.func(args)
File "/home/samy/gitthings/waydroid_script/main.py", line 105, in install_app
resize("system")
File "/home/samy/gitthings/waydroid_script/main.py", line 50, in resize
images.resize(img, new_size)
File "/home/samy/gitthings/waydroid_script/tools/images.py", line 27, in resize
run(["sudo", "e2fsck", "-y", "-f", img_file], ignore="^e2fsck \d+.\d+.\d (.+)\n$")
/home/samy/gitthings/waydroid_script/tools/images.py:1: SyntaxWarning: invalid escape sequence '\d'
import configparser
File "/home/samy/gitthings/waydroid_script/tools/helper.py", line 48, in run
raise subprocess.CalledProcessError(
subprocess.CalledProcessError: Command '['sudo', 'e2fsck', '-y', '-f', '/var/lib/waydroid/images/system.img']' returned non-zero exit status 8.`
archlinux
The text was updated successfully, but these errors were encountered: