adb를 사용하면 컴퓨터 키보드로 타자를 할수가 있더라구요.

> adb shell
# input text hello  //텍스트 필드에 'hello'를 치게함

>adb shell
# sendevent /dev/input/event0 1 30 1 // a 버튼을 누름
# sendevent /dev/input/event0 1 30 0 // a 버튼을땜

/dev/input/event0 <- 이건 에뮬레이터를 사용했을때 (진짜 폰에선 안되더군요 ㅠ.ㅠ)

------------------------------------

근데, 제가 진짜 원하는건 어떻게 한글을 칠수 있을까인데, 방법이 없을까요?