Skip to content

Fix: pass adb path to mobile-install launcher and canonicalize #350

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pswaminathan
Copy link

Path to adb was not being sent to MI launcher. This caused it to use the default /usr/bin/adb, which is not always valid.

Fixes #349

@pswaminathan pswaminathan force-pushed the p/stacked/mi-adb-path branch from 708d16e to 2a9ee95 Compare March 18, 2025 20:09
Path to `adb` was not being sent to MI launcher. This caused it
to use the default `/usr/bin/adb`, which is not always valid.

stacked-branch: mi-adb-path
@pswaminathan pswaminathan force-pushed the p/stacked/mi-adb-path branch from 2a9ee95 to 68b19e4 Compare March 27, 2025 18:36
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

Successfully merging this pull request may close these issues.

MI launcher doesn't pass adb path, resulting in error if adb is not at /usr/bin/adb
1 participant