Control keys are not working in home screen

  • Replies:5
KarthikAyyavu
  • Forum posts: 8

May 16, 2012, 5:04:46 PM via Website

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
Jeremiah
  • Forum posts: 775

May 19, 2012, 2:50:56 AM via 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
KarthikAyyavu
  • Forum posts: 8

May 21, 2012, 2:46:23 PM via Website

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
KarthikAyyavu
  • Forum posts: 8

May 21, 2012, 2:54:57 PM via Website

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
Musel Mann
  • Forum posts: 6

Jun 27, 2012, 3:10:45 PM via Website

Can you describe the problem with more details?

Reply
Ashish Tripathi
  • Forum posts: 211

Feb 4, 2013, 1:22:20 PM via Website

override all the key handler.

still prob share some more details

Reply