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

Universal Adb Driver installation fails on Windows #77

Closed
corbindavenport opened this issue Jun 28, 2024 · 0 comments
Closed

Universal Adb Driver installation fails on Windows #77

corbindavenport opened this issue Jun 28, 2024 · 0 comments
Assignees
Labels

Comments

@corbindavenport
Copy link
Owner

Nexus Tools fails to install on a Snapdragon X Elite laptop with Windows 11 24H2:

[INFO] Nexus Tools 5.6
[ OK ] Created folder at C:\Users\Corbin\AppData\Roaming\NexusTools.
[INFO] You agree to the Terms & Conditions by installing this software: https://developer.android.com/studio/terms
[....] Downloading Platform Tools package, please wait.
[ OK ] Platform Tools now installed in C:\Users\Corbin\AppData\Roaming\NexusTools.
[ OK ] Added C:\Users\Corbin\AppData\Roaming\NexusTools to user %PATH.
Unhandled exception:
ProcessException: The system cannot find the file specified.

  Command: wmic product get Name
#0      _ProcessImpl._start (dart:io-patch/process_patch.dart:402)
#1      Process.start (dart:io-patch/process_patch.dart:38)
#2      _runNonInteractiveProcess (dart:io-patch/process_patch.dart:579)
#3      Process.run (dart:io-patch/process_patch.dart:49)
#4      installPlatformTools (file:///d:/a/nexus-tools/nexus-tools/bin/main.dart:106)
<asynchronous suspension>
#5      main (file:///d:/a/nexus-tools/nexus-tools/bin/main.dart:308)
<asynchronous suspension>
PS C:\Users\Corbin>

The wmic command used for checking if the drivers are installed isn't present, and Microsoft documentation says it was deprecated in Windows 10 21H1. There needs to be a different way to check if the driver package are installed.

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

No branches or pull requests

1 participant