Umesh,
For hard keys you can use getevent on the device.

for instance one can run adb shell 'getevent' and you will see the raw
key codes on button presses.

If you need to test at a higher level, EventHub.cpp is responsible for
merging the touchscreen and keycode events into a single event stream,
you could dig around there. To test the Soft Keyboard, I would imagine
you would need to be in some Java application and listen for key
events...but I am not sure, I avoid that higher level stuff!

Regards,
Bill


On Jun 26, 11:52 pm, UMESH AKKUR <umesh.ak...@gmail.com> wrote:
> Hello All,
>
> Kindly provide me the tips / procedure to test hard & soft keys are working
> fine on android phones.
>
> Regards
> Umesh A R

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to