Skip to content

Instantly share code, notes, and snippets.

@arstagaev
Created October 9, 2023 21:07
Show Gist options
  • Select an option

  • Save arstagaev/0d8e8e220f41db48cbe8d5a1cfbb667b to your computer and use it in GitHub Desktop.

Select an option

Save arstagaev/0d8e8e220f41db48cbe8d5a1cfbb667b to your computer and use it in GitHub Desktop.

Revisions

  1. arstagaev revised this gist Oct 9, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original 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/MirPay.apk
    adb install -r /Users/!!user-name!!/Documents/MPay.apk

    adb shell wm density 120
    adb shell wm density reset
  2. arstagaev created this gist Oct 9, 2023.
    19 changes: 19 additions & 0 deletions gistfile1.txt
    Original 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