senzhk/ADBKeyBoard

adb shell am broadcast -a ADB_INPUT_TEXT --es msg for hebrew chars

michaazran opened this issue · 5 comments

hi

i am trying to use the keyboard to send hebrew characters to my mobile
adb shell am broadcast -a ADB_INPUT_TEXT --es msg 'HEBREW WORD'

but it is not running, when i use
am broadcast -a ADB_INPUT_CHARS --eia chars '1502,1497,1499,1488,1500'
it is working successfully

any idea ?

so ADB_INPUT_CHARS is the only way to use it ?

No, you can use the "base64" tool :

adb shell am broadcast -a ADB_INPUT_B64 --es msg echo 'HEBREW WORD' | base64

not working
it send other characters and not my Hebrew characters

by the way, when i send English characters using the base64 the keyboard crush, i am getting a message "unfortunately ADBKeyboard has stopped"