I can't run the script:
Traceback (most recent call last):
File "/usr/bin/waydroid-extras", line 357, in <module>
main()
^^
File "/usr/bin/waydroid-extras", line 353, in main
interact()
^^
File "/usr/bin/waydroid-extras", line 255, in interact
install_app(args)
~^^^^^^
File "/usr/bin/waydroid-extras", line 95, in install_app
container.stop()
^^
File "/opt/waydroid-script/tools/container.py", line 46, in stop
run(["waydroid", "container", "stop"])
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/waydroid-script/tools/helper.py", line 48, in run
raise subprocess.CalledProcessError(
...<3 lines>...
)
subprocess.CalledProcessError: Command '['waydroid', 'container', 'stop']' returned non-zero exit status 0.
Search Criteria
Package Details: waydroid-script-git 1:r186.fcb1562-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/waydroid-script-git.git (read-only, click to copy) |
|---|---|
| Package Base: | waydroid-script-git |
| Description: | Python Script to add OpenGapps, Magisk, libhoudini translation library and libndk translation library to waydroid |
| Upstream URL: | https://github.com/casualsnek/waydroid_script |
| Licenses: | GPL-3.0-only |
| Conflicts: | waydroid-script |
| Provides: | waydroid-script |
| Submitter: | SamLukeYes |
| Maintainer: | ImperatorStorm |
| Last Packager: | ImperatorStorm |
| Votes: | 18 |
| Popularity: | 0.30 |
| First Submitted: | 2022-01-11 04:18 (UTC) |
| Last Updated: | 2026-01-12 21:12 (UTC) |
Dependencies (9)
- dbus-python (python-dbus)
- lzip
- python
- python-inquirerpyAUR
- python-requests
- python-tqdm
- sqlite (sqlite-fossilAUR)
- waydroid (waydroid-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Required by (1)
- waydroid-launcher-git (optional)
Sources (1)
nvhai245 commented on 2026-02-27 19:39 (UTC)
aliu commented on 2025-04-06 03:27 (UTC)
Hmm, I just found this comment referring to Wesley's deleted fork:
I’m convinced that you’re a perfectly trustworthy person, and I’m happy for you to share your work with everyone. But no matter who you are, users shouldn’t really be encouraged to run scripts that download and install a binary blob from an anonymous Dropbox with:
aliu commented on 2025-04-06 03:25 (UTC)
Could someone send over a package they built with Wesley's fork back in the month that was still a thing? Thanks!
Auerhuhn commented on 2025-02-25 11:46 (UTC)
Looks like GitHub user WesleyVanNeck has deleted their fork.
tiredlinde commented on 2025-02-22 06:56 (UTC)
new upstream link goes into a 404
laichiaheng commented on 2025-02-18 16:31 (UTC)
Maybe we should switch to https://github.com/WesleyVanNeck/waydroid_script
carlosnewmusic commented on 2024-12-12 20:02 (UTC)
network error https://pastebin.com/YC5DLxUp
c31io commented on 2023-08-03 11:47 (UTC)
archerman commented on 2023-06-02 10:37 (UTC) (edited on 2023-06-02 10:41 (UTC) by archerman)
FIX:
As of the writing of this comment, using waydroid install throws an error that ends in FileNotFoundError: [Errno 2] No such file or directory: './bin/x86_64/resetprop'.
This tells me that the script is trying to access a path relative to itself. So simply executing it where all the files are installed makes it run again.
In other words, type cd /opt/waydroid-script/, and now you can run sudo waydroid-extras install whatever.
ImperatorStorm commented on 2023-06-02 01:04 (UTC) (edited on 2023-06-07 00:51 (UTC) by ImperatorStorm)
Current commit is partially(entirely?) broken.
Waiting on Upstream
Pinned Comments
q234rty commented on 2023-01-10 10:15 (UTC)
Please DO NOT flag this package as out of date unless the PKGBUILD needs changing! This is a vcs package that automatically pulls the latest commit.