Quote:
Originally Posted by knc1
Hardware problem sounds like the best guess from your testing.
As to re-mapping the button ...
Might be possible, but that power button is connected to a special chip that detects the various "hold times" for the power button's special functions.
That (the hardware special functions) would be hard to emulate.
Might have to say it is time to send it to a "Kindle Shop".
|
Thanks for your reply. What I want is not to re-map Home button to power button, but to not disable it in some way when in screensaver state, and when pressing it this command could be executed:
Code:
# powerd_test -p # simulate power button pressed event
I think
eventHandler may be able to do something here in some way, but I don't know how.
So could anyone help?