Created
October 9, 2023 21:07
-
-
Save arstagaev/0d8e8e220f41db48cbe8d5a1cfbb667b to your computer and use it in GitHub Desktop.
Install Apps by adb Wi-Fi in Wear OS //
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
works fine for MAC OS