alesimula / wsa_pacman

A GUI package manager and package installer for Windows Subsystem for Android (WSA)
GNU General Public License v3.0
3.82k stars 825 forks source link

[BUG] Install apk successful, but return UNKNOWN_ERROR #103

Closed Yukari316 closed 1 year ago

Yukari316 commented 1 year ago

version: 1.3.6 windows version: Windows 11, OS Build 10.0.22621.674 WSA version: 2209.40000.26.0 KXGQP4APR6%OUA% R@9PUB7 image

YipSzeho commented 1 year ago

I had the same problem version: 1.3.6 windows version: 22621.819 WSA version: 2210.40000.7.0

alesimula commented 1 year ago

Currently the application waits for the adb installation process for 30 seconds, after which it times out (but it may still be running in the background, so it probably just took more than 30 seconds to install).

Maybe I should have a specific message when for installation timeout, and allow the wait time to be customizable

alesimula commented 1 year ago

On version 1.4.0 I added a customisable timeout value (expressed in seconds, + option to disable it) as well as a TIMEOUT status in the installer