View Single Post
Old 01-11-2012, 05:15 AM   #1
acemutha
Junior Member
acemutha began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jan 2012
Device: kindle touch
[Kindle Touch]Remapping Home Button key?

Hi Guys,
my Kindle Touch had the power button defective on arrival. I have already JB it and see that running
Code:
[root@kindle powerd]# lipc-set-prop com.lab126.powerd wakeUp 1
will work.
However I would like to avoid connecting it to a pc to awake it from sleep mode.
Do you know if it is possible to assign the previous command to the Home Button (the only one working on my Kindle) together with the regular one:
Code:
lipc-set-prop com.lab126.appmgrd start app://com.lab126.booklet.home
Playing with lipc I found out that putting kindle on and off from sleep state can also be done repeating twice the same command via:
Code:
lipc-set-prop com.lab126.powerd powerButton 0
or 
lipc-set-prop com.lab126.powerd powerButton 1



Thanks in advance.

Last edited by acemutha; 01-11-2012 at 06:15 AM.
acemutha is offline   Reply With Quote