How to inject a key string to andoid device through ADB?
- by Nandi
Hi,
Can somebody help me for the following.
I want to select a perticular string in the list displayed in android phone. If i take example of phone book. i want to pass a person name to the device using adb interface and that name should get highlighted in the list.
I tried all adb commands for this but could pass string and key events to the screen but not able to select the respective string. please help.
Thanks in advance.