Skip to content
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

i get erorr : Installation timed out, client has stopped waiting, but it may still be in progress in the background... #144

Open
ZEASMOO opened this issue Feb 28, 2024 · 5 comments

Comments

@ZEASMOO
Copy link

ZEASMOO commented Feb 28, 2024

pacman when installing apps show the timeout error, and sometimes it shows an unknown_error,
I even increased timeout in the settings, but any app won't install, Pacman was working perfectly until a few days ago, but now it won't install any apps (even apps I could install before).
Now applications that I have already installed run completely inside the subsystem, and the only problem is that new app's cannot be installed with Pacman.

[ Installation timed out, client has stopped waiting, but it may still be in progress in the background... ]

[ The installation has failed, but no error was thrown ]

Screenshot 2024-02-28 11002121

Screenshot 2024-02-28 1101944

@MRRKh
Copy link

MRRKh commented Apr 22, 2024

hi I have same problem if you solve this problem can you help me ?

@ZEASMOO
Copy link
Author

ZEASMOO commented Apr 27, 2024

hi I have same problem if you solve this problem can you help me ?

Unfortunately, I was not able to solve the problem..... There is a strong possibility that reinstalling Windows will solve the problem. But before that, make sure that the virtualization of your system is active +(Make sure the subsystem prerequisites are installed and enabled), if it is active and the problem still exists, you can reinstall Windows to solve the problem.

@alesimula
Copy link
Owner

alesimula commented Apr 28, 2024

@ZEASMOO Inside the WSA-PacMan installation folder there is a folder called embedded-tools, can you please do this test?

Copy the adb.exe file and the two .dll files on the same folder where the .apk file is, also rename the .apk file to an easy to type name (like "test.apk") then open a terminal in that folder, and try the following commands:

"adb.exe devices"

"adb.exe install test.apk"

Also try these both before and after opening WSA PacMan to see the difference;

You could also try "adb.exe connect 127.0.0.1:58526" to connect to WSA or "adb.exe disconnect 127.0.0.1:58526" to disconnect it.

Having the WSA PacMan app open should automatically connect to WSA

@ZEASMOO
Copy link
Author

ZEASMOO commented Jun 9, 2024

@ZEASMOO Inside the WSA-PacMan installation folder there is a folder called embedded-tools, can you please do this test?

Copy the adb.exe file and the two .dll files on the same folder where the .apk file is, also rename the .apk file to an easy to type name (like "test.apk") then open a terminal in that folder, and try the following commands:

"adb.exe devices"

"adb.exe install test.apk"

Also try these both before and after opening WSA PacMan to see the difference;

You could also try "adb.exe connect 127.0.0.1:58526" to connect to WSA or "adb.exe disconnect 127.0.0.1:58526" to disconnect it.

Having the WSA PacMan app open should automatically connect to WSA

Thank you very very much 😅, problem solved.... I was unable to install android apps on windows for months but now using android apps on windows is delightful and easy 🙏🙏

@Ahmed4275
Copy link

well done
all working 100/100
Microsoft Windows [Version 10.0.26100.2161]
(c) Microsoft Corporation. All rights reserved.

D:\GAMES android>adb.exe devices
List of devices attached
127.0.0.1:58526 device

D:\GAMES android>adb.exe install gta5.apk
Performing Streamed Install
Screenshot 2024-10-30 015830

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants