http://blog.chinaunix.net/uid-20665441-id-1970589.html
使用Adb shell command直接送key event給Android
adb shell input keyevent 7 # for key '0'
adb shell input keyevent 8 # for key '1'
adb shell input keyevent 29 # for key 'A'
adb shell input keyevent 54 # for key 'B'
adb shell input text "ANDROID"