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

Don't even work #25

Closed pajarnas closed 4 years ago

pajarnas commented 5 years ago

It inputs ??? when I tired to display "你好吗“ .But the emoji works.

senzhk commented 5 years ago

Do u use :

Sending text input (base64) if (1) is not working. adb shell am broadcast -a ADB_INPUT_B64 --es msg echo '你好嗎? Hello?' | base64

On Tue, 5 Mar 2019, 02:02 pajarnas, notifications@github.com wrote:

It inputs ??? when I tired to display "你好吗“ .But the emoji works.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/senzhk/ADBKeyBoard/issues/25, or mute the thread https://github.com/notifications/unsubscribe-auth/ABoh9DQt-yYg_iEGoQ3jSoKJEFwNOOLzks5vTV-jgaJpZM4bc5nm .

pajarnas commented 5 years ago

Both not work