Android Forum » Android Developer Forum » Android Developer Forum » Control keys are not working in home screen

Control keys are not working in home screen

Control keys are not working in home screen
created on May 16, 2012 5:04:46 PM
Hi Guys,

I am using LG-Android 2.3.6 device. All the keys are invoked by the background application successfully. But control keys (from keyboard) are not invoked in home screen. Please help me to solve.

Thanks,
Reply with quote Reply Link ±0     (0 votes)
RE: Control keys are not working in home screen
created on May 19, 2012 2:50:56 AM (via AndroidPIT app)
Not sure if I understand you... Your making an app that runs in the background and gets key presses? And now the key presses on the home screen are not working? Try on your onKeyPress method to return false. Even though you got the key press if you return false it will be passed on to the home screen app.
Reply with quote Reply Link ±0     (0 votes)
RE: Control keys are not working in home screen
created on May 21, 2012 2:46:23 PM
Hi Guys,

How to set the focus while it is in home screen. B'cos its never invoke the control keys(from computer) by the background application.

Please any one give the solution.

Thanks,
Reply with quote Reply Link ±0     (0 votes)
RE: Control keys are not working in home screen
created on May 21, 2012 2:54:57 PM
Thank you very much for your reply.

Actullay my question is from background application need to get the key code from system's(Computer) keyboard and invoke that key on device.

Please give me solution.

Thanks,
Reply with quote Reply Link ±0     (0 votes)
RE: Control keys are not working in home screen
created on Jun 27, 2012 3:10:45 PM
Can you describe the problem with more details?
Reply with quote Reply Link ±0     (0 votes)
RE: Control keys are not working in home screen
created on Feb 4, 2013 1:22:20 PM
override all the key handler.

still prob share some more details
Reply with quote Reply Link ±0     (0 votes)