From 4e522c96e6f48d4bee8d3ce3c6e99f8234e91fb5 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Sun, 11 Apr 2021 11:03:34 -0400 Subject: [PATCH] Use the signature of the current android phone --- zshrc.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zshrc.org b/zshrc.org index bec1af2..5376183 100644 --- a/zshrc.org +++ b/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 }