Hi, Can you verify from the kernel, while the screen is off whether the corresponding key-event is getting triggered. Use evtest application from console to know about it.
If so, then you have to look into InputEvent.cpp file in Android frameworks. Regards, Ramya On Tue, Dec 24, 2013 at 3:37 AM, Android Newbie <[email protected]>wrote: > Our platform has a SIP app that turns the screen and touchscreen off when > the user is holding the phone to their face. this is triggered by the > proximity sensor. > Physical volume buttons don;t seem to be recognized when the screen is > off, so you can't change the volume in that state. > Anyone can point me to where I can change this behavior? > thanks! > > -- > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-porting > > --- > You received this message because you are subscribed to the Google Groups > "android-porting" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
