Use the signature of the current android phone

master
Jacopo De Simoi 5 years ago
parent 4f2d69817d
commit 4e522c96e6
  1. 4
      zshrc.org

@ -61,8 +61,8 @@ Each environment has slightly different setups, which will be tangled to differe
android-remote-keyboard()
{
# should set this up in a tmux session
adb -s $ANDROID_A3 shell ime set de.onyxbits.remotekeyboard/.RemoteKeyboardService;
adb -s $ANDROID_A3 forward tcp:6023 tcp:2323;
adb -s $ANDROID_CUR shell ime set de.onyxbits.remotekeyboard/.RemoteKeyboardService;
adb -s $ANDROID_CUR forward tcp:6023 tcp:2323;
sleep 1;
telnet 127.0.0.1 6023
}

Loading…
Cancel
Save