Download Appteka (works without ads)

Appteka is a community-driven, free Android apps market

ADBKeyBoard

ADBKeyBoard

100 downloads

Uploaded by
Anonymous
Version
2.0 (build 2) 
Size
16.8 KiB
Publish Date
2023-07-24
Category
Tools
Rating
5.00 (1)
Package
com.android.adbkeyboard
Minimum OS
Android 4.0.3
SHA1
7e66f1de4d25cf7de0c700daf049d148d293beb1
Description
ADBKeyBoard is a virtual keyboard that receives commands from system broadcast intents, which you can send text input using adb. There is a shell command 'input', which can help you send text input to the Android system. usage: input [text|keyevent] input text input keyevent But you cannot send unicode characters using this command, as it is not designed to use it this way. Reference : http://stackoverflow.com/questions/14224549/adb-shell-input-unicode-character e.g. adb shell input text '你好嗎' is not going to work. ADBKeyboard will help in these cases, especially in device automation and testings.

You may also be interested