infinitepower18 / WSA-Sideloader

Easily sideload Android apps on Windows Subsystem for Android
GNU General Public License v3.0
344 stars 51 forks source link

[BUG] Device offline #62

Closed Err0rC0rrupt closed 1 year ago

Err0rC0rrupt commented 1 year ago

Describe the bug

When opening WSA with Gapps, it is unable to connect to port 127.0.0.1:58526 and says adb.exe: device offline, while installing Nova Launcher that worked before this change.

Steps to reproduce

Follow WSAGAScript/README.md on GitHub, and install Nova Launcher 8.0.3 beta (arm64-v8a + arm-v7a) (Android 8.0+) from APKMirror. (first link)

Expected behaviour

It should've just installed it, but it outputted the following error: Screenshot (4)

Download source

Microsoft Store

Application version

1.3.10

Windows build number

Windows 11 22H2 (22621.1105) (Home)

Additional context

I have WSL working and I have an x86_x64 Intel i5 processor, with GTX 1650 as GPU.

infinitepower18 commented 1 year ago

First try restarting your PC. If the problem still persists could you open a PowerShell window and run the following commands:

cd C:\Users\[username]\AppData\Local\Packages\46954GamenologyMedia.WSASideloader-APKInstaller_cjpp7y4c11e3w\LocalState\platform-tools replace the [username] with your Windows account name

.\adb connect 127.0.0.1:58526

And provide the output here.

Err0rC0rrupt commented 1 year ago

New error: Screenshot (5)

Err0rC0rrupt commented 1 year ago

The output in terminal was: already connected to 127.0.0.1:58526

Err0rC0rrupt commented 1 year ago

I just chickened out and removed OpenGapps from WSA, sorry.