senzhk / ADBKeyBoard

Android Virtual Keyboard Input via ADB (Useful for Test Automation)
GNU General Public License v2.0
1.22k stars 299 forks source link

ADBKeyboard not reflecting my text after i change the keyboard #24

Closed michaazran closed 4 years ago

michaazran commented 5 years ago

hi

i have the following scenario: i am using my regular samsung keyboard from adb shell i change the keyboard and type text and nothing happened, ONLY when i manually tap the editbox i get a message of ADB Keyboard{ON} and only now i can send the keys it's like changing the keyboard is not enough , you should also operate it somehow is there a way to avoid it? i need to run it without manual intervention ???

thanks.

ime set com.android.adbkeyboard/.AdbIME
am broadcast -a ADB_INPUT_TEXT --es msg 'test'

sjlnl commented 4 years ago

I have the same problem. Have you solved this problem

sjlnl commented 4 years ago

I have the same problem. Have you solved this problem