View Single Post
Old 01-07-2023, 01:49 PM   #7
mattcd216
Enthusiast
mattcd216 began at the beginning.
 
Posts: 29
Karma: 10
Join Date: Jan 2023
Device: kindle 4 D01100
Struggling a bit.

I saw in one of the threads linked that
Code:
lipc-send-event com.lab126.powerd.debug dbg_power_button_pressed
simulates the lock button being pressed.

So a simple script:
Code:
#!/bin/sh
lipc-send-event com.lab126.powerd.debug dbg_power_button_pressed
sleep 5
lipc-send-event com.lab126.powerd.debug dbg_power_button_pressed
would achieve what I'm after, if I could schedule it to run periodically.

Does a jailbroken kindle have a cron scheduler, or similar?

Appreciate the help.
Matt
mattcd216 is offline   Reply With Quote