Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

On adb shell, If I use

input keyevent 20

I am able to mimic a keypad down key on my device.

But how do i send a keypad event using sendevent? (I am able to generate swipes/touch events using sendevent but not keypad events)

For input keyevent unfortunately "adb shell getevent" captures nothing. So I can't easily use that and convert for use with sendevent.

Thanks in advance

share|improve this question

1 Answer

depending on your device it might be not possible. please provide output of getevent -il

also what is the benefit of using sendevent instead of input command in your opinion?

share|improve this answer
   
Hi Alex P, I didn't see your comment so far. Thanks for the response. I want to use sendevent instead of input, because in my understanding, input can not send swipe events? – vikramagain Nov 21 '12 at 11:56
starting with JB input supports input swipe option. as for being able to use sendevent - you still did not provide the output of getevent -il – Alex P. Nov 21 '12 at 15:55

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.