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.