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

Windows 11 Error #569

Open
cymansplayground opened this issue Nov 28, 2024 · 8 comments
Open

Windows 11 Error #569

cymansplayground opened this issue Nov 28, 2024 · 8 comments

Comments

@cymansplayground
Copy link

Just installed Windows 11 and was trying to use the same software (1:1) as I used on my Windows 10 PC (which worked). Now I get the following error:

ERROR Main: Cannot start on device 35b4f01c0005: Command adb ["-s", "35b4f01c0005", "install", "-r", "gnirehtet.apk"] returned with value 1

@rom1v
Copy link
Collaborator

rom1v commented Nov 28, 2024

Is adb installed / copied in the same directory as gnirehtet?

@cymansplayground
Copy link
Author

I think everything it needs is there (in the same folder), or is something else required?

image

@rom1v
Copy link
Collaborator

rom1v commented Nov 28, 2024

OK, then open a terminal in that directory, and execute:

adb -s 35b4f01c0005 install -r gnirehtet.apk

You will get the error message.

@cymansplayground
Copy link
Author

Thanks. Windows does not recognize adb as an executable:

image

@rom1v
Copy link
Collaborator

rom1v commented Nov 28, 2024

Because you are in powershell, you must use .\adb.exe instead of adb here.

@cymansplayground
Copy link
Author

OK, now I think I got the error message you meant:

PS M:\Software\Standalone\USB Internet for Android> .\adb -s 35b4f01c0005 install -r gnirehtet.apk adb: failed to install gnirehtet.apk: Failure [INSTALL_FAILED_VERSION_DOWNGRADE]

@rom1v
Copy link
Collaborator

rom1v commented Nov 28, 2024

You try to install an older version than the one installed on your device.

Uninstall the newer version first:

adb uninstall com.genymobile.gnirehtet

@cymansplayground
Copy link
Author

OK, the uninstall worked, but the install still failes:

image

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

2 participants