- Open crosh terminal - Alt+Ctrl+T
- Enable USB debugging in android.
- Type the following commands:
shell
adb connect 100.115.92.2
adb shell
settings get secure enabled_input_methods
It should be: org.chromium.arc.ime/.ArcInputMethodService
See available input methods:
ime list -a -s
settings put secure enabled_input_methods org.chromium.arc.ime/.ArcInputMethodService:com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME