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

"broadcasting: intent {act=adb_input_text (has extras)}" does not continue sometimes #21

Closed peppaJoeng closed 6 years ago

peppaJoeng commented 6 years ago

I haven't had any problems with this app before, so I think my configuration is correct. But recently, I found that when I call the input command in the c language script, the terminal displays "broadcasting: intent {act=adb_input_text (has extras)}", and then does not continue, waiting for the place. But I am sure the adbkeyboard is already open. Sometimes it returns to normal. I haven't found a solution after searching with google, so I would like to ask if you know where this problem is. thank you very much. By the way, I installed this app in the bluestacks emulator and ran a c language program in the emulator. The c language used system to call the am command.