Skip to content

Instantly share code, notes, and snippets.

@arstagaev
Created October 9, 2023 21:07
Show Gist options
  • Save arstagaev/0d8e8e220f41db48cbe8d5a1cfbb667b to your computer and use it in GitHub Desktop.
Save arstagaev/0d8e8e220f41db48cbe8d5a1cfbb667b to your computer and use it in GitHub Desktop.
Install Apps by adb Wi-Fi in Wear OS //
nano ~/.zshrc
enter:
export ANDROID_HOME="$HOME/Library/Android/sdk"
export PATH="$ANDROID_HOME/tools:$ANDROID_HOME/tools/bin:$ANDROID_HOME/platform-tools:$PATH"
source ~/.zshrc
adb devices
adb pair 192.168.##.##:#####
# enter passcode #
adb devices
adb connect 192.168.31.65:41993
adb install -r /Users/!!user-name!!/Documents/MPay.apk
adb shell wm density 120
adb shell wm density reset
@arstagaev
Copy link
Author

works fine for MAC OS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment