Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 697 Bytes

Gboard in chrome os.md

File metadata and controls

17 lines (16 loc) · 697 Bytes

Reference

Drop into shell

  1. Open crosh terminal - Alt+Ctrl+T
  2. Enable USB debugging in android.
  3. Type the following commands:
    shell
    adb connect 100.115.92.2 adb shell

Note the default input method

settings get secure enabled_input_methods
It should be: org.chromium.arc.ime/.ArcInputMethodService

Install Gboard from Play Store

See available input methods:
ime list -a -s

Set Gboard

settings put secure enabled_input_methods org.chromium.arc.ime/.ArcInputMethodService:com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME