Created
October 9, 2023 21:07
-
-
Save arstagaev/0d8e8e220f41db48cbe8d5a1cfbb667b to your computer and use it in GitHub Desktop.
Revisions
-
arstagaev revised this gist
Oct 9, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -13,7 +13,7 @@ adb pair 192.168.##.##:##### 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 created this gist
Oct 9, 2023 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ 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/MirPay.apk adb shell wm density 120 adb shell wm density reset