I want to send non-English text to an Android device. I am trying to use a command like monkeyrunner and an adb shell command (input keyevent ...), without any success. Please, help.
You can try using ADBKeyBoard created by Eric Tan
Check the adb or github shell Unicode input character to find more details.
I use monkeyrunner to send non-English characters in SMS.
I just put
# coding=utf8
at the beginning of my python file, it worked fine for me. Hope this helps.
Source: https://habr.com/ru/post/1389906/More articles:Vim - sessionman.vim session recovery - vimdetect touch shape on iphone or android? - androidTask.Factory.StartNew () doesn't work for me - c #Java SELECT statement Oracle jdbc - javaDelegated delegate MFMessageComposeViewController - iosTrying to use Google Speech2Text in C # - c #Resource of subtype RESTful - restUnderstanding Launching iPhone / iPad Images - iosGetting bit field with mysql_query () - phpWhat method is called after "applicationDidBecomeActive"? - iosAll Articles