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