Thread: PW2 Help to debrick
View Single Post
Old 01-15-2019, 02:43 AM   #8
mash.m
Member
mash.m began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Jul 2018
Device: Kindle DXG
@knc1
thanks for this!

I had another problem with this kindle. cause this one have a faulty touch i will use it as digital picture frame that will change the screen after a while. but it never woke up from deep sleep with:

Code:
echo "mem" > /sys/power/state
i figured out that i had to set the clock/date first with:

Code:
date MMDDHHMMYYYY
Code:
date 011411002019
and then sync to the rtc/hardware clock:

Code:
hwclock -w
mash.m is offline   Reply With Quote